Remove CeilometerStoreEvents parameter

This is removed upstream, so lets not set it anymore.

Closes-Bug: #1657555

Change-Id: I6ca9f51d27d7ca49980a4b3dea4128c7bdc20a0f
This commit is contained in:
Pradeep Kilambi 2017-01-18 13:14:46 -05:00
parent 5bea89cc5d
commit dcfc58102c
1 changed files with 0 additions and 5 deletions

View File

@ -46,10 +46,6 @@ parameters:
default: 0
description: Number of workers for Ceilometer service.
type: number
CeilometerStoreEvents:
default: false
description: Whether to store events in ceilometer.
type: boolean
EventPipelinePublishers:
default: ['notifier://?topic=alarm.all']
description: A list of publishers to put in event_pipeline.yaml.
@ -109,7 +105,6 @@ outputs:
ceilometer::keystone::authtoken::auth_url: { get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix] }
ceilometer::agent::auth::auth_password: {get_param: CeilometerPassword}
ceilometer::agent::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
ceilometer::agent::notification::store_events: {get_param: CeilometerStoreEvents}
ceilometer::agent::notification::event_pipeline_publishers: {get_param: EventPipelinePublishers}
ceilometer::agent::auth::auth_region: {get_param: KeystoneRegion}
ceilometer::agent::auth::auth_tenant_name: 'service'