summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate get_highest_client_server_versionJohn Griffith2017-03-101-7/+0
* Merge "Fix discover_version"Jenkins2017-03-101-1/+8
|\
| * Fix discover_versionscottda2017-03-091-2/+9
* | Handle log message interpolation by the loggerGábor Antal2017-02-071-1/+1
* | static method to get_highest_client_server_versionscottda2017-01-311-0/+7
|/
* Merge "static method to get_server_version"Jenkins2017-01-261-0/+25
|\
| * static method to get_server_versionscottda2017-01-261-0/+25
* | x-openstack-request-id logged twice in logsAbhishek Kekane2017-01-231-4/+0
* | Merge "Support Keystone V3 with HttpClient"Jenkins2017-01-181-16/+39
|\ \
| * | Support Keystone V3 with HttpClientwangxiyuan2016-12-241-16/+39
| |/
* | modify the wrong comment of the Client classzhangchenchen2017-01-091-1/+1
|/
* Mask passwords when logging HTTP req/resp bodiesMatt Riedemann2016-11-091-5/+2
* Add v3 user messages with paginationAlex Meade2016-09-011-1/+2
* Merge "Replace functions 'Dict.get' and 'del' with 'Dict.pop'"Jenkins2016-08-301-2/+1
|\
| * Replace functions 'Dict.get' and 'del' with 'Dict.pop'bhagyashris2016-08-291-2/+1
* | Fix NoneType error for cinderclient v1Rui Chen2016-08-251-1/+1
|/
* Merge "Switch to keystoneauth"Jenkins2016-07-261-8/+11
|\
| * 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