2b517d8838
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 |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin mistral https://github.com/openstack/mistral
run
stack.sh