python-openstackclient/openstackclient
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 Add plugin to support token-endpoint auth 2014-10-12 16:48:43 -05:00
common Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
compute Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
identity Merge "Remove 'links' section from several v3 Identity objects" 2014-10-13 03:26:27 +00:00
image Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
network Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
object Fix issues with object related commands 2014-10-06 20:04:19 -04:00
tests Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
volume Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Add translation markers for user v2 actions 2014-10-09 14:47:19 -04:00
shell.py Move plugin stuff to clientmanager 2014-10-13 23:02:34 -05:00