summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-12-12 18:39:17 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2018-04-04 17:23:06 -0400
commit7eb670352126ed8d30426eb422fe5aed9cb21e7f (patch)
treebaaa75a37a0c91dff079c5a971b019a57909742b /doc/source/cli
parent9ea731a652d0f59b2b7b0d17f0be73b62739f7c2 (diff)
downloadnova-7eb670352126ed8d30426eb422fe5aed9cb21e7f.tar.gz
Add nova-status check for ironic flavor migration
In Pike we started requiring that ironic instances have their embedded flavor migrated to track the ironic node custom resource class. This can be done either via the normal running of the nova-compute service and ironic driver or via the 'nova-manage db ironic_flavor_migration' command. This change adds a nova-status check to see if there are any unmigrated ironic instances across all non-cell0 cells, and is based mostly on the same logic within the nova-manage command except it's multi-cell aware and doesn't use the objects. Change-Id: Ifd22325e849db2353b1b1eedfe998e3d6a79591c
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/nova-status.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/cli/nova-status.rst b/doc/source/cli/nova-status.rst
index 56e60adef8..f82ec5f706 100644
--- a/doc/source/cli/nova-status.rst
+++ b/doc/source/cli/nova-status.rst
@@ -107,6 +107,8 @@ Upgrade
**18.0.0 (Rocky)**
* Checks for the Placement API are modified to require version 1.21.
+ * Checks that ironic instances have had their embedded flavors migrated to
+ use custom resource classes.
See Also
========