Skip to content

Commit

Permalink
Merge pull request #18330 from agrare/bz_1659340_fix_storage_disconne…
Browse files Browse the repository at this point in the history
…ct_order

RHV requires disconnect_storage before ems

(cherry picked from commit be1857c)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1659340
  • Loading branch information
gtanzillo authored and simaishi committed Jan 7, 2019
1 parent bbf21fc commit 24b77e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/vm_or_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ def self.repository_parse_path(path)
#

def disconnect_inv
disconnect_storage
disconnect_ems

classify_with_parent_folder_path(false)
Expand All @@ -663,7 +664,6 @@ def disconnect_inv
end

disconnect_host
disconnect_storage
disconnect_stack if respond_to?(:orchestration_stack)
end

Expand Down

0 comments on commit 24b77e3

Please sign in to comment.