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

This commit is contained in:
Zuul 2021-03-08 17:50:40 +00:00 committed by Gerrit Code Review
commit 6d1cdc6191
1 changed files with 5 additions and 0 deletions

View File

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