mistral/devstack
Sharat Sharma 196ee5a7af Fix devstack plugin compatibility
The devstack mistral compatibility was broken by a recent patch in
devstack. This patch is intended to fix the issue by removing the
dependency on deleted env variables.

Change-Id: I768168fa95f5bc010815af5ff03117edb245137b
Closes-Bug: #1644194
2016-11-23 13:12:10 +00:00
..
README.rst Added additional info in devstack/readme.rst 2016-10-24 03:19:02 +00:00
plugin.sh Fix devstack plugin compatibility 2016-11-23 13:12:10 +00:00
settings Add functional tests for event engine functions 2016-09-15 23:11:43 +12:00

README.rst

Enabling Mistral in Devstack

  1. Download DevStack:

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

    > cat local.conf
    [[local|localrc]]
    enable_plugin mistral https://github.com/openstack/mistral
    
    To use stable branches, make sure devstack is on that branch, and specify
    the branch name to enable_plugin, for example::
    
     enable_plugin mistral https://github.com/openstack/mistral stable/newton
  3. run stack.sh