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:
parent
58257dd714
commit
3d68f1729f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue