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
This commit is contained in:
Matt Riedemann 2017-01-30 15:23:07 -05:00
parent 9f1ffd665e
commit 790313c0a0
1 changed files with 12 additions and 0 deletions

View File

@ -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