mistral/devstack
Anastasia Kuznetsova 869faeb771 Use setup_develop instead of setup_package in plugin.sh
Since all mistral requirements are match with global requirements
it is more correct to use setup_develop function.
Info about this function and difference with setup_package
function can be found here:
https://github.com/openstack-dev/devstack/blob/master/inc/python

Change-Id: I8b283df8734675f92d9bc8266bafe7cece6fb5f9
2015-11-20 17:54:26 +03:00
..
plugin.sh Use setup_develop instead of setup_package in plugin.sh 2015-11-20 17:54:26 +03:00
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
settings Move the default directories into settings file 2015-11-15 23:12:52 +05:30

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