summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/compute
Commit message (Expand)AuthorAgeFilesLines
* compute: Return details of attached volumes5.7.0Stephen Finucane2021-11-031-8/+83
* Switch server backup to sdk.Diwei Zhu2021-10-272-61/+112
* compute: Fix filtering servers by tagsStephen Finucane2021-10-131-2/+2
* Add --trusted-image-cert option for server createPavlo Shchelokovskyy2021-09-301-0/+150
* Merge "compute: Add support for microversion 2.90"Zuul2021-09-021-16/+155
|\
| * compute: Add support for microversion 2.90Stephen Finucane2021-09-011-16/+155
* | compute: Add support for microversion 2.89Lee Yarwood2021-09-022-0/+52
|/
* Merge "Replace assertItemsEqual with assertCountEqual"Zuul2021-08-235-24/+24
|\
| * Replace assertItemsEqual with assertCountEqualDirk Mueller2021-05-035-24/+24
* | Show "Forced Down" compute service status with --longmelanie witt2021-08-172-0/+34
* | Correct REST API response fields for /os-migrations APImelanie witt2021-07-282-5/+57
* | 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-212-0/+171
* Rename FakeServerMigration to FakeMigrationStephen Finucane2021-01-212-12/+12
* 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 missing options for 'server event list'Stephen Finucane2021-01-211-1/+234
* compute: Add missing options for 'server group list'Stephen Finucane2021-01-211-4/+43
* 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
* | Merge "compute: Add missing options for 'hypervisor list'"Zuul2021-01-151-0/+96
|\ \ | |/
| * compute: Add missing options for 'hypervisor list'Stephen Finucane2021-01-121-0/+96
* | Merge "compute: Add 'server volume update' command"Zuul2021-01-151-0/+120
|\ \ | |/
| * compute: Add 'server volume update' commandStephen Finucane2021-01-121-0/+120
* | Merge "Add 'server unshelve --wait' option"Zuul2021-01-111-29/+51
|\ \
| * | Add 'server unshelve --wait' optionStephen Finucane2021-01-081-29/+51
* | | Merge "Add 'server shelve --offload', 'server shelve --wait' options"Zuul2021-01-111-6/+116
|\ \ \ | |/ / | | / | |/ |/|
| * Add 'server shelve --offload', 'server shelve --wait' optionsStephen Finucane2021-01-081-6/+116
* | compute: Add 'server volume list' commandStephen Finucane2021-01-082-0/+227
* | tests: Remove unused fake methodStephen Finucane2021-01-081-19/+0
|/
* compute: Add missing options for 'server image create'Stephen Finucane2021-01-081-0/+6
* compute: Add missing options for 'keypair list'Stephen Finucane2021-01-081-0/+68
* 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-063-26/+26
* | compute: Add 'server show --topology' optionYongli He2021-01-061-0/+49