Ability to configure default quotas for new projects (#27)
* Ability to configure default quotas for new projects
As documented on the Juniper / Contrail wiki:
https://github.com/Juniper/contrail-controller/wiki/Defining-default-Quotas
* docs can be misleading, it really needed underscores. also added all lbaas options now.
* Making params singular (and aligned with neutron internal naming).
diff --git a/README.rst b/README.rst
index 901848d..65ad8cf 100644
--- a/README.rst
+++ b/README.rst
@@ -1007,8 +1007,26 @@
- 10.10.10.10
ipf_port: 80
-Enforcing physical routers
+Configuring OpenStack default quotasx
+
+.. code-block:: yaml
+ config:
+ quota:
+ network: 5
+ subnet: 10
+ router: 10
+ floating_ip: 100
+ secgroup: 1000
+ secgroup_rule: 1000
+ port: 1000
+ pool: -1
+ member: -1
+ health_monitor: -1
+ vip: -1
+
+Enforcing physical routers
+h
.. code-block:: yaml
opencontrail:
@@ -1053,6 +1071,7 @@
virtual_network: 'virtual-network'
+
Usage
=====