Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Enabling 'cinder_use_multipath' if cinder multipath is enabled
Browse files Browse the repository at this point in the history
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
  • Loading branch information
PranaliDeore committed Feb 11, 2021
1 parent 8618198 commit 4535e0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/glance/glance-api-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4535e0f

Please sign in to comment.