Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fifieldt committed Mar 29, 2013
1 parent 4ee3fc0 commit 392da35
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions doc/src/docbkx/openstack-ops/src/ch_ops_projects_users.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 392da35

Please sign in to comment.