python-novaclient/releasenotes/notes/instance-uuid-flag-in-migration-list-5d2fed7657d3def5.yaml
He Jie Xu 59f885896a Add instance-uuid flag to the migration-list
The user needs to query the specific server's migration history. The
'os-migrations' support 'instance_uuid' as query filter, but that isn't
enabled in the migration-list command. This patch enable that filter.

Change-Id: I137b94f4d73836bcc163b66ab20ee2987042a40f
2017-04-25 13:19:54 +08:00

8 lines
318 B
YAML

---
features:
- |
A new ``--instance-uuid`` option is added to ``nova migration-list``
command. This is used to query the migration history of a specific server
by the migration-list command. Please use ``nova server-migration-list``
command for querying in-progress migrations of a specific server.