From f4a8cdb91f96f7b5674a06c00c881fcae864b062 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Tue, 15 Mar 2016 10:42:00 +0100 Subject: [PATCH] Add a prelude section for Mitaka relnotes Since reno allows us to provide a prelude section for mentioning the top-notch new things we want to show, let's provide a quick list of things we gonna show-up for operators needing to get the most important info at one glance. Change-Id: I846dbf0204d559be2618f3f2cce4487c9a78822e --- .../notes/mitaka_prelude-c8b955ed78a5ad65.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/mitaka_prelude-c8b955ed78a5ad65.yaml diff --git a/releasenotes/notes/mitaka_prelude-c8b955ed78a5ad65.yaml b/releasenotes/notes/mitaka_prelude-c8b955ed78a5ad65.yaml new file mode 100644 index 000000000000..5851a29506c5 --- /dev/null +++ b/releasenotes/notes/mitaka_prelude-c8b955ed78a5ad65.yaml @@ -0,0 +1,17 @@ +--- +prelude: | + Nova 13.0.0 release is including a lot of new features and bugfixes. It can + be extremely hard to mention all the changes we introduced during that + release but we beg you to read at least the upgrade section which describes + the required modifications that you need to do for upgrading your cloud + from 12.0.0 (Liberty) to 13.0.0 (Mitaka). + + That said, a few major changes are worth to notice here. This is not an + exhaustive list of things to notice, rather just important things you need + to know : + + - Latest API microversion supported for Mitaka is v2.25 + - Nova now requires a second database (called 'API DB'). + - A new nova-manage script allows you to perform all online DB + migrations once you upgrade your cloud + - EC2 API support is fully removed.