Method: Beaker::Vcloud#connect_to_vsphere

Defined in:
lib/beaker/hypervisor/vcloud.rb

#connect_to_vsphereObject



16
17
18
19
20
21
# File 'lib/beaker/hypervisor/vcloud.rb', line 16

def connect_to_vsphere
  @logger.notify "Connecting to vSphere at #{@vsphere_credentials[:server]}" +
    " with credentials for #{@vsphere_credentials[:user]}"

  @vsphere_helper = VsphereHelper.new( @vsphere_credentials )
end