freeipa/ipapython/platform/fedora16
Alexander Bokovoy 41031fe121 Process exceptions when talking to Dogtag
The problem is the ca_status() uses an HTTP GET operation to check Dogtag's
status. Under some circumstances Dogtag may take a long time to respond, so the
HTTP GET may time out much earlier than 2 minutes. And since the above code
doesn't catch the exception, the whole loop fails immediately, so it doesn't
wait for a full 2 minutes as expected.

https://fedorahosted.org/freeipa/ticket/3492
2013-03-21 17:14:55 +01:00
..
__init__.py convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
selinux.py convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
service.py Process exceptions when talking to Dogtag 2013-03-21 17:14:55 +01:00