a0cfc507ed
We will also create stable/xena branch from this commit. Change-Id: I2c887fa031a6001431bf5075fb9a58e5726f64ca
11 lines
548 B
YAML
11 lines
548 B
YAML
---
|
|
features:
|
|
- |
|
|
Added variable `horizon_policy_overrides` which allows to customize horizon
|
|
specific policies. As we don't want to carry and maintain horizon policies
|
|
with OSA, they're retrieved from horizon hosts and adjusted in-place,
|
|
which means that they won't rollback in case you just remove override.
|
|
`horizon_policy_overrides` has also non-standart format, as it's nested
|
|
dictionary, where 1st level key represents service which policy needs to
|
|
be overriden, and it's value is normal policy override format.
|