mistral/devstack
Brad P. Crochet 4bb9d5d5a0 Install mistral-lib as a sibling for tox jobs
If mistral-lib is not processed as a required-project, it won't get
treated properly as a depends-on. This should fix that.

Change-Id: I1f42836ec549a3e56681af29738868bf5896e971
2018-07-19 12:56:52 -04:00
..
files Enable WSGI under Apache in devstack 2017-04-13 12:00:08 -04:00
README.rst Using current pike stable release for devstack 2017-09-06 11:09:26 +08:00
plugin.sh Install mistral-lib as a sibling for tox jobs 2018-07-19 12:56:52 -04:00
settings Install mistral-lib as a sibling for tox jobs 2018-07-19 12:56:52 -04: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/pike
  3. run stack.sh