From bdcfc586c3ed77b2678b79fc466896b8a452fa8e Mon Sep 17 00:00:00 2001 From: Greg McCullough Date: Mon, 21 Oct 2019 19:12:12 -0400 Subject: [PATCH] Remove call to retire_service_resources from retire_service method The method has been turned into a no-op method so removing the reference. --- .../StateMachines/Methods.class/__methods__/retire_service.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/automate/ManageIQ/Service/Retirement/StateMachines/Methods.class/__methods__/retire_service.rb b/content/automate/ManageIQ/Service/Retirement/StateMachines/Methods.class/__methods__/retire_service.rb index bb53a2275..fe052ab52 100644 --- a/content/automate/ManageIQ/Service/Retirement/StateMachines/Methods.class/__methods__/retire_service.rb +++ b/content/automate/ManageIQ/Service/Retirement/StateMachines/Methods.class/__methods__/retire_service.rb @@ -1,5 +1,5 @@ # -# Description: This method attempts to retire all of the vms under this top level service +# Description: Placeholder method for custom automation # -$evm.root["service"].retire_service_resources +# service = $evm.root["service"]