Fix links in devstack/README.rst

The github.com contains a mirror of the git.opoenstack.org but it should
not be treated as the official site to get openstack projects.

Change-Id: I31270f013f70ce250f0b48f20d2454ee5079c252
This commit is contained in:
tengqm 2016-09-05 21:00:56 -04:00
parent f38cecfdfc
commit 6767092295
1 changed files with 7 additions and 5 deletions

View File

@ -2,12 +2,14 @@
Enabling in Devstack
====================
1. Download DevStack
1. Download DevStack::
2. Add this repo as an external repository::
$ git clone https://git.openstack.org/openstack-dev/devstack
$ cd devstack
2. Add the following repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin zaqar https://github.com/openstack/zaqar
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
3. Run ``stack.sh``
3. Run ``./stack.sh``