From af5eea5c6cc203f2e2ab26f97defbe66069a2378 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Thu, 23 Jan 2020 23:41:29 +1300 Subject: [PATCH] Add 'Quota Management' in production guide Change-Id: I76b16d8e5eec38e4f0dd255158c0b50c278dab53 --- doc/source/admin/run_trove_in_production.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/source/admin/run_trove_in_production.rst b/doc/source/admin/run_trove_in_production.rst index 58f1667fd5..88cc1c45a4 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 +`_. + +.. 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