Comment 5 for bug 1507558

Revision history for this message
Ihar Hrachyshka (ihar-hrachyshka) wrote :

Some notes on the test failure:

- the test attaches a FIP to an instance and then attempt ssh login using the FIP. Agent log does not contain notification traces at the time when FIP is created, and in server log we see:

http://logs.openstack.org/86/234186/3/check/gate-tempest-dsvm-ironic-pxe_ssh/317fd7e/logs/screen-q-svc.txt.gz#_2015-10-19_10_58_10_564

"2015-10-19 10:58:10.564 DEBUG neutron.db.l3_dvr_db [req-e5296590-770b-4ba1-a9d9-156b36f2117c tempest-BaremetalBasicOps-4546358 tempest-BaremetalBasicOps-193221136] Router 5f20788f-ddff-4a7f-bb07-7e564da0b3a9 not found. Just ingore this router. _notify_floating_ip_change /opt/stack/new/neutron/neutron/db/l3_dvr_db.py:706"

Which means that we don't notify the agent, hence FIP is not configured on its side.