python-openstackclient/releasenotes/notes/server-migration-by-uuid-59f8272f63abee5d.yaml
Stephen Finucane cffec4517f compute: Allow retrieval of migration by UUID
The nova API doesn't allow you to retrieve migration records by UUID,
only ID. This is confusing. Work around it by listing records and
filtering this list.

Change-Id: I932c9c70420e85056509513e005bb78168e70611
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-03-09 17:31:44 +00:00

7 lines
201 B
YAML

---
features:
- |
The ``server migration abort``, ``server migration force complete`` and
``server migration show`` commands will now accept a server migration UUID
in addition to an ID.