Skip to content
Snippets Groups Projects
Commit 917f91d5 authored by Iustin Pop's avatar Iustin Pop
Browse files

Forward-port: Another for gnt-instance modify & HVM parameters

Another tiny fix. Anybody got a nice brown paper bag I can wear?

Author: schreiberal
Reviewed-by: iustinp
parent ec1ba002
No related branches found
No related tags found
No related merge requests found
......@@ -702,7 +702,7 @@ def SetInstanceParams(opts, args):
"""
if not (opts.mem or opts.vcpus or opts.ip or opts.bridge or opts.mac or
opts.kernel_path or opts.initrd_path or opts.hvm_boot_order or
opts.hvm_acpi or opts.hvm_acpi or opts.hvm_cdrom_image_path or
opts.hvm_acpi or opts.hvm_pae or opts.hvm_cdrom_image_path or
opts.vnc_bind_address):
logger.ToStdout("Please give at least one of the parameters.")
return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment