From 1ca4f727b6f2f6447ab016f96dd6945f2537050a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 7 Apr 2021 00:05:12 +0900 Subject: [PATCH] Enable exec resource to generate policy.yaml for Gnocchi The recent change[1] in puppet-gnocchi introduced conversion of policy file from yaml to json, using the exec resource, thus we need to ensure that the exec resource is enabled. [1] https://review.opendev.org/c/openstack/puppet-gnocchi/+/768690 Depends-on: https://review.opendev.org/785076 Closes-Bug: #1922282 Change-Id: I91d3a879938bf6839eaf7e8b2c3d7f617109be2e --- deployment/gnocchi/gnocchi-api-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/gnocchi/gnocchi-api-container-puppet.yaml b/deployment/gnocchi/gnocchi-api-container-puppet.yaml index 21b35067b0..49b3a5de1b 100644 --- a/deployment/gnocchi/gnocchi-api-container-puppet.yaml +++ b/deployment/gnocchi/gnocchi-api-container-puppet.yaml @@ -243,7 +243,7 @@ outputs: # BEGIN DOCKER SETTINGS puppet_config: config_volume: gnocchi - puppet_tags: gnocchi_api_paste_ini,gnocchi_config + puppet_tags: gnocchi_api_paste_ini,gnocchi_config,exec step_config: list_join: - "\n"