python-novaclient/novaclient/v1_1
Rui Chen 4e76f9590b Fix issue of quota-show and quota-defaults
quota-show and quota-defaults not work because 'SessionClient'
object has no attribute 'tenant_id'. Try to get project_id
from auth_ref when cs.client is SessionClient instance.

Change-Id: Ic125a99ba34e911485868454c3c7531a34eabdc9
Closes-Bug: #1407388
2015-02-03 10:29:04 +08:00
..
contrib Remove aliases for `args` and `env` in utils 2014-12-04 17:22:12 +02:00
__init__.py Start using Hacking and PyFlakes 2013-06-01 15:49:51 +02:00
agents.py Enable check for E126 2014-10-23 17:28:25 +03: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 Enable check for E126 2014-10-23 17:28:25 +03:00
client.py Adds separate class for Hypervisor Stats 2015-01-09 08:45:17 +00:00
cloudpipe.py Fix E128 failures in novaclient/v1_1/ 2014-11-18 17:21:30 +02:00
fixed_ips.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
flavor_access.py Enable check for E127 2014-10-23 14:28:50 +00:00
flavors.py Enable check for E126 2014-10-23 17:28:25 +03:00
floating_ip_dns.py In strings/comments change Ip/ip to IP 2015-01-17 08:53:26 +01:00
floating_ip_pools.py Miscellaneous code cleanup. 2012-04-02 12:27:38 -05:00
floating_ips.py In strings/comments change Ip/ip to IP 2015-01-17 08:53:26 +01: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 fix host resource repr to use 'host' attribute 2014-07-28 18:54:01 +00:00
hypervisors.py Adds separate class for Hypervisor Stats 2015-01-09 08:45:17 +00:00
images.py Enable check for E127 2014-10-23 14:28:50 +00: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 Port to use oslo.i18n 2014-10-16 01:19:48 +03: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_default_rules.py In strings/comments change Ip/ip to IP 2015-01-17 08:53:26 +01:00
security_group_rules.py In strings/comments change Ip/ip to IP 2015-01-17 08:53:26 +01:00
security_groups.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
server_groups.py pass id to ServerGroupsManager in ServerGroup.delete() 2014-12-10 20:41:16 +00:00
servers.py Refer to the admin password consistently 2015-02-02 19:24:47 +00:00
services.py Add service-delete subcommand to delete a service 2014-04-08 20:04:54 +08:00
shell.py Fix issue of quota-show and quota-defaults 2015-02-03 10:29:04 +08:00
usage.py Enable check for E126 2014-10-23 17:28:25 +03:00
versions.py Add "version-list" for listing REST API versions 2014-07-15 06:50:50 +00:00
virtual_interfaces.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
volume_snapshots.py Fix E128 failures in novaclient/v1_1/ 2014-11-18 17:21:30 +02:00
volume_types.py Add support for volume types 2012-02-27 22:46:02 +00:00
volumes.py Update volumes.get() docstring to correctly reflect functionality 2015-01-30 16:48:45 +11:00