deb-horizon/releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml
David Lyle baaa454ba7 Adding missing release notes around upgrades
A few things were moved out of tree in the Mitaka release. These
need to be reflected in the release notes in the upgrade section.

Partial-Bug: #1558825
Change-Id: I0ef25c85561f63db75223e5c5334d1ea2f1ff72d
2016-03-17 23:43:07 +00:00

10 lines
358 B
YAML

---
upgrade:
- The main engine managing integration with oslo.policy has been moved
to django_openstack_auth. The configuration is still managed in
Horizon, but the setting for ``POLICY_CHECK_FUNCTION`` now uses
``openstack_auth.policy.check`` rather than
``openstack_dashboard.policy.check``. Current behavior will
remain consistent.