e7c0056e67
The rabbit options are deprecated, transport_url should be used. The right interface is ini_rpc_backend, let's use that. Change-Id: I39aee6e2a3152062a471a8f984445b9d9af4bf85 |
||
---|---|---|
.. | ||
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