deb-mistral/doc/source/developer/devstack.rst
Sharat Sharma c07cf48a60 Changes made to comply with OpenStack writing style
The writing styles at few places were not in compliance with
the OpenStack writing style as mentioned in
http://docs.openstack.org/contributor-guide/writing-style
/general-writing-guidelines.html. This patch changes the heading
styles and adds a few other minor changes in the documents.

Change-Id: I0d90ba32ddcef0427b1dc4358206210f166e798a
Partial-Implements: blueprint mistral-doc
2016-10-04 20:06:15 +05:30

320 B

Mistral Devstack Installation

  1. Download DevStack:

    $ git clone https://github.com/openstack-dev/devstack.git
    $ cd devstack
  2. Add this repo as an external repository, edit localrc file:

    enable_plugin mistral https://github.com/openstack/mistral
  3. Run stack.sh