mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
show the exception message thrown by dogtag._parse_ca_status during install
https://fedorahosted.org/freeipa/ticket/4885 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
parent
5a5e1a2494
commit
e8d4f6dba1
@ -212,8 +212,8 @@ class RedHatCAService(RedHatService):
|
|||||||
|
|
||||||
status = dogtag._parse_ca_status(stdout)
|
status = dogtag._parse_ca_status(stdout)
|
||||||
# end of workaround
|
# end of workaround
|
||||||
except Exception:
|
except Exception as e:
|
||||||
status = 'check interrupted'
|
status = 'check interrupted due to error: %s' % e
|
||||||
root_logger.debug('The CA status is: %s' % status)
|
root_logger.debug('The CA status is: %s' % status)
|
||||||
if status == 'running':
|
if status == 'running':
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user