![Andrey Kurilin](/assets/img/avatar_default.png)
it was used to setup custom branches. we do not use it anymore Change-Id: Iab6af5154307b88aa2698af03e9c2d4e79176ada
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