Update action plug-ins documentation

Change-Id: Ibdaa659c683907f0b4cb690222f814c16858ee35
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
This commit is contained in:
Tomi Juvonen 2019-01-30 05:44:40 +02:00
parent 9eadb36061
commit e09d981c59
1 changed files with 7 additions and 8 deletions

View File

@ -34,28 +34,28 @@ action-metadata:
in: body
required: true
type: dictionary
min_version: \> 1
action-plugin-name:
description: |
plug-in name. Default workflow executes plug-ins in an alphabetical order
plug-in name. Default workflow executes same type of plug-ins in an
alphabetical order
in: body
required: true
type: string
min_version: \> 1
action-plugin-type:
description: |
Type of the workflow. Possible values are:
Type of the action plug-in. Default workflow supports:
* pre: executed before the host type actions
* post: executed after the host type actions
* pre: executed before the host specific plug-ins
* post: executed after the host specific plug-ins
* host: executed for every host
* compute: executed for every compute host
* controller: executed for every controller host
in: body
required: true
type: integer
min_version: \> 1
action-plugins:
description: |
@ -63,7 +63,6 @@ action-plugins:
in: body
required: true
type: list of dictionaries
min_version: \> 1
hosts:
description: |