Andrey Kurilin e0e46ada32 [ci] Remove custom features.yaml
it was used to setup custom branches. we do not use it anymore

Change-Id: Iab6af5154307b88aa2698af03e9c2d4e79176ada
2020-08-05 06:02:04 +00: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