rally-openstack/devstack
Lucas H. Xu 45cb0bf10a Octaiva Load Balancing CI
This patch adds the octavia CI and removes the legacy neutron
load balancing ci, which is not working properly previously

Change-Id: I78ebf57edcdd9d686ab74ee620c71bd5dfe6e551
Signed-off-by: Lucas H. Xu <hanxu@redhat.com>
2019-07-02 16:56:40 +00:00
..
lib Implement storing osprofiler reports separately from rally report 2019-05-17 19:40:55 -07:00
README.rst Fix documentation 2018-08-13 10:41:35 -04:00
features.yaml Octaiva Load Balancing CI 2019-07-02 16:56:40 +00: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