From 790313c0a065cda281e52be41d46b705a116eafa Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 30 Jan 2017 15:23:07 -0500 Subject: [PATCH] Add release note for nova-status upgrade check CLI This just adds a simple release note to mention the new nova-status upgrade check CLI. The details are in the man page so it links there for further reading. Change-Id: I5c99c969a419a1b73a58e3146040ddef99c72b85 --- .../nova-status-upgrade-check-8190e6061680ff1f.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/nova-status-upgrade-check-8190e6061680ff1f.yaml diff --git a/releasenotes/notes/nova-status-upgrade-check-8190e6061680ff1f.yaml b/releasenotes/notes/nova-status-upgrade-check-8190e6061680ff1f.yaml new file mode 100644 index 000000000000..75a69c87f9d6 --- /dev/null +++ b/releasenotes/notes/nova-status-upgrade-check-8190e6061680ff1f.yaml @@ -0,0 +1,12 @@ +--- +features: + - | + A new ``nova-status upgrade check`` CLI is provided for checking the + readiness of a deployment when preparing to upgrade to the latest release. + The tool is written to handle both fresh installs and upgrades from an + earlier release, for example upgrading from the 14.0.3 Newton release. + There can be multiple checks performed with varying degrees of success. + More details on the command and how to interpret results are in the + `nova-status man page`_. + + .. _nova-status man page: http://docs.openstack.org/developer/nova/man/nova-status.html