b541debf3e
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
12 lines
580 B
YAML
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>`__.
|