From dc78aff6542aa7d10871a5d125514c97f4bba8ba Mon Sep 17 00:00:00 2001 From: "Amy Marrich (spotz)" Date: Tue, 5 Dec 2017 14:36:21 -0600 Subject: [PATCH] [DOCS] Add alternative URL for cloning repo Added github.com URL as an alternative if issues with main repo. Change-Id: I26623418ba5aea0cb79f502b02c7788e3bfccc6f Closes-Bug: #1735942 --- deploy-guide/source/deploymenthost.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy-guide/source/deploymenthost.rst b/deploy-guide/source/deploymenthost.rst index 4bcfcac9ac..e2171c6f28 100644 --- a/deploy-guide/source/deploymenthost.rst +++ b/deploy-guide/source/deploymenthost.rst @@ -164,6 +164,14 @@ Install the source and dependencies for the deployment host. # git clone -b |latest_tag| https://git.openstack.org/openstack/openstack-ansible \\ /opt/openstack-ansible + If git.openstack.org can not be accessed to run git clone, github.com can be used + as an alternative repo: + + .. parsed-literal:: + + # git clone -b |latest_tag| https://github.com/openstack/openstack-ansible.git \\ + /opt/openstack-ansible + #. Change to the ``/opt/openstack-ansible`` directory, and run the Ansible bootstrap script: