Merge "Bug 129 RIFT-15122"
[osm/SO.git] / rwcal / plugins / yang / rwcal.yang
index 2e768f9..4c58f1b 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;