Fix colliding namespaces and unused imports 28/8928/1
authorTomás Villaseca <tvillaseca@whitestack.com>
Sat, 16 May 2020 21:27:50 +0000 (17:27 -0400)
committerTomás Villaseca <tvillaseca@whitestack.com>
Sat, 16 May 2020 21:27:50 +0000 (17:27 -0400)
Change-Id: I6298f8992a4bba6040a24662e69631b7127d1040
Signed-off-by: Tomás Villaseca <tvillaseca@whitestack.com>
augments/vnfd/cloud-init.yang
augments/vnfd/day1-2.yang
augments/vnfd/mgmt-interface.yang
augments/vnfd/various.yang

index 73bc723..160c5c8 100644 (file)
@@ -17,7 +17,7 @@
 
 module cloud-init {
     yang-version 1.1;
-    namespace "urn:etsi:osm:yang:augments";
+    namespace "urn:etsi:osm:yang:augments:cloud-init";
     prefix "cloud-init";
 
     import etsi-nfv-vnfd {
index ccdc49a..e66ce16 100644 (file)
@@ -17,7 +17,7 @@
 
 module day1-2 {
     yang-version 1.1;
-    namespace "urn:etsi:osm:yang:augments";
+    namespace "urn:etsi:osm:yang:augments:day1-2";
     prefix "day1-2";
 
     import etsi-nfv-vnfd {
index d9cf686..b4353d0 100644 (file)
@@ -24,9 +24,6 @@ module mgmt-interface {
         prefix vnfd;
     }
 
-    import ietf-inet-types {
-        prefix "inet";
-    }
     grouping extended-mgmt-interface {
         leaf mgmt-cp {
             description
index e1981a0..23f86ca 100644 (file)
@@ -23,11 +23,7 @@ module various {
     import etsi-nfv-vnfd {
         prefix vnfd;
     }
-
-    import common-augments {
-        prefix common;
-    }
-
+    
     grouping extended-vld {
         container provider-network {
             description