Adds the "Quality of Service" to the OpenDayLight Neutron
[neutron.git] / model / src / main / yang / neutron.yang
index a6294cd85d9a9adbd1a0ad25cc015b1cb1124032..17cdf23875e69fdab06001c7367b232c885a313a 100644 (file)
@@ -27,6 +27,7 @@ module neutron {
     import neutron-fwaas { prefix "fwaas"; }
     import neutron-bgpvpns { prefix "bgpvpns"; }
     import neutron-hostconfig { prefix "hostconfig"; }
+    import neutron-qos { prefix "qos"; }
     import neutron-sfc-flow-classifier { prefix "sfc-flow-classifier"; }
     import neutron-sfc { prefix "sfc"; }
 
@@ -64,6 +65,7 @@ module neutron {
         uses l2gateways:l2gateways-attributes;
         uses l2gateways:l2gateway-connections-attributes;
         uses hostconfig:hostconfig-attributes;
+        uses qos:qos-attributes;
         uses sfc-flow-classifier:sfc-flow-classifiers-attributes;
         uses sfc:sfc-attributes;
     }