updating neutron-qos yang file for Qos Rule Types to change the model from Config...
[neutron.git] / model / src / main / yang / neutron-networks.yang
index 550f05887d4ae1ae72ece06377b26223526a8588..58555ba0e34dbbe2a29026ff19b79411daf3a078 100644 (file)
@@ -13,18 +13,17 @@ module neutron-networks {
 
     prefix neutron-networks;
 
-    import ietf-yang-types { prefix "yang"; }
     import neutron-attrs { prefix "attrs"; }
 
     organization "OpenDaylight Neutron Group";
 
     contact "J. Gregory Hall <ghall@brocade.com>, Kiran Sreenivasa <kkoushik@brocade.com>";
 
-    description "This YANG module defines Openstack Juno House Neutron Network model";
+    description "This YANG module defines Openstack Neutron Network model";
 
-    revision "2014-10-02" {
+    revision "2015-07-12" {
         description
-                "Initial version of Openstack Neutron Ice House Network model.";
+                "OpenDaylight Beryllium release";
     }
     identity network-type-base {
         description
@@ -74,11 +73,6 @@ module neutron-networks {
 
                 key "uuid";
 
-                leaf-list subnets {
-                    description "The associated subnets.";
-                    type yang:uuid;
-                }
-
                 leaf shared {
                     type boolean;
                     default "false";