python-novaclient/novaclient/tests/fixture_data
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
..
__init__.py Convert aggregates testing to use httpretty 2014-04-10 08:39:24 +10:00
agents.py Convert agent testing to httpretty 2014-05-19 19:30:10 -04:00
aggregates.py Convert aggregates testing to use httpretty 2014-04-10 08:39:24 +10:00
availability_zones.py Convert Availability Zone testing to httpretty 2014-05-19 19:30:10 -04:00
base.py Convert Hypervisor tests to httpretty 2014-06-27 10:02:52 +10:00
certs.py Convert certificate tests to httpretty 2014-05-26 16:59:37 +10:00
client.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
cloudpipe.py Convert Cloud Pipe tests to httpretty 2014-05-27 11:52:40 +10:00
fixedips.py Convert Fixed IP tests to httpretty 2014-05-27 11:52:40 +10:00
floatingips.py Convert floating IP pool tests to httpretty 2014-06-25 10:46:16 +10:00
fping.py Convert fPing tests to httpretty 2014-05-27 11:52:40 +10:00
hosts.py Convert hosts tests to httpretty 2014-06-27 10:02:52 +10:00
hypervisors.py Convert Hypervisor tests to httpretty 2014-06-27 10:02:52 +10:00
images.py Convert image tests to httpretty 2014-06-27 10:02:52 +10:00
keypairs.py Convert keypair tests to httpretty 2014-06-27 10:02:52 +10:00
limits.py Convert limit tests to httpretty 2014-06-27 10:02:52 +10:00
networks.py Convert network tests to httpretty 2014-06-27 10:02:52 +10:00