summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorchenxing <chason.chan@foxmail.com>2019-08-06 12:04:08 +0800
committerGage Hugo <gagehugo@gmail.com>2019-09-17 13:59:07 -0500
commit7fc7ef2a07b2d5721db613635873c08ac88b5258 (patch)
tree55692bf670e61b8e0425b44d4a9869d921347bbd /doc
parent73045dfbcaeeb32a4ff7a026e19e8796e7261246 (diff)
downloadkeystone-7fc7ef2a07b2d5721db613635873c08ac88b5258.tar.gz
Specify keystone is OS user for fernet and credential setup
Change-Id: I40124c809d8b14a6c50edc0f758104ab09656250 Closes-Bug: #1838554
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install/keystone-install-obs.rst7
-rw-r--r--doc/source/install/keystone-install-rdo.rst7
-rw-r--r--doc/source/install/keystone-install-ubuntu.rst7
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/install/keystone-install-obs.rst b/doc/source/install/keystone-install-obs.rst
index d9e2e813b..441c7f58a 100644
--- a/doc/source/install/keystone-install-obs.rst
+++ b/doc/source/install/keystone-install-obs.rst
@@ -123,6 +123,13 @@ Install and configure components
4. Initialize Fernet key repositories:
+ .. note::
+
+ The ``--keystone-user`` and ``--keystone-group`` flags are used to specify the
+ operating system's user/group that will be used to run keystone. These are provided
+ to allow running keystone under another operating system user/group. In the example
+ below, we call the user & group ``keystone``.
+
.. code-block:: console
# keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone
diff --git a/doc/source/install/keystone-install-rdo.rst b/doc/source/install/keystone-install-rdo.rst
index 00c2efed2..05836718a 100644
--- a/doc/source/install/keystone-install-rdo.rst
+++ b/doc/source/install/keystone-install-rdo.rst
@@ -112,6 +112,13 @@ Install and configure components
4. Initialize Fernet key repositories:
+ .. note::
+
+ The ``--keystone-user`` and ``--keystone-group`` flags are used to specify the
+ operating system's user/group that will be used to run keystone. These are provided
+ to allow running keystone under another operating system user/group. In the example
+ below, we call the user & group ``keystone``.
+
.. code-block:: console
# keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone
diff --git a/doc/source/install/keystone-install-ubuntu.rst b/doc/source/install/keystone-install-ubuntu.rst
index 6af8c1a34..87912c5de 100644
--- a/doc/source/install/keystone-install-ubuntu.rst
+++ b/doc/source/install/keystone-install-ubuntu.rst
@@ -116,6 +116,13 @@ Install and configure components
4. Initialize Fernet key repositories:
+ .. note::
+
+ The ``--keystone-user`` and ``--keystone-group`` flags are used to specify the
+ operating system's user/group that will be used to run keystone. These are provided
+ to allow running keystone under another operating system user/group. In the example
+ below, we call the user & group ``keystone``.
+
.. code-block:: console
# keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone