Zun

Comment 15 for bug 1881910

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

Reviewed: https://review.opendev.org/738295
Committed: https://git.openstack.org/cgit/openstack/kuryr-libnetwork/commit/?id=c8af0405a950e15dd675212b0a7372a547be4b96
Submitter: Zuul
Branch: stable/stein

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