Quotas

The neutron.conf configuration file defines default quota values that are applied to all tenants. This extension enables an administrative user to define quotas values on a per-tenant basis. For example, an administrative user can permit tenant A to create at most X networks and tenant B to create at most Y networks.

MethodURIDescription
GET/v2.0/quotas

Lists quotas for tenants who have non-default quota values.

GET/v2.0/quotas/{tenant_id}

Shows quotas for a specified tenant.

PUT/v2.0/quotas/{tenant_id}

Updates quotas for a specified tenant. Use when non-default quotas are desired.

DELETE/v2.0/quotas/{tenant_id}

Resets quotas to default values for a specified tenant.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...