dd1bc6ed6c
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 |
||
---|---|---|
.. | ||
lib | ||
plugin.sh | ||
README.rst | ||
settings |
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