Comment 7 for bug 1303890

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

Reviewed: https://review.openstack.org/86368
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=234f64d608266f43d8856ff98c89ceba6699d752
Submitter: Jenkins
Branch: master

commit 234f64d608266f43d8856ff98c89ceba6699d752
Author: Russell Bryant <email address hidden>
Date: Wed Apr 9 11:32:44 2014 -0400

    Update ensure()/reconnect() to catch MessagingError

    The error handling code that gets connections reset if necessary
    caught ConnectionError. It really needs to catch MessagingError,
    which ConnectionError inherits from. There are other types of
    MessagingErrors that may occur, such as InternalError, and they need
    to cause the connection to reset, as well.

    This fix has already been merged into oslo.messaging.

    Closes-bug: #1303890
    Change-Id: Ic5082b74a362ded8b35cbc75cf178fe6e0db62d0