summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge "tests: Add test for multiple blocks devices"Zuul2022-12-051-19/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | tests: Add test for multiple blocks devicesStephen Finucane2022-12-011-19/+35
| | |_|/ / / | |/| | | |
* | | | | | Merge "Use the compute SDK in server list"Zuul2022-12-021-136/+125
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use the compute SDK in server listDaniel Wilson2022-11-291-136/+125
* | | | | | Add test for creating volume from sourcewhoami-rajat2022-11-231-0/+37
| |_|/ / / |/| | | |
* | | | | Add option to create volume from backupwhoami-rajat2022-11-211-0/+73
|/ / / /
* | | | Merge "image: Add 'image stage' command"Zuul2022-11-162-25/+80
|\ \ \ \ | |/ / /
| * | | image: Add 'image stage' commandStephen Finucane2022-11-092-25/+80
* | | | Merge "image: Simplify handling of data provided via stdin"Zuul2022-11-161-64/+30
|\ \ \ \ | |/ / /
| * | | image: Simplify handling of data provided via stdinStephen Finucane2022-11-091-64/+30
* | | | Merge "image: Ignore '--progress' if providing image data from stdin"Zuul2022-11-161-0/+31
|\ \ \ \ | |/ / /
| * | | image: Ignore '--progress' if providing image data from stdinStephen Finucane2022-11-091-0/+31
* | | | Merge "Moved hypervisor to the SDK"Zuul2022-11-162-163/+201
|\ \ \ \
| * | | | Moved hypervisor to the SDKViolet Kurtz2022-11-092-163/+201
* | | | | Merge "Use the compute SDK in usage commands"Zuul2022-11-161-27/+18
|\ \ \ \ \
| * | | | | Use the compute SDK in usage commandsDaniel Wilson2022-10-251-27/+18
* | | | | | compute: Add missing microversion check for networksStephen Finucane2022-11-081-17/+83
* | | | | | compute: Fix '--network none/auto' handlingStephen Finucane2022-11-081-12/+37
| |_|/ / / |/| | | |
* | | | | Merge "compute: Add '--no-network', '--auto-network' flags"Zuul2022-11-081-14/+44
|\ \ \ \ \
| * | | | | compute: Add '--no-network', '--auto-network' flagsStephen Finucane2022-10-261-14/+44
| |/ / / /
* | | | | Merge "quota: Deprecate "force" behavior for network quotas"Zuul2022-11-051-3/+4
|\ \ \ \ \
| * | | | | quota: Deprecate "force" behavior for network quotasStephen Finucane2022-10-111-3/+4
* | | | | | Merge "quota: Fix issues with delete quota command"Zuul2022-11-051-13/+14
|\ \ \ \ \ \
| * | | | | | quota: Fix issues with delete quota commandStephen Finucane2022-10-111-13/+14
* | | | | | | Merge "tests: Remove unnecessary nesting of volume resources"Zuul2022-11-0534-2567/+2378
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | tests: Remove unnecessary nesting of volume resourcesStephen Finucane2022-09-3034-2567/+2378
* | | | | | | Merge "tests: Remove duplicate FakeImagev1Client"Zuul2022-11-051-7/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | tests: Remove duplicate FakeImagev1ClientStephen Finucane2022-09-301-7/+4
* | | | | | | Merge "tests: Move fake clients to top of file"Zuul2022-11-053-123/+123
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | tests: Move fake clients to top of fileStephen Finucane2022-09-303-123/+123
| |/ / / / /
* | | | | | Merge "quota: Allow showing project-specific quotas"Zuul2022-11-051-0/+62
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | quota: Allow showing project-specific quotasStephen Finucane2022-09-301-0/+62
* | | | | Merge "Added "openstack image metadefs namespace list" command"Zuul2022-10-262-0/+121
|\ \ \ \ \
| * | | | | Added "openstack image metadefs namespace list" commandAreg Grigoryan2022-10-262-0/+121
| | |/ / / | |/| | |
* | | | | Merge "volume: Volume names are optional"Zuul2022-10-261-3/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | volume: Volume names are optionalStephen Finucane2022-09-141-3/+1
* | | | | Merge "quota: Add 'quota show --usage' option"Zuul2022-10-121-14/+54
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | quota: Add 'quota show --usage' optionStephen Finucane2022-09-301-14/+54
* | | | | Merge "quota: Simplify logic used to list, show quotas"Zuul2022-10-121-23/+0
|\ \ \ \ \ | |/ / / /
| * | | | quota: Simplify logic used to list, show quotasStephen Finucane2022-09-301-23/+0
* | | | | Merge "quota: Add support for detailed volume quotas"Zuul2022-10-072-3/+63
|\ \ \ \ \ | |/ / / /
| * | | | quota: Add support for detailed volume quotasStephen Finucane2022-09-302-3/+63
* | | | | Merge "quota: Add 'quota delete' command"Zuul2022-10-071-0/+107
|\ \ \ \ \ | |/ / / /
| * | | | quota: Add 'quota delete' commandStephen Finucane2022-09-301-0/+107
* | | | | Merge "Speed up standard flavor list command"Zuul2022-09-301-0/+57
|\ \ \ \ \
| * | | | | Speed up standard flavor list commandPavlo Shchelokovskyy2022-09-301-0/+57
| |/ / / /
* | | | | Merge "compute: Only retrieve necessary images"Zuul2022-09-301-5/+19
|\ \ \ \ \
| * | | | | compute: Only retrieve necessary imagesStephen Finucane2022-04-121-5/+19
| | |_|_|/ | |/| | |
* | | | | Merge "Add authorization_ttl for identity providers"Zuul2022-09-301-0/+170
|\ \ \ \ \
| * | | | | Add authorization_ttl for identity providersPavlo Shchelokovskyy2022-07-131-0/+170