Fix namespace mismatch between hwgw.yang and default-config.xml.
authorAndre Fredette <afredette@redhat.com>
Wed, 9 Mar 2016 15:26:11 +0000 (10:26 -0500)
committerAndre Fredette <afredette@redhat.com>
Wed, 9 Mar 2016 15:26:11 +0000 (10:26 -0500)
Change-Id: I29ed6ce9a25b60ace4b48502a0558094a2b53743
Signed-off-by: Andre Fredette <afredette@redhat.com>
netvirt/renderers/hwgw/src/main/config/default-config.xml

index 09926d96a8c096737130540577feaf9fa17627cd..c60959c15adc4f80e86f4d42fb8d8ff2197afabd 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 <snapshot>
   <required-capabilities>
-      <capability>urn:opendaylight:params:xml:ns:yang:hwgw?module=hwgw&amp;revision=2015-12-27</capability>
+      <capability>urn:opendaylight:params:xml:ns:yang:netvirt:hwgw?module=hwgw&amp;revision=2015-12-27</capability>
       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
   </required-capabilities>
   <configuration>
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
         <module>
-          <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:hwgw">prefix:hwgw</type>
+          <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:netvirt:hwgw">prefix:hwgw</type>
           <name>hwgw-default</name>
           <broker>
             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>