From c714094bc070716453f07e92ee02790911d02d3e Mon Sep 17 00:00:00 2001 From: Tina Fitzgerald Date: Mon, 6 May 2019 16:25:49 -0400 Subject: [PATCH] This instance used to call into automate to initiate retirement. With retirement as a request, retirement is initiated when the tasks are created. We need to clear the values of this instance because the request task processing will create the request tasks only if the request_starting event succeeds. --- .../System/Policy.class/vmretirerequest_starting.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/automate/ManageIQ/System/Policy.class/vmretirerequest_starting.yaml b/content/automate/ManageIQ/System/Policy.class/vmretirerequest_starting.yaml index 2b1c0040e..d1e35f2b9 100644 --- a/content/automate/ManageIQ/System/Policy.class/vmretirerequest_starting.yaml +++ b/content/automate/ManageIQ/System/Policy.class/vmretirerequest_starting.yaml @@ -7,8 +7,4 @@ object: name: VmRetireRequest_starting inherits: description: - fields: - - rel4: - value: "/System/Process/parse_provider_category" - - rel5: - value: "/${/#ae_provider_category}/VM/Lifecycle/Retirement?vm_id=${process#vm_id} " + fields: []