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:
parent
fbce49970c
commit
5194a36961
@ -8,15 +8,7 @@ services.
|
|||||||
|
|
||||||
Perform these commands on the controller node.
|
Perform these commands on the controller node.
|
||||||
|
|
||||||
#. For security reasons, disable the temporary authentication
|
#. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
|
||||||
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``
|
|
||||||
environment variable:
|
environment variable:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -25,7 +17,7 @@ services.
|
|||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
3. As the ``admin`` user, request an authentication token:
|
#. As the ``admin`` user, request an authentication token:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -51,7 +43,7 @@ services.
|
|||||||
|
|
||||||
This command uses the password for the ``admin`` user.
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -8,15 +8,7 @@ services.
|
|||||||
|
|
||||||
Perform these commands on the controller node.
|
Perform these commands on the controller node.
|
||||||
|
|
||||||
#. For security reasons, disable the temporary authentication
|
#. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
|
||||||
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``
|
|
||||||
environment variable:
|
environment variable:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -25,7 +17,7 @@ services.
|
|||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
3. As the ``admin`` user, request an authentication token:
|
#. As the ``admin`` user, request an authentication token:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -51,7 +43,7 @@ services.
|
|||||||
|
|
||||||
This command uses the password for the ``admin`` user.
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -8,15 +8,7 @@ services.
|
|||||||
|
|
||||||
Perform these commands on the controller node.
|
Perform these commands on the controller node.
|
||||||
|
|
||||||
#. For security reasons, disable the temporary authentication
|
#. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
|
||||||
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``
|
|
||||||
environment variable:
|
environment variable:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -25,7 +17,7 @@ services.
|
|||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
3. As the ``admin`` user, request an authentication token:
|
#. As the ``admin`` user, request an authentication token:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -51,7 +43,7 @@ services.
|
|||||||
|
|
||||||
This command uses the password for the ``admin`` user.
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user