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
This commit is contained in:
Juan Badia Payno 2018-03-20 16:28:14 +01:00
parent 9bd6732bd6
commit a3297afea9
1 changed files with 1 additions and 0 deletions

View File

@ -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