openstack-python-openstackc.../openstackclient/common
Dean Troyer c3c6edbe8a Add plugin to support token-endpoint auth
The ksc auth plugins do not have support for the original
token-endpoint (aka token flow) auth where the user supplies
a token (possibly the Keystone admin_token) and an API endpoint.
This is used for bootstrapping Keystone but also has other uses
when a scoped user token is provided.

The api.auth:TokenEndpoint class is required to provide the
same interface methods so all of the special-case code branches
to support token-endpoint can be removed.

Some additional cleanups related to ClientManager and creating
the Compute client also were done to streamline using sessions.

Change-Id: I1a6059afa845a591eff92567ca346c09010a93af
2014-10-12 16:48:43 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py Add plugin to support token-endpoint auth 2014-10-12 16:48:43 -05:00
commandmanager.py Update for cliff commandmanager >=1.6.1 2014-10-08 18:05:43 -05:00
exceptions.py Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc. 2013-01-31 13:31:41 -06:00
extension.py Add network extension list 2014-07-26 15:57:48 -06:00
limits.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
module.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
parseractions.py Fix PEP8 H405 errors 2014-06-27 09:12:38 -05:00
quota.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
timing.py Add basic timing support 2014-07-08 02:04:00 -05:00
utils.py utils.find_resource does not catch right exception 2014-09-24 11:04:41 +08:00