openstack-python-openstackc.../openstackclient/network
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
..
v2 Merge "Network use enable/disable vs admin state up/down" 2014-09-08 17:29:37 +00:00
__init__.py Network CRUD 2014-06-24 15:00:25 -06:00
client.py Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
common.py Allow network find to use alternate name 2014-07-07 06:11:58 -06:00