Add feature identity for qos rule types
[neutron.git] / model / src / main / yang / neutron-extensions.yang
index 93d505dfd57d2eab0e3fb60f9e44b5196312b1ce..1581e96ffa6ccaf42b26f0cdbe163db2daa99e66 100644 (file)
@@ -71,6 +71,14 @@ module neutron-extensions {
         base service-provider-feature-type-base;
     }
 
+    identity qos-rules {
+        description "The qos rules supported. The configuration leaf should
+        contain a json string such that models the supported_rules
+        parameter of neutron_lib.services.qos.DriverBase";
+
+        base service-provider-feature-type-base;
+    }
+
     grouping service-provider-feature-attributes {
         leaf service-provider-feature {
             type identityref {