openstack-manuals/doc/admin-guide-cloud/source/dashboard_set_quotas.rst
Andreas Jaeger 211e44e1c1 Fix config-reference and admin-guide-cloud builds
nova-ec2 was removed from nova for mitaka, remove the file ec2-api now.
A previous change already removed nova-ec2 table.

File compute/nova-logs was renamed to compute/logs, but was referenced
by other files. Add label so that reference works.

Replace internal references to non-existing documents in
admin-guide-cloud with external links.

Note: We hit these bugs in local tests depending on python package
versions, the packages in the gate ignore the error.

Change-Id: Idece9d7186321b8b40b3020f701531908f88b6a5
2016-02-23 12:55:33 +01:00

5.1 KiB

View and manage quotas

To prevent system capacities from being exhausted without notification, you can set up quotas. Quotas are operational limits. For example, the number of gigabytes allowed for each tenant can be controlled so that cloud resources are optimized. Quotas can be enforced at both the tenant (or project) and the tenant-user level.

Typically, you change quotas when a project needs more than ten volumes or 1   TB on a compute node.

Using the Dashboard, you can view default Compute and Block Storage quotas for new tenants, as well as update quotas for existing tenants.

Note

Using the command-line interface, you can manage quotas for the OpenStack Compute service, the OpenStack Block Storage service, and the OpenStack Networking service (see OpenStack Admin User Guide). Additionally, you can update Compute service quotas for tenant users.

The following table describes the Compute and Block Storage service quotas:

Quota Descriptions

Quota Name Defines the number of Service
Gigabytes Volume gigabytes allowed for each project. Block Storage
Instances Instances allowed for each project. Compute
Injected Files Injected files allowed for each project. Compute
Injected File Content Bytes Content bytes allowed for each injected file. Compute
Keypairs Number of keypairs. Compute
Metadata Items Metadata items allowed for each instance. Compute
RAM (MB) RAM megabytes allowed for each instance. Compute
Security Groups Security groups allowed for each project. Compute
Security Group Rules Rules allowed for each security group. Compute
Snapshots Volume snapshots allowed for each project. Block Storage
VCPUs Instance cores allowed for each project. Compute
Volumes Volumes allowed for each project. Block Storage

View default project quotas

  1. Log in to the OpenStack dashboard.
  2. On the Admin tab, open the System tab and click the Defaults category.
  3. The default quota values are displayed.

Note

You can sort the table by clicking on either the Quota Name or Limit column headers.

Update project quotas

  1. Log in to the OpenStack dashboard.
  2. On the Admin tab, open the System tab and click the Defaults category.
  3. Click the Update Defaults button.
  4. In the Update Default Quotas window, you can edit the default quota values.
  5. Click the Update Defaults button.

Note

The dashboard does not show all possible project quotas. To view and update the quotas for a service, use its command-line client. See OpenStack Admin User Guide.