summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-28 06:38:12 +0000
committerGerrit Code Review <review@openstack.org>2022-11-28 06:38:12 +0000
commit9f803535a427adcfeb96ef92b7307c67d8c8b389 (patch)
treede8a99b9443b2afe6852b851b5cc8c2e49555c68
parent257c7b4f62a272043824892208521b0920e85b7c (diff)
parenta39d7f9a29a9f8abdb36f472e2f286c7aff73728 (diff)
downloadtrove-9f803535a427adcfeb96ef92b7307c67d8c8b389.tar.gz
Merge "Adds database_service_uid to the document"
-rw-r--r--doc/source/admin/run_trove_in_production.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/admin/run_trove_in_production.rst b/doc/source/admin/run_trove_in_production.rst
index 8d683e83..7ebb0f65 100644
--- a/doc/source/admin/run_trove_in_production.rst
+++ b/doc/source/admin/run_trove_in_production.rst
@@ -232,6 +232,9 @@ DEFAULT group
Maximum time (in seconds) to wait for Guest Agent 'slow' requests (such as
restarting the instance server) to complete.
+ database_service_uid
+ The UID(GID) of database service user.
+
keystone_authtoken group
Like most of other OpenStack services, Trove uses `Keystone Authentication
Middleware