summaryrefslogtreecommitdiff
path: root/openstackclient/volume
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of spacingBrandon Palm2016-02-231-1/+1
* Add functional tests for "volume" commands v2Tang Chen2016-02-211-0/+10
* log take_action parameters in a single placeAkihiro Motoki2016-02-0210-265/+41
* Trivial: Remove useless return from files in image and volumeTang Chen2015-12-1810-42/+0
* Merge "Fix exception when doing volume set operation"Jenkins2015-12-031-1/+1
|\
| * Fix exception when doing volume set operationXi Yang2015-12-031-1/+1
* | Consistency of the --all argument for snapshotsJean-Philippe Evrard2015-11-302-2/+24
* | Merge "Use is_public to set access of volume type"Jenkins2015-11-301-2/+2
|\ \ | |/ |/|
| * Use is_public to set access of volume typeXi Yang2015-11-261-2/+2
* | Fix a bug of "openstack volume delete"xiexs2015-11-271-4/+4
|/
* Trivial: Fix wrong param name in comment.Tang Chen2015-11-131-1/+1
* Trivial: Fix wrong param name in comment.Tang Chen2015-11-121-1/+1
* Change method to get the user_idxiexs2015-11-081-3/+3
* Follow-on for volume list - add tests, clean helpDean Troyer2015-10-162-13/+12
* Add filtering by project/user for 'openstack volume list'kafka2015-10-151-5/+34
* Add one parenthesisAtsushi SAKAI2015-10-021-1/+1
* Merge "Use a common decorator to log 'take_action' activation"Jenkins2015-09-119-48/+48
|\
| * Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-019-48/+48
* | Volume v2 list does not show server nameTerryHowe2015-08-281-1/+1
|/
* default OS_VOLUME_API_VERSION to v2Steve Martinelli2015-08-241-1/+1
* Merge "Add set feature to volume type v2"Jenkins2015-08-071-0/+94
|\
| * Add set feature to volume type v2heha2015-08-061-0/+94
* | Add list feature to volume v2heha2015-08-061-0/+109
* | Merge "Add support for volume v2 commands"Jenkins2015-07-251-0/+235
|\ \
| * | Add support for volume v2 commandsAmey Bhide2015-07-241-0/+235
| |/
* | Merge "Do not set default versions in parsed args"Jenkins2015-07-241-5/+3
|\ \ | |/ |/|
| * Do not set default versions in parsed argsTerryHowe2015-07-181-5/+3
* | Merge "Add create and list for volume type v2"Jenkins2015-07-201-0/+97
|\ \
| * | Add create and list for volume type v2chengkunye2015-07-201-0/+97
* | | Merge "Format volume type properties when showing"Jenkins2015-07-201-0/+2
|\ \ \ | |/ / |/| |
| * | Format volume type properties when showingSteve Martinelli2015-07-191-0/+2
* | | Rename type.py to volume_type.pySteve Martinelli2015-07-191-0/+0
|/ /
* | Merge "Add volume type show for volume v1"Jenkins2015-07-191-0/+24
|\ \
| * | Add volume type show for volume v1jiaxi2015-07-191-0/+24
| |/
* | --property should be required in `os unset` commandsjiaxi2015-07-193-0/+3
|/
* Support multiple volume qos deleteTerryHowe2015-07-172-76/+74
* Rename endpoint type to interfaceTerryHowe2015-07-151-3/+2
* Merge "Add --os-endpoint-type cli optional argument"Jenkins2015-07-031-0/+5
|\
| * Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-021-0/+5
* | Merge "Add support for volume API v2 QoS commands"Jenkins2015-06-301-0/+303
|\ \
| * | Add support for volume API v2 QoS commandsDavid Moreau Simard2015-06-291-0/+303
* | | No need for get_parser on QoS listSteve Martinelli2015-06-281-4/+0
* | | Alphabetize QoS specsSteve Martinelli2015-06-281-104/+104
* | | Add support for volume API v1 QoS commandsDavid Moreau Simard2015-06-261-0/+307
|/ /
* | Merge "Add support for volume backup v2 command"Jenkins2015-06-181-0/+132
|\ \
| * | Add support for volume backup v2 commandAmey Bhide2015-06-041-0/+132
| |/
* | Add support for volume snapshot v2 commandAmey Bhide2015-06-041-2/+203
|/
* Add support for volume v2 APIAmey Bhide2015-05-306-1/+294
* Adds support for container selection for backupDag Stenstad2015-04-211-1/+1
* Defer client importsDean Troyer2015-04-151-9/+11