Swapnil Kulkarni 3fb277d122 Update stackforge to openstack
Found the issue while configuring devstack,
the libs were having stackforge location.

Change-Id: Ibd93eccb7d89cb6b06a1e8cc1d7d6f65ce52f352
2015-04-20 14:02:43 +05:30
..
2015-04-20 14:02:43 +05:30
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