Comment 33 for bug 1611237

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

Reviewed: https://review.openstack.org/404026
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e4890a37e43af0c84ebbfc5484e398771d0e91db
Submitter: Jenkins
Branch: stable/newton

commit e4890a37e43af0c84ebbfc5484e398771d0e91db
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