deb-mistral/devstack
Thomas Herve e7c0056e67 Setup devstack with ini_rpc_backend
The rabbit options are deprecated, transport_url should be used. The
right interface is ini_rpc_backend, let's use that.

Change-Id: I39aee6e2a3152062a471a8f984445b9d9af4bf85
2017-06-26 13:02:38 +00:00
..
files Enable WSGI under Apache in devstack 2017-04-13 12:00:08 -04:00
README.rst Added additional info in devstack/readme.rst 2016-10-24 03:19:02 +00:00
plugin.sh Setup devstack with ini_rpc_backend 2017-06-26 13:02:38 +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