python-novaclient/novaclient
Chris Yeoh db6c58b009 Adds quota usage support for the V3 API
Adds the ability to do a detailed query from the
os-quota-sets V3 API extension. This was an interface
added in V3 to allow for the querying of current quota
usage. Adds a shell command quota-usage which
uses this interface to show current quota usage as well
as the limit.

The absolute limits response was removed from
the limits extension in a9e29b7e9fbe14ab42f24802a6d2a457a6317ba3
and so the corresponding novaclient command is also removed.
The "quota-show-usage" command now shows the same information.

Differences between the V2 and V3 API are described here:
https://wiki.openstack.org/wiki/NovaAPIv2tov3

Partially implements blueprint v3-api

Change-Id: I5db72d42120f4ad7a86fbfce20382988f6bbf5d3
2014-01-08 12:00:53 +08:00
..
openstack Update oslo from oslo-incubator 2013-09-06 08:03:22 -04:00
tests Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
v1_1 Remove class_name parameter from quota_class 2014-01-07 03:52:42 +09:00
v3 Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py python3: Compatibility for iteritems differences 2013-06-24 11:51:04 -05:00
base.py Code cleanup: use oslo's to_slug() instead of slugify() 2014-01-04 22:56:09 +00:00
client.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
crypto.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
exceptions.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
extension.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
service_catalog.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
shell.py Replace some utils.bool_from_str with strutils 2013-12-25 07:22:24 -05:00
utils.py Code cleanup: use oslo's to_slug() instead of slugify() 2014-01-04 22:56:09 +00:00