Comment 6 for bug 1367060

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

Reviewed: https://review.openstack.org/120848
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=445e4e20b5756de7b126d54070bd0e9e6d36618b
Submitter: Jenkins
Branch: master

commit 445e4e20b5756de7b126d54070bd0e9e6d36618b
Author: Thang Pham <email address hidden>
Date: Thu Sep 11 13:16:28 2014 -0400

    Check fixed-cidr is within fixed-range-v4

    Creating a network using 'nova network-create' allows the
    creation of fixed IPs that fall outside the fixed-range-v4,
    resulting in invalid fixed IPs. The following patch add a
    check to see if the fixed-cidr subnet is within the
    fixed-range-v4 and throws an exception if it does not.

    Change-Id: I00458b54094d3371da63d22e3356660194e2fb95
    Closes-Bug: #1367060