From: Evan Broder Date: Sun, 1 Jun 2008 02:33:01 +0000 (-0400) Subject: Are we xvm now? Really? Make it so X-Git-Tag: sipb-xen-www/3.4~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/730dd3b604099ac2cfe8ed41a476a845b342ecb6 Are we xvm now? Really? Make it so svn path=/trunk/packages/sipb-xen-www/; revision=543 --- 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 diff --git a/code/static/about.html b/code/static/about.html index 77c8eda..d99d819 100644 --- a/code/static/about.html +++ b/code/static/about.html @@ -27,6 +27,6 @@ Lots of services claim to be beta when they're really almost release-worthy. SIP

If you're OK with this, we hope you enjoy using and helping us test SIPB Virtual Servers.


-Questions? Contact sipb-xen@mit.edu. +Questions? Contact xvm@mit.edu. diff --git a/code/templates/error.tmpl b/code/templates/error.tmpl index 678d36f..b129599 100644 --- a/code/templates/error.tmpl +++ b/code/templates/error.tmpl @@ -7,6 +7,6 @@ ERROR! #def body

$errorMessage in operation $op. This shouldn't happen! Please -email sipb-xen@mit.edu to explain how it happened. Stderr:

+email xvm@mit.edu to explain how it happened. Stderr:

$stderr
#end def diff --git a/code/templates/skeleton.tmpl b/code/templates/skeleton.tmpl index d7855fb..a83d42d 100644 --- a/code/templates/skeleton.tmpl +++ b/code/templates/skeleton.tmpl @@ -73,7 +73,7 @@ $body #end filter #if not $varExists('simple') or not $simple
-Questions? Contact sipb-xen@mit.edu. +Questions? Contact xvm@mit.edu. #end if