Document how to display per-tenant quota usage for Nova

Change-Id: Ic3c59ea9e934974e1893befe36d7ea91762a2ace
Partial-Bug: #1353017
This commit is contained in:
Christian Berendt 2014-09-10 00:06:48 +02:00 committed by Gauvain Pocentek
parent 2b06acc76f
commit 70facbaac6
1 changed files with 29 additions and 1 deletions

View File

@ -349,5 +349,33 @@
<screen><prompt>$</prompt> <userinput>nova help quota-update</userinput></screen></note>
</step>
</procedure>
<procedure>
<title>To display the current quota usage for a tenant user</title>
<step>
<para>Use <command>nova absolute-limits</command> to get a list of the
current quota values and the current quota usage.</para>
<screen><prompt>$</prompt> <userinput>nova absolute-limits --tenant <replaceable>tenantName</replaceable></userinput>
<computeroutput>+-------------------------+-------+
| Name | Value |
+-------------------------+-------+
| maxServerMeta | 128 |
| maxPersonality | 5 |
| maxImageMeta | 128 |
| maxPersonalitySize | 10240 |
| maxTotalRAMSize | 51200 |
| maxSecurityGroupRules | 20 |
| maxTotalKeypairs | 100 |
| totalRAMUsed | 0 |
| maxSecurityGroups | 10 |
| totalFloatingIpsUsed | 0 |
| totalInstancesUsed | 0 |
| totalSecurityGroupsUsed | 0 |
| maxTotalFloatingIps | 10 |
| maxTotalInstances | 10 |
| totalCoresUsed | 0 |
| maxTotalCores | 20 |
+-------------------------+-------+</computeroutput></screen>
</step>
</procedure>
</section>
</section>
</section>