Fix service tag in sli/recording blueprint
authorDan Timoney <dtimoney@att.com>
Fri, 15 Sep 2017 18:03:17 +0000 (14:03 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 15 Sep 2017 18:03:35 +0000 (14:03 -0400)
One of the service tags in sli/recording blueprint uses attribute 'class'
instead of 'interface' to advertise the service.  This is preventing
SDNC container from loading sdnc-sli-recording feature.

Change-Id: I4f6863d74dd6fb8babd91fde53b9680594aa7a31
Issue-ID: SDNC-54
Signed-off-by: Dan Timoney <dtimoney@att.com>
sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml

index d803537..6786b95 100644 (file)
@@ -15,6 +15,6 @@
          was previously registered using the implementation name rather than the interface name.
          To ensure backwards compatibility with abstractions polling the Service Registry for the
          slf4jRecorder, the implementation name was chosen here. -->
-    <service ref="slf4jRecorder" class="org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder" />
+    <service ref="slf4jRecorder" interface="org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder" />
 
 </blueprint>
\ No newline at end of file