Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / yang / odl-interface.yang
index 43646e4060d3107bcd3cbc33f61df7e1476744a2..9c226141b25b12b8fb7f5658b69287ac4d9608b9 100644 (file)
@@ -17,7 +17,7 @@ module odl-interface {
 
     import ietf-inet-types {
         prefix inet;
-        revision-date "2010-09-24";
+        revision-date "2013-07-15";
     }
 
     import opendaylight-inventory {
@@ -103,13 +103,11 @@ module odl-interface {
             description "an identifier of the dependant underlying configuration protocol";
             leaf "topology-id" {
                 type string;
-                description "A reference to the type of the network node.
-                For example, an ovsdb node will take the format ovsdb:1";
+                description "can be ovsdb configuration protocol";
             }
             leaf "node-id" {
                 type string;
-                description "A reference to a network node. A node can be
-                of type ovsdb,hwvtep or openflow";
+                description "can be hwvtep configuration protocol";
             }
         }
     }
@@ -258,4 +256,4 @@ module odl-interface {
             }
         }
     }
-}
\ No newline at end of file
+}