Comment 38 for bug 1611237

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

Reviewed: https://review.openstack.org/421955
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7e616cb39cd3394aae454ee6a7869811de0f9ec3
Submitter: Jenkins
Branch: stable/mitaka

commit 7e616cb39cd3394aae454ee6a7869811de0f9ec3
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
    (cherry picked from commit 949bce960d04ca541387aac9c787ca04af496df8)