Boris Pavlovic dba64da336 Fix DevStack contrib
Recently we changed "name" to "type" field for all deploy engines configs.

Change-Id: I61ffb8db42e6e55eb413f28d9839c934d7d40264
2014-04-18 22:42:38 +04:00
..
2014-04-01 15:57:48 +03:00
2014-04-18 22:42:38 +04:00
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