summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHirotaka Wakabayashi <hiwkby@yahoo.com>2022-10-31 13:43:43 +0900
committerHirotaka Wakabayashi <hiwkby@yahoo.com>2022-10-31 13:48:00 +0900
commita39d7f9a29a9f8abdb36f472e2f286c7aff73728 (patch)
treeb2010b40098a84c5a0ce64cbf58011abc956fa92
parent3789a3951b120ebd0eaaa5a9b196d3cc30418092 (diff)
downloadtrove-a39d7f9a29a9f8abdb36f472e2f286c7aff73728.tar.gz
Adds database_service_uid to the document
This PR adds the `database_service_uid` configuration option to the document. Story: 2010259 Task: 46154 Change-Id: I11aa38d2ff0da058590ec2b089756a659cad777b
-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