Update Plugin SPI doc

Method get_edp_job_types was implemented. It's required to
add this method to Plugin SPI doc.

Change-Id: Ifebbf64ce931ef62c655b53de2bf5deac9dde835
This commit is contained in:
Vitaly Gridnev 2015-04-06 12:57:01 +03:00
parent d0c7cd4d53
commit 4fa27065d0

View File

@ -142,6 +142,13 @@ plugin method to get list of ports that need to be opened.
*Returns*: list of ports to be open in auto security group for the given node group
def get_edp_job_types(versions)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Optional method, which provides ability to see all supported job types for specified plugin versions
*Returns*: dict with supported job types for specified versions of plugin
Object Model
============