Changeset 8aaf8f8


Ignore:
Timestamp:
Aug 13, 2010 1:30:59 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
c2f92c5
Parents:
1c59925
Message:

Remove an unexercised filter bug and clean up some debugging code that was
commented out and not removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/topdl.py

    r1c59925 r8aaf8f8  
    821821        slots = e.get_attribute("slots") or "1";
    822822        startup = e.get_attribute("startup")
    823         # XXX: unreliable on ProtoGENI 20100303
    824         #tarfiles = " ".join([ "%s %s" % (s.install, s.location) \
    825         #       for s in e.software if s.location and s.install ])
    826823
    827824        extras = ""
    828825        if startup: extras += '\t\tstartup_command="%s"\n' % startup
    829         #if tarfiles: extras +='\t\ttarfiles="%s"\n' % tarfiles
    830826        out += '\t<node virtual_id="%s"\n\t\tvirtualization_type="%s"\n' % \
    831827                (name, virt_type)
     
    838834            ifnode[ii] = name
    839835        for f in filters:
    840             out += f(s)
     836            out += f(e)
    841837        out += '\t</node>\n'
    842838
Note: See TracChangeset for help on using the changeset viewer.