rally/devstack
Andrey Kurilin 2f5290fbbc Deprecate rally devstack plugin
Alternative:
  rally-openstack git://git.openstack.org/openstack/rally-openstack

Change-Id: I4972f4be58e269a379eece73ad414d45bb9adb79
2018-03-27 19:14:17 +00:00
..
2017-08-29 13:25:41 -07:00
2017-03-27 20:38:00 +03:00
2018-03-27 19:14:17 +00: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

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