zaqar/rally-jobs/plugins/README.rst
venkatamahesh 62ebf7b222 Fix few typos in headings
1.) Corrected headings according to rules of migrations by
placing "=======" on headings in the files
2.) Some headings have extra "====", they are removed
3.) Launchpad url have '~' which makes error: page not found
,so it is removed

Change-Id: I99581025d579f18da9ebe57267fb002cbcba28dd
2015-09-19 16:37:56 +05:30

13 lines
403 B
ReStructuredText

=============
Rally plugins
=============
All *.py modules from this directory will auto loaded by Rally and all
plugins will be discoverable. There is no need in any extra configuration
and there is no difference between writing them here and in rally code base.
Note that it is better to push to Rally code base all interested and useful
benchmarks, cause that simplifies a lot life of operators.