6767092295
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
16 lines
342 B
ReStructuredText
16 lines
342 B
ReStructuredText
====================
|
|
Enabling in Devstack
|
|
====================
|
|
|
|
1. Download DevStack::
|
|
|
|
$ git clone https://git.openstack.org/openstack-dev/devstack
|
|
$ cd devstack
|
|
|
|
2. Add the following repo as an external repository::
|
|
|
|
[[local|localrc]]
|
|
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
|
|
|
|
3. Run ``./stack.sh``
|