diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-13 15:51:22 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-13 15:51:22 -0400 |
commit | c2f3ec47d2d45ba4021c5cde7cea21515f276cf3 (patch) | |
tree | c587c2ac37046ad2da84b65aa8a16a54da8d8221 /asdcApi/provider | |
parent | 69f04bc857aeefea9142b0a194f3f769897fbbcf (diff) |
Fix sli/northbound blueprint
Wrong package name is used for NotificationPublishService in blueprint,
resulting in asdcApi and dataChange not being loaded properly.
Change-Id: I144f8e4bd48e547e7c7241e9ebaacf744d808022
Issue-ID: CCSDK-119
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi/provider')
-rw-r--r-- | asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml index 810ce8c5e..9ad08d3db 100644 --- a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml +++ b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml @@ -15,7 +15,7 @@ odl:type="default" /> <reference id="notificationService" - interface="org.opendaylight.controller.sal.binding.impl.NotificationPublishService" + interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService" odl:type="default" /> <reference id="rpcRegistry" |