Comment 7 for bug 1459467

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

Reviewed: https://review.openstack.org/186598
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f434e7b35ad3412035c7c697a24987b624f6f87d
Submitter: Jenkins
Branch: stable/juno

commit f434e7b35ad3412035c7c697a24987b624f6f87d
Author: Kevin Benton <email address hidden>
Date: Wed May 27 17:38:32 2015 -0700

    Process port IP requests before subnet requests

    When a port requests multiple fixed IPs, process the requests
    for specific IP addresses before the ones asking for a subnet.
    This prevents an error where the IP that was requested happens
    to be the next up for allocation so the subnet request takes it
    and causes a DBDuplicateEntry.

    Closes-Bug: #1459467
    Change-Id: I645565c7fe0c47c58d686b25020bb49a0b9089f5
    (cherry picked from commit 817b45b6406d9730859535ac54d73ec5c85451d0)