087f705659
It does not make sense to use MISTRAL_BRANCH as the default setting for MISTRAL_DASHBOARD_BRANCH. When testing a gerrit patch manually with devstack, it bombs out because it can't find the gerrit ref. Change-Id: Ic8527fc95673337b200e10279ea9f244323e61fa |
||
---|---|---|
.. | ||
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/newton
run
stack.sh