summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/server_migration.py
Commit message (Collapse)AuthorAgeFilesLines
* Finish switching server migration to sdkViolet Kurtz2022-12-141-29/+53
| | | | Change-Id: Ic0e6dfdc986989599bfc73b8c274631232161c25
* Use the SDK in server migration listDaniel Wilson2022-11-301-21/+27
| | | | | | | Update server migration list to use the OpenStack SDK instead of directly using the nova interface. Change-Id: I40dc95ee47e7c33ebf596f8ad437228b4bb0ab33
* compute: Move server migrations commands to their own fileStephen Finucane2022-03-091-0/+485
The 'openstackclient.compute.v2.server' module is getting rather large. The server migration commands don't need to be in there. Move them. Change-Id: I8b2600cfd9f8e37d3093c52c7222d85e84e7fc89 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>