f40ecdeba2
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, updates all the OpenStack Service SHA's, and updates the appropriate python requirements pins. Some adjustments are made to the sources-branch-updater script for improved error detection and efficiency. Also, based on https://review.openstack.org/371999 the ternary search/replace is fixed. Tempest and Rally repo sources are co-located in the repo_packages files as neither of them implement stable/* branches. The nova consoles (novnc/spice) are implemented in their own repo_packages file in order to simplify doing the SHA updates. Gnocchi implements a different style of releasing stable branches so it is also implemented in its own repo_packages file. Change-Id: I6fa4afab4203c9902ce70fa6bc49ad1dddb560b3
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 lists of
|
|
lists within the default ceilometer configration 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.
|