Kuryr should not give allocation_pools in the request to Neutron
Bug #1503183 reported by
Taku Fukushima
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr |
Fix Committed
|
Undecided
|
Taku Fukushima |
Bug Description
Kuryr is filling the "allocation_pools" as None and make a request against Neutron. However, this field should be just left out as None gives you the validation error.
Changed in kuryr: | |
assignee: | nobody → Taku Fukushima (tfukushima) |
Changed in kuryr: | |
status: | New → In Progress |
summary: |
- Kuryr should not give allocation_poosl in the request to Neutron + Kuryr should not give allocation_pools in the request to Neutron |
description: | updated |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/231402 /git.openstack. org/cgit/ openstack/ kuryr/commit/ ?id=ea022114020 24213b8d8a2c8c9 67b83ab0010175
Committed: https:/
Submitter: Jenkins
Branch: master
commit ea0221140202421 3b8d8a2c8c967b8 3ab0010175
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: I3ef43ed32a65cc 885303530a0292d 0c9a84a6d78
Signed-off-by: Taku Fukushima <email address hidden>
Closes-Bug: #1503183