43aff0ce17
* add check that version suffix is presented in the auth_url of keystone before trying to crop it. * port devstack plugin to use AUTH_URL env variable Change-Id: Ib3c56ad0f945787d4df49308deb08bc87199c546 |
||
---|---|---|
.. | ||
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
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 master
Finally, run DevStack as usually:
./stack.sh