rally-openstack/rally-jobs/plugins
Boris Pavlovic 4ab300b67e Use prpoper wording instead of benchmark in rally-jobs
Change-Id: I0b80135129a67c0712932c7a107cfd0684d8fbdb
2017-08-03 19:51:42 +00:00
..
test_relative_import Add Apache 2.0 license to source file 2016-09-29 13:51:29 +07:00
README.rst Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
__init__.py Fix rally plugins relative imports 2015-04-22 11:59:40 +03:00
fake_plugin.py Remove old way to describe scenario plugin via method 2017-07-07 08:30:30 -07:00
rally_profile.py refactor atomics actions 2017-03-24 00:07:36 +00:00

README.rst

Rally plugins

All *.py modules from this directory will be auto-loaded by Rally and all plugins will be discoverable. There is no need of any extra configuration and there is no difference between writing them here and in rally code base.

Note that it is better to push all interesting and useful plugins to Rally code base, this simplifies administration for Operators.