summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v2/volume.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.volumeStephen Finucane2023-05-101-158/+259
* Wait for volume being available to set bootable or readonlymatbu2023-02-221-4/+33
* Add test for creating volume from sourcewhoami-rajat2022-11-231-4/+9
* Change --size helptext to include backupwhoami-rajat2022-11-221-2/+2
* Add option to create volume from backupwhoami-rajat2022-11-211-3/+26
* volume: Volume names are optionalStephen Finucane2022-09-141-1/+2
* volume list: don't fail when there's no compute serviceDr. Jens Harbott2022-02-171-1/+1
* Allow to resize in-use volumesDmitriy Rabotyagov2020-11-111-4/+6
* Switch image to use SDKArtem Goncharov2020-03-231-3/+2
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Use cliff formattable columns in volume v2 commandsAkihiro Motoki2019-06-221-20/+42
* Remove deprecated volume commands and argsSean McGinnis2019-05-201-36/+0
* Add --attached / --detached parameter to volume setDavid Rabel2019-02-281-0/+35
* Merge "Remove invalid 'unlock-volume' migration arg"Zuul2018-11-081-9/+1
|\
| * Remove invalid 'unlock-volume' migration argSean McGinnis2018-10-261-9/+1
* | Handle not having cinderclient.v1 availableSean McGinnis2018-10-121-1/+3
* | Deprecate volume create --project and --user optionsAlan Bishop2018-08-101-14/+16
* | Fix broken gate jobsFan Zhang2018-08-071-10/+4
* | Pass volume snapshot size to volume createMonty Taylor2018-07-231-3/+13
|/
* Replace "Display Name" by "Name" in volume listRui Chen2017-05-261-3/+3
* Help/docs cleanups: marker, limit, ip-address metavarsDean Troyer2017-04-041-2/+2
* Support --no-property in "volume set" commandzhiyong.dai2017-02-231-1/+18
* Fix filter error in os volume listjiahui.qiang2017-01-091-3/+6
* Add some options to "volume create" commandjiahui.qiang2016-12-061-0/+38
* Merge "Add "--type" and "--retype-policy" options to "volume set" command"Jenkins2016-12-021-0/+35
|\
| * Add "--type" and "--retype-policy" options to "volume set" commandHuanxuan Ao2016-11-231-0/+35
* | translate all command help strings3.4.0Steve Martinelli2016-11-171-7/+7
|/
* Merge "Add "--read-only" and "--read-write" options in "volume set""Jenkins2016-11-101-0/+20
|\
| * Add "--read-only" and "--read-write" options in "volume set"Huanxuan Ao2016-10-181-0/+20
* | Add "volume migrate" commandHuanxuan Ao2016-10-181-0/+47
|/
* properly format error messages for volume resizingSteve Martinelli2016-10-151-2/+3
* Add and modify options for "volume create" commandHuanxuan Ao2016-09-281-6/+61
* Add warning message for --state option of set command in volumeHuanxuan Ao2016-09-261-1/+4
* replace metavar "volume-id" with "volume" to avoid ambiguityShu Yingya2016-09-211-1/+1
* Merge "Support mark volume as bootable in volume set"Jenkins2016-09-141-0/+18
|\
| * Support mark volume as bootable in volume setqtang2016-09-141-0/+18
* | Merge "Multi REST API calls error handling of "volume unset" command"Jenkins2016-09-141-4/+18
|\ \ | |/ |/|
| * Multi REST API calls error handling of "volume unset" commandHuanxuan Ao2016-09-111-4/+18
* | Add "--limit" and "--marker" options to "volume list" commandHuanxuan Ao2016-09-111-1/+17
|/
* Support multi REST API calls error handling for "volume set" commandHuanxuan Ao2016-08-061-14/+41
* Add support of setting volume's stateXi Yang2016-08-031-0/+12
* Add support for deleting volumes with associated snapshotswuyuting2016-07-271-5/+12
* Support error handling for delete commands in volumev2Huanxuan Ao2016-07-141-7/+22
* Remove useless dest of option in volume v1&v2Huanxuan Ao2016-07-111-1/+0
* Make set/unset command in volume pass normally when nothing specifiedsunyajing2016-06-271-3/+0
* Standardize logger usage in volumeTang Chen2016-06-141-6/+9
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* Make set/unset commands in volume return normally when nothing specifiedTang Chen2016-06-041-4/+0