lib/vmesh/vsphere.rb in vmesh-0.1.4 vs lib/vmesh/vsphere.rb in vmesh-0.1.5
- old
+ new
@@ -11,9 +11,10 @@
:host => connection_options[:host],
:user => connection_options[:user],
:password => connection_options[:password],
:datacenter => connection_options[:datacenter],
:host => connection_options[:host],
+ :resource_pool => connection_options[:resource_pool],
:insecure => connection_options[:insecure],
}
@vim = RbVmomi::VIM.connect opts
@options = opts
end