87a9c6e83f
Removed extra ==== in heading for "Enabling in devstack" Renamed readme.rst to README.rst Change-Id: Ia8ef8c042a2b44f1ca6e3805490d1000b28cd9db
17 lines
341 B
ReStructuredText
17 lines
341 B
ReStructuredText
====================
|
|
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``
|