- Timestamp:
- Feb 27, 2012 3:15:17 PM (13 years ago)
- Branches:
- compt_changes, master
- Children:
- fe6e0be
- Parents:
- 25930db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r25930db ra69de97 902 902 'allocID': {'fedid': aid }, 903 903 } 904 self.log.info("Calling terminate segment") 904 905 try: 905 906 r = self.caller(uri, req, self.cert_file, self.cert_pwd, 906 907 self.trusted_certs) 908 self.log.info("Terminate segment succeeded") 907 909 return True 908 910 except service_error, e: … … 2682 2684 # log file. 2683 2685 dealloc_log = logging.getLogger('fedd.experiment_control.%s' % key) 2686 dealloc_log.info("Terminating %s " %key) 2684 2687 h = logging.StreamHandler(self.list_log(dealloc_list)) 2685 2688 # XXX: there should be a global one of these rather than repeating the
Note: See TracChangeset
for help on using the changeset viewer.