Add quota_fixed_ips to nova conf ref
Grizzly brings a new feature quota_fixed_ips, which this patch documents - including its default value of unlimited fixes bug 1161190 Change-Id: I013bccaeff5372b3360e6b16b7b9b20b8ff52aad
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
<td><para> (IntOpt) number of floating ips allowed per
|
||||
project (tenant) </para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para> quota_fixed_ips=-1 </para></td>
|
||||
<td><para> (IntOpt) number of fixed ips allowed per
|
||||
project (this should be at least the number of
|
||||
instances allowed. -1 is unlimited. </para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para> quota_gigabytes=1000 </para></td>
|
||||
<td><para> (IntOpt) number of volume gigabytes allowed per
|
||||
|
||||
@@ -139,6 +139,17 @@
|
||||
per project (tenant)</para>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<para>quota_fixed_ips=-1</para>
|
||||
</td>
|
||||
<td>
|
||||
<para>(IntOpt) number of floating ips allowed
|
||||
per project (this should be at least the
|
||||
number of instances allowed). -1 is unlimited</para>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<para>quota_gigabytes=1000</para>
|
||||
|
||||
Reference in New Issue
Block a user