Changeset 662 for trunk/packages/sipb-xen-www/code/controls.py
- Timestamp:
- Jun 29, 2008, 12:40:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/controls.py
r629 r662 196 196 status = parseStatus(value_string) 197 197 return status 198 199 def listHost(machine): 200 """Return the host a machine is running on""" 201 out, err = remctl('control', machine.name, 'listhost', err=True) 202 if err: 203 return None 204 return out 198 205 199 206 def deleteVM(machine):
Note: See TracChangeset
for help on using the changeset viewer.