We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78ec7 commit e9998b7Copy full SHA for e9998b7
environments/base/inventory/group_vars/all.yml
@@ -156,7 +156,7 @@ __os_auth_url: >-
156
{{-
157
lookup('file', __os_clouds_file) |
158
from_yaml |
159
- json_query('clouds.' + __os_cloud + '.auth.auth_url') |
+ json_query('clouds.' + '"%s"' % __os_cloud + '.auth.auth_url') |
160
trim('/')
161
}}
162
azimuth_openstack_auth_url: "{{ __os_auth_url.removesuffix('/v3') }}/v3"
0 commit comments