Skip to content

Commit

Permalink
Merge pull request #22 from georgyous/master
Browse files Browse the repository at this point in the history
Update create_server.rb
  • Loading branch information
plribeiro3000 committed Jul 17, 2014
2 parents 3ef1e27 + 371f9ce commit f01dad1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/fog/compute/xen_server/requests/create_server.rb
Expand Up @@ -47,8 +47,7 @@ def create_server_raw(config = {})
: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
Expand Down Expand Up @@ -114,4 +113,4 @@ def create_server_raw(config = {})
end
end
end
end
end

0 comments on commit f01dad1

Please sign in to comment.