Changeset d2c2315


Ignore:
Timestamp:
May 12, 2010 11:04:34 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
22c88c9
Parents:
8483f24
Message:

Specify local SEER node image correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    r8483f24 rd2c2315  
    15721572                    c_node = topdl.Computer(
    15731573                            name='control',
     1574                            os= topdl.OperatingSystem(
     1575                                attribute=[
     1576                                { 'attribute': 'osid',
     1577                                    'value': self.local_seer_image },
     1578                                ]),
    15741579                            attribute=[
    1575                                 { 'attribute': 'image',
    1576                                     'value': self.local_seer_image },
    15771580                                { 'attribute': 'startup',
    15781581                                    'value': self.local_seer_start },
Note: See TracChangeset for help on using the changeset viewer.