5b7181e66e
This, besides making devstack slimner, will give us more control on what's in the plugin and it'll allow us to experiment with different configurations. Change-Id: I38c6cf71e2ae73f60e4494d853fee5796aa1f0f8
14 lines
263 B
ReStructuredText
14 lines
263 B
ReStructuredText
======================
|
|
Enabling in Devstack
|
|
======================
|
|
|
|
1. Download DevStack
|
|
|
|
2. Add this repo as an external repository::
|
|
|
|
> cat local.conf
|
|
[[local|localrc]]
|
|
enable_plugin zaqar https://github.com/openstack/zaqar
|
|
|
|
3. Run ``stack.sh``
|