neutron/rally-jobs/plugins
Andrey Kurilin 3e83fa1dc7 [rally] Port custom plugins to use proper code
Rally team moved OpenStack plugins under separate repository and in-tree
code is deprecated now and will be removed soon.

This patch changes several imports to use the latest available code.

Change-Id: I901ceb685e75d905578135fdf9f1b08ba3ea7223
2018-05-18 00:25:35 +03:00
..
README.rst Update rally-jobs files 2014-11-24 23:21:11 +04:00
__init__.py Update rally-jobs files 2014-11-24 23:21:11 +04:00
trunk_scenario.py [rally] Port custom plugins to use proper code 2018-05-18 00:25:35 +03: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 benchmarks to Rally code base, this simplifies administration for Operators.