X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/2f10c0de042a95eb53a88b6ae976d6dd9360988f..70f60ee3aa8c2416ef0b72bb89341af2975420a5:/code/main.py diff --git a/code/main.py b/code/main.py index 226a038..cffa809 100755 --- a/code/main.py +++ b/code/main.py @@ -201,8 +201,7 @@ def getListDict(username, state): checkpoint.checkpoint('Got max mem/disk') defaults = Defaults(max_memory=max_memory, max_disk=max_disk, - owner=username, - cdrom='gutsy-i386') + owner=username) checkpoint.checkpoint('Got defaults') def sortkey(machine): return (machine.owner != username, machine.owner, machine.name)