mistral/devstack
Anastasia Kuznetsova 2b517d8838 Fix mistral installation in devstack
After pip upgrading following error has occured during
mistral installation:
Invalid requirement, parse error at "'[-e]'"

I assume that this is because of extra '-e' flag that was passed
in mistral script and that is redundant ('-e' flag will be added
automatically in setup_develop function).

Change-Id: Ifed16935b045c723881a9da157a8759eea421c2c
2016-05-11 14:14:20 +03:00
..
plugin.sh Fix mistral installation in devstack 2016-05-11 14:14:20 +03:00
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
settings Run mistral services as separate processes 2016-03-16 17:33:11 +03: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