python-novaclient/novaclient/tests
Jamie Lennox cc7364067f Allow us to use keystoneclient's session
The session object is a cross-client means of standardizing the
transport layer.

Novaclient's HTTPClient object has diverged significantly from other
clients. It is easier to simply replace it if a session is provided. If
a session is provided then users of the library need to be aware that
functions such as authenticate() will no longer have any effect/are in
error because this is no longer managed by nova.

Change-Id: I8f146b878908239d9b6c1c7d6cdc01c7e124f4e5
2014-07-01 16:53:47 +01:00
..
fixture_data Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
v1_1 Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
v3 Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
idfake.pem Allows users to retrieve ciphered VM passwords 2013-11-27 17:26:39 +01:00
test_auth_plugins.py Fix session handling in novaclient 2014-04-07 19:38:51 +02:00
test_base.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_client.py Enable F841 2014-06-19 09:49:05 +08:00
test_discover.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_http.py Reuse exceptions from Oslo 2014-04-25 16:00:13 +03:00
test_service_catalog.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
test_shell.py Enable F841 2014-06-19 09:49:05 +08:00
test_utils.py Fix using a variable which is not defined 2014-06-26 11:32:55 +08:00
utils.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00