rally-openstack/devstack
Slawek Kaplonski 833bd3d704 Add OSPROFILER_CONNECTION_STRING option to Devstack plugin
It is optional configuration option. If this is set together with
OSPROFILER_HMAC_KEYS rally html report will use osprofiler api to
generate html report for each trace and embed it as iframe to our
native html repor.

Change-Id: I74323f1cd079850290afa62ad18e27643ec03873
2018-11-06 14:18:33 +00:00
..
lib Add OSPROFILER_CONNECTION_STRING option to Devstack plugin 2018-11-06 14:18:33 +00: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