Comment 5 for bug 1477475

Revision history for this message
Oleg Bondarev (obondarev) wrote :

Logs from compute node show that br-int did not exist at the moment nova-compute service started: http://paste.openstack.org/show/412381/

Attempt to add interface to br-int was done by nova-compute at 12:54:59.262 while neutron agent started at 12:54:59.229

Not sure if it's fuel who creates br-int or neutron agent (neutron agent will create br-int if not exists but probably fuel creates it beforehand) but clearly it should be created before starting nova-compute on the node.

Generally, nova-compute should not be started until neutron ovs agent (fuel?) creates br-int.

Not sure what can be done on neutron side. Reassigning to fuel-lib