Ignore:
Timestamp:
Aug 8, 2008, 2:41:38 AM (16 years ago)
Author:
y_z
Message:
  • further integration of invirt.config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/controls.py

    r863 r879  
    133133        if not open_nics: #No IPs left!
    134134            raise CodeError("No IP addresses left!  "
    135                             "Contact xvm@mit.edu.")
     135                            "Contact %s." % config.web.errormail)
    136136        nic = open_nics[0]
    137137        nic.machine_id = machine.machine_id
Note: See TracChangeset for help on using the changeset viewer.