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

Update create_server.rb

Fixed issue when creating new xen-vm with HVM-bootpolicy  argument, it still remains empty.
This commit is contained in:
avic85 2013-10-21 17:51:03 +02:00
parent 58257dd714
commit 3d68f1729f

View file

@ -31,7 +31,7 @@ module Fog
PV_kernel
PV_ramdisk
PV_legacy_args
HVM_boot_params
HVM_boot_policy
HVM_boot_params
}.each do |k|
if config[k.downcase.to_sym]