summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/server_migration.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken openstackclient.computeStephen Finucane2023-05-101-35/+44
| | | | | | | | | | Black used with the '-l 79 -S' flags. A future change will ignore this commit in git-blame history by adding a 'git-blame-ignore-revs' file. Change-Id: I9af45c062d179ab3dc2a5e969e1c467932753a2b Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* 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>