rally-openstack/devstack
Chuck Short 78772a331b Fix documentation
Repository should be rally-openstack.

Change-Id: I0feb936bc79b7cead83c4220716bf261257d8f8d
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-08-13 10:41:35 -04:00
..
lib Switch everything to `rally db` 2017-08-29 13:25:41 -07:00
README.rst Fix documentation 2018-08-13 10:41:35 -04:00
features.yaml [ci] Add features.yaml file 2017-03-27 20:38:00 +03:00
plugin.sh Add basic job for Rally task 2018-03-01 20:06:19 +02: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-openstack

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-openstack master

Finally, run DevStack as usually:

./stack.sh