openstack-ansible-os_horizon/releasenotes/notes/horizon_policy_overrides-ca84702ef993ea92.yaml
Dmitriy Rabotyagov 2447deec62 Add option to override horizon policies
In case policies are overriden for services,
horizon maintain and ship it's own set of policies that should be
separatelly overriden.

Depends-On: https://review.opendev.org/754382
Change-Id: I7099a5b11390d3296c7b4bb74d69670c7fe64f58
2021-08-20 11:16: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.