Merge "Specify keystone is OS user for fernet and credential setup"
This commit is contained in:
commit
1eaeed6282
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user