diff --git a/doc/src/docbkx/openstack-compute-admin/tables/nova-quotas-nova-conf.xml b/doc/src/docbkx/openstack-compute-admin/tables/nova-quotas-nova-conf.xml
index 022f0cfec8..b717010106 100644
--- a/doc/src/docbkx/openstack-compute-admin/tables/nova-quotas-nova-conf.xml
+++ b/doc/src/docbkx/openstack-compute-admin/tables/nova-quotas-nova-conf.xml
@@ -30,6 +30,12 @@
(IntOpt) number of floating ips allowed per
project (tenant) |
+
+ | quota_fixed_ips=-1 |
+ (IntOpt) number of fixed ips allowed per
+ project (this should be at least the number of
+ instances allowed. -1 is unlimited. |
+
| quota_gigabytes=1000 |
(IntOpt) number of volume gigabytes allowed per
diff --git a/doc/src/docbkx/openstack-ops/src/ch_ops_projects_users.xml b/doc/src/docbkx/openstack-ops/src/ch_ops_projects_users.xml
index 3da60856dc..77603001b1 100644
--- a/doc/src/docbkx/openstack-ops/src/ch_ops_projects_users.xml
+++ b/doc/src/docbkx/openstack-ops/src/ch_ops_projects_users.xml
@@ -139,6 +139,17 @@
per project (tenant)
|
+
+ |
+ quota_fixed_ips=-1
+ |
+
+ (IntOpt) number of floating ips allowed
+ per project (this should be at least the
+ number of instances allowed). -1 is unlimited
+ |
+
+
|
quota_gigabytes=1000
|