Comment 28 for bug 1707307

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

Reviewed: https://review.openstack.org/499533
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=22a63315d85db05eaa67f3599caa82c5966b880c
Submitter: Jenkins
Branch: stable/pike

commit 22a63315d85db05eaa67f3599caa82c5966b880c
Author: Miguel Lavalle <email address hidden>
Date: Wed Aug 2 16:34:27 2017 -0500

    Remove code to debug auto address allocation error

    Change If1eb4046865f43b15ba97c52e2d0b9343dc72c19 fixed bugs 1666493 and 1655567
    that reported exception IpAddressAlreadyAllocated being raised during the
    creation of IPv6 auto-address subnets. This patchset removes code that was
    added by change I22b8f1f537f905f4b82ce9e50d6fcc5bf2210f9f to root-cause these
    bugs.

    By removing log statements, this patchset contributes to reduce the
    'Neutron log obesity epidemic'

    Change-Id: I28c58dc4a957df833d277f0d08ce831c7ee07c68
    Partial-Bug: #1707307