45cb0bf10a
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> |
||
---|---|---|
.. | ||
lib | ||
features.yaml | ||
plugin.sh | ||
README.rst | ||
settings |
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