Files
rally-openstack/rally-jobs/plugins
Boris Pavlovic 63618c81a5 Remove old way to describe scenario plugin via method
Initally Rally scenario plugins were methods of speical class.
However to unify scenarios with other plugins we moved to model
where plugin is class.

We have a bunch of code that was used for transition and backward
compatiblity that we can finally remove.

Change-Id: Ia6841068eb1d5a39a8f64f160160f1fcc1e05ac5
2017-07-07 08:30:30 -07:00
..
2015-04-22 11:59:40 +03:00
2017-03-24 00:07:36 +00:00

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 benchmarks to Rally code base, this simplifies administration for Operators.