Improving devstack docs

* stackforge -> openstack
 * Minor changes

Change-Id: I08d6fab5d253a1267663ff4a36df8627a17eb33b
This commit is contained in:
Nikolay Mahotkin 2015-06-22 14:24:35 +03:00
parent d316fe6aee
commit 58973b0536

View File

@ -1,35 +1,35 @@
1. Follow Devstack documentation to setup a host for Devstack. Then clone
#. Follow Devstack documentation to setup a host for Devstack. Then clone
Devstack source code::
$ git clone https://github.com/openstack-dev/devstack
1. Clone Mistral source code::
#. Clone Mistral source code::
$ git clone https://github.com/stackforge/mistral
$ git clone https://github.com/openstack/mistral
1. Copy Mistral integration scripts to Devstack::
#. 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/
1. Create/modify a ``localrc`` file as input to devstack::
#. Create/modify a ``localrc`` file as input to devstack::
$ cd devstack
$ touch localrc
1. The Mistral service is not enabled by default, so it must be enabled in ``localrc``
#. 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
1. Deploy your OpenStack Cloud with Mistral::
#. Deploy your OpenStack Cloud with Mistral::
$ ./stack.sh
Note:
1. All needed Mistral keystone endpoints will be automatically created
during installation.
1. Python-mistralclient also will be automatically cloned and installed.
Note:
#. All needed keystone endpoints for Mistral will be automatically created during installation.
#. Python-mistralclient will be also cloned and installed automatically.