deb-mistral/devstack
Anastasia Kuznetsova 236a7f2f7d Run mistral services as separate processes
For implemetation of ha gate and ha/destructive scenarios it would
be better to run mistral services in separate processes to easily manage
them.

Change-Id: I85ec81d11a2ecef5a256f93526d8c8498f2ebae0
Partially-implements: blueprint mistral-ha-gate
2016-03-16 17:33:11 +03:00
..
plugin.sh Run mistral services as separate processes 2016-03-16 17:33:11 +03:00
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
settings Run mistral services as separate processes 2016-03-16 17:33:11 +03:00

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