Comment 3 for bug 1545199

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/282021
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=26e268db7923c4deb4c0de32066874b44d441042
Submitter: Jenkins
Branch: master

commit 26e268db7923c4deb4c0de32066874b44d441042
Author: Carl Baldwin <email address hidden>
Date: Thu Feb 18 19:27:30 2016 +0000

    Add use_default_subnetpool to subnet create requests

    This follows up [1] by adding an extension to allow requesting the
    default subnet pool explicitly through the API thus restoring the
    convenience that was lost by removing the automatic default subnetpool
    fallback behavior.

    ApiImpact

    [1] https://review.openstack.org/#/c/279378/

    Change-Id: Ifff57c0485e4727f352b2cc2bd1bdaabd0f1606b
    Related-Bug: #1545199
    Closes-Bug: #1547705