
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
14 lines
320 B
ReStructuredText
14 lines
320 B
ReStructuredText
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``
|