From: Dan Timoney Date: Fri, 15 Sep 2017 18:03:17 +0000 (-0400) Subject: Fix service tag in sli/recording blueprint X-Git-Tag: 1.0.4~9^2~339 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9f1561461d60f6187e0ee8eaddf168a9efc2fc52;p=ccsdk%2Fsli.git Fix service tag in sli/recording blueprint 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 --- diff --git a/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml b/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml index d8035376d..6786b955b 100644 --- a/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml +++ b/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml @@ -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. --> - + \ No newline at end of file