openstack-ansible/releasenotes/notes/disable-list-extend-3a9547de9034f9ba.yaml
Jean-Philippe Evrard 68fa3f4597 Update all SHAs for 17.0.0
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
2018-02-10 17:50:34 +00:00

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.