diff options
author | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-07 15:21:05 -0400 |
---|---|---|
committer | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-12 09:17:38 -0400 |
commit | 3f9970cb513e632ea5c1613c3b7ff577ac9fd4d1 (patch) | |
tree | 3d4803613e384000483aa85dfe7bb99d83d5f526 /dataChange/features/src | |
parent | 43348099556e047d28a1cdbf85fedf9e7e8a6d47 (diff) |
Fix SDNC service registration
Move the northbound to utilize Aries Blueprint instead of ODL's
configuration subsystem
Change-Id: I7388391d40912136176bb28b817157676f71557d
Issue-Id: SDNC-54
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to 'dataChange/features/src')
-rw-r--r-- | dataChange/features/src/main/resources/features.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dataChange/features/src/main/resources/features.xml b/dataChange/features/src/main/resources/features.xml index 47cdcfd9..c52bab52 100644 --- a/dataChange/features/src/main/resources/features.xml +++ b/dataChange/features/src/main/resources/features.xml @@ -31,7 +31,6 @@ <feature version="${sdnctl.sli.version}">sdnc-sli</feature> <bundle>mvn:org.onap.ccsdk.sli.northbound/dataChange-model/${project.version}</bundle> <bundle>mvn:org.onap.ccsdk.sli.northbound/dataChange-provider/${project.version}</bundle> - <configfile finalname="etc/opendaylight/karaf/200-dataChange-provider.xml">mvn:org.onap.ccsdk.sli.northbound/dataChange-provider/${project.version}/xml/config</configfile> </feature> </features> |