2016-10-21 15:27:55 +05:30
|
|
|
============================
|
|
|
|
Enabling Mistral in Devstack
|
|
|
|
============================
|
2015-09-08 13:52:34 +08:00
|
|
|
|
|
|
|
1. Download DevStack::
|
|
|
|
|
|
|
|
git clone https://github.com/openstack-dev/devstack.git
|
|
|
|
cd devstack
|
|
|
|
|
2016-10-21 15:27:55 +05:30
|
|
|
2. Add this repo as an external repository in ``local.conf`` file::
|
2015-09-08 13:52:34 +08:00
|
|
|
|
|
|
|
> cat local.conf
|
|
|
|
[[local|localrc]]
|
|
|
|
enable_plugin mistral https://github.com/openstack/mistral
|
|
|
|
|
2016-10-21 15:27:55 +05:30
|
|
|
To use stable branches, make sure devstack is on that branch, and specify
|
|
|
|
the branch name to enable_plugin, for example::
|
|
|
|
|
2017-09-06 11:08:33 +08:00
|
|
|
enable_plugin mistral https://github.com/openstack/mistral stable/pike
|
2016-10-21 15:27:55 +05:30
|
|
|
|
2015-09-08 13:52:34 +08:00
|
|
|
3. run ``stack.sh``
|