Ignore:
Timestamp:
Apr 21, 2010 5:31:03 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
f7a54c6
Parents:
f54e8e4
Message:

Get topology information into the info operation, as annotations of a topology description. This required adding such information to the start segment replies as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/proxy_protogeni_segment.py

    rf54e8e4 rb4b19c7  
    8686        segment_base.__init__(self, log=log, keyfile=keyfile, debug=debug,
    8787                ch_url=cm_url, sa_url=sa_url, cm_url=cm_url)
     88        self.node = { }
    8889
    8990
     
    131132
    132133        p.Parse(manifest)
     134        # Make the node dict that the callers expect
     135        for k in mp.d:
     136            self.node[k] = mp.d.get('hostname', '')
    133137        return mp.d
    134138
Note: See TracChangeset for help on using the changeset viewer.