From 21fc09eff84a354ef6f21cf41563bd5a02130f57 Mon Sep 17 00:00:00 2001 From: Alexandra Settle Date: Fri, 10 Feb 2017 14:56:55 +0000 Subject: [PATCH] [install-guide] Documenting the use of clouds.yaml Change-Id: I754a0dff3045357cc527204347c906fbe7178384 Closes-bug: 1535047 --- doc/install-guide/source/keystone-openrc.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/source/keystone-openrc.rst b/doc/install-guide/source/keystone-openrc.rst index 6aa46003ba..da57c1884d 100644 --- a/doc/install-guide/source/keystone-openrc.rst +++ b/doc/install-guide/source/keystone-openrc.rst @@ -8,7 +8,7 @@ OpenStack supports simple client environment scripts also known as OpenRC files. These scripts typically contain common options for all clients, but also support unique options. For more information, see the `OpenStack End User Guide `__. +cli_set_environment_variables_using_openstack_rc.html>`_. 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: + .. note:: + + The OpenStack client also supports using a ``clouds.yaml`` file. + For more information, see + the `os-client-config `_. + .. code-block:: bash export OS_PROJECT_DOMAIN_NAME=Default