462cbf1366
Change-Id: I6b355a9f4ee616b081e9a715cacd3a062e1f743c Closes-Bug: #1649669 Depends-On: Ie1415ea66ed6608ecff622c42e3a433be23bbdfe |
||
---|---|---|
.. | ||
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