From 7370046c3b534175d4c95273f4e8c8aafc14e6f9 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 23 Nov 2022 10:49:38 +1100 Subject: [PATCH] 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 --- playbooks/templates/clouds/bridge_all_clouds.yaml.j2 | 2 -- playbooks/templates/clouds/nodepool_clouds.yaml.j2 | 1 - 2 files changed, 3 deletions(-) diff --git a/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 b/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 index 4522705620..4b68f74e5e 100644 --- a/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 +++ b/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 @@ -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: diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index 1b0170420e..30e1c8f1e4 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -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