Files
openstack-manuals/doc/user-guides/source/cli_set_quotas.rst
Andreas Jaeger 5db746f9e8 User Guides: Rename playground-user-guide to user-guides
Move files to final place.

Change-Id: I3e88ce145f05daafb23c0516cd9da75a92b62e3c
2015-04-03 19:19:10 +02:00

1.9 KiB

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.

Using the command-line interface, you can manage quotas for the OpenStack Compute service, the OpenStack Block Storage service, and the OpenStack Networking service.

The cloud operator typically changes default values because a tenant requires more than ten volumes or &1 TB on a compute node.

Note

To view all tenants (projects), run:

$ keystone tenant-list

id

name

enabled
e66d97ac1b704897853412fc8450f7b9 bf4a37b885fe46bd86e999e50adad1d3 21bd1c7c95234fd28f589b60903606fa f599c5cd1cba4125ae3d7caed08e288c

admin

services tenant01 tenant02

True True True True

To display all current users for a tenant, run:

$ keystone user-list --tenant-id tenantID

id

name

enabled email
ea30aa434ab24a139b0e85125ec8a217 4f8113c1d838467cad0c2f337b3dfded demo00 demo01

True True

common/cli_set_compute_quotas.rst cli_cinder_quotas.rst common/networking_advanced_quotas.rst