From a26b064bd4887da70dc0421617ead9f3ec7ee730 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 9 Jun 2021 00:09:24 +0900 Subject: [PATCH] Add missing monitoring_subscription to Placement The placement service resource doesn't have monitoring_subscription defined although it has the corresponding template parameter which is MonitoringSubscriptionPlacement. This change adds that missing monitoring_subscription. Change-Id: I3f11fc2722eaa0f6701369265d7b4d24c711f3ed --- deployment/placement/placement-api-container-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/placement/placement-api-container-puppet.yaml b/deployment/placement/placement-api-container-puppet.yaml index f76d31c20f..2ca386dfab 100644 --- a/deployment/placement/placement-api-container-puppet.yaml +++ b/deployment/placement/placement-api-container-puppet.yaml @@ -128,6 +128,7 @@ outputs: password: {get_param: PlacementPassword} region: {get_param: KeystoneRegion} service: 'placement' + monitoring_subscription: {get_param: MonitoringSubscriptionPlacement} config_settings: map_merge: - get_attr: [PlacementLogging, config_settings]