summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/compute/v2/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* compute: Return details of attached volumes5.7.0Stephen Finucane2021-11-031-8/+83
* compute: Fix filtering servers by tagsStephen Finucane2021-10-131-2/+2
* Add --trusted-image-cert option for server createPavlo Shchelokovskyy2021-09-301-0/+150
* compute: Add support for microversion 2.90Stephen Finucane2021-09-011-16/+155
* Correct REST API response fields for /os-migrations APImelanie witt2021-07-281-1/+53
* Fix TestListMigrationV223 test class MIGRATION_COLUMNSmelanie witt2021-07-271-6/+3
* compute: Remove 'file://' prefix from '--block-device'Stephen Finucane2021-03-111-1/+1
* compute: Add support for loading BDMs from filesStephen Finucane2021-03-051-0/+83
* compute: Add functional tests for --block-deviceStephen Finucane2021-03-051-22/+6
* compute: Remove deprecated 'server migrate --live' optionStephen Finucane2021-01-221-163/+40
* compute: Stop silently ignore --(no-)disk-overcommitStephen Finucane2021-01-221-0/+34
* compute: Auto-configure shared/block live migrationStephen Finucane2021-01-221-20/+25
* compute: Add 'server create --block-device' optionStephen Finucane2021-01-221-0/+256
* compute: Add missing 'server create' optionsStephen Finucane2021-01-211-0/+233
* compute: Improve 'server create --block-device-mapping' option parsingStephen Finucane2021-01-211-29/+76
* compute: Rename 'server migrate (confirm|revert)'Stephen Finucane2021-01-211-0/+152
* compute: Add 'server migration show' commandStephen Finucane2021-01-211-0/+118
* Rename FakeServerMigration to FakeMigrationStephen Finucane2021-01-211-2/+2
* compute: Add support for 'server boot --nic ...,tag=<tag>'Stephen Finucane2021-01-211-0/+107
* compute: Improve 'server create --nic' option parsingStephen Finucane2021-01-211-52/+52
* compute: Add 'server * --all-projects' optionStephen Finucane2021-01-211-0/+66
* Merge "compute: Improve 'server migration list' options"Zuul2021-01-151-19/+32
|\
| * compute: Improve 'server migration list' optionsStephen Finucane2021-01-121-19/+32
* | Merge "compute: Add '--force' option to 'server delete'"Zuul2021-01-151-0/+21
|\ \ | |/
| * compute: Add '--force' option to 'server delete'Stephen Finucane2021-01-121-0/+21
* | Add 'server unshelve --wait' optionStephen Finucane2021-01-081-29/+51
* | Add 'server shelve --offload', 'server shelve --wait' optionsStephen Finucane2021-01-081-6/+116
|/
* compute: Add missing options for 'server set'Stephen Finucane2021-01-081-0/+32
* Merge "compute: Add missing options for 'server list'"Zuul2021-01-081-2/+138
|\
| * compute: Add missing options for 'server list'Stephen Finucane2021-01-071-2/+138
* | trivial: Use plural for appended parametersStephen Finucane2021-01-061-11/+11
* | compute: Add 'server show --topology' optionYongli He2021-01-061-0/+49
|/
* compute: Fix 'server * -f yaml' outputStephen Finucane2021-01-061-69/+57
* Merge "compute: Add missing options for 'server rebuild'"Zuul2021-01-061-68/+290
|\
| * compute: Add missing options for 'server rebuild'Stephen Finucane2020-12-091-68/+290
* | Add option to filter instances by AZDmitriy Rabotyagov2020-12-011-0/+1
|/
* Merge "Add a few selectable fields to the "openstack server list" output"Zuul2020-11-181-0/+19
|\
| * Add a few selectable fields to the "openstack server list" outputjay2020-11-051-0/+19
* | Merge "Resolve issues with 'server migration list'"Zuul2020-11-121-9/+3
|\ \
| * | Resolve issues with 'server migration list'Stephen Finucane2020-11-091-9/+3
* | | Merge "Add 'openstack server evacuate' command"Zuul2020-11-091-0/+161
|\ \ \ | |/ / |/| |
| * | Add 'openstack server evacuate' commandSean Mooney2020-11-021-0/+161
* | | Merge "Add 'openstack server migration list --type' option"Zuul2020-11-031-0/+2
|\ \ \ | |/ / |/| |
| * | Add 'openstack server migration list --type' optionStephen Finucane2020-10-131-0/+2
* | | Merge "Cleanup of 'server migration list' command"Zuul2020-10-211-83/+102
|\ \ \ | |/ /
| * | Cleanup of 'server migration list' commandStephen Finucane2020-10-131-83/+102
* | | Merge "Compute: Add tag support for server add fixed ip"Zuul2020-10-151-0/+66
|\ \ \
| * | | Compute: Add tag support for server add fixed iptianhui2020-10-121-0/+66
* | | | Compute: Add tags support for servertianhui2020-10-141-0/+260
* | | | Merge "Compute: Add tag support for server add volume"Zuul2020-10-141-4/+56
|\ \ \ \