- Timestamp:
- Aug 13, 2010 1:30:59 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- c2f92c5
- Parents:
- 1c59925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/topdl.py
r1c59925 r8aaf8f8 821 821 slots = e.get_attribute("slots") or "1"; 822 822 startup = e.get_attribute("startup") 823 # XXX: unreliable on ProtoGENI 20100303824 #tarfiles = " ".join([ "%s %s" % (s.install, s.location) \825 # for s in e.software if s.location and s.install ])826 823 827 824 extras = "" 828 825 if startup: extras += '\t\tstartup_command="%s"\n' % startup 829 #if tarfiles: extras +='\t\ttarfiles="%s"\n' % tarfiles830 826 out += '\t<node virtual_id="%s"\n\t\tvirtualization_type="%s"\n' % \ 831 827 (name, virt_type) … … 838 834 ifnode[ii] = name 839 835 for f in filters: 840 out += f( s)836 out += f(e) 841 837 out += '\t</node>\n' 842 838
Note: See TracChangeset
for help on using the changeset viewer.