index
:
delta/openstack/python-keystoneclient.git
feature/keystone-v3
feature/keystoneauth_integration
master
stable/2023.1
stable/icehouse
stable/juno
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-keystoneclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keystoneclient
/
v2_0
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove use of positional decorator
Morgan Fainberg
2017-08-07
1
-2
/
+0
*
Replace six.iteritems() with .items()
M V P Nitesh
2017-04-03
1
-3
/
+2
*
Use exceptions from Keystoneauth
Jamie Lennox
2016-08-24
1
-1
/
+1
*
Use AUTH_INTERFACE object from keystoneauth
Jamie Lennox
2016-08-24
2
-4
/
+4
*
Do not send user ids as payload
Boris Bobrov
2016-07-29
1
-7
/
+3
*
Fixing D105 PEP257
Navid Pustchi
2016-05-04
8
-0
/
+8
*
Fixing D202 and D203 PEP257 violation.
Navid Pustchi
2016-05-04
6
-7
/
+0
*
Fixing D204, D205, and D207 PEP257 violation.
Navid Pustchi
2016-05-04
6
-0
/
+10
*
Fix D400 PEP257 violation.
Navid Pustchi
2016-04-23
1
-1
/
+1
*
Fix D401 PEP257 violation.
Navid Pustchi
2016-04-23
2
-3
/
+3
*
remove CLI from keystoneclient
Steve Martinelli
2016-03-10
1
-547
/
+0
*
Update Client examples to use sessions
Brant Knudson
2016-02-28
1
-12
/
+23
*
Missing defaults in the create() method in the v2 ServiceManager
Jude Job
2016-01-27
1
-1
/
+1
*
use positional library instead of utils
Steve Martinelli
2016-01-25
1
-2
/
+3
*
Remove "deprecated" internal method
Brant Knudson
2015-12-29
7
-10
/
+10
*
Make __all__ immutable
Dolph Mathews
2015-10-01
1
-2
/
+2
*
Deprecate create v2_0 Client without session
Brant Knudson
2015-08-13
1
-0
/
+14
*
Stop using Manager.api
Brant Knudson
2015-07-26
1
-1
/
+2
*
Proper deprecations for modules
Brant Knudson
2015-07-26
1
-1
/
+2
*
Add get_token_data to token CRUD
Jamie Lennox
2015-07-15
1
-4
/
+14
*
Switch from oslo.utils to oslo_utils
Brant Knudson
2015-01-31
1
-1
/
+1
*
Add validate token for v2.0
Brant Knudson
2015-01-28
1
-0
/
+32
*
Merge "Add fetch revocations for v2.0"
Jenkins
2015-01-28
1
-0
/
+10
|
\
|
*
Add fetch revocations for v2.0
Brant Knudson
2014-12-16
1
-0
/
+10
*
|
Merge "Updated service name to be optional in CLI"
Jenkins
2015-01-27
1
-2
/
+2
|
\
\
|
*
|
Updated service name to be optional in CLI
lin-hua-cheng
2014-12-27
1
-2
/
+2
|
|
/
*
|
Correct failures for check W292
Brant Knudson
2015-01-13
1
-1
/
+1
*
|
Add get certificates for v2.0
Brant Knudson
2014-12-29
2
-0
/
+44
|
/
*
Make keystoneclient use an adapter
Jamie Lennox
2014-11-21
2
-9
/
+11
*
Merge "Cleanup docs - raises class"
Jenkins
2014-11-18
1
-2
/
+2
|
\
|
*
Cleanup docs - raises class
Brant Knudson
2014-10-18
1
-2
/
+2
*
|
I18n
Brant Knudson
2014-10-28
3
-26
/
+31
*
|
Correct use of noqa
Brant Knudson
2014-10-27
1
-2
/
+1
*
|
Use oslo.utils and oslo.serialization
Steve Martinelli
2014-10-15
1
-1
/
+1
|
/
*
Fix a doc_string error
jun xie
2014-09-18
1
-1
/
+1
*
Revert "Use oslo.utils"
Matt Riedemann
2014-08-17
1
-1
/
+1
*
Merge "Use oslo.utils"
Jenkins
2014-08-15
1
-1
/
+1
|
\
|
*
Use oslo.utils
Brant Knudson
2014-08-05
1
-1
/
+1
*
|
Change unscoped token fallback to be session aware
Jamie Lennox
2014-08-12
2
-17
/
+27
|
/
*
Don't log sensitive auth data
Jamie Lennox
2014-07-24
2
-4
/
+5
*
Merge "Pass user and roles manager to tenant manager"
Jenkins
2014-07-11
2
-14
/
+20
|
\
|
*
Pass user and roles manager to tenant manager
Jamie Lennox
2014-07-04
2
-14
/
+20
*
|
Merge "Pass roles manager to user manager"
Jenkins
2014-07-11
2
-3
/
+7
|
\
\
|
|
/
|
*
Pass roles manager to user manager
Jamie Lennox
2014-07-04
2
-3
/
+7
*
|
Merge "Keystoneclient create user API should have optional password."
Jenkins
2014-07-07
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Keystoneclient create user API should have optional password.
Juan Manuel Olle
2014-07-01
1
-1
/
+2
*
|
Make parameters in EndpointManager optional
Harry Rybacki
2014-06-26
1
-1
/
+2
*
|
Update keystoneclient code to account for hacking 0.9.2
Steve Martinelli
2014-06-19
3
-4
/
+4
|
/
*
Remove _factory methods from auth plugins
Jamie Lennox
2014-06-09
1
-8
/
+16
*
Fix a misspelling in a comment
Matt Fischer
2014-05-28
1
-1
/
+1
[next]