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
..
2017-03-27 20:38:00 +03:00
2018-03-01 20:06:19 +02:00
2018-08-13 10:41:35 -04:00

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