zhangbailin b77c28d295 Add server migration list CLI
Add ``openstack server migration list`` to fetch server migrations.

Part of blueprint add-user-id-field-to-the-migrations-table

Change-Id: I15b4a5aca8d0dee59dd293e7b1c7272cdfbeea20
2020-09-24 18:45:13 +08:00

13 lines
334 B
ReStructuredText

================
server migration
================
A server migration provides a way to move an instance from one
host to another. There are four types of migration operation
supported: live migration, cold migration, resize and evacuation.
Compute v2
.. autoprogram-cliff:: openstack.compute.v2
:command: server migration list