Merge "RIFT-15099 Model changes and implementation for passing meta-data and custom...
[osm/SO.git] / rwcal / plugins / yang / rwcal.yang
index 5e85468..872375d 100644 (file)
@@ -231,6 +231,17 @@ module rwcal
           mandatory true;
         }
 
+        leaf user-domain {
+          type string;
+          default "Default";
+          description "Domain of the OpenStack user";
+        }
+        leaf project-domain {
+          type string;
+          default "Default";
+          description "Domain of the OpenStack project";
+        }
+
         leaf tenant {
           type string;
           mandatory true;