summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-01-23 23:41:29 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-01-23 23:41:29 +1300
commitaf5eea5c6cc203f2e2ab26f97defbe66069a2378 (patch)
tree1b73b2435e69c1fc15712d1db90ca1432ad2f031
parent54987b60a738abfbe8171b889da1658468dcf9ca (diff)
downloadtrove-af5eea5c6cc203f2e2ab26f97defbe66069a2378.tar.gz
Add 'Quota Management' in production guide
Change-Id: I76b16d8e5eec38e4f0dd255158c0b50c278dab53
-rw-r--r--doc/source/admin/run_trove_in_production.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/admin/run_trove_in_production.rst b/doc/source/admin/run_trove_in_production.rst
index 58f1667f..88cc1c45 100644
--- a/doc/source/admin/run_trove_in_production.rst
+++ b/doc/source/admin/run_trove_in_production.rst
@@ -312,6 +312,21 @@ datastore versions and the configuration parameters for the particular version.
It's recommended to config a default version for each datastore.
+Quota Management
+~~~~~~~~~~~~~~~~
+The amount of resources that could be created by each OpenStack project is
+controlled by quota. The default resource quota for each project is set in
+Trove config file as follows unless changed by the cloud administrator via
+`Quota API
+<https://docs.openstack.org/api-ref/database/#update-resources-quota-for-a-specific-project>`_.
+
+.. code-block:: ini
+
+ [DEFAULT]
+ max_instances_per_tenant = 10
+ max_backups_per_tenant = 50
+
+
Trove Deployment Verfication
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If all of the above instructions have been followed, it should now be possible