mistral/devstack
Oleksii Chuprykov 31ee23296a Colorise mistral log output
This makes debugging more funny.

Change-Id: Ib5b20c8bb9b4acd331c87f1f8224cf053401d65b
(cherry picked from commit a51ef9c0b9)
2015-10-13 06:16:08 +00:00
..
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
plugin.sh Colorise mistral log output 2015-10-13 06:16:08 +00:00
settings Switch to devstack plugin 2015-09-12 22:08:00 +08: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