Comment 6 for bug 1451559

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

Reviewed: https://review.openstack.org/185753
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0c078f20a6a3d57d9b30b8dcab83741d9f42ccaf
Submitter: Jenkins
Branch: stable/kilo

commit 0c078f20a6a3d57d9b30b8dcab83741d9f42ccaf
Author: Ryan Tidwell <email address hidden>
Date: Mon May 4 15:56:41 2015 -0700

    Block subnet create when a network hosts subnets allocated from different pools

    This change will ensure that all subnets with the same ip_version on a given
    network have been allocated from the same subnet pool or no pool. This
    provides cleaner subnet overlap detection.

    Cherry-picked from 251f551a5fe8fe05cdc8c9b9cfad357245b39bb9

    Change-Id: I3c7366c69b10c202c0511126fbee6b3aac36759e
    Closes-Bug: #1451559