Merge "Enabling 'cinder_use_multipath' if cinder multipath is enabled" into stable/victoria

This commit is contained in:
Zuul 2021-03-01 20:41:41 +00:00 committed by Gerrit Code Review
commit 701669c8c3
1 changed files with 5 additions and 0 deletions

View File

@ -519,6 +519,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