mark down is used for host

When `action_type` is `mark down`, the target only can be a nova.host,
not instance

Change-Id: I8fdd6eca07b7bff9ed329c020ff6107635a43358
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
This commit is contained in:
dongwenjuan 2016-08-11 09:28:27 +08:00
parent 7c1d07cfd2
commit 232c2fc6da

View File

@ -366,7 +366,7 @@ This can be used along with nova notifier to call force_down for a host
action:
action_type : mark_down
action_target:
target: instance # mandatory. entity (from the definitions section) to be marked as down
target: host # mandatory. entity (from the definitions section, only host) to be marked as down
Future support & Open Issues
============================