blob: 9db58e3e46050befda10c085dcb56b2c7050fd92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 *
|