[install-guide] Documenting the use of clouds.yaml

Change-Id: I754a0dff3045357cc527204347c906fbe7178384
Closes-bug: 1535047
This commit is contained in:
Alexandra Settle 2017-02-10 14:56:55 +00:00
parent a3f4fdca3d
commit 21fc09eff8

View File

@ -8,7 +8,7 @@ OpenStack supports simple client environment scripts also known as
OpenRC files. These scripts typically contain common options for OpenRC files. These scripts typically contain common options for
all clients, but also support unique options. For more information, see the all clients, but also support unique options. For more information, see the
`OpenStack End User Guide <https://docs.openstack.org/user-guide/common/ `OpenStack End User Guide <https://docs.openstack.org/user-guide/common/
cli_set_environment_variables_using_openstack_rc.html>`__. cli_set_environment_variables_using_openstack_rc.html>`_.
Creating the scripts Creating the scripts
-------------------- --------------------
@ -19,6 +19,12 @@ scripts to load appropriate credentials for client operations.
#. Create and edit the ``admin-openrc`` file and add the following content: #. Create and edit the ``admin-openrc`` file and add the following content:
.. note::
The OpenStack client also supports using a ``clouds.yaml`` file.
For more information, see
the `os-client-config <http://docs.openstack.org/developer/os-client-config/>`_.
.. code-block:: bash .. code-block:: bash
export OS_PROJECT_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default