Comment 32 for bug 1611237

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/402569
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=949bce960d04ca541387aac9c787ca04af496df8
Submitter: Jenkins
Branch: master

commit 949bce960d04ca541387aac9c787ca04af496df8
Author: Jakub Libosvar <email address hidden>
Date: Fri Nov 25 08:15:43 2016 -0500

    ovs-agent: Close ryu app on all exceptions

    Previous patch closes app only when ovs-agent raises an exception. This
    leaves some corner cases where exceptions inheriting from BaseException
    are raised. It's better to be defensive and always close app on error.

    Change-Id: Icaaaecc4d00e3a280c3af2e403499bb7ac9e8aa6
    Related-bug: 1611237