allow multiple floating-ip on single port if they use different fixed ips and/or external nets
Bug #1057844 reported by
dan wendlandt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
dan wendlandt | ||
Folsom |
Fix Released
|
Medium
|
Gary Kotton | ||
quantum (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Currently the floating IP code will reject an association is there is already a floating IP associated with the port. Really the check should be whether there is a floating IP with that port and fixed ip address. Its valid to have multiple floating Ips on a port if they are for different IPs, as the SNAT of reply traffic is not ambiguous.
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/quantum/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 79 lines (+68/-0)1 file modifieddebian/changelog (+68/-0)
Changed in quantum: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → dan wendlandt (danwent) |
tags: | added: folsom-backport-potential |
summary: |
allow multiple floating-ip on single port if they use different fixed - ips + ips and/or pools |
summary: |
allow multiple floating-ip on single port if they use different fixed - ips and/or pools + ips and/or external nets |
Changed in quantum: | |
milestone: | none → grizzly-1 |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
tags: | removed: folsom-backport-potential |
Changed in quantum (Ubuntu): | |
status: | New → Fix Released |
Changed in quantum (Ubuntu Quantal): | |
status: | New → Confirmed |
tags: | removed: in-stable-folsom |
Changed in quantum: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
IMO, we should also allow multiple floating-ip on single port if they use different routers
https:/ /github. com/openstack/ quantum/ blob/master/ quantum/ db/l3_db. py#L513