glance/rally-jobs/plugins
Fei Long Wang 5aa1fb1f38 Fix Rally job failure
Due to the package rename of Rally, the customized plugin defined
in Glance can't be discovered. This patch just fixes it and update
an expired link.

Closes-Bug: #1476062

Change-Id: Ia9b1ef7cc56fcd06ed6cbea6550a0bcaaf04e47e
2015-07-20 14:12:01 +12:00
..
plugin_sample.py Fix Rally job failure 2015-07-20 14:12:01 +12:00
README.rst Update rally-jobs files 2014-11-25 01:18:12 +04: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.