Comment 14 for bug 1728665

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

Reviewed: https://review.openstack.org/548607
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f5e7420da5af69293276dc31fe28ff843a74a0b0
Submitter: Zuul
Branch: stable/ocata

commit f5e7420da5af69293276dc31fe28ff843a74a0b0
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)