Comment 2 for bug 1496727

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

Reviewed: https://review.openstack.org/224479
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=582607236fe2e5a0a1c7c649d1758434d53c0bf9
Submitter: Jenkins
Branch: master

commit 582607236fe2e5a0a1c7c649d1758434d53c0bf9
Author: Taku Fukushima <email address hidden>
Date: Thu Sep 17 17:19:16 2015 +0900

    Fix subnet querying to use the subnet CIDR

    This patch fixes Kuryr not to use the given CIDRs as they are but the
    subnet CIDR. Before applying this patch to Kuryr queried the existing
    subnets with the CIDRs for interfaces in the requests and that led
    duplicated subnets created.

    Change-Id: I8fc4b32ce8a4e016554d8a76e8063e916a69c370
    Signed-off-by: Taku Fukushima <email address hidden>
    Closes-Bug: #1496727