diff options
| author | Zuul <zuul@review.opendev.org> | 2020-10-12 16:01:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-10-12 16:01:52 +0000 |
| commit | ad2ac13c97ab51c00a69f67b8cd5027328408bc0 (patch) | |
| tree | 1e0e76201f3c5454e3f92e8804d6e8f8c2c82829 /doc | |
| parent | a48c05b90a376ce33e2f0a2d321b8c851a6ef0b0 (diff) | |
| parent | b77c28d2954a2c5861a3a6a1df29d8de448f7c08 (diff) | |
| download | python-openstackclient-ad2ac13c97ab51c00a69f67b8cd5027328408bc0.tar.gz | |
Merge "Add server migration list CLI"
Diffstat (limited to 'doc')
| -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 |
