68fa3f4597
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo. The OpenStack services SHA's will be manually updated in another patch. Change-Id: I78d85f33926bc979f7d0df0adc8e8245bf1223ad
11 lines
588 B
YAML
11 lines
588 B
YAML
---
|
|
features:
|
|
- Yaml files used for ceilometer configuration will now allow a deployer to
|
|
override a given list. If an override is provided that matches an already
|
|
defined list in one of the ceilometer default yaml files the entire list
|
|
will be replaced by the provided override. Previously, a nested list of
|
|
lists within the default ceilometer configuration files would extend should
|
|
a deployer provide an override matching an existing pipeline. The
|
|
extension of the defaults had a high probability to cause undesirable
|
|
outcomes and was very unpredictable.
|