From 0d88e0e20d521bf3a19bd79d49e3f5d03fa1c5c5 Mon Sep 17 00:00:00 2001 From: PranaliD Date: Tue, 2 Feb 2021 11:30:19 -0500 Subject: [PATCH] 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. Change-Id: I03e042b9684e6bdd8c277066776df23d2eb84ecd (cherry picked from commit 4535e0f35630d718f5d5a25c91af629ffad95689) (cherry picked from commit 853f4a15ce442d47bd2dbf4afa19cacc1d950430) --- deployment/glance/glance-api-container-puppet.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment/glance/glance-api-container-puppet.yaml b/deployment/glance/glance-api-container-puppet.yaml index de9140a1e6..e1485fc2ec 100644 --- a/deployment/glance/glance-api-container-puppet.yaml +++ b/deployment/glance/glance-api-container-puppet.yaml @@ -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