Add feature identity for qos rule types 31/70331/5
authorJosh <jhershbe@redhat.com>
Wed, 4 Apr 2018 11:46:04 +0000 (14:46 +0300)
committerIsaku Yamahata <isaku.yamahata@gmail.com>
Mon, 30 Apr 2018 23:42:31 +0000 (23:42 +0000)
This patch is preperation for supporting some
qos features and more specifically the feature
negotiation of those features.

See https://review.openstack.org/#/c/558554/ for details.

Change-Id: I18423ba66cd62b1b099c81cb545412a317a8520c
Signed-off-by: Josh <jhershbe@redhat.com>
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 {