0085d08baa
keystone_authtoken/auth_uri is deprecated [1]. Use www_authenticate_uri instead. keystonemiddleware in requirements and lower constraints should be increased because www_authenticate_uri was introduced in keystonemiddleware 4.18.0. [1] https://review.openstack.org/#/c/508522/ Change-Id: I99b0ee941d702a28fb4f392d9747d0e2257a42c8 Closes-Bug: #1788174 |
||
---|---|---|
.. | ||
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/pike
run
stack.sh