diff options
Diffstat (limited to 'mcp/patches/salt-formula-cinder/0001-Support-rocky-version.patch')
-rw-r--r-- | mcp/patches/salt-formula-cinder/0001-Support-rocky-version.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/salt-formula-cinder/0001-Support-rocky-version.patch b/mcp/patches/salt-formula-cinder/0001-Support-rocky-version.patch index abbad47d8..39b146495 100644 --- a/mcp/patches/salt-formula-cinder/0001-Support-rocky-version.patch +++ b/mcp/patches/salt-formula-cinder/0001-Support-rocky-version.patch @@ -30,7 +30,7 @@ index f103550..33e062f 100644 {#- Therefore if api_version is not defined and OpenStack version is mitaka or newton use v2.0. #} {%- if 'api_version' in identity %} {%- set keystone_api_version = identity.get('api_version') %} --{%- else %} +-{%- else %} +{%- else %} {%- if 'version' in controller and controller.version in ['mitaka', 'newton'] %} {%- set keystone_api_version = 'v2.0' %} |