rally/devstack
Andrey Kurilin cf9b010cab Make CI green
To make CI green on custom branches ( == not master branch), we need to cherry
pick 2 commits and merge it into one patch.

1. [ci] Add features.yaml file
   Change-Id: Ifec96345b65857f0fed645c555ac229a1a8c581d

   It fixes all gates which uses devstack

2. [CI] Add tox self env that do nothing
   Change-Id: I558a16288267fa0127d4487d4302ebdac3a22c99

   It fixes tox-self job

Co-Authored-By: chenhb <chen.haibing1@zte.com.cn>

Change-Id: I705135659241b0b53a3775f6d3f7e66db818bbbf
2017-04-01 13:00:50 +03:00
..
lib [devstack] fix keystone v3 deployemnt config 2016-08-31 11:50:14 +03:00
README.rst [docs][2] Re-design docs to cover all user-groups 2016-12-01 11:41:51 -08:00
features.yaml Make CI green 2017-04-01 13:00:50 +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