Additional Commit for RIFT-14719 : Adding descriptions for leaf overlay type
[osm/SO.git] / models / plugins / yang / rw-vlr.yang
index 739dbec..755bb81 100644 (file)
@@ -32,7 +32,7 @@ module rw-vlr
   }
 
   import rw-cloud {
-    prefix "rwcloud";
+    prefix "rw-cloud";
   }
 
   import ietf-yang-types {
@@ -53,9 +53,18 @@ module rw-vlr
         "The cloud account to use when requesting resources for
          this vlr";
       type leafref {
-        path "/rwcloud:cloud/rwcloud:account/rwcloud:name";
+        path "/rw-cloud:cloud/rw-cloud:account/rw-cloud:name";
       }
     }
+    leaf om-datacenter {
+      description
+          "Openmano datacenter name to use when instantiating
+          the network service.  This is only used when openmano
+          is selected as the cloud account.  This should be superceded
+          by multiple cloud accounts when that becomes available.";
+      type string;
+    }
+
 
     leaf network_pool {
       description "The network pool the resource was allocated from.";