diff options
author | Bertrand Souville <souville@docomolab-euro.com> | 2017-10-02 16:27:15 +0200 |
---|---|---|
committer | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2017-10-02 15:11:33 +0000 |
commit | 5698eda65d99786a9668bd00e49b5a158be90c35 (patch) | |
tree | c5f83915a268f2b6d4e1f782b00ee521b9c6f1d8 /source/config | |
parent | de3619244e2f050fc03de7c7fec2d17182f343cb (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/config')
-rw-r--r-- | source/config/custom-environment-variables.yaml | 8 | ||||
-rw-r--r-- | source/config/functest.yaml | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/source/config/custom-environment-variables.yaml b/source/config/custom-environment-variables.yaml index 30a72d2..001e799 100644 --- a/source/config/custom-environment-variables.yaml +++ b/source/config/custom-environment-variables.yaml @@ -11,11 +11,13 @@ openstack: auth: endpoint: OS_AUTH_URL strategy: OS_AUTH_STRATEGY - tenant: - id: OS_TENANT_ID - name: OS_TENANT_NAME + project: + id: OS_PROJECT_ID + name: OS_PROJECT_NAME + domain-name: OS_PROJECT_DOMAIN_NAME username: OS_USERNAME password: OS_PASSWORD + user-domain-name: OS_USER_DOMAIN_NAME test: image: OS_TEST_IMAGE flavor: OS_TEST_FLAVOR diff --git a/source/config/functest.yaml b/source/config/functest.yaml index 8cc84d3..6655fc4 100644 --- a/source/config/functest.yaml +++ b/source/config/functest.yaml @@ -5,5 +5,5 @@ opnfv-functest: images: - name: cirros - path: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img + path: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img |