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/protogeni_access.py

    rd3c8759 rf038da1  
    11321132                    'allocID': req['allocID'],
    11331133                    'allocationLog': logv,
     1134                    'segmentdescription': {
     1135                        'topdldescription': rvtopo.to_dict() }
    11341136                    }
    1135             retval = copy.copy(self.allocation[aid]['started'])
    11361137            self.write_state()
    1137             retval['segmentdescription'] =  \
    1138                     { 'topdldescription': rvtopo.to_dict() }
    11391138            self.state_lock.release()
    11401139
Note: See TracChangeset for help on using the changeset viewer.