mistral/devstack
Chaozhe.Chen fbf86e811f devstack/plugin.sh: stop using deprecated option group for rabbit
oslo_messaging has created separate config file sections for
messaging configuration.
refer to:
https://review.openstack.org/#/c/219356/

Change-Id: I1ceec1657d2d0b1b1df5ebfb8c85fd3d977afdfa
2015-12-23 18:19:24 +08:00
..
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
plugin.sh devstack/plugin.sh: stop using deprecated option group for rabbit 2015-12-23 18:19:24 +08: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