summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Use adapter from keystoneclientJamie Lennox2014-09-021-130/+96
* Merge "Change "Connection refused" to "Connection error""Jenkins2014-08-031-2/+1
|\
| * Change "Connection refused" to "Connection error"Eric Harney2014-07-241-2/+1
* | Merge "Mask passwords in client debug output"Jenkins2014-08-021-1/+6
|\ \
| * | Mask passwords in client debug outputJay S. Bryant2014-07-301-1/+6
* | | Move debug logging to shellJamie Lennox2014-07-291-6/+0
| |/ |/|
* | Retry when connection to cinder is refusedXu Chen2014-07-241-2/+3
|/
* Fix version discovery and auth_pluginsHaneef Ali2014-07-011-24/+26
* Merge "Use region_name in service catalog"Jenkins2014-06-301-2/+1
|\
| * Use region_name in service catalogJamie Lennox2014-04-041-2/+1
* | Added support for keystone v3clienthaneef ali2014-06-171-17/+170
* | Merge "Add auth_plugin support to cinderclient"Jenkins2014-04-171-5/+24
|\ \ | |/ |/|
| * Add auth_plugin support to cinderclientCory Stone2014-02-141-5/+24
* | Import access module from keystoneclient to handle V3 endpointsShao Kai Li2014-03-031-7/+6
|/
* Remove RAX-specific auth in cinderclientSwapnil Kulkarni2014-01-251-15/+1
* Merge "Fix the failure of fetching the version in cinder endpoint"Jenkins2013-10-141-6/+7
|\
| * Fix the failure of fetching the version in cinder endpointjenny-shieh2013-10-091-6/+7
* | python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-1/+1
|/
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-281-1/+1
* Merge "Add timeout parameter in requests"Jenkins2013-08-141-0/+3
|\
| * Add timeout parameter in requestsYaguang Tang2013-08-011-0/+3
* | convert third-party exception to ConnectionErrorChristian Berendt2013-08-061-1/+2
|/
* Revert "Use exceptions from oslo"John Griffith2013-07-151-19/+16
* Use exceptions from osloAlessio Ababilov2013-07-011-16/+19
* Merge "Connectivity between the endpoint version and OS_VOLUME_API_VERSION."Jenkins2013-06-251-0/+11
|\
| * Connectivity between the endpoint version and OS_VOLUME_API_VERSION.Anastasia Latynskaya2013-06-251-0/+11
* | python3: Fix traceback while running testsChuck Short2013-06-191-1/+1
* | Merge "python3: Basic python3 compatibility."Jenkins2013-06-121-3/+5
|\ \
| * | python3: Basic python3 compatibility.Chuck Short2013-06-121-3/+5
* | | python3: fix imports compatibilityChuck Short2013-06-121-1/+6
|/ /
* | Start Gating on Pyflakes and HackingDirk Mueller2013-06-091-1/+2
|/
* Only add logging handlers if there currently aren't anyNicolas Simonds2013-05-211-1/+1
* Add license information.Chuck Short2013-05-091-2/+14
* Merge "Fix X-Auth_Token -> X-Auth-Token header name"Jenkins2013-04-071-1/+1
|\
| * Fix X-Auth_Token -> X-Auth-Token header nameEric Harney2013-04-041-1/+1
* | Remove unused "import sys"Eric Harney2013-04-041-1/+0
|/
* Debug output the http bodyCory Stone2013-03-151-2/+2
* Fix typo breaking --debug option to cinder clientOllie Leahy2013-02-201-1/+1
* adding v2 support to cinderclientMike Perez2013-02-131-0/+1
* Allow requests 0.8 and greaterChuck Short2013-02-111-6/+2
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-38/+57
* Port some additional logging changes from novaclientDean Troyer2012-12-131-7/+11
* Bring back the output from client.http_log()Dean Troyer2012-12-131-16/+18
* Add retries to cinderclient.Cory Stone2012-11-071-15/+39
* Revert "Add retries to cinderclient."John Griffith2012-11-021-32/+15
* Add retries to cinderclient.Cory Stone2012-11-011-15/+32
* add tenant_id and make projectid optionalClay Gerrard2012-09-111-1/+4
* Set pep8 version to 1.1 in test_requiresJohn Griffith2012-06-151-14/+14
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+330