예제 #1
0
 def handle_error(self, exception):
     if not isinstance(exception, SystemExit):
         # do not log this message when ipa is not installed
         logger.error("IPA server upgrade failed: Inspect "
                      "/var/log/ipaupgrade.log and run command "
                      "ipa-server-upgrade manually.")
     return installutils.handle_error(exception, self.log_file_name)
예제 #2
0
 def handle_error(self, exception):
     if not isinstance(exception, SystemExit):
         # do not log this message when ipa is not installed
         logger.error("IPA server upgrade failed: Inspect "
                      "/var/log/ipaupgrade.log and run command "
                      "ipa-server-upgrade manually.")
     return installutils.handle_error(exception, self.log_file_name)
예제 #3
0
 def handle_error(self, exception):
     return installutils.handle_error(exception, self.log_file_name)
예제 #4
0
 def handle_error(self, exception):
     return installutils.handle_error(exception, self.log_file_name)