From baaa454ba701a01dae02ecd40b3beb59b0641656 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Thu, 17 Mar 2016 17:22:46 -0600 Subject: [PATCH] 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 --- releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml | 6 ++++++ releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml | 6 ++++++ .../notes/move-policy-engine-b19e434a62912e5f.yaml | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100644 releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml create mode 100644 releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml create mode 100644 releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml diff --git a/releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml b/releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml new file mode 100644 index 0000000000..33dd5aa7de --- /dev/null +++ b/releasenotes/notes/excise-sahara-7eff95feb416ce4b.yaml @@ -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. + diff --git a/releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml b/releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml new file mode 100644 index 0000000000..b5cf317cea --- /dev/null +++ b/releasenotes/notes/excise-trove-ce576b50fbcd15ad.yaml @@ -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. + diff --git a/releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml b/releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml new file mode 100644 index 0000000000..33b42e5658 --- /dev/null +++ b/releasenotes/notes/move-policy-engine-b19e434a62912e5f.yaml @@ -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. +