e58f6e0082
This patch updates the templated files we have failed to update, and will pull these from upstream in future. This will ensure the version of Ceilometer matches the conf files that are used. pipeline.yaml is still carried because we override some vars in that file. This is a TO-DO for later, but this patch will reduce the amount of files we need to carry in templates. Change-Id: I64fa7af1ca7a58214b6c302131964b819aad4915
14 lines
566 B
YAML
14 lines
566 B
YAML
---
|
|
features:
|
|
- The ceilometer configuration files other than
|
|
``ceilometer.conf`` are now retrieved from upstream.
|
|
You can override the repository from which these are
|
|
retrieved by setting the
|
|
``ceilometer_git_config_lookup_location`` variable
|
|
which defaults to the git.openstack.org.
|
|
deprecations:
|
|
- The vars to set ``source_sample_interval`` for the
|
|
``os_ceilometer`` role are deprecated and will be
|
|
removed in the Queen cycle. To override these variables
|
|
after Queen, utilize the
|
|
``ceilometer_pipeline_yaml_overrides`` file. |