Changeset c6f867c for fedd/federation


Ignore:
Timestamp:
Nov 23, 2011 2:44:40 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
45e880d
Parents:
f769cb3
Message:

beginnings of info requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    rf769cb3 rc6f867c  
    10171017        """
    10181018        i = 0
     1019        t = topo.clone()
    10191020        # Copy the assigned names into the return topology
    1020         for e in topo.elements:
     1021        for e in t.elements:
    10211022            if isinstance(e, topdl.Computer):
    10221023                if not self.create_debug:
     
    10431044                'allocationLog': logv,
    10441045                'segmentdescription': {
    1045                     'topdldescription': topo.clone().to_dict()
     1046                    'topdldescription': t.clone().to_dict()
    10461047                    },
    10471048                'proof': proof.to_dict(),
    10481049                }
     1050        self.allocation[aid]['topo'] = topo.clone()
    10491051        retval = copy.copy(self.allocation[aid]['started'])
    10501052        self.write_state()
Note: See TracChangeset for help on using the changeset viewer.