From 4f1010d48fb97a72441fff872d2a7cf1db657818 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 21 Feb 2017 19:58:05 +0000 Subject: [PATCH] [Docs] Remove infra references from refinfo Reference Information shouldn't assume the name of the node used to deploy openstack-ansible. Change-Id: I1004f97474aaead6f83b99b362420edbe976f831 --- doc/source/draft-operations-guide/ref-info.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/draft-operations-guide/ref-info.rst b/doc/source/draft-operations-guide/ref-info.rst index 0948c739bf..16c42976d6 100644 --- a/doc/source/draft-operations-guide/ref-info.rst +++ b/doc/source/draft-operations-guide/ref-info.rst @@ -46,15 +46,15 @@ Finding Ansible scripts after installation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ All scripts used to install OpenStack with Ansible can be viewed from -the repository on GitHub, and on the local infrastructure server. +the repository on GitHub, and on the deployment host. The repository containing the scripts and playbooks is located at https://github.com/openstack/openstack-ansible. -To access the scripts and playbooks on the local ``infra01`` server, +To access the scripts and playbooks on your deployment host, follow these steps. -#. Log into the ``infra01`` server. +#. Log into your deployment host. #. Change to the ``/opt/openstack-ansible`` directory.