Document how to display per-tenant quota usage for Cinder

Change-Id: I49c35caf59c4ae8559b9765aa049a0c48ee9d714
Partial-Bug: #1353017
This commit is contained in:
Christian Berendt
2014-09-09 23:11:04 +02:00
parent 2b06acc76f
commit 02ed4b23a3

View File

@@ -114,6 +114,18 @@
<command>quota-delete</command> command:</para>
<screen><prompt>$</prompt> <userinput>cinder quota-delete <replaceable>tenantID</replaceable></userinput></screen>
</step>
<step>
<para>To show the current usage of a per-tenant quota use the
<command>quota-usage</command> command:</para>
<screen><prompt>$</prompt> <userinput>cinder quota-usage <replaceable>tenantID</replaceable></userinput>
<computeroutput>+-----------+--------+----------+-------+
| Type | In_use | Reserved | Limit |
+-----------+--------+----------+-------+
| gigabytes | 0 | 0 | 1000 |
| snapshots | 0 | 0 | 10 |
| volumes | 0 | 0 | 15 |
+-----------+--------+----------+-------+</computeroutput></screen>
</step>
</procedure>
</section>
</section>