rally/devstack
Dina Belova 4292063876 [docs][2] Re-design docs to cover all user-groups
First pack of changes in upcoming chain to redesign Rally docs.
All information related to the installation and upgrades process
separated and refactored. Modified files fit 80 symbols margin
where possible.

[TODO] continue with other parts of the docs:
       - Quick start aka Rally step-by-step
       - Command Line Interface
       - Rally Task Component
       - Rally Verification Component
       - Rally Plugins, Rally Plugins Reference
       - Contribute to Rally
       - Request New Features
       - Project Info
[TODO] add 80 symbols margin check similar to what
       Performance Documentation has

Change-Id: I0075be010fcad98272cec0928bcd29ca7b655d33
2016-12-01 11:41:51 -08:00
..
lib [devstack] fix keystone v3 deployemnt config 2016-08-31 11:50:14 +03:00
README.rst [docs][2] Re-design docs to cover all user-groups 2016-12-01 11:41:51 -08:00
plugin.sh devstack: support to be enabled with different plugin name 2016-03-23 16:10:41 +08:00
settings [gates] Convert Rally to the new Devstack plugin model 2015-09-03 23:00:09 -07:00

README.rst

Rally with DevStack all-in-one installation

It is also possible to install Rally with DevStack. First, clone the corresponding repositories:

git clone https://git.openstack.org/openstack-dev/devstack
git clone https://github.com/openstack/rally

Then, configure DevStack to run Rally. First, create your local.conf file:

cd devstack
cp samples/local.conf local.conf

Next, edit local.conf: add the following line to the [[local|localrc]] section.

enable_plugin rally https://github.com/openstack/rally master

Finally, run DevStack as usually:

./stack.sh