Comment 12 for bug 1728665

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/queens)

Reviewed: https://review.openstack.org/548605
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4593069cd1c3bfd157e7bf7d1fde342a04a5104b
Submitter: Zuul
Branch: stable/queens

commit 4593069cd1c3bfd157e7bf7d1fde342a04a5104b
Author: Brian Haley <email address hidden>
Date: Fri Nov 17 16:53:41 2017 -0500

    DVR: verify subnet has gateway_ip before installing IPv4 flow

    If a user clears the gateway_ip of a subnet and the OVS
    agent is re-started, it will throw an exception trying
    to install the DVR IPv4 flow. Do not install the flow
    in this case since it is not required.

    Change-Id: I79aba63498aa9af1156e37530627fcaec853a740
    Closes-bug: #1728665
    (cherry picked from commit 9be7b62f773d3f61da57c151bfbd5c8fe4d4e863)