patch 1/4 extended HVM features for 1.2
authorAlexander Schreiber <als@google.com>
Wed, 23 Apr 2008 15:26:41 +0000 (15:26 +0000)
committerAlexander Schreiber <als@google.com>
Wed, 23 Apr 2008 15:26:41 +0000 (15:26 +0000)
This patch extends the config objects with the slots to handle
more HVM configuration items.

Reviewed-by: iustinp

lib/objects.py

index 8a7a56e..8ab388f 100644 (file)
@@ -457,6 +457,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):