62ebf7b222
1.) Corrected headings according to rules of migrations by placing "=======" on headings in the files 2.) Some headings have extra "====", they are removed 3.) Launchpad url have '~' which makes error: page not found ,so it is removed Change-Id: I99581025d579f18da9ebe57267fb002cbcba28dd
14 lines
258 B
ReStructuredText
14 lines
258 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``
|