790313c0a0
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
13 lines
592 B
YAML
13 lines
592 B
YAML
---
|
|
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
|