7eb6703521
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
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
A new check is added to the ``nova-status upgrade check`` CLI which can
|
|
assist with determining if ironic instances have had their embedded flavor
|
|
migrated to use the corresponding ironic node custom resource class.
|