Add missing required-capability 54/28454/1
authorTomas Cere <tcere@cisco.com>
Thu, 15 Oct 2015 15:08:32 +0000 (17:08 +0200)
committerTomas Cere <tcere@cisco.com>
Thu, 15 Oct 2015 15:08:32 +0000 (17:08 +0200)
Restconf service config was missing this capability.

Change-Id: I9eb68825ec31ea30a9ea8e4abf542494fb7d4f3d
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/restconf/sal-rest-connector-config/src/main/resources/initial/10-restconf-service.xml

index 6a0362e2e5cb42cf3d5afb05dfd314e07cd9b697..5863a159287affeb3aa91efb7f40cc46bc58076c 100644 (file)
@@ -30,6 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </data>
   </configuration>
   <required-capabilities>
-      <capability>urn:opendaylight:params:xml:ns:yang:controller:sal:restconf:service?module=sal-restconf-service&amp;revision=2015-07-08</capability>
+    <capability>urn:opendaylight:params:xml:ns:yang:controller:sal:restconf:service?module=sal-restconf-service&amp;revision=2015-07-08</capability>
+    <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:rest:connector?module=opendaylight-rest-connector&amp;revision=2014-07-24</capability>
   </required-capabilities>
 </snapshot>