summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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