]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
initialize
authorShweta Tiwari <shweta.tiwari@citrix.com>
Wed, 14 Oct 2015 05:46:41 +0000 (11:16 +0530)
committerShweta Tiwari <shweta.tiwari@citrix.com>
Wed, 14 Oct 2015 05:46:41 +0000 (11:16 +0530)
exec/xenrt/lib/xenserver/guest.py

index 53fc1a0e33aa8fd7105e5eb167f73c66bc9304d4..df81a84018317648b617bfdd9abc30a022efdde7 100755 (executable)
@@ -367,6 +367,7 @@ class Guest(xenrt.GenericGuest):
                 raise xenrt.XRTError("Could not find a suitable ISO for %s "
                                      "(arch %s)" % (distro, arch))
 
+        self.isoname = isoname
         minRootDisk = xenrt.TEC().lookup(["GUEST_LIMITATIONS", self.isoname, "MIN_ROOTDISK"])
         minRootDiskDiff = xenrt.TEC().lookup(["GUEST_LIMITATIONS",self.isoname,"MIN_ROOTDISK_MEMORY_DIFF"])
         if self.memory and self.isoname and minRootDisk: