horizon/releasenotes/notes/openstack-auth-policy-dirs-c5d77665eac415ea.yaml
Akihiro Motoki b541debf3e Add release note on policy dirs support
Part of blueprint policy-dirs

oslo.policy policy dirs support has been implemented before merging
openstack-auth but there is no corresponding release note.
This commit adds it.

Change-Id: I621fb1072d1753f9b51a6a21e2f7994eb04dd05b
2017-11-29 14:26:32 +00:00

12 lines
580 B
YAML

---
features:
- |
The policy framework in horizon now supports policy directories per
service. This corresponds to ``policy_dirs`` configuration option
from "oslo.policy" library. The new setting ``POLICY_DIRS`` was
introduced. The setting allows to define multiple policy directories
per service. For example, it is useful for a case where multiple
projects provide policy files like neutron stadium projects.
For detail, see `the horizon Setting Reference
<https://docs.openstack.org/horizon/latest/configuration/settings.html#policy-dirs>`__.