Merge "Add nova-manage ironic-compute-node-move"

This commit is contained in:
Zuul
2024-02-29 18:46:32 +00:00
committed by Gerrit Code Review
4 changed files with 141 additions and 1 deletions
@@ -10,3 +10,8 @@ features:
which ironic nodes are managed by each nova-compute service.
Note that when you use ``[ironic]shard`` the ``[ironic]peer_list``
is hard coded to a single nova-compute service.
There is a new nova-manage command ``db ironic_compute_node_move`` that
can be used to move ironic nodes, and the associated instances, between
nova-compute services. This is useful when migrating from the legacy
hash ring based HA towards the new sharding approach.