-1

Creation instance failed with error:

Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance

Controller node has not any errors. There is exception on compute node:

nova.exception.PortBindingFailed: Binding failed for port b70c2f30-f83c-4cae-abf8-98be39a382d5, please check neutron logs for more information.

Neutron's log no errors. neutron config

[linux_bridge]
physical_interface_mappings = provider:ens3

[vxlan]
enable_vxlan = true
local_ip = 10.101.1.46
l2_population = true

[securitygroup]
enable_security_group = true
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver

How can I fix port binding?

2 Answers2

1
  • 1, check the port create successful by openstack port show b70c2f30-f83c-4cae-abf8-98be39a382d5, I guess it's good because of the nova execute PortBinding.
  • 2, check whether the all network component works by openstack network agent list, and check the not works component's log.
  • 3, make sure the all hypervisor are at consistent time.
Victor Lee
  • 2,467
  • 3
  • 19
  • 37
0

did this port created first then try to attach as interface ? if yes pleas check port owner ( project) . Port type you created is normal or direct ?