7678157665
Fixes failing devstack tests when Mistral is installed (style error) and a bit of extra info in README file. Change-Id: I24c7c982cb2ae5550a881961db587d6ccf2dccae
723 B
723 B
Follow Devstack documentation to setup a host for Devstack. Then clone Devstack source code.
Copy Mistral integration scripts to Devstack:
$ cp lib/mistral ${DEVSTACK_DIR}/lib $ cp extras.d/70-mistral.sh ${DEVSTACK_DIR}/extras.d
Create a
local.conf
file as input to devstack.The Mistral service is not enabled by default, so it must be enabled in
local.conf
before runningstack.sh
. This examplelocal.conf
file shows all of the settings required for Mistral:# Enable Mistral enable_service mistral # Use Keystone Identity API v3 (override 2.0 default) IDENTITY_API_VERSION=3
Deploy your OpenStack Cloud with Mistral:
$ ./stack.sh