summaryrefslogtreecommitdiffstats
path: root/source/schema/opnfv-promise.yang
diff options
context:
space:
mode:
Diffstat (limited to 'source/schema/opnfv-promise.yang')
-rw-r--r--source/schema/opnfv-promise.yang4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/schema/opnfv-promise.yang b/source/schema/opnfv-promise.yang
index b606382..9ee7564 100644
--- a/source/schema/opnfv-promise.yang
+++ b/source/schema/opnfv-promise.yang
@@ -620,9 +620,11 @@ module opnfv-promise {
default "http://localhost:5000/v2.0";
}
}
- container tenant {
+ leaf user-domain-name { type string; }
+ container project {
leaf id { type string; }
leaf name { type string; }
+ leaf domain-name { type string; }
}
}
output {