summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Update pylint to work with python 3Sean McGinnis2018-07-231-1/+1
* Let keystoneauth set the microversion headerEric Fried2017-09-281-4/+5
* Merge "Unsupported 'message' Exception attribute in PY3"3.2.0Jenkins2017-08-291-3/+3
|\
| * Unsupported 'message' Exception attribute in PY3liuyamin2017-08-281-3/+3
* | Merge "Enable H306"Jenkins2017-08-221-2/+2
|\ \ | |/ |/|
| * Enable H306Eric Harney2017-08-011-2/+2
* | Fix get_highest_client_server_version with Cinder API + uWSGIIvan Kolodyazhny2017-08-041-2/+24
|/
* cinderclient might not return version for V2 APIj-griffith2017-07-261-3/+7
* Add cinder create --pollChaynika Saikia2017-07-241-0/+3
* Fix highest version supported by client and serverGorka Eguileor2017-07-191-3/+3
* Remove explicit global_request_id from keystoneauth subclassSean Dague2017-06-141-5/+0
* support global_request_id in constructorSean Dague2017-05-251-1/+12
* Merge "Remove log translations"Jenkins2017-04-111-3/+2
|\
| * Remove log translationswanghao2017-03-211-3/+2
* | Fix noauth supportIvan Kolodyazhny2017-03-241-8/+2
|/
* Fix pep8 errorsGorka Eguileor2017-03-151-7/+5
* 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