summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v1/volume.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add optional arguments to volume list commandSteve Martinelli2013-03-111-2/+32
* Add force-delete option for volumesSteve Martinelli2013-03-091-2/+12
* Add volume support for openstack clientSteve Martinelli2013-03-071-0/+216