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:
parent
81b90dd199
commit
27bc8eb310
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ module Fog
|
|||
:cpus => 1,
|
||||
# :corespersocket => 1,
|
||||
:memory_mb => 512,
|
||||
# :guest_id => 'otherGuest',
|
||||
:guest_id => 'otherGuest',
|
||||
:path => '/'
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue