Files
Dawid Deja 2715d0fc18 Enable changing of rpc driver from devstack
It enables user to set flag
'MISTRAL_USE_KOMBU_DRIVER' in local.conf on their
devstack. With this flag set to 'TRUE', mistral
would autamiatically be installed with kombu driver
enabled.

This change is needed for adding new devstack gate
that would test kombu driver

Change-Id: I462aa17107a9a55396a87a8c46fa3a8dac338fac
(cherry picked from commit 2085102ddb)
2016-09-26 09:24:16 +00:00
..
2015-09-18 08:48:30 +05:30

Enabling in Devstack

  1. Download DevStack:

    git clone https://github.com/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin mistral https://github.com/openstack/mistral
  3. run stack.sh