python-novaclient/novaclient/v3
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 Enable v3 api code 2013-08-09 10:47:51 -05:00
agents.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
aggregates.py Adds aggregates support for Nova V3 API 2013-12-19 23:38:56 +10:30
availability_zones.py Adds availability zone support for Nova V3 API 2013-12-19 23:35:30 +10:30
certs.py Adds certificates support for Nova V3 API 2013-12-19 23:39:28 +10:30
client.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
flavor_access.py Adds flavor access support for Nova V3 API 2013-12-15 22:44:09 +10:30
flavors.py Logical error in flavors unset_keys method 2014-06-03 12:10:32 +08:00
hosts.py Add v3 HostManager 2013-09-17 14:35:43 -05:00
hypervisors.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
images.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
keypairs.py Adds keypairs support for the Nova V3 API 2013-12-19 23:40:00 +10:30
list_extensions.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
quotas.py Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
servers.py In Py3 decode the output of base64.decode 2014-05-27 11:32:06 +10:00
services.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
shell.py add disk bus and device type to volume attach 2014-06-24 18:27:43 +00:00
usage.py Adds simple tenant usage support for the Nova V3 API 2013-12-19 23:40:40 +10:30
volumes.py add disk bus and device type to volume attach 2014-06-24 18:27:43 +00:00