f236f531df
This adds a new parameter called polling_meters to the ceilometer::agent::polling class. If you pass a array of strings this parameter will then populate the meters in the polling.yaml file by inserting them in the templated polling file. The default values that was hardcoded in the template is still the same but has been moved to the params class as an array of strings. Change-Id: Iae2567b5a0f24b2aa80f9640ff10df96cd656922
7 lines
225 B
YAML
7 lines
225 B
YAML
---
|
|
features:
|
|
- |
|
|
New parameter ceilometer::agent::polling::polling_meters can now be used to
|
|
populate the list of pollers in the ceilometer polling.yaml file. The default
|
|
values in this file is still the same.
|