summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Switch to keystoneauthSteve Martinelli2016-07-231-8/+11
* | Merge "Make sure --bypass-url honored if specified"Jenkins2016-07-261-2/+2
|\ \ | |/ |/|
| * Make sure --bypass-url honored if specifiedQiu Yu2016-06-061-2/+2
* | Add api-version to get server versionsscottda2016-07-111-0/+15
* | Cinder client should retry with Retry-After valueYuriy Nesenenko2016-07-061-1/+21
* | Log request-id for each api callAbhishek Kekane2016-06-281-2/+24
|/
* Don't enable lazy translation when loading client1.8.0Victor Stinner2016-05-301-4/+0
* Remove Python 2.5 compat shimEric Harney2016-04-211-5/+0
* Support api-microversionsscottda2016-04-191-4/+56
* Merge "Add /v3 endpoint support for cinderclient"Jenkins2016-04-191-2/+3
|\
| * Add /v3 endpoint support for cinderclientscottda2016-04-181-2/+3
* | Merge "Change extension module naming to a shorter one"Jenkins2016-04-191-1/+1
|\ \ | |/ |/|
| * Change extension module naming to a shorter oneIvan Kolodyazhny2016-01-131-1/+1
* | Merge "Graduate to oslo.i18n and cleanup incubator usage"Jenkins2016-04-121-3/+6
|\ \
| * | Graduate to oslo.i18n and cleanup incubator usageRonald Bradford2016-03-241-3/+6
* | | Merge "Fix wrong request url when retrieving multiple request"Jenkins2016-03-291-2/+3
|\ \ \ | |/ / |/| |
| * | Fix wrong request url when retrieving multiple requestzwei2016-03-251-2/+3
* | | Merge "Keep py3.X compatibility for urllib"Jenkins2016-03-171-4/+1
|\ \ \ | |/ / |/| |
| * | Keep py3.X compatibility for urllibLiuNanke2016-01-141-4/+1
| |/
* | Avoid logging sensitive info in http requests.Jose Porrua2016-02-161-1/+15
|/
* Make _discover_extensions publichuangtianhua2016-01-061-0/+45
* Use oslo_utils encodeutils and strutilsEric Harney2015-11-231-1/+1
* Merge "No longer ignores CINDER_SERVICE_NAME"Jenkins2015-10-031-1/+2
|\
| * No longer ignores CINDER_SERVICE_NAMEDerrick J. Wippler2015-09-141-1/+2
* | Merge "Fix incorrect exception message in cinderclient"Jenkins2015-09-131-4/+26
|\ \ | |/ |/|
| * Fix incorrect exception message in cinderclientYusuke Hayashi2015-09-091-4/+26
* | Remove redundant statement and refactorLin Yang2015-07-081-5/+3
|/
* Merge "Add set_management_url to cinderclient.client"Jenkins2015-07-071-0/+3
|\
| * Add set_management_url to cinderclient.clientMichal Dulko2015-06-251-0/+3
* | Revert "Enable version discovery"Mike Perez2015-07-021-25/+4
|/
* Add version removal rule to stop discovery warningMike Perez2015-04-291-0/+8
* Enable version discoveryMike Perez2015-04-201-4/+25
* Allow cinderclient to handle exception responsetpatil2015-03-311-1/+10
* Merge "Don't use sessions if third party plugin is used"Jenkins2015-02-031-1/+2
|\
| * Don't use sessions if third party plugin is usedRobert Myers2014-12-091-1/+2
* | Leverage openstack.common.importutils import_classAaron Rosen2015-01-121-2/+1
* | Merge "Fix incorrect variable name"Jenkins2015-01-061-1/+1
|\ \ | |/ |/|
| * Fix incorrect variable nameJamie Lennox2014-10-271-1/+1
* | Merge "client HTTPClient __init__ fails if auth_url None"Jenkins2014-12-021-1/+1
|\ \
| * | client HTTPClient __init__ fails if auth_url NoneBill Arnold2014-09-091-1/+1
* | | Merge "Use newer features from keystoneclient"Jenkins2014-12-021-28/+4
|\ \ \
| * | | Use newer features from keystoneclientJamie Lennox2014-12-011-28/+4
* | | | Add the parameter bypass_url to the cinder clientVincent Hou2014-12-011-4/+15
|/ / /
* | | cinderclient does not retry with TimeoutExceptionChristine Wang2014-10-241-0/+4
| |/ |/|
* | Add profiling support to cinderclientBoris Pavlovic2014-10-081-0/+6
|/
* 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