b390e59445
Applied systemitem and programlisting tags where indicated by reviewers Deleted extra spaces after =s and also other white spaces Fixed a couple of typos - major copyedit to be done under another bug Closes-bug: 1223542 Change-Id: Ia4ecbdb304e18a42769b50d52d33e3757710fe5b Author: Nermina Miller
42 lines
1.9 KiB
XML
42 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE section [
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!ENTITY plusmn "±">
|
|
]>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="cli_set_quotas">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Manage 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 for each
|
|
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>Using the command-line interface, you can manage quotas for
|
|
the OpenStack Compute Service and the Block Storage Service.</para>
|
|
<para>Typically, default values are changed because a tenant
|
|
requires more than 10 volumes, or more than 1TB on a Compute node.</para>
|
|
<note>
|
|
<para>To view all projects:
|
|
<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="../common/section_nova_cli_quotas.xml"/>
|
|
<xi:include href="section_cinder_cli_quotas.xml"/>
|
|
<xi:include href="../common/section_networking-quotas.xml"/>
|
|
</section>
|