Merge "Remove admin_token_auth steps from install guide" into stable/pike

This commit is contained in:
Zuul 2018-02-14 18:57:22 +00:00 committed by Gerrit Code Review
commit dfd4bca330
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