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
This commit is contained in:
parent
86181987e4
commit
4535e0f356
@ -525,6 +525,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user