From a3297afea9fd03c495c280cac881218032786355 Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Tue, 20 Mar 2018 16:28:14 +0100 Subject: [PATCH] Add the service_config_settings from nova-compute base The docker nova-compute.yaml file does not have the service_config_settings from the base file. So the collectd and fluentd parameters defined are not got when the service run containerized. The patch get the service_config_settings from the base file and use it on the when is containerized. Closes-Bug: #1757066 Change-Id: I0b3567edd7530d1ae0a69d3ee25bd1442f14fb58 --- docker/services/nova-compute.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/services/nova-compute.yaml b/docker/services/nova-compute.yaml index f627fdc8e4..ae12ed4b96 100644 --- a/docker/services/nova-compute.yaml +++ b/docker/services/nova-compute.yaml @@ -106,6 +106,7 @@ outputs: - get_attr: [NovaLogging, config_settings] logging_source: {get_attr: [NovaComputeBase, role_data, logging_source]} logging_groups: {get_attr: [NovaComputeBase, role_data, logging_groups]} + service_config_settings: {get_attr: [NovaComputeBase, role_data, service_config_settings]} puppet_config: config_volume: nova_libvirt puppet_tags: nova_config,nova_paste_api_ini