make neutron.yang consistent 09/41909/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 15 Jul 2016 19:48:12 +0000 (12:48 -0700)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 15 Jul 2016 19:51:48 +0000 (12:51 -0700)
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Change-Id: Iee560804c49fc3cc6f193e1d52576d11e84e8cd4

model/src/main/yang/neutron.yang

index 13a4b9d781fe080df21de812aece9cfb0d9594e2..a6294cd85d9a9adbd1a0ad25cc015b1cb1124032 100644 (file)
@@ -27,8 +27,8 @@ module neutron {
     import neutron-fwaas { prefix "fwaas"; }
     import neutron-bgpvpns { prefix "bgpvpns"; }
     import neutron-hostconfig { prefix "hostconfig"; }
-    import neutron-sfc-flow-classifier { prefix "neutron-sfc-flow-classifier"; }
-    import neutron-sfc { prefix "neutron-sfc"; }
+    import neutron-sfc-flow-classifier { prefix "sfc-flow-classifier"; }
+    import neutron-sfc { prefix "sfc"; }
 
     organization "OpenDaylight Neutron Group";
 
@@ -64,7 +64,7 @@ module neutron {
         uses l2gateways:l2gateways-attributes;
         uses l2gateways:l2gateway-connections-attributes;
         uses hostconfig:hostconfig-attributes;
-        uses neutron-sfc-flow-classifier:sfc-flow-classifiers-attributes;
-        uses neutron-sfc:sfc-attributes;
+        uses sfc-flow-classifier:sfc-flow-classifiers-attributes;
+        uses sfc:sfc-attributes;
     }
 }