summaryrefslogtreecommitdiffstats
path: root/source/schema
diff options
context:
space:
mode:
authorBertrand Souville <souville@docomolab-euro.com>2017-10-02 16:27:15 +0200
committerGerald Kunzmann <kunzmann@docomolab-euro.com>2017-10-02 15:11:33 +0000
commit5698eda65d99786a9668bd00e49b5a158be90c35 (patch)
treec5f83915a268f2b6d4e1f782b00ee521b9c6f1d8 /source/schema
parentde3619244e2f050fc03de7c7fec2d17182f343cb (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> (cherry picked from commit a8cd506d6759833231b1b8806082d793faf0997a)
Diffstat (limited to 'source/schema')
-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 {