Zun

Comment 13 for bug 1881910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr-libnetwork (stable/train)

Reviewed: https://review.opendev.org/738294
Committed: https://git.openstack.org/cgit/openstack/kuryr-libnetwork/commit/?id=862c7e73edb44a70d37ae3247c0ba549054b8c60
Submitter: Zuul
Branch: stable/train

commit 862c7e73edb44a70d37ae3247c0ba549054b8c60
Author: Hongbin Lu <email address hidden>
Date: Sun Jun 7 20:43:22 2020 +0000

    Handle subnet without gateway

    * When libnetwork requests the IP address of the gateway
      (via /IpamDriver.RequestAddress) and the neutron subnet has gateway
      as None, return '0.0.0.0/0' as a placeholder.
    * Disable default docker gateway via the 'DisableGatewayService' flag
      (see https://github.com/moby/libnetwork/pull/778).

    Change-Id: I3033d28eb268a01de8cf038b1ed20110ca9a31ea
    Closes-Bug: #1881910
    (cherry picked from commit 960993652e1ab526c1ce8cd3cd04d28f13facc86)