Enabling 'cinder_use_multipath' if cinder multipath is enabled

Currently,'cinder_use_multipath' parameters' is disabled in glance-api.conf,
when cinder multipath is enabled.

Enabling 'cinder_use_multipath' when multipath is enabled.

Depends-On: Ic2c86e6a890b58ca7703ea3a3147c8d4ecf13953
Change-Id: I03e042b9684e6bdd8c277066776df23d2eb84ecd
(cherry picked from commit 4535e0f356)
(cherry picked from commit 853f4a15ce)
(cherry picked from commit 0d88e0e20d)
This commit is contained in:
PranaliD 2021-02-02 11:30:19 -05:00 committed by Pranali Deore
parent c3396e2740
commit bc6840c6ea
1 changed files with 5 additions and 0 deletions

View File

@ -490,6 +490,11 @@ outputs:
glance::backend::cinder::cinder_store_user_name: 'glance'
glance::backend::cinder::cinder_store_password: {get_param: GlancePassword}
- {}
-
if:
- cinder_multipathd_enabled
- glance::backend::cinder::cinder_use_multipath: true
- {}
-
if:
- glance_cache_enabled