Changeset db3da0b
- Timestamp:
- Dec 1, 2011 2:46:41 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 32b4536
- Parents:
- 4b256af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r4b256af rdb3da0b 1010 1010 os.version = nos.distributionversion 1011 1011 for a in nos.attribute: 1012 if os.get_attribute(a.attribute): 1013 os.remove_attribute(a.attribute) 1012 1014 os.set_attribute(a.attribute, a.value) 1013 1015 break 1014 1016 else: 1015 e.os.append(nos) 1017 # If both nodes have one OS, this is a replacement 1018 if len(ne.os) == 1 and len(e.os) == 1: e.os = ne.os 1019 else: e.os.append(nos) 1016 1020 1017 1021 # Annotate the topology with embedding info
Note: See TracChangeset
for help on using the changeset viewer.