Merge "BUG 4015 test_create_floating_ip_specifying_a_fixed_ip_address fails"
[neutron.git] / model / src / main / yang / neutron-provider.yang
index 4ed649b2126cd739efd252c4f4fafcc5e1dcbd8f..316eef94b73e4962a81f423e6a39c162a3fb3373 100644 (file)
@@ -13,9 +13,6 @@ module neutron-provider {
 
     prefix neutron-provider;
 
-    import ietf-yang-types { prefix "yang"; }
-    // It requires rfc6991 (revision 2013-07-15), but odl don't have it, so this patch verify build will fail.
-    import ietf-inet-types { prefix "inet"; revision-date 2010-09-24; }
     import neutron-networks { prefix "networks"; }
 
     organization "OpenDaylight Neutron Group";
@@ -31,7 +28,7 @@ module neutron-provider {
                 models";
     }
 
-    grouping provider-attrs {
+    grouping provider-attributes {
         leaf physical-network {
             type string;
             description "The physical network where this network object is implemented.