196ee5a7af
The devstack mistral compatibility was broken by a recent patch in devstack. This patch is intended to fix the issue by removing the dependency on deleted env variables. Change-Id: I768168fa95f5bc010815af5ff03117edb245137b Closes-Bug: #1644194 |
||
---|---|---|
.. | ||
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/newton
run
stack.sh