deb-mistral/devstack
2016-09-19 09:09:28 +00:00
..
plugin.sh Merge "Enable changing of rpc driver from devstack" 2016-09-19 09:09:28 +00:00
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
settings Add functional tests for event engine functions 2016-09-15 23:11:43 +12: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