rally/rally
Andrey Kurilin 2f99a0982b [docs] Fix plugin references for class-based scenarios
InfoMixin obtains documentation from objects __doc__ properties.
In case of class based scenarios, __doc__ property is empty (
we decided to use docstrings of "run" method).

This patch adds new object property - _doc_source_, which should include
object from which docstings will be used.

Change-Id: I799222fe213b96a88110d6d2ebb5aa3fe2d8f153
2016-10-12 11:55:02 +03:00
..
aas Remove all non-incubated oslo code 2015-02-23 14:31:36 +00:00
cli Merge "Refactor hook stuff" 2016-10-04 14:21:10 +00:00
common [docs] Fix plugin references for class-based scenarios 2016-10-12 11:55:02 +03:00
deployment Remove admin_domain_name from Credetials 2016-09-26 18:02:39 +03:00
plugins Merge "Add NovaAggregates.create_aggregate_and_add_host" 2016-10-12 03:03:26 +00:00
task [docs] Fix plugin references for class-based scenarios 2016-10-12 11:55:02 +03:00
ui [Hooks][Reports] Show Hooks output in HTML report 2016-10-06 15:25:01 +03:00
verification [Verify] Fix `rally verify installplugin` cmd 2016-10-06 16:33:38 +03:00
__init__.py Add rally.sample.conf to project 2013-08-14 14:08:09 +04:00
api.py [API] Allow to delete stopped tasks without force=True 2016-09-23 14:23:16 +03:00
consts.py Refactor hook stuff 2016-10-01 20:07:11 +03:00
exceptions.py [osclients] use keystone auth_ref directly 2016-08-31 15:53:23 +00:00
osclients.py Replace warning.warn with LOG.warning 2016-09-29 17:29:58 +08:00