First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi,
I have same issue with Pike and Centos7. I deployed with Kolla.
Failed to update device 176307e6-1379-479e-b7c8-1198412b4a51 down: AgentNotFoundByTypeHost: Agent with agent_type=L3 agent and host=compute02 could not be found
openstack network agent list --agent-type l3
+--------------------------------------+------------+--------+-------------------+-------+-------+------------------+
| ID | Agent Type | Host | Availability Zone | Alive | State | Binary |
+--------------------------------------+------------+--------+-------------------+-------+-------+------------------+
| 8f3e7781-15f5-4596-b496-125d9188cd34 | L3 agent | ctrl01 | nova | :-) | UP | neutron-l3-agent |
| a3bd673b-84a8-48c5-a5d5-ed7411dd664f | L3 agent | ctrl02 | nova | :-) | UP | neutron-l3-agent |
| a4c00ca3-54d5-4e07-adf5-3f866a0d2a88 | L3 agent | ctrl03 | nova | :-) | UP | neutron-l3-agent |
+--------------------------------------+------------+--------+-------------------+-------+-------+------------------+
But I use OVS so I think the issue is about neutron code or ml2 but not with linuxbridge or OVS code.