X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b330d95bd2b2f5fe7724d470856e58ebe75df1ab..refs/heads/quentin/renumber-remctl:/code/controls.py diff --git a/code/controls.py b/code/controls.py index 0889d4c..c9193cb 100644 --- a/code/controls.py +++ b/code/controls.py @@ -229,7 +229,7 @@ def commandResult(username, state, command_name, machine_id, fields): 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(" "): + if action not in "reboot create destroy shutdown delete renumber".split(" "): raise CodeError("Invalid action '%s'" % action) if action == 'reboot': if cdrom is not None: