rally/devstack
Andrey Kurilin a4ae3f1ae4 [osclients] do not always strip auth_url
* 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
2017-04-19 20:47:20 +03:00
..
lib [osclients] do not always strip auth_url 2017-04-19 20:47:20 +03:00
README.rst [docs][2] Re-design docs to cover all user-groups 2016-12-01 11:41:51 -08:00
features.yaml [ci] Add features.yaml file 2017-03-27 20:38:00 +03:00
plugin.sh devstack: support to be enabled with different plugin name 2016-03-23 16:10:41 +08: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

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