deb-mistral/contrib/devstack
Angus Salkeld 73fda14df6 Make the service_type more consistent
Change "workflow_service" to "workflow".
Closes-Bug: #1330787

Change-Id: I90bb7e5bb1f9c5686e0c81bba9c82170a754567d
2014-06-17 18:04:35 +10:00
..
extras.d Added Devstack integration 2014-04-29 15:24:23 +04:00
lib Make the service_type more consistent 2014-06-17 18:04:35 +10:00
README.rst Added Devstack integration 2014-04-29 15:24:23 +04:00

  1. Follow Devstack documentation to setup a host for Devstack. Then clone Devstack source code.

  2. Copy Mistral integration scripts to Devstack:

    $ cp lib/mistral ${DEVSTACK_DIR}/lib
    $ cp extras.d/70-mistral.sh ${DEVSTACK_DIR}/extras.d
  3. Create a localrc file as input to devstack.

  4. The Mistral service is not enabled by default, so it must be enabled in localrc before running stack.sh. This example localrc file shows all of the settings required for Mistral:

    # Enable Mistral
    enable_service mistral
  5. Deploy your OpenStack Cloud with Mistral:

    $ ./stack.sh