Ignore:
Timestamp:
May 25, 2010 11:24:46 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
50ef6e4
Parents:
d3c8759
Message:

These were workarounds for the problems pickling topologies. That problem's allieviated, so these can go back.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    rd3c8759 rf038da1  
    17491749                    'allocID': req['allocID'],
    17501750                    'allocationLog': logv,
     1751                    'segmentdescription': {
     1752                        'topdldescription': rvtopo.to_dict()
     1753                        }
    17511754                    }
    17521755            retval = copy.copy(self.allocation[aid]['started'])
    17531756            self.write_state()
    17541757            self.state_lock.release()
    1755             retval['segmentdescription'] =  \
    1756                     { 'topdldescription': rvtopo.to_dict() }
    17571758            return retval
    17581759        elif err:
Note: See TracChangeset for help on using the changeset viewer.