4bb9d5d5a0
If mistral-lib is not processed as a required-project, it won't get treated properly as a depends-on. This should fix that. Change-Id: I1f42836ec549a3e56681af29738868bf5896e971 |
||
---|---|---|
.. | ||
files | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Mistral in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:> cat local.conf [[local|localrc]] enable_plugin mistral https://github.com/openstack/mistral To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:: enable_plugin mistral https://github.com/openstack/mistral stable/pike
run
stack.sh