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:
parent
5ddfafc23d
commit
36ca17c37b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user