baaa454ba7
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
10 lines
358 B
YAML
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.
|
|
|