rally/devstack
Lianhao Lu 3f470657e7 devstack: support to be enabled with different plugin name
Allow rally to be installed by devstack through a different plugin
name, e.g:

    enable_plugin test-rally http://github.com/rally/rally.git master

Change-Id: I43be7f7beba83ac63f6e16bdac216a41f4e2f057
Closes-Bug: #1560833
2016-03-23 16:10:41 +08:00
..
lib devstack: support to be enabled with different plugin name 2016-03-23 16:10:41 +08:00
README.rst Use local.conf instead of localrc 2015-10-21 16:47:56 +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

Installing Rally using devstack

This directory contains the files necessary to integrate Rally with devstack.

To configure devstack to run rally edit ${DEVSTACK_DIR}/local.conf file and add:

enable_plugin rally https://github.com/openstack/rally master

to the [[local|localrc]] section.

Run devstack as normal:

$ ./stack.sh