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

patch 1/4 extended HVM features for 1.2

This patch extends the config objects with the slots to handle
more HVM configuration items.

Author: schreiberal
Reviewed-by: iustinp,imsnah
parent 4febe836
No related branches found
No related tags found
No related merge requests found
......@@ -458,6 +458,10 @@ class Instance(TaggableObject):
"kernel_path",
"initrd_path",
"hvm_boot_order",
"hvm_acpi",
"hvm_pae",
"hvm_cdrom_image_path",
"vnc_bind_address",
]
def _ComputeSecondaryNodes(self):
......
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