Tell users to contact us at our support address, not our automated 0.1.20
authorMitchell E Berger <mitchb@mit.edu>
Tue, 1 Nov 2011 00:38:37 +0000 (20:38 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Tue, 1 Nov 2011 00:38:37 +0000 (20:38 -0400)
error mail address, if we run out of IPs.

code/controls.py
debian/changelog

index d04b2f5..6346002 100644 (file)
@@ -116,7 +116,7 @@ def createVm(username, state, owner, contact, name, description, memory, disksiz
         nic = NIC.query().filter_by(machine_id=None).filter_by(reusable=True).first()
         if not nic: #No IPs left!
             raise CodeError("No IP addresses left!  "
-                            "Contact %s." % config.web.errormail)
+                            "Contact %s." % config.contact)
         nic.machine = machine
         nic.hostname = name
         session.save_or_update(nic)
index 91bffee..68fcf66 100644 (file)
@@ -1,3 +1,10 @@
+invirt-web (0.1.20) unstable; urgency=low
+
+  * Tell users to contact us at our support address, not our
+    automated error mail address, if we run out of IPs.
+
+ -- Mitchell Berger <mitchb@mit.edu>  Mon, 31 Oct 2011 20:38:00 -0400
+
 invirt-web (0.1.19) unstable; urgency=low
 
   * Fix path to gitweb static content