Do not remove OS_TOKEN as its not set anymore

As we use keystone-manage bootstrap to ..bootstrap the
keystone install, there is not need to set the OS_TOKEN variable,
and that has been removed from the docs, so we need to remove the
part where we tell the user to remove an inexistant variable.

Change-Id: Ia002acac021efca78fc728ae7b740469e141ce48
This commit is contained in:
Itxaka
2016-09-26 17:36:05 +02:00
parent 42dc4c75e1
commit 6606f922d5

View File

@@ -28,11 +28,11 @@ services.
``[pipeline:public_api]``, ``[pipeline:admin_api]``,
and ``[pipeline:api_v3]`` sections.
2. Unset the temporary ``OS_TOKEN`` and ``OS_URL`` environment variables:
2. Unset the temporary ``OS_URL`` environment variable:
.. code-block:: console
$ unset OS_TOKEN OS_URL
$ unset OS_URL
3. As the ``admin`` user, request an authentication token: