8f335f544e
Add support for enabling WSGI in Apache for the devstack plugin. This will allow an additional CI gate. Change-Id: I953dbdab71029b392f8846c50fa3d801c293cc5a
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