e8343c2dbd
Nova quota content is shared between the configuration reference and the admin user guide. The content has been moved to common and files that point to it updated. Change-Id: Iad80f281eb025aa93c773f3eb858e27afb9d0bdc
32 lines
1.6 KiB
XML
32 lines
1.6 KiB
XML
<section xml:id="configuring-quotas"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:ns5="http://www.w3.org/1999/xhtml"
|
|
xmlns:ns4="http://www.w3.org/2000/svg"
|
|
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:ns="http://docbook.org/ns/docbook" version="5.0">
|
|
<title>Configuring Quotas</title>
|
|
<para>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 per tenant can be
|
|
controlled so that cloud resources are optimized.
|
|
Quotas are currently enforced at the tenant (or project) level,
|
|
rather than by user.
|
|
</para>
|
|
<para>For example, a default value might be changed because a tenant requires more than 1TB on a Compute node.
|
|
</para>
|
|
<note><para>To view all tenants, run:
|
|
<screen><prompt>$</prompt> <userinput>keystone tenant-list</userinput>
|
|
<computeroutput>+----------------------------------+----------+---------+
|
|
| id | name | enabled |
|
|
+----------------------------------+----------+---------+
|
|
| a981642d22c94e159a4a6540f70f9f8d | admin | True |
|
|
| 934b662357674c7b9f5e4ec6ded4d0e7 | tenant01 | True |
|
|
| 7bc1dbfd7d284ec4a856ea1eb82dca80 | tenant02 | True |
|
|
| 9c554aaef7804ba49e1b21cbd97d218a | services | True |
|
|
+----------------------------------+----------+---------+</computeroutput></screen>
|
|
</para></note>
|
|
<xi:include href="section_nova_cli_quotas.xml"/>
|
|
</section>
|