diff --git a/releasenotes/notes/openstack-auth-policy-dirs-c5d77665eac415ea.yaml b/releasenotes/notes/openstack-auth-policy-dirs-c5d77665eac415ea.yaml new file mode 100644 index 0000000000..9e2c91b808 --- /dev/null +++ b/releasenotes/notes/openstack-auth-policy-dirs-c5d77665eac415ea.yaml @@ -0,0 +1,11 @@ +--- +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 + `__.