Comment 2 for bug 1706750

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

Reviewed: https://review.openstack.org/485328
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d207fb92354858e7443113a4b5d642a465a3af27
Submitter: Jenkins
Branch: master

commit d207fb92354858e7443113a4b5d642a465a3af27
Author: Ihar Hrachyshka <email address hidden>
Date: Wed Jul 19 11:56:55 2017 -0700

    Fixed FlushError on subnet creation retry

    Automatically allocated fixed IP addresses were not reflected on cached
    port records, which triggered FlushError if the allocating method failed
    and triggered a retry.

    Change-Id: Ia7725094827b554aa6d928c7daa026959a237991
    Closes-Bug: #1706750