59f885896a
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
8 lines
318 B
YAML
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.
|