Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 3
0
 def handle_error(self, exception):
     return installutils.handle_error(exception, self.log_file_name)
Exemplo n.º 4
0
 def handle_error(self, exception):
     return installutils.handle_error(exception, self.log_file_name)