Comment 15 for bug 1404743

Revision history for this message
Ryan Moats (rmoats) wrote :

some more clarifications - in the first case, Nova is returning 202 when the FIP is being attached to the instance. 202 typically means that the request is accepted, but hasn't been finished and so I'm thinking that the test case should have some code added to double check that the status of the FIP is active before trying to SSH to it. That would segment the issue.

I'm now thinking the second and third cases are the same - here again, I suspect the test code is hitting a situation it isn't equipped to deal with (multiple/stale ports with the same fixed IP), but I'll need to look at code [the next step] to try and understand the why a bit more