From ed3d4e7dcca8822b6e7b02239806f245d363a6cc Mon Sep 17 00:00:00 2001 From: Charles Farquhar Date: Wed, 10 Feb 2016 10:58:31 -0600 Subject: [PATCH] Fix bootstrap-ansible.sh invocation directory Add steps to prevent bootstrap-ansible.sh from failing due to invocation directory Closes-Bug: 1544165 Change-Id: I5952ecf246326fe9053586d5065f50f6498e4586 --- doc/source/install-guide/install-foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install-guide/install-foundation.rst b/doc/source/install-guide/install-foundation.rst index ee310e25ca..68faa27a84 100644 --- a/doc/source/install-guide/install-foundation.rst +++ b/doc/source/install-guide/install-foundation.rst @@ -60,7 +60,7 @@ guidance in "`Checking the integrity of your configuration files`_". .. code-block:: shell-session - # ../scripts/bootstrap-ansible.sh + # pushd /opt/openstack-ansible; scripts/bootstrap-ansible.sh; popd or