rax: remove identity_api_version 2 pin
This was pinned to v2 in I6dddf93fb2c7b1a73315629e4a983a2d5a0142cc some time ago. I have tested with this removed and openstacksdk appears to figure it out correctly. Removing this reduces one small thing we need to think about. Change-Id: I85c3df2ebf6a424724a8e6beb0611924097be468
This commit is contained in:
parent
f40c52b01a
commit
7370046c3b
@ -98,7 +98,6 @@ clouds:
|
||||
username: '{{ clouds.openstackci_rax_username }}'
|
||||
password: '{{ clouds.openstackci_rax_password }}'
|
||||
project_id: '{{ clouds.openstackci_rax_project_id }}'
|
||||
identity_api_version: 2
|
||||
volume_api_version: 2
|
||||
openstackjenkins-rax:
|
||||
regions:
|
||||
@ -116,7 +115,6 @@ clouds:
|
||||
username: '{{ clouds.openstackjenkins_rax_username }}'
|
||||
password: '{{ clouds.openstackjenkins_rax_password }}'
|
||||
project_id: '{{ clouds.openstackjenkins_rax_project_id }}'
|
||||
identity_api_version: 2
|
||||
volume_api_version: 2
|
||||
openstackjenkins-ovh:
|
||||
regions:
|
||||
|
@ -44,7 +44,6 @@ clouds:
|
||||
password: '{{ nodepool_rackspace_password }}'
|
||||
project_id: '{{ nodepool_rackspace_project }}'
|
||||
force_ipv4: true
|
||||
identity_api_version: 2
|
||||
volume_api_version: 2
|
||||
ovh:
|
||||
profile: ovh
|
||||
|
Loading…
Reference in New Issue
Block a user