cinder.api.contrib.quotas module¶
- class QuotaSetsController(view_builder=None)¶
Bases:
Controller
- defaults(req, id)¶
- delete(req, id)¶
Delete Quota for a particular tenant.
- Parameters:
req – request
id – target project id that needs to be deleted
- show(req, id)¶
Show quota for a particular tenant
- Parameters:
req – request
id – target project id that needs to be shown
- update(req, id, body)¶
Update Quota for a particular tenant
- Parameters:
req – request
id – target project id that needs to be updated
body – key, value pair that will be applied to the resources if the update succeeds
- wsgi_actions = {}¶
- wsgi_extensions = []¶