mistral/devstack
Alfredo Moralejo ffa5ce49a0 Revert "Use recommended function to setup auth middleware in devstack"
It's breaking introspection in tripleo jobs.

This reverts commit fe922eacdb.

Change-Id: I502e92ed1dcd8f9dd293b768f5d0d93026960463
2017-07-07 09:18:03 +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 Revert "Use recommended function to setup auth middleware in devstack" 2017-07-07 09:18:03 +00:00
settings Revert "Use recommended function to setup auth middleware in devstack" 2017-07-07 09:18:03 +00: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