73fda14df6
Change "workflow_service" to "workflow". Closes-Bug: #1330787 Change-Id: I90bb7e5bb1f9c5686e0c81bba9c82170a754567d |
||
---|---|---|
.. | ||
extras.d | ||
lib | ||
README.rst |
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
localrc
file as input to devstack.The Mistral service is not enabled by default, so it must be enabled in
localrc
before runningstack.sh
. This examplelocalrc
file shows all of the settings required for Mistral:# Enable Mistral enable_service mistral
Deploy your OpenStack Cloud with Mistral:
$ ./stack.sh