python-novaclient/novaclient/v1_1
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
..
contrib Some Help Messages Missing Translation Support 2014-05-06 21:37:17 +00:00
__init__.py Start using Hacking and PyFlakes 2013-06-01 15:49:51 +02:00
agents.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
aggregates.py Add AgregatesManager.get() 2013-07-11 14:26:01 -05:00
availability_zones.py Adds availability zone support for Nova V3 API 2013-12-19 23:35:30 +10:30
certs.py typo in novaclient 2014-03-28 09:55:44 +08:00
client.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
cloudpipe.py Change "project" to "project_id" in cloudpipe-create 2013-11-12 12:12:49 +01:00
fixed_ips.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
flavor_access.py Remove None for dict.get() 2014-02-19 21:02:11 +08:00
flavors.py Logical error in flavors unset_keys method 2014-06-03 12:10:32 +08:00
floating_ip_dns.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
floating_ip_pools.py Miscellaneous code cleanup. 2012-04-02 12:27:38 -05:00
floating_ips.py Allow admin user to get all tenant's floating IPs 2014-04-02 09:31:04 +08:00
floating_ips_bulk.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
fping.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
hosts.py change 'Host' object's 'host' attribute to 'host_name' 2013-08-09 13:13:25 +08: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 Fix the incorrect return messages in keypair show and delete 2014-04-20 10:59:22 -04:00
limits.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
networks.py Fix i18n messages in novaclient, part I 2014-01-28 14:56:00 -05:00
quota_classes.py Revert "Remove quota-class subcommand" 2014-05-29 16:50:31 -03:00
quotas.py Adds first part of quotas support for Nova V3 API 2013-12-19 23:36:00 +10:30
security_group_rules.py Fix i18n messages in novaclient, part I 2014-01-28 14:56:00 -05:00
security_groups.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
server_groups.py Nova CLI for server groups 2014-03-13 04:14:11 -07:00
servers.py In Py3 decode the output of base64.decode 2014-05-27 11:32:06 +10:00
services.py Add service-delete subcommand to delete a service 2014-04-08 20:04:54 +08:00
shell.py Merge "'policy' should be required in server_group_create" 2014-06-25 05:06:47 +00:00
usage.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
virtual_interfaces.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
volume_snapshots.py Allow resources to use any field as 'name' 2012-08-08 12:01:40 -07:00
volume_types.py Add support for volume types 2012-02-27 22:46:02 +00:00
volumes.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00