mistral/devstack
Anastasia Kuznetsova c578969b55 Change installation of python-mistralclient in the gates
After this commit 'gate-mistral-devstack-dsvm' will install
mistral from commit and latest released python-mistralclient,
'gate-mistralclient-devstack-dsvm' will install python-mistralclient
from commit and mistral from master.

Partially implements: blueprint mistral-making-dsvm-gates-voting

Change-Id: Ia0c9bb84412b39c571565db1f00188c4e0db71fc
2015-11-26 13:52:39 +00:00
..
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
plugin.sh Change installation of python-mistralclient in the gates 2015-11-26 13:52:39 +00:00
settings Change installation of python-mistralclient in the gates 2015-11-26 13:52:39 +00:00

README.rst

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