Ignore:
Timestamp:
Mar 5, 2010 1:59:26 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
73e0a61
Parents:
c5b28bf
Message:

Checkpoint working federation w/PG (w/o routing yet...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    rc5b28bf r593e901  
    986986            peer = info.get('peer', "")
    987987            ldomain = self.domain;
     988            ssh_port = info.get('ssh_port', 22)
    988989
    989990            mexp = info.get('masterexperiment',"")
     
    10011002                if active == 'True':
    10021003                    print >>f, "active: True"
     1004                    print >>f, "ssh_port: %s" % ssh_port
    10031005                    if type in ('control', 'both'):
    10041006                        for s in [s for s in services \
Note: See TracChangeset for help on using the changeset viewer.