1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #2395 from domcleal/vmware-guest-id

[vsphere|compute] restore default guest_id so setting it is optional
This commit is contained in:
Ohad Levy 2013-12-09 12:02:28 -08:00
commit 8d1062b8bc

View file

@ -255,7 +255,7 @@ module Fog
:cpus => 1,
# :corespersocket => 1,
:memory_mb => 512,
# :guest_id => 'otherGuest',
:guest_id => 'otherGuest',
:path => '/'
}
end