Update README file with devstack installation instruction

Change-Id: Id61ecaba661ce1ba608527b0c8e6a9dcd88c9eb9
This commit is contained in:
Anastasia Kuznetsova 2015-01-13 16:16:50 +04:00
parent fa0bbe0842
commit 5d50313843
1 changed files with 6 additions and 9 deletions

View File

@ -3,31 +3,28 @@
$ git clone https://github.com/openstack-dev/devstack
2. Clone Mistral source code::
1. Clone Mistral source code::
$ git clone https://github.com/stackforge/mistral
2. Copy Mistral integration scripts to Devstack::
1. Copy Mistral integration scripts to Devstack::
$ cp mistral/contrib/devstack/lib/mistral ${DEVSTACK_DIR}/lib
$ cp mistral/contrib/devstack/extras.d/70-mistral.sh ${DEVSTACK_DIR}/extras.d/
3. Create/modify a ``localrc`` file as input to devstack.
1. Create/modify a ``localrc`` file as input to devstack::
$ cd devstack
$ touch localrc
4. The Mistral service is not enabled by default, so it must be enabled in ``localrc``
1. The Mistral service is not enabled by default, so it must be enabled in ``localrc``
before running ``stack.sh``. This example of ``localrc``
file shows all of the settings required for Mistral::
# Enable Mistral
enable_service mistral
# Use Keystone Identity API v3 (override 2.0 default)
IDENTITY_API_VERSION=3
5. Deploy your OpenStack Cloud with Mistral::
1. Deploy your OpenStack Cloud with Mistral::
$ ./stack.sh
@ -35,4 +32,4 @@
Note:
1. All needed Mistral keystone endpoints will be automatically created
during installation.
2. Python-mistralclient also will be automatically cloned and installed.
1. Python-mistralclient also will be automatically cloned and installed.