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
/
v3
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Change default endpoint for Keystone v3 to public"
Brant Knudson
2016-01-13
1
-5
/
+0
*
Change default endpoint for Keystone v3 to public
Roxana Gherle
2015-12-23
1
-0
/
+5
*
Deprecate create v3 Client without session
Brant Knudson
2015-08-13
1
-0
/
+14
*
Proper deprecation for HTTPClient tenant_id, tenant_name parameters
Brant Knudson
2015-08-04
1
-4
/
+6
*
Merge "Support /auth routes for list projects and domains"
Jenkins
2015-06-30
1
-0
/
+2
|
\
|
*
Support /auth routes for list projects and domains
Jamie Lennox
2015-03-31
1
-0
/
+2
*
|
Add EC2 CRUD credential support to v3 API
1.6.0
Jamie Lennox
2015-06-02
1
-0
/
+6
|
/
*
Add OS-SIMPLE-CERT support for v3.
Brant Knudson
2015-03-05
1
-0
/
+6
*
Change oslo.serialization to oslo_serialization
Brant Knudson
2015-01-31
1
-1
/
+1
*
Make keystoneclient use an adapter
Jamie Lennox
2014-11-21
1
-17
/
+20
*
Merge "Cleanup docs - raises class"
Jenkins
2014-11-18
1
-3
/
+4
|
\
|
*
Cleanup docs - raises class
Brant Knudson
2014-10-18
1
-3
/
+4
*
|
I18n
Brant Knudson
2014-10-28
1
-6
/
+8
*
|
Use oslo.utils and oslo.serialization
Steve Martinelli
2014-10-15
1
-1
/
+2
|
/
*
Add support for endpoint policy.
Henry Nash
2014-09-18
1
-0
/
+7
*
move attributes of v3.client.Client into alphabetical order
wanghong
2014-08-07
1
-5
/
+5
*
expose the revoke token for V3
wanghong
2014-08-06
1
-0
/
+6
*
Docstrings for usability.
Brant Knudson
2014-07-12
1
-0
/
+59
*
Remove _factory methods from auth plugins
Jamie Lennox
2014-06-09
1
-16
/
+30
*
Fix attributes ordering at v3/client.py
Rodrigo Duarte Sousa
2014-05-28
1
-2
/
+2
*
Add /role_assignments endpoint support
Rodrigo Duarte Sousa
2014-05-27
1
-0
/
+2
*
Merge "Regions Management"
Jenkins
2014-05-08
1
-0
/
+2
|
\
|
*
Regions Management
Adam Young
2014-05-07
1
-0
/
+2
*
|
OAuth request/access token and consumer support for oauth client API
Steve Martinelli
2014-05-07
1
-0
/
+2
|
/
*
Implement endpoint filtering functionality on the client side.
guang-yee
2014-04-15
1
-0
/
+2
*
Add CRUD operations for Identity Providers.
Marek Denis
2014-04-09
1
-0
/
+2
*
Merge "Adds to Keystone to convert V2 endpoints to V3"
Jenkins
2014-03-26
1
-0
/
+2
|
\
|
*
Adds to Keystone to convert V2 endpoints to V3
root
2014-03-26
1
-0
/
+2
*
|
Handle URLs via the session and auth_plugins
Jamie Lennox
2014-03-25
1
-0
/
+3
*
|
Revert "Add request/access token and consumer..."
Joe Gordon
2014-03-15
1
-2
/
+0
*
|
Add request/access token and consumer support for keystoneclient
Steve Martinelli
2014-03-12
1
-0
/
+2
*
|
Privatize auth construction parameters
Jamie Lennox
2014-03-04
1
-14
/
+14
|
/
*
Create V3 Auth Plugins
Jamie Lennox
2014-02-21
1
-98
/
+24
*
Merge "Adjust import items according to hacking import rule"
Jenkins
2014-01-30
1
-0
/
+1
|
\
|
*
Adjust import items according to hacking import rule
Eric Guo
2014-01-17
1
-0
/
+1
*
|
Respect region name when processing domain URL
Jamie Lennox
2014-01-21
1
-2
/
+1
|
/
*
Fix missed management_url setter in v3 client
Jamie Lennox
2013-12-20
1
-2
/
+2
*
Merge "Properly handle Regions in keystoneclient"
Jenkins
2013-12-11
1
-2
/
+2
|
\
|
*
Properly handle Regions in keystoneclient
Jamie Lennox
2013-12-04
1
-2
/
+2
*
|
Discover supported APIs
Jamie Lennox
2013-12-03
1
-1
/
+2
|
/
*
Merge "Use OSLO jsonutils instead of json module"
Jenkins
2013-08-30
1
-2
/
+2
|
\
|
*
Use OSLO jsonutils instead of json module
Jamie Lennox
2013-08-26
1
-2
/
+2
*
|
clearer error when authenticate called without auth_url
Steven Hardy
2013-08-23
1
-0
/
+2
|
/
*
Initial Trusts support
Steven Hardy
2013-08-20
1
-3
/
+14
*
Rename client.py to httpclient.py
Jamie Lennox
2013-08-10
1
-2
/
+2
*
flake8: fix alphabetical imports and enable H306
Dolph Mathews
2013-08-01
1
-1
/
+1
*
Client V3 shouldn't inherit V2
Jamie Lennox
2013-07-23
1
-2
/
+5
*
Fix and enable H401
Dirk Mueller
2013-06-27
1
-3
/
+3
*
Implements v3 auth client.
lin-hua-cheng
2013-06-20
1
-19
/
+161
*
Fix unused imports(flake8 F401, F999)
Dolph Mathews
2013-06-03
1
-3
/
+4
[next]