Changeset 1721 for trunk/packages
- Timestamp:
- Nov 20, 2008, 8:44:13 AM (16 years ago)
- Location:
- trunk/packages/invirt-web/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/controls.py
r1709 r1721 44 44 45 45 def lvinstall(machine, autoinstall): 46 #raise InvalidInput('autoinstall', 'install',47 # "The autoinstaller has been temporarily disabled")48 46 disksize = machine.disks[0].size 49 47 memsize = machine.memory -
trunk/packages/invirt-web/code/validation.py
r1709 r1721 67 67 self.cdrom = cdrom 68 68 if autoinstall is not None: 69 #raise InvalidInput('autoinstall', 'install', 70 # "The autoinstaller has been temporarily disabled") 69 71 self.autoinstall = Autoinstall.query().get(autoinstall) 70 72
Note: See TracChangeset
for help on using the changeset viewer.