nova/releasenotes/notes/remove-nova-manage-db-null_instance_uuid_scan-f34494b316ff181c.yaml
Stephen Finucane 2d4eff0ef7 cmd: Remove 'nova-manage db null_instance_uuid_scan'
Change I2aae01ed235f1257b0b3ddc6aee4efc7be38eb6e indicated that this
command was no longer necessary and could be removed. In hindsight, it's
been unnecessary since Liberty, which introduced a blocking migration
requiring this script be run, and it could have been deleted years ago.
No time like the present though.

Change-Id: I532c7918a8e2c887f29d2f0e1e33b80f2b3a7507
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-02-02 17:16:12 +00:00

7 lines
209 B
YAML

---
upgrade:
- |
The ``nova-manage db null_instance_uuid_scan`` command has been removed.
A blocking migration has been in place since the 12.0.0 (Liberty) release
making this check unnecessary.