Force identity api version 3 against linaro london

Keystone auth and openstacksdk/openstackclient do not do the correct
thing without this setting set. They try v2 even though the discovery
doc at the root url does not list that version as valid. Force version 3
so that things will work again.

Change-Id: I7e1b0189c842bbf9640e2cd50873c9f7992dc8d3
This commit is contained in:
Clark Boylan 2018-09-12 12:52:19 -07:00
parent 5ddfafc23d
commit 36ca17c37b
2 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,7 @@ clouds:
project_name: '{{ clouds.openstackzuul_linaro_london_project_name }}'
project_domain_name: default
user_domain_name: default
identity_api_version: 3
openstackci-limestone:
regions:
- name: RegionOne

View File

@ -104,6 +104,7 @@ clouds:
project_name: '{{ clouds.openstackci_linaro_london_project_name }}'
project_domain_name: default
user_domain_name: default
identity_api_version: 3
openstackci-limestone:
regions:
- name: RegionOne