X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/18eb0699531716f3ed495d1e4677c8b981a35439..730dd3b604099ac2cfe8ed41a476a845b342ecb6:/code/controls.py diff --git a/code/controls.py b/code/controls.py index 68e911c..841d21b 100644 --- a/code/controls.py +++ b/code/controls.py @@ -119,7 +119,7 @@ def createVm(owner, contact, name, memory, disk_size, machine_type, cdrom, clone open_nics = NIC.select_by(machine_id=None) if not open_nics: #No IPs left! raise CodeError("No IP addresses left! " - "Contact sipb-xen@mit.edu.") + "Contact xvm@mit.edu.") nic = open_nics[0] nic.machine_id = machine.machine_id nic.hostname = name