novajoin/novajoin
Grzegorz Grasza f8036d01a5 Reconnect on httplib.ResponseNotReady
In CI we get a random ResponseNotReady exception,
which is caused by the server closing the keepalive socket.
This will close and retry the connection.
This patch adds this reconnect in a second place that was missed.

Change-Id: I745aea8dcb51598ca7d7a371dce66c7dd6ae8005
2018-12-03 16:38:53 +01:00
..
middleware Add some additional settings 2017-01-05 02:40:39 -05:00
tests Support versioned notifications 2018-11-26 10:57:26 +01:00
__init__.py Address issues found by pep8, pylint and unit tests 2016-11-09 19:52:38 +00:00
base.py Address issues found by pep8, pylint and unit tests 2016-11-09 19:52:38 +00:00
config.py Support versioned notifications 2018-11-26 10:57:26 +01:00
configure_ipa.py Fix errors preventing novajoin to start on Python 3 2018-11-26 17:55:15 +01:00
context.py Get auth context from request and use it to to get glance image 2016-07-14 22:22:34 +00:00
errors.py Use Exception instead of StandardError 2016-11-29 11:06:44 +02:00
exception.py Support versioned notifications 2018-11-26 10:57:26 +01:00
glance.py Remove some guards around reading the configuration 2016-11-29 16:14:37 +00:00
ipa.py Reconnect on httplib.ResponseNotReady 2018-12-03 16:38:53 +01:00
join.py Fix - Invalid ipaotp returned if host in cache 2018-10-06 01:01:32 +02:00
keystone_client.py Added ability to generate config file 2017-01-04 12:14:30 -05:00
middleware.py Address more issues reported by pylint 2016-09-20 09:02:32 -04:00
notifications.py Support versioned notifications 2018-11-26 10:57:26 +01:00
nova.py Fix exception handling in novaclient 2017-01-05 16:37:03 +00:00
policy.py Address more issues reported by pylint 2016-09-20 09:02:32 -04:00
test.py Add some basic REST API testing 2016-11-10 14:39:41 +00:00
util.py Fix IPA v4.5.0 import issue with kinit_keytab 2017-09-11 20:04:14 -04:00
wsgi.py Become 1.0.21 2018-11-09 13:46:09 -05:00