The nova.api.openstack.compute.legacy_v2.contrib.quotas Module

class QuotaSetsController(ext_mgr)

Bases: nova.api.openstack.wsgi.Controller

defaults(req, id)
delete(req, id)
show(req, id)
supported_quotas = []
update(req, id, body)
wsgi_actions = {}
wsgi_extensions = []
class Quotas(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Quotas management support.

alias = 'os-quota-sets'
get_resources()
name = 'Quotas'
namespace = 'http://docs.openstack.org/compute/ext/quotas-sets/api/v1.1'
updated = '2011-08-08T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.quota_classes Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.rescue Module

Project Source

This Page