From d253dba2132ed243b08b78427c572f71d071789c Mon Sep 17 00:00:00 2001 From: Lucy Fu Date: Wed, 1 May 2019 16:10:52 -0400 Subject: [PATCH] Change refresh target to src_vm_or_dest_host for DrsMigrateVM_Task_Complete. If the VM was migrated off of the host before refresh adds the VM to the database then the src_vm target for this "/System/event_handlers/event_action_refresh?target=src_vm" won't work. We need to refresh the dest_host. https://bugzilla.redhat.com/show_bug.cgi?id=1696889 --- .../Event/EmsEvent/EVM.class/drsmigratevm_task_complete.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/automate/ManageIQ/System/Event/EmsEvent/EVM.class/drsmigratevm_task_complete.yaml b/content/automate/ManageIQ/System/Event/EmsEvent/EVM.class/drsmigratevm_task_complete.yaml index 39f7e8832..97c1a74bb 100644 --- a/content/automate/ManageIQ/System/Event/EmsEvent/EVM.class/drsmigratevm_task_complete.yaml +++ b/content/automate/ManageIQ/System/Event/EmsEvent/EVM.class/drsmigratevm_task_complete.yaml @@ -9,4 +9,4 @@ object: description: fields: - rel4: - value: "/System/event_handlers/event_action_refresh?target=src_vm" + value: "/System/event_handlers/event_action_refresh?target=src_vm_or_dest_host"