mistral/devstack
Eyal 3f62afd8fb support py3 when doing db_sync
when installing mistral on py3 environment
db_sync fails because python is used and not python3
should use the $PYTHON variable instead

see error
http://logs.openstack.org/99/491899/13/experimental/gate-vitrage-dsvm-datasources-py35-ubuntu-xenial/76dee18/logs/devstacklog.txt.gz#_2017-08-13_08_15_12_160

Change-Id: I61bd76b8d9ac48f13c6ca9b8be304c15cd8cf4d6
2017-08-13 11:39:32 +03: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 support py3 when doing db_sync 2017-08-13 11:39:32 +03:00
settings Merge "Set mistral-dashboard default branch to master" 2017-08-03 14:47: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