Allow to override manage polling param

Without this, we cannot override the polling yaml metrics
from puppet template.

Change-Id: I509dd4932402c458e222c52b5d7d5e370a5466c0
This commit is contained in:
Pradeep Kilambi 2017-11-27 09:59:17 -05:00 committed by Emilien Macchi
parent 995217f18e
commit e870783b2c

View File

@ -66,6 +66,10 @@ parameters:
collector is used, override this with notifier:// publisher.
Set ManagePipeline to true for override to take effect.
type: comma_delimited_list
ManagePolling:
default: false
description: Whether to manage polling.yaml.
type: boolean
Debug:
default: false
description: Set to True to enable debugging on all services.
@ -148,6 +152,7 @@ outputs:
ceilometer::agent::notification::event_pipeline_publishers: {get_param: EventPipelinePublishers}
ceilometer::agent::notification::manage_pipeline: {get_param: ManagePipeline}
ceilometer::agent::notification::pipeline_publishers: {get_param: PipelinePublishers}
ceilometer::agent::polling::manage_polling: {get_param: ManagePolling}
ceilometer::agent::auth::auth_region: {get_param: KeystoneRegion}
ceilometer::agent::auth::auth_tenant_name: 'service'
ceilometer::agent::auth::auth_user_domain_name: 'Default'