Specify keystone is OS user for fernet and credential setup

Change-Id: I40124c809d8b14a6c50edc0f758104ab09656250
Closes-Bug: #1838554
This commit is contained in:
chenxing 2019-08-06 12:04:08 +08:00 committed by Gage Hugo
parent 73045dfbca
commit 7fc7ef2a07
3 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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