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>
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-openstackThen, configure DevStack to run Rally. First, create your
local.conf file:
cd devstack
cp samples/local.conf local.confNext, edit local.conf: add the following line to the
[[local|localrc]] section.
enable_plugin rally https://github.com/openstack/rally-openstack masterFinally, run DevStack as usually:
./stack.sh