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:
Tom Fifield
2013-03-29 23:49:45 +08:00
parent 4ee3fc0cef
commit 392da359d7
2 changed files with 17 additions and 0 deletions

View File

@@ -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

View File

@@ -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>