Skip to content

Commit

Permalink
Merge pull request #16500 from agrare/require_miq_fault_tolerant_vim_…
Browse files Browse the repository at this point in the history
…raw_connect

Require miq_fault_tolerant_vim in raw_connect
(cherry picked from commit dbaa1fc)
  • Loading branch information
blomquisg authored and simaishi committed Nov 20, 2017
1 parent c4139e2 commit df2b50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/mixins/vim_connect_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def with_provider_connection(options = {})
module ClassMethods
def raw_connect(options)
require 'handsoap'
require 'VMwareWebService/miq_fault_tolerant_vim'

options[:pass] = MiqPassword.try_decrypt(options[:pass])
validate_connection do
Expand Down

0 comments on commit df2b50a

Please sign in to comment.