Changeset 265 for trunk/web/controls.py
- Timestamp:
- Jan 29, 2008, 11:47:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/controls.py
r261 r265 11 11 import time 12 12 import re 13 import cache_acls 13 14 14 15 # ... and stolen from xend/uuid.py … … 84 85 'VM %s is already on' % machine.name) 85 86 elif err: 86 raise CodeError('"%s" on "control %s create %s'87 % (err, machine.name, cdtype))88 else:89 87 raise CodeError('"%s" on "control %s create %s' 90 88 % (err, machine.name, cdtype)) … … 132 130 ctx.current.save(nic) 133 131 ctx.current.save(disk) 132 cache_acls.refreshMachine(machine) 134 133 transaction.commit() 135 134 except:
Note: See TracChangeset
for help on using the changeset viewer.