Comment 11 for bug 1444146

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

Reviewed: https://review.openstack.org/194078
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=043656c8f8945b5c236bbd30b460f94e05a5a59d
Submitter: Jenkins
Branch: master

commit 043656c8f8945b5c236bbd30b460f94e05a5a59d
Author: Sudipta Biswas <email address hidden>
Date: Sat Jul 4 15:56:59 2015 +0900

    Determine ip version during subnet create.

    Currently, the default IP version for a subnet-create is IPv4.
    This behavior is wrong when we use a IPv6 subnetpool and
    do not specify the ip version explicitly during the subnet
    create operation.

    This fix proposes to make the neutron client code for subnet
    creation become aware of the subnetpool version. This ensures
    that the proper IP version is sent down to the neutron server
    if the subnet create is requested with a subnetpool.

    Co-Authored-By: Akihiro Motoki <email address hidden>

    Change-Id: I13da0f204e8ce335a2082c7d829bee28ac567c3f
    Closes-bug: 1444146