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
(cherry picked from commit 4535e0f)
(cherry picked from commit 853f4a1)
(cherry picked from commit 0d88e0e)
  • Loading branch information
PranaliDeore committed Mar 22, 2021
1 parent c3396e2 commit bc6840c
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 @@ -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
Expand Down

0 comments on commit bc6840c

Please sign in to comment.