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:
parent
665cbe55bf
commit
0f151e95e7
@ -57,7 +57,7 @@
|
||||
<step>
|
||||
<para>List the default quotas for all projects, as
|
||||
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>+-----------+-------+
|
||||
| Property | Value |
|
||||
+-----------+-------+
|
||||
|
Loading…
Reference in New Issue
Block a user