diff options
| author | zhangbailin <zhangbailin@inspur.com> | 2019-08-08 19:46:30 +0800 |
|---|---|---|
| committer | zhangbailin <zhangbailin@inspur.com> | 2020-09-24 18:45:13 +0800 |
| commit | b77c28d2954a2c5861a3a6a1df29d8de448f7c08 (patch) | |
| tree | 5d569747e6b430cfc7a6d27a69eec47e9d539e49 /doc/source/cli/command-objects | |
| parent | 51aee432d96c0291d01419c3db2248114d176fdd (diff) | |
| download | python-openstackclient-b77c28d2954a2c5861a3a6a1df29d8de448f7c08.tar.gz | |
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
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/server-migration.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/server-migration.rst b/doc/source/cli/command-objects/server-migration.rst new file mode 100644 index 00000000..6e2982cf --- /dev/null +++ b/doc/source/cli/command-objects/server-migration.rst @@ -0,0 +1,12 @@ +================ +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 |
