svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2701
start_time = 0
machine = validation.Validate(username, state, machine_id=machine_id).machine
action = command_name
- cdrom = fields.get('cdrom')
- if not cdrom:
- cdrom = None
+ cdrom = fields.get('cdrom') or None
if cdrom is not None and not CDROM.query().filter_by(cdrom_id=cdrom).one():
raise CodeError("Invalid cdrom type '%s'" % cdrom)
if action not in "reboot create destroy shutdown delete".split(" "):