Wrong CIDR configuration in subnet will cause all IP-related functions invalid.
Bug #1195974 reported by
wingwj
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
yong sheng gong |
Bug Description
Now there’s no restrict check for CIDR during subnet creation.
If we create a subnet with wrong CIDR address-pool, like 10.0.1.1/24, the IP valid-check will always return False [def _check_subnet_ip() in db_base_
This problem will cause all IP-related functions (like, vm creation in Nova, port creation in Quantum, etc.) fail when a fixed-IP pointed in request.
Thanks~
Changed in neutron: | |
status: | Fix Committed → Fix Released |
tags: | added: grizzly-backport-potential |
Changed in neutron: | |
milestone: | havana-2 → 2013.2 |
tags: | removed: grizzly-backport-potential |
To post a comment you must log in.
Here is the patch I made. Plz check it.
Thanks~