X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/eb9adb539fb47ab4b5c4e859cf119b554b9116cb..04544797be5fe1519f9218a3bb8f5b0d33b3e6c5:/code/controls.py diff --git a/code/controls.py b/code/controls.py index b2c60d5..2aeb924 100644 --- a/code/controls.py +++ b/code/controls.py @@ -127,7 +127,7 @@ def createVm(owner, contact, name, memory, disk_size, is_hvm, cdrom, clone_from) open_nics = NIC.select_by(machine_id=None) if not open_nics: #No IPs left! raise CodeError("No IP addresses left! " - "Contact sipb-xen-dev@mit.edu") + "Contact sipb-xen@mit.edu.") nic = open_nics[0] nic.machine_id = machine.machine_id nic.hostname = name