Skip to content

Commit

Permalink
Remove src_vm_disconnect_storage from ems_event
Browse files Browse the repository at this point in the history
Automate no longer needs to call disconnect_storage
  • Loading branch information
agrare committed Nov 15, 2018
1 parent f24984b commit 0a529d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/ems_event/automate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ def src_vm_destroy_all_snapshots
call("src_vm", "snapshots.destroy_all")
end

def src_vm_disconnect_storage
call("src_vm", "disconnect_storage")
end

private

def parse_policy_parameters(target_str, policy_event, param)
Expand Down

0 comments on commit 0a529d7

Please sign in to comment.