Jump to: navigation, search

QuotaDeleteForCinder

Revision as of 18:20, 19 February 2014 by Sjcazzol (talk | contribs) (Implementation Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.