index
:
delta/openstack/python-cinderclient.git
master
stable/2023.1
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-cinderclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cinderclient
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Switch to keystoneauth
Steve Martinelli
2016-07-23
1
-8
/
+11
*
|
Merge "Make sure --bypass-url honored if specified"
Jenkins
2016-07-26
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make sure --bypass-url honored if specified
Qiu Yu
2016-06-06
1
-2
/
+2
*
|
Add api-version to get server versions
scottda
2016-07-11
1
-0
/
+15
*
|
Cinder client should retry with Retry-After value
Yuriy Nesenenko
2016-07-06
1
-1
/
+21
*
|
Log request-id for each api call
Abhishek Kekane
2016-06-28
1
-2
/
+24
|
/
*
Don't enable lazy translation when loading client
1.8.0
Victor Stinner
2016-05-30
1
-4
/
+0
*
Remove Python 2.5 compat shim
Eric Harney
2016-04-21
1
-5
/
+0
*
Support api-microversions
scottda
2016-04-19
1
-4
/
+56
*
Merge "Add /v3 endpoint support for cinderclient"
Jenkins
2016-04-19
1
-2
/
+3
|
\
|
*
Add /v3 endpoint support for cinderclient
scottda
2016-04-18
1
-2
/
+3
*
|
Merge "Change extension module naming to a shorter one"
Jenkins
2016-04-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Change extension module naming to a shorter one
Ivan Kolodyazhny
2016-01-13
1
-1
/
+1
*
|
Merge "Graduate to oslo.i18n and cleanup incubator usage"
Jenkins
2016-04-12
1
-3
/
+6
|
\
\
|
*
|
Graduate to oslo.i18n and cleanup incubator usage
Ronald Bradford
2016-03-24
1
-3
/
+6
*
|
|
Merge "Fix wrong request url when retrieving multiple request"
Jenkins
2016-03-29
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix wrong request url when retrieving multiple request
zwei
2016-03-25
1
-2
/
+3
*
|
|
Merge "Keep py3.X compatibility for urllib"
Jenkins
2016-03-17
1
-4
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Keep py3.X compatibility for urllib
LiuNanke
2016-01-14
1
-4
/
+1
|
|
/
*
|
Avoid logging sensitive info in http requests.
Jose Porrua
2016-02-16
1
-1
/
+15
|
/
*
Make _discover_extensions public
huangtianhua
2016-01-06
1
-0
/
+45
*
Use oslo_utils encodeutils and strutils
Eric Harney
2015-11-23
1
-1
/
+1
*
Merge "No longer ignores CINDER_SERVICE_NAME"
Jenkins
2015-10-03
1
-1
/
+2
|
\
|
*
No longer ignores CINDER_SERVICE_NAME
Derrick J. Wippler
2015-09-14
1
-1
/
+2
*
|
Merge "Fix incorrect exception message in cinderclient"
Jenkins
2015-09-13
1
-4
/
+26
|
\
\
|
|
/
|
/
|
|
*
Fix incorrect exception message in cinderclient
Yusuke Hayashi
2015-09-09
1
-4
/
+26
*
|
Remove redundant statement and refactor
Lin Yang
2015-07-08
1
-5
/
+3
|
/
*
Merge "Add set_management_url to cinderclient.client"
Jenkins
2015-07-07
1
-0
/
+3
|
\
|
*
Add set_management_url to cinderclient.client
Michal Dulko
2015-06-25
1
-0
/
+3
*
|
Revert "Enable version discovery"
Mike Perez
2015-07-02
1
-25
/
+4
|
/
*
Add version removal rule to stop discovery warning
Mike Perez
2015-04-29
1
-0
/
+8
*
Enable version discovery
Mike Perez
2015-04-20
1
-4
/
+25
*
Allow cinderclient to handle exception response
tpatil
2015-03-31
1
-1
/
+10
*
Merge "Don't use sessions if third party plugin is used"
Jenkins
2015-02-03
1
-1
/
+2
|
\
|
*
Don't use sessions if third party plugin is used
Robert Myers
2014-12-09
1
-1
/
+2
*
|
Leverage openstack.common.importutils import_class
Aaron Rosen
2015-01-12
1
-2
/
+1
*
|
Merge "Fix incorrect variable name"
Jenkins
2015-01-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix incorrect variable name
Jamie Lennox
2014-10-27
1
-1
/
+1
*
|
Merge "client HTTPClient __init__ fails if auth_url None"
Jenkins
2014-12-02
1
-1
/
+1
|
\
\
|
*
|
client HTTPClient __init__ fails if auth_url None
Bill Arnold
2014-09-09
1
-1
/
+1
*
|
|
Merge "Use newer features from keystoneclient"
Jenkins
2014-12-02
1
-28
/
+4
|
\
\
\
|
*
|
|
Use newer features from keystoneclient
Jamie Lennox
2014-12-01
1
-28
/
+4
*
|
|
|
Add the parameter bypass_url to the cinder client
Vincent Hou
2014-12-01
1
-4
/
+15
|
/
/
/
*
|
|
cinderclient does not retry with TimeoutException
Christine Wang
2014-10-24
1
-0
/
+4
|
|
/
|
/
|
*
|
Add profiling support to cinderclient
Boris Pavlovic
2014-10-08
1
-0
/
+6
|
/
*
Use adapter from keystoneclient
Jamie Lennox
2014-09-02
1
-130
/
+96
*
Merge "Change "Connection refused" to "Connection error""
Jenkins
2014-08-03
1
-2
/
+1
|
\
|
*
Change "Connection refused" to "Connection error"
Eric Harney
2014-07-24
1
-2
/
+1
*
|
Merge "Mask passwords in client debug output"
Jenkins
2014-08-02
1
-1
/
+6
|
\
\
|
*
|
Mask passwords in client debug output
Jay S. Bryant
2014-07-30
1
-1
/
+6
[prev]
[next]