summaryrefslogtreecommitdiff
path: root/cinderclient/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Support list-volume for group showwangxiyuan2017-05-251-1/+12
* Pretty print 'extra_specs' and 'group_specs'TommyLike2017-05-121-1/+11
* Removed unnecessary 'service_type' decoratorIvan Kolodyazhny2017-01-231-29/+0
* Remove extra 'u' from cli outputCao ShuFeng2016-12-161-6/+15
* Replace six.iteritems(iter) with iter.items()xianming mao2016-12-011-1/+1
* Optimize: add build_query_param method to clean codeTommyLike2016-11-071-0/+19
* Fix Unicode error printing extra-specsYuriy Nesenenko2016-07-151-2/+3
* Fix the incorrect alignmentxiexs2016-05-191-2/+2
* Support api-microversionsscottda2016-04-191-0/+10
* Add /v3 endpoint support for cinderclientscottda2016-04-181-0/+8
* Use instanceof instead of typeBrandon Palm2016-02-241-1/+1
* Extra 'u' in output of cinder cli commandsSheel Rana2016-02-191-1/+22
* Use oslo_utils encodeutils and strutilsEric Harney2015-11-231-3/+3
* Remove unused code from cinderclient.utils moduleIvan Kolodyazhny2015-09-081-30/+0
* Volume status management for volume migrationVincent Hou2015-09-011-4/+21
* Fixes table when there are multiline in result dataliyingjun2015-08-031-1/+7
* Find resource refactoringAnton Arefiev2015-05-121-9/+6
* Remove duplicate find request in find_resourceGorka Eguileor2015-04-011-17/+16
* cinder list now prints dash '-' when data is Noneyatin karel2015-03-161-0/+2
* Leverage openstack.common.importutils import_classAaron Rosen2015-01-121-7/+0
* Client output is not sorted by --sort_keySteven Kaufer2014-12-221-3/+14
* Merge "Use immutable arg rather mutable arg"Jenkins2014-12-211-1/+2
|\
| * Use immutable arg rather mutable argliuqing2014-07-031-1/+2
* | Remove unused methods from utils.pyRushi Agrawal2014-11-171-64/+0
|/
* Add auth_plugin support to cinderclientCory Stone2014-02-141-0/+10
* Fix typo in cinderclienthuangtianhua2013-11-281-1/+1
* Add quota-usage commandSeif Lotfy2013-10-031-1/+4
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-281-1/+1
* Add volume name argumentsKen'ichi Ohmichi2013-09-181-0/+5
* Remove locals() from cinder client code baseMike Perez2013-07-311-2/+6
* Revert "Use exceptions from oslo"John Griffith2013-07-151-1/+1
* Use exceptions from osloAlessio Ababilov2013-07-011-1/+1
* python3: Strutils is not neededChuck Short2013-06-221-6/+17
* python3: Fix traceback while running testsChuck Short2013-06-191-1/+1
* python3: Fix unicode stringsChuck Short2013-06-131-2/+2
* python3: Basic python3 compatibility.Chuck Short2013-06-121-2/+4
* python3: compatibility for iteritems and iterkeysChuck Short2013-06-111-1/+2
* Allow generator as input to utils.print_list.Hugh Saunders2013-05-151-1/+1
* Add license information.Chuck Short2013-05-091-0/+15
* Don't print the empty table on list operations.John Griffith2013-04-111-1/+2
* Decodes input and encodes output1.0.3Flaper Fesp2013-03-291-9/+5
* Fix support for Unicode volume namesEric Harney2012-10-231-6/+14
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+261