updating neutron-qos yang file for Qos Rule Types to change the model from Config... 30/52930/2
authorChandra Mohan <chandramohan.grandhi@tcs.com>
Tue, 7 Mar 2017 09:18:30 +0000 (14:48 +0530)
committerchandrag <chandramohan.grandhi@tcs.com>
Thu, 9 Mar 2017 09:24:52 +0000 (14:54 +0530)
Change-Id: Ib195c222f5009b190e4307c904517ad96ff27e22
Signed-off-by: chandrag <chandramohan.grandhi@tcs.com>
model/src/main/yang/neutron-qos.yang

index 1f3e724b5629bc7b670c1d66b6317198a879c80d..d84204dfa68e5d36d840bbefb57fcd5cf990197b 100644 (file)
@@ -38,7 +38,6 @@ module neutron-qos {
     grouping qos-rule-type {
         leaf rule-type {
             type string;
-            config false;
             description "The type of the qos rule";
         }
     }
@@ -97,9 +96,9 @@ module neutron-qos {
             }
         }
         container qos-rule-types {
+            config false;
             list rule-types {
                 key "rule-type";
-                config false;
                 uses qos-rule-type;
             }
         }