Set rax api versions for volume and identity

Rax APIs don't support newer identity v3 or volume v2/v3. Set identity
to v2 so that catalogs can be listed and volume to v1 so that volumes
can be listed.

Change-Id: I6dddf93fb2c7b1a73315629e4a983a2d5a0142cc
This commit is contained in:
Clark Boylan 2020-01-27 11:33:57 -08:00
parent 83a422e180
commit a45278dbb0
4 changed files with 12 additions and 0 deletions

View File

@ -73,6 +73,8 @@ 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: 1
openstackjenkins-rax:
regions:
- DFW
@ -83,6 +85,8 @@ 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: 1
openstackjenkins-ovh:
regions:
- GRA1

View File

@ -60,6 +60,8 @@ 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: 1
openstackci-vexxhost:
regions:
- ca-ymq-1

View File

@ -28,6 +28,8 @@ clouds:
password: '{{ nodepool_rackspace_password }}'
project_id: '{{ nodepool_rackspace_project }}'
force_ipv4: true
identity_api_version: 2
volume_api_version: 1
rax-control-plane:
regions:
- DFW
@ -39,6 +41,8 @@ clouds:
password: '{{ clouds.openstackci_rax_password }}'
project_id: '{{ clouds.openstackci_rax_project_id }}'
force_ipv4: true
identity_api_version: 2
volume_api_version: 1
ovh:
profile: ovh
# OVH has a weird new ipv6 setup that we can't handle properly

View File

@ -29,6 +29,8 @@ clouds:
password: '{{ nodepool_rackspace_password }}'
project_id: '{{ nodepool_rackspace_project }}'
force_ipv4: true
identity_api_version: 2
volume_api_version: 1
ovh:
profile: ovh
# OVH has a weird new ipv6 setup that we can't handle properly