[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
This commit is contained in:
Amy Marrich (spotz) 2017-12-05 14:36:21 -06:00
parent 6dda7dcbd0
commit dc78aff654
1 changed files with 8 additions and 0 deletions

View File

@ -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: