Comment 1 for bug 1503183

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

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

commit ea02211402024213b8d8a2c8c967b83ab0010175
Author: Taku Fukushima <email address hidden>
Date: Tue Oct 6 17:58:33 2015 +0900

    Remove allocation_pools in the subnet request against Neutron

    This patch removes the allocation_pools from the request for the subnet
    creation, which is not supposed to contain that field for allocating all
    IP addresses. allocation_pools with null leads the validation error and
    this causes the failures of the endpoint creation.

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