Comment 14 for bug 1229475

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/49210
Committed: http://github.com/openstack/python-neutronclient/commit/e6a9f79066943b75e2c60b0165533d5886cc9cd8
Submitter: Jeremy Stanley (<email address hidden>)
Branch: master

commit e6a9f79066943b75e2c60b0165533d5886cc9cd8
Author: Davanum Srinivas <email address hidden>
Date: Tue Oct 1 12:27:32 2013 -0400

    Forcibly clear connection pool after every request

    Neutron client is ending up with bad socket descriptors
    which causes the behavior including trying to read from
    the socket that amqp currently holds etc. A temporary
    solution is to clear the connection pool so we get a
    fresh socket built for every request.

    Closes-Bug: 1229475

    Change-Id: I43b1fe535bc5bd1fc726c97a293bf7912cd7ef1e