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

[vsphere|compute] restore default guest_id so setting it is optional

This commit is contained in:
Dominic Cleal 2013-11-14 17:45:25 +00:00
parent 81b90dd199
commit 27bc8eb310

View file

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