Merge "[install] Update unset environment variable step"

This commit is contained in:
Jenkins 2016-10-31 17:10:32 +00:00 committed by Gerrit Code Review
commit a2e3c0c48d

View File

@ -32,11 +32,12 @@ services.
.. endonly
2. Unset the temporary ``OS_URL`` environment variable:
2. Unset the temporary ``OS_AUTH_URL`` and ``OS_PASSWORD``
environment variable:
.. code-block:: console
$ unset OS_URL
$ unset OS_AUTH_URL OS_PASSWORD
.. end