From 5d503138439a0fb66836f8ffa52b106c008dce93 Mon Sep 17 00:00:00 2001 From: Anastasia Kuznetsova Date: Tue, 13 Jan 2015 16:16:50 +0400 Subject: [PATCH] Update README file with devstack installation instruction Change-Id: Id61ecaba661ce1ba608527b0c8e6a9dcd88c9eb9 --- contrib/devstack/README.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/contrib/devstack/README.rst b/contrib/devstack/README.rst index 37d584e05..9c8c5455e 100644 --- a/contrib/devstack/README.rst +++ b/contrib/devstack/README.rst @@ -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.