summaryrefslogtreecommitdiffstats
path: root/source/schema/opnfv-promise.yang
diff options
context:
space:
mode:
authorBertrand Souville <souville@docomolab-euro.com>2017-10-02 16:27:15 +0200
committerBertrand Souville <souville@docomolab-euro.com>2017-10-02 16:27:15 +0200
commita8cd506d6759833231b1b8806082d793faf0997a (patch)
treec5f83915a268f2b6d4e1f782b00ee521b9c6f1d8 /source/schema/opnfv-promise.yang
parentcd8d36d83af6541dc5f313bee5758548366ff5ff (diff)
Added support for Keystone v3
JIRA: PROMISE-80 Modified Promise shim-layer as well Change-Id: I82340a6af5c3e6056e77323ca5c44ecdf4e109b6 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
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 {