mistral/devstack
venkatamahesh 87a9c6e83f Fix two typos
Removed extra ==== in heading for "Enabling in devstack"
Renamed readme.rst to README.rst

Change-Id: Ia8ef8c042a2b44f1ca6e3805490d1000b28cd9db
2015-09-18 08:48:30 +05:30
..
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
plugin.sh Switch to devstack plugin 2015-09-12 22:08:00 +08: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