From 9f1561461d60f6187e0ee8eaddf168a9efc2fc52 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 15 Sep 2017 14:03:17 -0400 Subject: 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 --- .../main/resources/org/opendaylight/blueprint/recording-blueprint.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d8035376..6786b955 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 -- cgit 1.2.3-korg