From 112d44aaa72fbe5c45b31cce8b8d8ef93746e164 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 19 Mar 2019 13:14:36 +0000 Subject: [PATCH] Add prelude to release notes This is intentionally short and sweet. There's very little user facing, except for the upgrade from nova, so that is highlighted. Change-Id: Iffb98d22b4f202dfdacc310300cf67ee0a73a52d --- .../notes/stein-prelude-779b0dbfe65cf9ac.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 releasenotes/notes/stein-prelude-779b0dbfe65cf9ac.yaml diff --git a/releasenotes/notes/stein-prelude-779b0dbfe65cf9ac.yaml b/releasenotes/notes/stein-prelude-779b0dbfe65cf9ac.yaml new file mode 100644 index 000000000..83a7ac496 --- /dev/null +++ b/releasenotes/notes/stein-prelude-779b0dbfe65cf9ac.yaml @@ -0,0 +1,16 @@ +--- +prelude: | + The 1.0.0 release of Placement is the first release where the Placement + code is hosted in its own repository_ and managed as its own OpenStack + project. Because of this, the majority of changes are not user-facing. + There are a small number of new features (including microversion 1.31_) + and bug fixes, listed below. + + A new document, `Upgrading from Nova to Placement`_, has been created. It + explains the steps required to upgrade to extracted Placement from Nova and + to migrate data from the ``nova_api`` database to the + ``placement_database``. + + .. _repository: https://git.openstack.org/cgit/openstack/placement + .. _1.31: https://docs.openstack.org/placement/latest/placement-api-microversion-history.html#add-in-tree-queryparam-on-get-allocation-candidates-maximum-in-stein + .. _Upgrading from Nova to Placement: https://docs.openstack.org/placement/latest/upgrade/to-stein.html