Remove admin_token_auth steps from install guide

The installation guide previously listed this as a step but
it is no longer needed since `admin_token_auth` is no longer in the
paste file by default

Change-Id: If36bafbecd657c3acd769f11636a1d844be0ac66
Closes-Bug: 1716797
This commit is contained in:
Lance Bragstad 2017-10-03 21:37:43 +00:00
parent fbce49970c
commit 5194a36961
3 changed files with 9 additions and 33 deletions

View File

@ -8,15 +8,7 @@ services.
Perform these commands on the controller node.
#. For security reasons, disable the temporary authentication
token mechanism:
Edit the ``/etc/keystone/keystone-paste.ini``
file and remove ``admin_token_auth`` from the
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
#. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable:
.. code-block:: console
@ -25,7 +17,7 @@ services.
.. end
3. As the ``admin`` user, request an authentication token:
#. As the ``admin`` user, request an authentication token:
.. code-block:: console
@ -51,7 +43,7 @@ services.
This command uses the password for the ``admin`` user.
4. As the ``demo`` user, request an authentication token:
#. As the ``demo`` user, request an authentication token:
.. code-block:: console

View File

@ -8,15 +8,7 @@ services.
Perform these commands on the controller node.
#. For security reasons, disable the temporary authentication
token mechanism:
Edit the ``/etc/keystone/keystone-paste.ini``
file and remove ``admin_token_auth`` from the
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
#. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable:
.. code-block:: console
@ -25,7 +17,7 @@ services.
.. end
3. As the ``admin`` user, request an authentication token:
#. As the ``admin`` user, request an authentication token:
.. code-block:: console
@ -51,7 +43,7 @@ services.
This command uses the password for the ``admin`` user.
4. As the ``demo`` user, request an authentication token:
#. As the ``demo`` user, request an authentication token:
.. code-block:: console

View File

@ -8,15 +8,7 @@ services.
Perform these commands on the controller node.
#. For security reasons, disable the temporary authentication
token mechanism:
Edit the ``/etc/keystone/keystone-paste.ini``
file and remove ``admin_token_auth`` from the
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
#. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable:
.. code-block:: console
@ -25,7 +17,7 @@ services.
.. end
3. As the ``admin`` user, request an authentication token:
#. As the ``admin`` user, request an authentication token:
.. code-block:: console
@ -51,7 +43,7 @@ services.
This command uses the password for the ``admin`` user.
4. As the ``demo`` user, request an authentication token:
#. As the ``demo`` user, request an authentication token:
.. code-block:: console