From dc68503ef26e652a9b5b870fc0fa66a7d6c69293 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 20 Mar 2017 03:38:27 +0100 Subject: [PATCH] Update link URL to OpenStack documentation (#22776) --- docs/docsite/rst/intro_dynamic_inventory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/intro_dynamic_inventory.rst b/docs/docsite/rst/intro_dynamic_inventory.rst index 597a809094..ecb6de7231 100644 --- a/docs/docsite/rst/intro_dynamic_inventory.rst +++ b/docs/docsite/rst/intro_dynamic_inventory.rst @@ -265,13 +265,13 @@ Source an OpenStack RC file:: .. note:: - An OpenStack RC file contains the environment variables required by the client tools to establish a connection with the cloud provider, such as the authentication URL, user name, password and region name. For more information on how to download, create or source an OpenStack RC file, please refer to `Set environment variables using the OpenStack RC file `_. + An OpenStack RC file contains the environment variables required by the client tools to establish a connection with the cloud provider, such as the authentication URL, user name, password and region name. For more information on how to download, create or source an OpenStack RC file, please refer to `Set environment variables using the OpenStack RC file `_. You can confirm the file has been successfully sourced by running a simple command, such as `nova list` and ensuring it return no errors. .. note:: - The OpenStack command line clients are required to run the `nova list` command. For more information on how to install them, please refer to `Install the OpenStack command-line clients `_. + The OpenStack command line clients are required to run the `nova list` command. For more information on how to install them, please refer to `Install the OpenStack command-line clients `_. You can test the OpenStack dynamic inventory script manually to confirm it is working as expected::