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

    rc5b28bf r593e901  
    13971397                        },
    13981398                        {
     1399                            'name': 'ssh_port',
     1400                            'key': 'fedid:%s/%s-port' % (expid, myname),
     1401                            'store': self.store_url,
     1402                            'type': 'output',
     1403                        },
     1404                        {
    13991405                            'name': 'peer',
    14001406                            'key': 'fedid:%s/%s' % (expid, desthost),
     1407                            'store': self.store_url,
     1408                            'type': 'input',
     1409                        },
     1410                        {
     1411                            'name': 'ssh_port',
     1412                            'key': 'fedid:%s/%s-port' % (expid, desthost),
    14011413                            'store': self.store_url,
    14021414                            'type': 'input',
     
    14091421                for h in (myname, desthost):
    14101422                    self.auth.set_attribute(aid, 'fedid:%s/%s' % (expid, h))
     1423                    self.auth.set_attribute(aid, 'fedid:%s/%s-port' % \
     1424                            (expid, h))
    14111425            else:
    14121426                self.log.error("No aid for %s in new_portal_node" % st)
Note: See TracChangeset for help on using the changeset viewer.