Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / datastore-and-scope-specification / opendaylight-inventory.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/datastore-and-scope-specification/opendaylight-inventory.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/datastore-and-scope-specification/opendaylight-inventory.yang
deleted file mode 100644 (file)
index e4247be..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-module opendaylight-inventory {
-    namespace "urn:opendaylight:inventory";
-    prefix inv;
-
-    revision "2013-08-19" {
-        description "Initial revision of Inventory model";
-    }
-    
-    
-    container nodes {
-        list node {
-            key "id";
-            leaf id {
-                type string;
-            }
-        }
-    }
-
-}