yang model revise: neutron.yang 07/40507/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 18 Jun 2016 01:28:16 +0000 (18:28 -0700)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 18 Jun 2016 01:29:51 +0000 (18:29 -0700)
neutron.yang should have its prefix as neutron, not neutron-L3.
This seems copy-and-paste bug from neutron-L3.yang

Change-Id: I02a7bd0692cd646a93ad750ad37b5891df480983
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
model/src/main/yang/neutron.yang

index 02948e061b4c16ae105eb965d82a72ddc0b2bb83..42a4b1dc1d856162b39413caf4d3aeda4eab6482 100644 (file)
@@ -12,7 +12,7 @@ module neutron {
 
     namespace "urn:opendaylight:neutron";
 
-    prefix neutron-L3;
+    prefix neutron;
 
     import neutron-networks { prefix "networks"; }
     import neutron-ports { prefix "ports"; }