openstack-python-openstackc.../openstackclient/tests
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
..
api Move object-store commands to low-level API 2014-10-01 13:50:13 -04:00
common Add plugin to support token-endpoint auth 2014-10-12 16:48:43 -05:00
compute Fix server resize 2014-07-08 11:20:13 -05:00
identity Merge "CRUD operations for federated protocols" 2014-10-09 03:59:33 +00:00
image Merge "Add more columns to image list output" 2014-07-26 22:20:19 +00:00
network Merge "Add network extension list" 2014-09-18 09:41:51 +00:00
object Move object-store commands to low-level API 2014-10-01 13:50:13 -04:00
volume assertEquals order wrong 2014-09-04 14:47:28 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Support for keystone auth plugins 2014-10-09 12:34:47 +02:00
test_shell.py Support for keystone auth plugins 2014-10-09 12:34:47 +02:00
utils.py Merge "Fix server resize" 2014-07-12 20:58:37 +00:00