Comment 3 for bug 1014769

Revision history for this message
Ryan Tidwell (ryan-tidwell) wrote :

Looks like what is happening with floating IP's is that a reference to the project (or tenant) gets left on the DB entry for the floating IP. When I null out the project_id column in the floating IP's table, the auto-assignment of floating IP's succeeds. Looks like nulling out this reference fixes the problem. How is this supposed to work in auto-assign mode? Should the reference to a tenant be removed when a floating IP is released in auto-assign mode? Looks to me like it should.