Comment 7 for bug 1365476

Revision history for this message
Mike Smith (michael-smith6) wrote :

I am hitting this issue consistently in my setup currently. I have a multi-node devstack setup with 1 controller, 2 network nodes, and 2 compute nodes. In my script I setup 1 router (HA), 2 networks (one subnet each), and 2 VMs (one on each subnet).

Pings to/from nova VMs fail because the packets are directed to the passive router instance instead of the active router instance. I assume this is from L2 pop since the router has two ports associated with it.

Once I turn off L2 pop on all nodes, my script (and pings) work fine.