mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update create_server.rb
Repair bug for platform attribute of a vm.
This commit is contained in:
parent
77ce32d55f
commit
e80fcc6967
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ module Fog
|
|||
:actions_after_shutdown => 'Destroy',
|
||||
:actions_after_reboot => 'Restart',
|
||||
:actions_after_crash => 'Restart',
|
||||
:platform => { 'nx' => false, 'acpi' => true, 'apic' => 'true', 'pae' => true, 'viridian' => true},
|
||||
:platform => {},
|
||||
:platform => { :'nx' => 'true', :'acpi' => 'true', :'apic' => 'true', :'pae' => 'true', :'viridian' => 'true' },
|
||||
:other_config => {},
|
||||
:pool_name => '',
|
||||
:PV_bootloader => 'pygrub', #pvgrub, eliloader
|
||||
|
|
Loading…
Reference in a new issue