make neutron.yang consistent
[neutron.git] / 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;
     }
 }