mistral/contrib/devstack
Sergey Kolekonov 791e858916 Fix devstack integration scripts
Force rpc_backend to fake when Mistral services are run all-in-one
due to problems with interprocess communication

Change-Id: I820318760dfc8314b04ebffe85fd6a3cb58606eb
Closes-bug: #1324170
2014-05-30 08:19:53 +00:00
..
extras.d Added Devstack integration 2014-04-29 15:24:23 +04:00
lib Fix devstack integration scripts 2014-05-30 08:19:53 +00:00
README.rst Added Devstack integration 2014-04-29 15:24:23 +04:00

README.rst

  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