# File lib/deltacloud/drivers/vsphere/vsphere_driver.rb, line 352 def valid_credentials?(credentials) begin RbVmomi::VIM.connect(:host => host_endpoint, :user => credentials.user, :password => credentials.password, :insecure => true) return true rescue return false end end