Add clarification for context in install guides

This change adds a couple clarifying statements in the three distro
install guides for finalizing an installation:

- Adds a line stating that a user may need to create the ServerName
option in the apache config.

- Clarifies that the environmental variables are the default ones
created when a user runs "keystone-manage bootstrap"

Change-Id: If656433304337c56adcd3a898609b30890c9151b
Closes-Bug: #1817780
This commit is contained in:
Gage Hugo 2019-05-20 13:34:03 -05:00
parent 9b81cebbaf
commit bceab5871f
3 changed files with 15 additions and 3 deletions

View File

@ -164,6 +164,8 @@ Configure the Apache HTTP server
.. end
The ``APACHE_SERVERNAME`` entry will need to be added if it does not already exist.
#. Create the ``/etc/apache2/conf.d/wsgi-keystone.conf`` file
with the following content:
@ -216,7 +218,7 @@ Finalize the installation
.. end
2. Configure the administrative account
2. Configure the administrative account by setting the proper environmental variables:
.. code-block:: console
@ -230,5 +232,7 @@ Finalize the installation
.. end
These values shown here are the default ones created from ``keystone-manage bootstrap``.
Replace ``ADMIN_PASS`` with the password used in the
``keystone-manage bootstrap`` command in `keystone-install-configure-obs`_.

View File

@ -153,6 +153,8 @@ Configure the Apache HTTP server
.. end
The ``ServerName`` entry will need to be added if it does not already exist.
#. Create a link to the ``/usr/share/keystone/wsgi-keystone.conf`` file:
.. code-block:: console
@ -181,7 +183,7 @@ Finalize the installation
.. end
2. Configure the administrative account
2. Configure the administrative account by setting the proper environmental variables:
.. code-block:: console
@ -195,5 +197,7 @@ Finalize the installation
.. end
These values shown here are the default ones created from ``keystone-manage bootstrap``.
Replace ``ADMIN_PASS`` with the password used in the
``keystone-manage bootstrap`` command in `keystone-install-configure-rdo`_.

View File

@ -157,6 +157,8 @@ Configure the Apache HTTP server
.. end
The ``ServerName`` entry will need to be added if it does not already exist.
SSL
^^^
@ -174,7 +176,7 @@ Finalize the installation
.. end
2. Configure the administrative account
2. Configure the administrative account by setting the proper environmental variables:
.. code-block:: console
@ -188,5 +190,7 @@ Finalize the installation
.. end
These values shown here are the default ones created from ``keystone-manage bootstrap``.
Replace ``ADMIN_PASS`` with the password used in the
``keystone-manage bootstrap`` command in `keystone-install-configure-ubuntu`_.