Merge "Adding missing release notes around upgrades"

This commit is contained in:
Jenkins 2016-03-18 03:51:55 +00:00 committed by Gerrit Code Review
commit 2b8b06f547
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- The Sahara based content has been removed from the Horizon source tree
and is now a separate plugin. To continue managing Sahara in Horizon,
installing the sahara-dashboard plugin on the Horizon server is required.

View File

@ -0,0 +1,6 @@
---
upgrade:
- The Trove based content has been removed from the Horizon source tree
and is now a separate plugin. To continue managing Trove in Horizon,
installing the trove-dashboard plugin on the Horizon server is required.

View File

@ -0,0 +1,9 @@
---
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.