Ignore:
Timestamp:
Jun 6, 2008, 12:01:28 PM (16 years ago)
Author:
ecprice
Message:

Set machine_access to be a private attribute of machine, so the acl is
deleted automatically when the machine is destroyed.

File:
1 edited

Legend:

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

    r577 r589  
    197197        for disk in machine.disks:
    198198            ctx.current.delete(disk)
    199         for access in machine.acl:
    200             ctx.current.delete(access)
    201199        ctx.current.delete(machine)
    202200        transaction.commit()
Note: See TracChangeset for help on using the changeset viewer.