openstack-python-openstackc.../openstackclient/tests
Dean Troyer 0de67016c7 Remove now-unnecessary client creation hacks
Clients that can use ksc Session don't need the old junk to
fake auth anymore:
* compute
* volume

Clients that still need to be fed credentials can pick directly
from the auth object in clientmanager.  The _token attribute is
removed, the token can be retrieved from the auth object:

  openstackclient/tests/common/test_clientmanager.py

This change will break any plugin that relies on getting a token
from instance._token. They should be updated to use the above, or
preferable, to use keystoneclient.session.Session to create its
HTTP interface object.

Change-Id: I877a29de97a42f85f12a14c274fc003e6fba5135
2014-10-18 00:01:45 -05:00
..
api Move object-store commands to low-level API 2014-10-01 13:50:13 -04:00
common Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
compute Fix server resize 2014-07-08 11:20:13 -05:00
identity Merge "Remove 'links' section from several v3 Identity objects" 2014-10-13 03:26:27 +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