cinder example was missing a required arg

The example for the cinder quota-defaults command did
not indicate that you need to pass in a tenant ID.

I changed the example so that it includes the
tenant ID.

Change-Id: I7059a01a3b7f5df3717c10fd132f5f92eb596cc6
Closes-Bug: #1348016
This commit is contained in:
Laurel Michaels 2014-08-01 15:49:53 -04:00
parent 665cbe55bf
commit 0f151e95e7

View File

@ -57,7 +57,7 @@
<step> <step>
<para>List the default quotas for all projects, as <para>List the default quotas for all projects, as
follows:</para> follows:</para>
<screen><prompt>$</prompt> <userinput>cinder quota-defaults</userinput></screen> <screen><prompt>$</prompt> <userinput>cinder quota-defaults <replaceable>TENANT_ID</replaceable></userinput></screen>
<screen><computeroutput>+-----------+-------+ <screen><computeroutput>+-----------+-------+
| Property | Value | | Property | Value |
+-----------+-------+ +-----------+-------+