Changeset 626


Ignore:
Timestamp:
Jun 21, 2008, 8:58:51 PM (16 years ago)
Author:
price
Message:

web/info: recognize new error message for off VMs

File:
1 edited

Legend:

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

    r609 r626  
    177177        raise CodeError("ERROR in remctl list-long %s is not registered" %
    178178                        (machine.name,))
    179     elif 'does not exist' in err_string:
     179    elif 'is not on' in err_string:
    180180        return None
    181181    elif err_string:
Note: See TracChangeset for help on using the changeset viewer.