- Timestamp:
- Aug 3, 2012 9:10:29 AM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- 65d3ac1
- Parents:
- eac54fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_partition.py
reac54fa r27fbf2f 166 166 if aid: 167 167 for h in (myname, desthost): 168 self.auth.set_attribute(aid, 'fedid:%s/%s' % (expid, h)) 169 self.auth.set_attribute(aid, 'fedid:%s/%s-port' % \ 170 (expid, h)) 168 # PNNL debug 169 self.log.debug('Set attribute: %s %s %s' % (aid, expid, h)) 170 try: 171 self.auth.set_attribute(aid, 'fedid:%s/%s' % (expid, h)) 172 self.auth.set_attribute(aid, 'fedid:%s/%s-port' % \ 173 (expid, h)) 174 except RuntimeError, e: 175 raise service_error(service_error.internal, "%s" % e) 171 176 else: 172 177 self.log.error("No aid for %s in new_portal_node" % st)
Note: See TracChangeset
for help on using the changeset viewer.