freeipa/ipapython/platform
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
..
base convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
fedora16 Process exceptions when talking to Dogtag 2013-03-21 17:14:55 +01:00
fedora18 convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
redhat convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
__init__.py Introduce platform-specific adaptation for services used by FreeIPA. 2011-09-13 11:25:58 +02:00