puppet-horizon/releasenotes/notes/policy-05bec63b1ab26902.yaml
Takashi Kajinami 7b96a0bf1c Allow customizing policy files
Horizon requires policy files placed in its own config directory
to enable/disable some features according to policy rules. This change
introduces capability to manage contents of each policy files so that
users can inject customized rules.

Change-Id: Id82f6fd416c0f563b181af66f541c850128a5778
2022-01-08 13:25:42 +09:00

20 lines
500 B
YAML

---
features:
- |
The new ``horizon::policy`` class has been added. This class can be used
to manage policy rules for the following services.
- ``cinder``
- ``glance``
- ``keystone``
- ``neutron``
- ``nova``
- |
The new ``policies`` parameter has been added to the following classes,
to allow customizing policiy rules for additional services.
- ``horizon::dashboards::heat``
- ``horizon::dashboards::octavia``
- ``horizon::dashboards::manila``