summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v1/volume.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Use cliff formattable columns in volume v1 commandsAkihiro Motoki2019-06-221-20/+42
* Replace "Display Name" by "Name" in volume listRui Chen2017-05-261-4/+20
* Help/docs cleanups: marker, limit, ip-address metavarsDean Troyer2017-04-041-1/+1
* Support --no-property in "volume set" commandzhiyong.dai2017-02-231-0/+18
* Add some options to "volume create" commandjiahui.qiang2016-12-061-0/+38
* 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-12/+52
|\
| * Add "--read-only" and "--read-write" options in "volume set"Huanxuan Ao2016-10-181-12/+52
* | Add "volume migrate" commandHuanxuan Ao2016-10-181-0/+31
|/
* Add and modify options for "volume create" commandHuanxuan Ao2016-09-281-8/+22
* Fix "volume unset" command pass normally when nothing specifiedHuanxuan Ao2016-09-211-2/+0
* Support mark volume as bootable in volume setqtang2016-09-141-1/+17
* Merge "Add "--limit" and "--marker" options to "volume list" command"Jenkins2016-09-111-1/+11
|\
| * Add "--limit" and "--marker" options to "volume list" commandHuanxuan Ao2016-09-111-1/+11
* | Support error handling for delete commands in volume v1Huanxuan Ao2016-09-111-7/+22
|/
* Remove useless dest of option in volume v1&v2Huanxuan Ao2016-07-111-1/+0
* Standardize logger usage in volumeTang Chen2016-06-141-5/+8
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+2
* Make set/unset commands in volume return normally when nothing specifiedTang Chen2016-06-041-5/+0
* i18n support for help and error messages in cinderSheel Rana2016-05-231-34/+35
* Docs cleanup: volume command helpDean Troyer2016-03-281-23/+23
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-26/+4
* Trivial: Remove useless return from files in image and volumeTang Chen2015-12-181-4/+0
* Trivial: Fix wrong param name in comment.Tang Chen2015-11-121-1/+1
* Follow-on for volume list - add tests, clean helpDean Troyer2015-10-161-5/+5
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-6/+6
* --property should be required in `os unset` commandsjiaxi2015-07-191-0/+1
* Change volume create --snapshot-id to --snapshotlin-hua-cheng2015-02-061-3/+12
* Check volume status before extending sizelin-hua-cheng2015-02-061-0/+5
* Add the ability to extend volumes in `osc volume set`Steve Martinelli2015-01-271-1/+14
* Command docs: volumeSteve Martinelli2015-01-071-22/+23
* Merge "Properly format 'attached to' column list when listing volumes"Jenkins2014-12-301-6/+35
|\
| * Properly format 'attached to' column list when listing volumesSteve Martinelli2014-12-221-6/+35
* | add multi-delete support for compute/image/net/volumewanghong2014-12-231-10/+12
|/
* Fix volume create --imageDean Troyer2014-11-181-3/+15
* Normalize more help stringsDean Troyer2014-07-241-11/+11
* replace string format arguments with function parametersChristian Berendt2014-05-201-6/+6
* Change volume create --volume-type to --typeDean Troyer2014-05-151-4/+10
* Fix some help stringsAndreas Jaeger2014-02-211-1/+1
* Do lookups for user, project in volume createDean Troyer2013-10-251-8/+19
* Remove tenant round 3 - other commandsDean Troyer2013-07-311-4/+8
* Begin Python 3 compatabilityDean Troyer2013-07-291-2/+3
* Clean up properties (metadata) formattingDean Troyer2013-07-211-30/+52
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-6/+0
* Tweak volume commands and add k=v argparse actionDean Troyer2013-05-241-45/+62
* Rename all instances of 'metadata' to 'property'.Josh Kearney2013-05-071-4/+4
* Add metadata support for volumeSteve Martinelli2013-03-221-7/+81