summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all usage of six libraryhaixin2021-03-041-7/+6
* Merge "Add commands for default type overrides"Zuul2020-09-161-0/+6
|\
| * Add commands for default type overrideswhoami-rajat2020-09-161-0/+6
* | Merge "Use importlib to take place of imp module"Zuul2020-09-091-2/+11
|\ \ | |/ |/|
| * Use importlib to take place of imp modulezhoulinhui2020-09-021-2/+11
* | [goal] Migrate python-cinderclient jobs to focalGhanshyam Mann2020-08-171-4/+6
|/
* Merge "Stop to use the __future__ module."Zuul2020-08-051-2/+0
|\
| * Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* | Bump hacking to 3.1.0Eric Harney2020-07-161-1/+4
|/
* Replace bypass_url with os_endpointIan Wienand2020-03-251-11/+12
* Remove --bypass-url documentationIan Wienand2020-03-241-3/+2
* Pass os_endpoint to keystone sessionIan Wienand2020-03-241-0/+2
* Raise hacking version to 2.0.0Sean McGinnis2019-12-211-4/+2
* Merge "Drop support for Cinder v1 API"Zuul2019-09-081-11/+12
|\
| * Drop support for Cinder v1 APISean McGinnis2019-04-181-11/+12
* | Add custom CA support for get_server_versionIvan Kolodyazhny2019-08-281-4/+15
|/
* Handle auth redirectsSean McGinnis2019-04-181-7/+8
* Fix endpoint identification for api-version querySean McGinnis2018-08-061-1/+7
* 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
|/