diff options
author | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-07 12:10:08 -0400 |
---|---|---|
committer | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-07 14:26:03 -0400 |
commit | 8881ebb497e9f35e5ea9d19923fd926db56e8f12 (patch) | |
tree | fbf0998d26cd0d6b159e60c699476428387259e3 /asdcApi/features/src | |
parent | 6ece0d9a4466984c4f03852336bae09a7cd1dc8d (diff) |
Fix SDNC service registration
This change converts AsdcApiProvider and AsdcApiSliClient to utilize
Aries Blueprint for service instantiation instead of the ODL Config
Subsystem.
Change-Id: I5eaebe4c6e5b33fc8beb20b2cfe9acb6e8b6d808
Issue-Id: SDNC-54
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to 'asdcApi/features/src')
-rw-r--r-- | asdcApi/features/src/main/resources/features.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asdcApi/features/src/main/resources/features.xml b/asdcApi/features/src/main/resources/features.xml index 9006f1b9..2048dc12 100644 --- a/asdcApi/features/src/main/resources/features.xml +++ b/asdcApi/features/src/main/resources/features.xml @@ -33,7 +33,6 @@ <bundle>mvn:org.onap.ccsdk.sli.northbound/asdcApi-provider/${project.version}</bundle> <feature version="${sdnctl.sli.version}">sdnc-sli</feature> - <configfile finalname="etc/opendaylight/karaf/200-asdcApi-provider.xml">mvn:org.onap.ccsdk.sli.northbound/asdcApi-provider/${project.version}/xml/config</configfile> </feature> </features> |