Ignore:
Timestamp:
Mar 2, 2010 1:43:02 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
93c865a
Parents:
37f6592
Message:

Small SEER things. Compute a correct visualization and done tell an exporting tstbed to configure services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    r37f6592 r0ac1934  
    10431043                                ldomain.lower())
    10441044                    for s in services:
    1045                         if s.get('name',"") in self.imports:
     1045                        if s.get('name',"") in self.imports and \
     1046                                s.get('visibility','') == 'import':
    10461047                            client_service_out[s['name']](f, s)
    10471048                    # Does seer need this?
Note: See TracChangeset for help on using the changeset viewer.