Jump to: navigation, search

Difference between revisions of "QuotaDeleteForCinder"

(Implementation Overview)
(Implementation Overview)
 
Line 14: Line 14:
 
: * Delete defined quotas of a given project.
 
: * Delete defined quotas of a given project.
 
<pre>
 
<pre>
cinder quota-delete --tenant-id <tenant_id>
+
cinder quota-delete <tenant_id>
 
</pre>
 
</pre>
  

Latest revision as of 18:20, 19 February 2014

User Cases

  • Delete quota for a project so their quota will revert back to default.

Implementation Overview

  • RESTful API:
Resets quotas to default values for a specified project.
DELETE v2/​{tenant_id}​/os-quota-sets/​{tenant_id}​
  • The CLI would be like:
* Delete defined quotas of a given project.
cinder quota-delete <tenant_id>

Data Model Changes

No changes at Data Model

Unresolved issues

We'll eventually need a blueprint/spec for managing user's quotas via Horizon.