diff --git a/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 b/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 index 3aa49f8271..e994a188d9 100644 --- a/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 +++ b/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 @@ -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 diff --git a/playbooks/templates/clouds/bridge_clouds.yaml.j2 b/playbooks/templates/clouds/bridge_clouds.yaml.j2 index c16c5b35d9..d4a1d90586 100644 --- a/playbooks/templates/clouds/bridge_clouds.yaml.j2 +++ b/playbooks/templates/clouds/bridge_clouds.yaml.j2 @@ -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 diff --git a/playbooks/templates/clouds/nodepool_builder_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_builder_clouds.yaml.j2 index 2e16338fb6..911a237ff8 100644 --- a/playbooks/templates/clouds/nodepool_builder_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_builder_clouds.yaml.j2 @@ -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 diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index b34fa9c6a4..06f075978b 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -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