diff options
| author | Aarti Kriplani <aarti.kriplani@RACKSPACE.COM> | 2013-04-22 12:01:27 -0500 |
|---|---|---|
| committer | Aarti Kriplani <aarti.kriplani@RACKSPACE.COM> | 2013-05-23 16:25:29 +0530 |
| commit | cdd998c418edc42a6a828ddef144e8408c206b7c (patch) | |
| tree | 9f23c9005dd304e23acb32ff207bd4c526406e94 /doc | |
| parent | af7048590dac77806dd3e7c97a736fda52c2389b (diff) | |
| download | nova-cdd998c418edc42a6a828ddef144e8408c206b7c.tar.gz nova-cdd998c418edc42a6a828ddef144e8408c206b7c.tar.xz nova-cdd998c418edc42a6a828ddef144e8408c206b7c.zip | |
Delete a quota through admin api.
Added 'extended-quotas' extension that has provides ability for admins
to be able to delete a non-default quota (absolute limit) for a tenant,
so that tenant's quota will revert back to the configured default.
Implements blueprint admin-api-for-delete-quota
Change-Id: I7375420a466823b3e099aebff71a8f7d7f922afb
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api_samples/all_extensions/extensions-get-resp.json | 8 | ||||
| -rw-r--r-- | doc/api_samples/all_extensions/extensions-get-resp.xml | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/api_samples/all_extensions/extensions-get-resp.json b/doc/api_samples/all_extensions/extensions-get-resp.json index d7c2a646c..0b587a6b1 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.json +++ b/doc/api_samples/all_extensions/extensions-get-resp.json @@ -409,6 +409,14 @@ "updated": "2012-03-12T00:00:00+00:00" }, { + "alias": "os-extended-quotas", + "description": "Adds ability for admins to delete quota", + "links": [], + "name": "ExtendedQuotas", + "namespace": "http://docs.openstack.org/compute/ext/quota-delete/api/v1.1", + "updated": "2013-05-23T00:00:00+00:00" + }, + { "alias": "os-quota-sets", "description": "Quotas management support.", "links": [], diff --git a/doc/api_samples/all_extensions/extensions-get-resp.xml b/doc/api_samples/all_extensions/extensions-get-resp.xml index f6213a3a9..9924a188a 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.xml +++ b/doc/api_samples/all_extensions/extensions-get-resp.xml @@ -171,6 +171,9 @@ <extension alias="os-quota-class-sets" updated="2012-03-12T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/quota-classes-sets/api/v1.1" name="QuotaClasses"> <description>Quota classes management support.</description> </extension> + <extension alias="os-extended-quotas" updated="2013-05-23T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/quota-delete/api/v1.1" name="ExtendedQuotas"> + <description>Adds ability for admins to delete quota.</description> + </extension> <extension alias="os-quota-sets" updated="2011-08-08T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/quotas-sets/api/v1.1" name="Quotas"> <description>Quotas management support.</description> </extension> |
