Merge "Fix links in devstack/README.rst"

This commit is contained in:
Jenkins 2016-09-09 20:06:40 +00:00 committed by Gerrit Code Review
commit df0dcc1515

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``