diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-12-22 21:55:44 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-12-22 21:57:52 +0200 |
commit | af47291cd0809291aaafac0adacc48ac0f5a55f1 (patch) | |
tree | a35249425ec4d7d7be0588e5e2ce366111748525 /mcp/patches/salt-formula-cinder | |
parent | e821b9398a5a998bec0143d56efb93018b8bcd8c (diff) |
[patch] Fix whitespace at EOL
`make patches-export` trims trailing whitespace from patch file,
bring it back to prevent issues with `patches-import`.
Change-Id: Ie9fe31f4480164ce19d3ccd47c2050e28382410a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/patches/salt-formula-cinder')
-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' %} |