From 4535e0f35630d718f5d5a25c91af629ffad95689 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. Depends-On: Ic2c86e6a890b58ca7703ea3a3147c8d4ecf13953 Change-Id: I03e042b9684e6bdd8c277066776df23d2eb84ecd --- 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 839c531ae4..e53b84cbc0 100644 --- a/deployment/glance/glance-api-container-puppet.yaml +++ b/deployment/glance/glance-api-container-puppet.yaml @@ -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