summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add authorization_ttl for identity providersPavlo Shchelokovskyy2022-07-133-1/+223
* pre-commit: Allow unsafe YAMLStephen Finucane2022-07-041-0/+1
* Merge "Stop testing lower-constraints"Zuul2022-07-014-104/+4
|\
| * Stop testing lower-constraintslikui2022-05-144-104/+4
* | image: Split image creation depending on serviceStephen Finucane2022-06-301-50/+84
* | image: Make better use of argparseStephen Finucane2022-06-302-149/+116
* | image: Trivial style changesStephen Finucane2022-06-301-191/+321
* | Fix: create image from volume commandwhoami-rajat2022-06-303-3/+128
* | Merge "Skip test_quota_network_set_with_force func test"Zuul2022-06-281-0/+1
|\ \
| * | Skip test_quota_network_set_with_force func testDr. Jens Harbott2022-06-281-0/+1
* | | Merge "volume: Correct output of 'volume attachment create'"Zuul2022-06-273-8/+24
|\ \ \
| * | | volume: Correct output of 'volume attachment create'Stephen Finucane2022-05-163-8/+24
* | | | Don't show tenant_id in network objectsDr. Jens Harbott2022-06-2719-21/+24
| |/ / |/| |
* | | Merge "Allow users to list all images"Zuul2022-06-202-0/+41
|\ \ \
| * | | Allow users to list all imagesCyril Roelandt2022-06-072-0/+41
* | | | Merge "Refactor "volume backup restore" command"Zuul2022-06-205-26/+173
|\ \ \ \
| * | | | Refactor "volume backup restore" commandHuanxuan Ao2022-03-105-26/+173
* | | | | Merge "Add more filter option of columns for server list -c COLUMN"Zuul2022-06-203-0/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add more filter option of columns for server list -c COLUMNJIHOJU2022-04-193-0/+51
| | |_|/ | |/| |
* | | | Merge "Changed minversion in tox to 3.18.0"Zuul2022-06-011-3/+3
|\ \ \ \
| * | | | Changed minversion in tox to 3.18.0wu.shiming2021-06-031-3/+3
* | | | | Merge "Migrate osc-tox-py3N-tips to Python 3.8"Zuul2022-05-252-4/+5
|\ \ \ \ \
| * | | | | Migrate osc-tox-py3N-tips to Python 3.8Takashi Kajinami2022-05-242-4/+5
| | |/ / / | |/| | |
* | | | | Add 'Host Status' to 'server list --long' with >= v2.16melanie witt2022-05-163-0/+114
* | | | | Merge "Allow to filter multiple tags for image list"Zuul2022-05-164-5/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow to filter multiple tags for image listDmitriy Rabotyagov2022-05-164-5/+19
* | | | | Merge "Fix typos"Zuul2022-05-1611-18/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typosCyril Roelandt2021-10-2611-18/+18
* | | | | Merge "Refactor network fakes to sdk properties PART 4"Zuul2022-05-1317-434/+414
|\ \ \ \ \
| * | | | | Refactor network fakes to sdk properties PART 4Nurmatov Mamatisa2022-04-2917-434/+414
| | |/ / / | |/| | |
* | | | | Merge "Stop using private _is_uuid_like method"Zuul2022-05-132-5/+5
|\ \ \ \ \
| * | | | | Stop using private _is_uuid_like methodPavlo Shchelokovskyy2022-04-202-5/+5
| |/ / / /
* | | | | Merge "volume: Add 'block storage resource filter list' command"Zuul2022-05-137-5/+290
|\ \ \ \ \
| * | | | | volume: Add 'block storage resource filter list' commandStephen Finucane2022-05-137-5/+290
* | | | | | Merge "volume: Add 'block storage cluster *' commands"Zuul2022-05-138-4/+793
|\ \ \ \ \ \ | |/ / / / /
| * | | | | volume: Add 'block storage cluster *' commandsStephen Finucane2022-05-138-4/+793
| |/ / / /
* | | | | Merge "tests: Improve logging for executed commands"Zuul2022-05-132-14/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: Improve logging for executed commandsStephen Finucane2021-12-092-14/+40
* | | | | Merge "volume: fix backup list of deleted volume"Zuul2022-04-111-3/+11
|\ \ \ \ \
| * | | | | volume: fix backup list of deleted volumeJan Hartkopf2022-03-081-3/+11
* | | | | | Merge "volume list: don't fail when there's no compute service"Zuul2022-03-241-1/+1
|\ \ \ \ \ \
| * | | | | | volume list: don't fail when there's no compute serviceDr. Jens Harbott2022-02-171-1/+1
* | | | | | | Merge "Refactor network fakes to sdk properties PART 3"Zuul2022-03-245-240/+199
|\ \ \ \ \ \ \
| * | | | | | | Refactor network fakes to sdk properties PART 3Nurmatov Mamatisa2022-03-165-240/+199
* | | | | | | | Merge "Refactor network fakes to sdk properties PART 2"Zuul2022-03-2313-220/+221
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Refactor network fakes to sdk properties PART 2Nurmatov Mamatisa2022-03-1513-220/+221
* | | | | | | | Merge "Refactor network fakes to sdk properties PART 1"Zuul2022-03-2311-260/+230
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Refactor network fakes to sdk properties PART 1Nurmatov Mamatisa2022-03-1511-260/+230
* | | | | | | | Allow "--force" flag in quota network commandsRodolfo Alonso Hernandez2022-03-174-1/+57
* | | | | | | | compute: Add 'Security Groups' for 'server list'Thobias Salazar Trevisan2022-03-152-0/+13
|/ / / / / / /