New Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

Judging by the logs, the agent could not fetch the port details from the neutron server as there's no binding for this host:

Missing port_id from device details: 88dfa1d2-a9b9-4060-8b7e-1f1e8a2fa4ae. Details: {'device': '88dfa1d2-a9b9-4060-8b7e-1f1e8a2fa4ae', 'no_active_binding': True}

There are two main reasons why this could happen: either you haven't installed networking-hyperv on your neutron server, or you're using an unsupported network type. Be aware that this agent only supports flat or vlan networks. For anything else, you may use the ovs neutron agent.

Regards, Lucian