Merge "[DOCS] Add alternative URL for cloning repo"

This commit is contained in:
Zuul 2017-12-06 04:34:47 +00:00 committed by Gerrit Code Review
commit e33149c4bb

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: