- Timestamp:
- Nov 23, 2011 2:44:40 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 45e880d
- Parents:
- f769cb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
rf769cb3 rc6f867c 1017 1017 """ 1018 1018 i = 0 1019 t = topo.clone() 1019 1020 # Copy the assigned names into the return topology 1020 for e in t opo.elements:1021 for e in t.elements: 1021 1022 if isinstance(e, topdl.Computer): 1022 1023 if not self.create_debug: … … 1043 1044 'allocationLog': logv, 1044 1045 'segmentdescription': { 1045 'topdldescription': t opo.clone().to_dict()1046 'topdldescription': t.clone().to_dict() 1046 1047 }, 1047 1048 'proof': proof.to_dict(), 1048 1049 } 1050 self.allocation[aid]['topo'] = topo.clone() 1049 1051 retval = copy.copy(self.allocation[aid]['started']) 1050 1052 self.write_state()
Note: See TracChangeset
for help on using the changeset viewer.