Revise workflow intergation spec with new recover design

This patch removes 'type' from the design of recover action part,
due to the inconsistency with the ACTION_NAME constraints today.

Change-Id: I9c0969e82d3866616288e49cf0451713f9105e42
This commit is contained in:
Li Xinhui 2017-01-07 17:20:25 +08:00 committed by Xinhui Li
parent ecbe07c725
commit b972215082
1 changed files with 6 additions and 6 deletions

View File

@ -54,12 +54,12 @@ The proposed change will include three parts:
recovery:
actions:
- name: node_rebuild
type: senlin_operation
- name: node_migration
type: workflow
parameters:
host: Target_host
- name: REBUILD
- name: WORKFLOW
params:
workflow_name: node_migration
inputs:
host: Target_host
* example: to add sample workflow definitions and health policy for Senlin
           users to create a end2end story.