Ignore:
Timestamp:
Nov 23, 2011 2:28:47 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
c6f867c
Parents:
9294673
Message:

Gather node information and return in info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/proxy_emulab_segment.py

    r9294673 rf769cb3  
    142142                else:
    143143                    m = phys_line.match(line.strip())
    144                     if m: self.node[m.group(1)] = m.group(3)
     144                    if m: self.node[m.group(1)] = (m.group(3), 'active')
    145145                    else: self.log.warn(
    146146                            "Matching failed while parsing node mapping: " +\
Note: See TracChangeset for help on using the changeset viewer.