neutron/rally-jobs/plugins
Sławek Kapłoński d8914056ad Switch rally trunk scenario to use new rally validators
Validators like:
* rally.task.validation.required_openstack
* rally.task.validation.required_services
are deprecated in Rally 0.10.0 [1].

Instead of calling it directly they should be used via
new decorator 'rally.common.validation.add' and this commit
switches it to use validators in new way.

[1] https://tinyurl.com/y94sfct2

Change-Id: I2883eb94e2532a10160305b283e2d64b93443909
2018-04-26 14:27:02 +02: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 Switch rally trunk scenario to use new rally validators 2018-04-26 14:27:02 +02: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.