Skip to content

Commit

Permalink
Revert "Merge pull request ManageIQ#19880 from fdupont-redhat/v2v_fix…
Browse files Browse the repository at this point in the history
…_bz_1807770"

This reverts commit 91176bd, reversing
changes made to 3e6842b.
  • Loading branch information
simaishi committed May 13, 2020
1 parent 03e4f80 commit e37cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/service_template_transformation_plan_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def conversion_options_source_provider_vmwarews_vddk(_storage)
:query => { :no_verify => 1 }.to_query
).to_s,
:vmware_password => source.host.authentication_password,
:two_phase => warm_migration?,
:two_phase => true,
:warm => warm_migration?,
:daemonize => false
}
Expand Down

0 comments on commit e37cc81

Please sign in to comment.