rally/contrib/devstack
Joe Gordon 36afe95c2a Don't run rally in debug mode in ci
Running rally with debug mode can result in extremely large console
output.

Change-Id: I1fd8c226cc2bcbc25f8acbc97b4eb8e767e7ad89
2014-04-24 17:14:52 -07:00
..
extras.d Extra scripts with DevStack support 2014-01-16 19:00:04 +04:00
lib Don't run rally in debug mode in ci 2014-04-24 17:14:52 -07:00
README.rst Fix samples in README.rst 2014-03-31 12:36:55 +03:00

Installing Rally using devstack

The contrib/devstack/ directory contains the files necessary to integrate Rally with devstack.

To install:

$ DEVSTACK_DIR=.../path/to/devstack
$ cp lib/rally ${DEVSTACK_DIR}/lib
$ cp extras.d/70-rally.sh ${DEVSTACK_DIR}/extras.d

To configure devstack to run rally:

$ cd ${DEVSTACK_DIR}
$ echo "enable_service rally" >> localrc

Run devstack as normal:

$ ./stack.sh