openstack-ansible/releasenotes/notes/horizon_policy_overrides-ca84702ef993ea92.yaml
Dmitriy Rabotyagov a0cfc507ed Freeze roles for Xena RC1
We will also create stable/xena branch from this commit.

Change-Id: I2c887fa031a6001431bf5075fb9a58e5726f64ca
2021-12-10 21:23:04 +00:00

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.