Added additional info in devstack/readme.rst
Change-Id: Ib8080344fed978dc21a72b9df0d046213593b47c
This commit is contained in:
parent
20c3bcc251
commit
b749522395
@ -1,16 +1,21 @@
|
||||
====================
|
||||
Enabling in Devstack
|
||||
====================
|
||||
============================
|
||||
Enabling Mistral in Devstack
|
||||
============================
|
||||
|
||||
1. Download DevStack::
|
||||
|
||||
git clone https://github.com/openstack-dev/devstack.git
|
||||
cd devstack
|
||||
|
||||
2. Add this repo as an external repository::
|
||||
2. Add this repo as an external repository in ``local.conf`` file::
|
||||
|
||||
> cat local.conf
|
||||
[[local|localrc]]
|
||||
enable_plugin mistral https://github.com/openstack/mistral
|
||||
|
||||
To use stable branches, make sure devstack is on that branch, and specify
|
||||
the branch name to enable_plugin, for example::
|
||||
|
||||
enable_plugin mistral https://github.com/openstack/mistral stable/newton
|
||||
|
||||
3. run ``stack.sh``
|
||||
|
Loading…
Reference in New Issue
Block a user