Comment 6 for bug 1806032

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lib (master)

Reviewed: https://review.openstack.org/631515
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=461be560769f4c591cd6a6513a873fcef92c0789
Submitter: Zuul
Branch: master

commit 461be560769f4c591cd6a6513a873fcef92c0789
Author: Bence Romsics <email address hidden>
Date: Thu Jan 17 15:30:02 2019 +0100

    Delete floating IPs on network turned internal

    The neutron-lib part of this change: https://review.openstack.org/624751

    This change introduces a new shim extension
    (floatingip-autodelete-internal) to signal a change in API behavior
    introduced by the fix of a bug referred below. That is now we autodelete
    unused floating IPs when changing a network to router:external=False.

    It also documents the API change.

    Change-Id: I247106e95abb5d6822aa35ae793531a1d79edbd4
    Needed-By: https://review.openstack.org/624751
    Partial-Bug: #1806032