+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-04-08 14:19:18.106 1 INFO neutron.common.config [-] Logging enabled! 2026-04-08 14:19:18.106 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-04-08 14:19:18.106 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-08 14:19:18.106 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-08 14:19:19.504 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-08 14:19:19.506 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-08 14:19:19.509 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-08 14:19:19.510 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-08 14:19:19.510 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-08 14:19:19.510 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-08 14:19:19.510 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-08 14:19:19.516 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-08 14:19:19.516 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-08 14:19:19.516 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-08 14:19:19.535 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-08 14:19:19.536 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-08 14:19:19.536 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-08 14:19:19.554 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-08 14:19:19.554 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-08 14:19:19.554 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-08 14:19:19.554 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-08 14:19:19.833 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing driver for type 'vlan' 2026-04-08 14:19:19.974 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] VlanTypeDriver initialization complete 2026-04-08 14:19:19.974 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing driver for type 'vxlan' 2026-04-08 14:19:19.975 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-08 14:19:20.023 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-08 14:19:20.024 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-08 14:19:20.024 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing extension driver 'port_security' 2026-04-08 14:19:20.024 1 INFO neutron.plugins.ml2.extensions.port_security [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-08 14:19:20.024 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing extension driver 'qos' 2026-04-08 14:19:20.025 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-08 14:19:20.025 1 INFO neutron.plugins.ml2.managers [None req-a9e436aa-d5b4-4c86-8008-8eb2ff74b0a1 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-08 14:19:20.038 1 INFO neutron.quota [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded quota_driver: . 2026-04-08 14:19:20.039 1 INFO neutron.plugins.ml2.plugin [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Modular L2 Plugin initialization complete 2026-04-08 14:19:20.039 1 INFO neutron.plugins.ml2.managers [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-08 14:19:20.039 1 INFO neutron.plugins.ml2.managers [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-08 14:19:20.039 1 INFO neutron.plugins.ml2.managers [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Got port-security extension from driver 'port_security' 2026-04-08 14:19:20.039 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: qos 2026-04-08 14:19:20.050 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: router 2026-04-08 14:19:20.084 1 INFO neutron.services.service_base [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-08 14:19:20.085 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: segments 2026-04-08 14:19:20.148 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: trunk 2026-04-08 14:19:20.161 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: vpnaas 2026-04-08 14:19:20.192 1 WARNING stevedore.named [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-08 14:19:20.275 1 INFO neutron_vpnaas.services.vpn.plugin [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-08 14:19:20.276 1 INFO neutron.common.utils [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-08 14:19:20.276 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: taas 2026-04-08 14:19:20.300 1 WARNING stevedore.named [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-08 14:19:20.300 1 WARNING stevedore.named [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-08 14:19:20.328 1 INFO neutron_taas.services.taas.taas_plugin [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-08 14:19:20.328 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: tapmirror 2026-04-08 14:19:20.341 1 WARNING stevedore.named [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-08 14:19:20.341 1 WARNING stevedore.named [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-08 14:19:20.358 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-08 14:19:20.358 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: auto_allocate 2026-04-08 14:19:20.364 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: tag 2026-04-08 14:19:20.371 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: timestamp 2026-04-08 14:19:20.373 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: network_ip_availability 2026-04-08 14:19:20.377 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: flavors 2026-04-08 14:19:20.380 1 INFO neutron.manager [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loading Plugin: revisions 2026-04-08 14:19:20.383 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Initializing extension manager. 2026-04-08 14:19:20.384 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: address-group 2026-04-08 14:19:20.385 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: address-scope 2026-04-08 14:19:20.386 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-08 14:19:20.386 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: agent 2026-04-08 14:19:20.387 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: agent-resources-synced 2026-04-08 14:19:20.388 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: allowed-address-pairs 2026-04-08 14:19:20.388 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: auto-allocated-topology 2026-04-08 14:19:20.389 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: availability_zone 2026-04-08 14:19:20.389 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: availability_zone_filter 2026-04-08 14:19:20.390 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-08 14:19:20.390 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: default-subnetpools 2026-04-08 14:19:20.391 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-08 14:19:20.392 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: dns-integration 2026-04-08 14:19:20.392 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: dns-domain-ports 2026-04-08 14:19:20.393 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-08 14:19:20.393 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: dvr 2026-04-08 14:19:20.395 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-08 14:19:20.395 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: empty-string-filtering 2026-04-08 14:19:20.396 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-08 14:19:20.396 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-08 14:19:20.396 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: external-net 2026-04-08 14:19:20.397 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-08 14:19:20.397 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: extraroute 2026-04-08 14:19:20.398 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: extraroute-atomic 2026-04-08 14:19:20.398 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-08 14:19:20.399 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-08 14:19:20.399 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-08 14:19:20.399 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-08 14:19:20.400 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: fip-port-details 2026-04-08 14:19:20.401 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: flavors 2026-04-08 14:19:20.403 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-08 14:19:20.404 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: floatingip-pools 2026-04-08 14:19:20.404 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: ip_allocation 2026-04-08 14:19:20.405 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: ip-substring-filtering 2026-04-08 14:19:20.405 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: l2_adjacency 2026-04-08 14:19:20.406 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: router 2026-04-08 14:19:20.409 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-08 14:19:20.409 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-08 14:19:20.410 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-08 14:19:20.410 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: ext-gw-mode 2026-04-08 14:19:20.411 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: l3-ha 2026-04-08 14:19:20.411 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-08 14:19:20.411 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-08 14:19:20.412 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: l3-flavors 2026-04-08 14:19:20.412 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-08 14:19:20.413 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-08 14:19:20.415 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-08 14:19:20.416 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-08 14:19:20.416 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-08 14:19:20.417 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-08 14:19:20.418 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-08 14:19:20.419 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: multi-provider 2026-04-08 14:19:20.419 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: net-mtu 2026-04-08 14:19:20.419 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: net-mtu-writable 2026-04-08 14:19:20.420 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: network_availability_zone 2026-04-08 14:19:20.420 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: network_ha 2026-04-08 14:19:20.421 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: network-ip-availability 2026-04-08 14:19:20.422 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-08 14:19:20.422 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: pagination 2026-04-08 14:19:20.422 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-device-profile 2026-04-08 14:19:20.423 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-08 14:19:20.423 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-08 14:19:20.424 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-08 14:19:20.424 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-mac-override 2026-04-08 14:19:20.425 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-08 14:19:20.425 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-08 14:19:20.425 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-08 14:19:20.426 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-resource-request 2026-04-08 14:19:20.426 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-resource-request-groups 2026-04-08 14:19:20.427 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-08 14:19:20.427 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: binding 2026-04-08 14:19:20.428 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: binding-extended 2026-04-08 14:19:20.428 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-security 2026-04-08 14:19:20.428 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: project-id 2026-04-08 14:19:20.429 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: provider 2026-04-08 14:19:20.429 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-08 14:19:20.431 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos 2026-04-08 14:19:20.432 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-08 14:19:20.432 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-08 14:19:20.433 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-default 2026-04-08 14:19:20.434 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-fip 2026-04-08 14:19:20.434 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-08 14:19:20.435 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-gateway-ip 2026-04-08 14:19:20.435 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-port-network-policy 2026-04-08 14:19:20.436 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-pps-minimum 2026-04-08 14:19:20.436 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-08 14:19:20.437 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-pps 2026-04-08 14:19:20.437 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-rule-type-details 2026-04-08 14:19:20.438 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-08 14:19:20.438 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: qos-rules-alias 2026-04-08 14:19:20.439 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: quota-check-limit 2026-04-08 14:19:20.439 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: quota-check-limit-default 2026-04-08 14:19:20.441 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: quotas 2026-04-08 14:19:20.444 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: quota_details 2026-04-08 14:19:20.445 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: rbac-policies 2026-04-08 14:19:20.445 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: rbac-address-group 2026-04-08 14:19:20.446 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: rbac-address-scope 2026-04-08 14:19:20.446 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: rbac-security-groups 2026-04-08 14:19:20.447 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: rbac-subnetpool 2026-04-08 14:19:20.447 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: revision-if-match 2026-04-08 14:19:20.448 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: standard-attr-revisions 2026-04-08 14:19:20.448 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: router_availability_zone 2026-04-08 14:19:20.449 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-08 14:19:20.450 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: security-groups-default-rules 2026-04-08 14:19:20.450 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-08 14:19:20.451 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-08 14:19:20.451 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-08 14:19:20.452 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-08 14:19:20.452 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-08 14:19:20.456 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: security-group 2026-04-08 14:19:20.457 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: segment 2026-04-08 14:19:20.457 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-08 14:19:20.458 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: service-type 2026-04-08 14:19:20.458 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: sorting 2026-04-08 14:19:20.458 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: standard-attr-segment 2026-04-08 14:19:20.459 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: standard-attr-description 2026-04-08 14:19:20.459 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: stateful-security-group 2026-04-08 14:19:20.460 1 WARNING neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-08 14:19:20.460 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-08 14:19:20.461 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: subnet-external-network 2026-04-08 14:19:20.461 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: subnet_onboard 2026-04-08 14:19:20.462 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-08 14:19:20.462 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: subnet-service-types 2026-04-08 14:19:20.463 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: subnet_allocation 2026-04-08 14:19:20.463 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-08 14:19:20.464 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: tag-creation 2026-04-08 14:19:20.464 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-08 14:19:20.467 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: standard-attr-tag 2026-04-08 14:19:20.468 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-08 14:19:20.468 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: trunk 2026-04-08 14:19:20.469 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: trunk-details 2026-04-08 14:19:20.469 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-08 14:19:20.470 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-08 14:19:20.470 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-08 14:19:20.471 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-08 14:19:20.472 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-08 14:19:20.473 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-08 14:19:20.474 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: vpn-flavors 2026-04-08 14:19:20.475 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: vpnaas 2026-04-08 14:19:20.476 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: taas 2026-04-08 14:19:20.477 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: tap-mirror 2026-04-08 14:19:20.477 1 INFO neutron.api.extensions [None req-fbae875d-ff84-4bfb-a87b-8ff35fee5eac - - - - - -] Loaded extension: taas-vlan-filter 2026-04-08 14:19:50.564 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-08 14:19:50.605 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-08 14:19:50.605 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-08 14:20:03.548 13 INFO neutron.db.l3_hamode_db [None req-e1472ef1-d272-47e5-8fff-3451f70de58c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-08 14:47:31.494 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.494 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 2 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.514 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.515 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 3 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.521 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.522 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 2 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.536 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.536 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 4 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.542 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.542 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 3 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.555 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.555 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 5 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.564 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.565 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 4 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.576 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.576 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 6 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.588 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.588 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 5 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.595 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.595 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 7 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.609 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.609 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 6 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.615 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.615 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 8 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.631 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.631 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 7 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.637 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.637 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 9 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.651 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.651 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 8 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.660 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.661 16 INFO neutron.plugins.ml2.plugin [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Attempt 10 to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:31.680 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.681 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 9 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.685 16 ERROR neutron.plugins.ml2.managers [None req-c295cbbb-b340-4bcb-bb59-46b1d4db77d5 - - - - - -] Failed to bind port 68d46d47-27dd-4558-a39d-dbe4d2664d0d on host instance for vnic_type normal using segments [{'id': '9443c784-5a67-40ac-8acd-61c0a5ef7f47', 'network_type': 'flat', 'physical_network': 'external', 'segmentation_id': None, 'network_id': '879a137d-7e4a-46ff-87a0-04bd0801056b'}] 2026-04-08 14:47:31.704 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:31.704 13 INFO neutron.plugins.ml2.plugin [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Attempt 10 to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:31.727 13 ERROR neutron.plugins.ml2.managers [None req-c148802f-1d67-425a-9c2c-14ad353d19ba - - - - - -] Failed to bind port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe on host instance for vnic_type normal using segments [{'id': 'e3399ac9-c940-4bda-9199-23a83d10f61b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 744, 'network_id': '4ab58ead-c476-42a9-87aa-474bb2dee257'}] 2026-04-08 14:47:49.900 13 INFO neutron.plugins.ml2.plugin [None req-4e90dcdf-c5bf-4b6d-a1fc-be65928190c0 - - - - - -] Attempt 1 to provision port 68d46d47-27dd-4558-a39d-dbe4d2664d0d 2026-04-08 14:47:50.149 13 INFO neutron.plugins.ml2.plugin [None req-4e90dcdf-c5bf-4b6d-a1fc-be65928190c0 - - - - - -] Attempt 1 to provision port 8ad15342-e8b1-4335-bd1a-b4b3821e87fe 2026-04-08 14:47:50.169 13 INFO neutron.plugins.ml2.plugin [None req-4e90dcdf-c5bf-4b6d-a1fc-be65928190c0 - - - - - -] Attempt 1 to provision port 84cea13b-4e2d-4bc8-a656-0638d08eff75 2026-04-08 14:53:34.121 13 INFO neutron.plugins.ml2.plugin [None req-1e828d69-f49c-43f9-988e-e3724da43489 - - - - - -] Attempt 1 to provision port 1988e446-df80-4967-8c15-8a8b1645e7cd 2026-04-08 14:53:35.343 13 INFO neutron.plugins.ml2.plugin [None req-c3a07de0-ff6a-4993-a5e6-de4f08c64ce1 - - - - - -] Attempt 1 to provision port 6ffee758-8e65-4f90-9b3d-144332e28272 2026-04-08 14:53:35.379 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.380 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 2 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.394 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.394 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 3 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.408 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.408 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 4 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.424 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.424 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 5 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.438 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.439 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 6 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.454 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.455 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 7 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.470 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.470 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 8 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.485 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.485 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 9 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.499 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.500 16 INFO neutron.plugins.ml2.plugin [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Attempt 10 to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 2026-04-08 14:53:35.514 16 ERROR neutron.plugins.ml2.managers [None req-1faf6be1-4c9d-4af9-8c01-ccf5b22fa455 - - - - - -] Failed to bind port e466e0c5-35e9-4cef-9d45-7e433be33144 on host instance for vnic_type normal using segments [{'id': '3a81084e-379e-4de1-a288-8e26023eecc9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 353, 'network_id': '87a1d9ca-c826-4cea-aa19-a0855946798d'}] 2026-04-08 14:53:35.703 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.703 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 2 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.723 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.723 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 3 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.741 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.742 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 4 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.761 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.761 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 5 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.781 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.782 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 6 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.806 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.806 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 7 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.831 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.832 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 8 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.860 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.860 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 9 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.877 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:35.878 13 INFO neutron.plugins.ml2.plugin [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Attempt 10 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:53:35.897 13 ERROR neutron.plugins.ml2.managers [None req-fc000e12-7373-4f46-8826-fde5615e90a6 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:53:36.503 13 INFO neutron.plugins.ml2.plugin [None req-61e53557-2d29-4e48-bad7-60c13569c0dc - - - - - -] Attempt 1 to provision port 406e93b3-3c28-4c33-b6e6-99aaeaab2ab3 2026-04-08 14:53:36.948 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:36.948 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 2 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:36.964 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:36.965 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 3 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:36.980 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:36.980 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 4 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:36.998 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:36.998 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 5 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:37.017 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:37.018 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 6 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:37.032 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:37.033 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 7 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:37.050 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:37.050 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 8 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:37.069 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:37.069 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 9 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:37.087 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:37.087 16 INFO neutron.plugins.ml2.plugin [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Attempt 10 to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f 2026-04-08 14:53:37.107 16 ERROR neutron.plugins.ml2.managers [None req-9bb2296c-41a7-4a8f-a02d-fa0d710bfbfe - - - - - -] Failed to bind port ffda00a4-a961-4b67-86e1-8205ffb9250f on host instance for vnic_type normal using segments [{'id': 'ec1b549b-4b3c-4da6-b314-93c1a9fd0df9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 894, 'network_id': 'a93a7250-03ec-4a79-af3c-7eed4a682319'}] 2026-04-08 14:53:40.398 13 INFO neutron.plugins.ml2.plugin [None req-5d5e352c-b210-46d9-91dc-685b3e21cce7 - - - - - -] Attempt 1 to provision port 83871583-a15d-4cd5-9e61-efa45dd3f38d 2026-04-08 14:53:41.488 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.488 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 2 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.507 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.507 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 3 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.528 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.528 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 4 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.547 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.548 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 5 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.568 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.568 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 6 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.602 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.602 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 7 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.630 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.631 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 8 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.659 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.659 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 9 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.685 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:41.686 13 INFO neutron.plugins.ml2.plugin [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Attempt 10 to bind port 142373a2-cfb7-494a-9bf7-7798c722666b 2026-04-08 14:53:41.713 13 ERROR neutron.plugins.ml2.managers [None req-328559f6-0c8c-4c8d-917b-769d77c5bab7 - - - - - -] Failed to bind port 142373a2-cfb7-494a-9bf7-7798c722666b on host instance for vnic_type normal using segments [{'id': '620fe763-b1bf-4797-b84a-e89538f53846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 395, 'network_id': 'bcc6dd80-0306-4be3-82de-b19633bc5160'}] 2026-04-08 14:53:46.943 13 INFO neutron.plugins.ml2.plugin [None req-7bc969dc-3243-45c4-a2e7-457b44303272 - - - - - -] Attempt 1 to provision port f878fe1c-baef-4473-a864-f579f7515d85 2026-04-08 14:53:47.533 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.533 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 2 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.551 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.551 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 3 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.566 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.567 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 4 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.584 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.585 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 5 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.608 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.608 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 6 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.625 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.625 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 7 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.649 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.649 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 8 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.670 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.671 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 9 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.690 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:53:47.690 16 INFO neutron.plugins.ml2.plugin [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Attempt 10 to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 2026-04-08 14:53:47.708 16 ERROR neutron.plugins.ml2.managers [None req-e8633f89-ea47-410e-aafe-8679c40b5422 - - - - - -] Failed to bind port ee333ab8-fe6d-4670-8db3-65ec9e4545d3 on host instance for vnic_type normal using segments [{'id': '97e28bb6-15f2-4bca-8296-d9a557e44513', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 887, 'network_id': '0c85fd1e-f2da-4aed-a494-bcc5a405efbe'}] 2026-04-08 14:54:02.316 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.316 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 2 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.341 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.341 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 3 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.364 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.364 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 4 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.383 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.384 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 5 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.401 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.401 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 6 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.421 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.421 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 7 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.439 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.439 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 8 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.461 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.461 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 9 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.478 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:02.478 16 INFO neutron.plugins.ml2.plugin [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Attempt 10 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:02.498 16 ERROR neutron.plugins.ml2.managers [None req-1386637b-9851-40a9-bcc9-1a3aa48a65d9 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.111 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.111 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 2 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.130 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.131 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 3 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.149 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.150 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 4 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.174 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.174 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 5 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.196 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.197 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 6 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.217 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.218 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 7 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.236 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.236 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 8 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.256 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.257 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 9 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.280 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:06.280 16 INFO neutron.plugins.ml2.plugin [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Attempt 10 to bind port 9a2f429a-a129-4729-9cce-32ee01403894 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0b64b4a2-b20a-4851-84c2-2b6338b9010f could not be found. 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0b64b4a2-b20a-4851-84c2-2b6338b9010f could not be found. 2026-04-08 14:54:06.289 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:06.292 16 ERROR neutron.plugins.ml2.managers [None req-2cdffac4-a9b1-4497-a372-b091076cc020 - - - - - -] Failed to bind port 9a2f429a-a129-4729-9cce-32ee01403894 on host instance for vnic_type normal using segments [{'id': '1e8e04eb-c239-451a-9544-e8d7c8709ada', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '8c1206ea-0e5e-4b7a-9ac9-1080017b0ce3'}] 2026-04-08 14:54:07.938 13 INFO neutron.plugins.ml2.plugin [None req-52730580-bdeb-4963-9316-f2563ca40539 - - - - - -] Attempt 1 to provision port efe102d5-8cc9-4f4e-a0e0-583970d6ceac 2026-04-08 14:54:08.645 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.645 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 2 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.664 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.664 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 3 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.684 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.684 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 4 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.701 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.701 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 5 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.721 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.721 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 6 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.736 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.737 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 7 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.751 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.752 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 8 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.791 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.791 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 9 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.808 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:08.809 16 INFO neutron.plugins.ml2.plugin [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Attempt 10 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:08.826 16 ERROR neutron.plugins.ml2.managers [None req-fba4683d-092e-43eb-b3c5-02b14d71b9f4 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:11.168 16 INFO neutron.plugins.ml2.plugin [None req-7bb51f6b-d8c5-4a55-b374-7e246cc6bdcb - - - - - -] Attempt 1 to provision port e51dadc5-d62e-4bf9-9782-1995fd9214b7 2026-04-08 14:54:11.966 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:11.966 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 2 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:11.981 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:11.981 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 3 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:11.999 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:11.999 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 4 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.022 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:12.022 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 5 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.039 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:12.039 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 6 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.057 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:12.057 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 7 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.073 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:12.073 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 8 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.098 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:12.098 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 9 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.116 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:12.116 13 INFO neutron.plugins.ml2.plugin [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Attempt 10 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:12.140 13 ERROR neutron.plugins.ml2.managers [None req-d790f018-db79-41d1-ac8b-2f8f6930aaed - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:16.213 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.214 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 2 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.233 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.233 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 3 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.252 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.252 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 4 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.271 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.271 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 5 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.289 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.289 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 6 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.311 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.311 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 7 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.333 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.333 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 8 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.361 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.361 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 9 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.387 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:16.387 13 INFO neutron.plugins.ml2.plugin [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Attempt 10 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:16.417 13 ERROR neutron.plugins.ml2.managers [None req-d24ece12-1b13-4660-a0fe-3178c0698421 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:20.567 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.568 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 2 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.586 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.587 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 3 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.608 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.609 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 4 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.629 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.630 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 5 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.650 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.651 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 6 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.676 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.676 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 7 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.699 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.699 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 8 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.720 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.721 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 9 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.746 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:20.746 13 INFO neutron.plugins.ml2.plugin [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Attempt 10 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:20.768 13 ERROR neutron.plugins.ml2.managers [None req-9e526e73-bb92-4a05-86ca-267b5a9b029c - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:30.291 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.291 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 2 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.310 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.310 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 3 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.328 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.328 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 4 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.346 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.346 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 5 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.364 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.364 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 6 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.385 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.385 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 7 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.404 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.404 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 8 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.423 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.423 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 9 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.439 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.439 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 10 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:30.458 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [{'id': '00ba911a-74c7-450d-b448-1a28bab21495', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 372, 'network_id': 'd22a6c5a-4b9c-43f6-9187-1c9fe218333f'}] 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:30.993 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:30.995 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:30.995 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 2 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.002 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.003 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.003 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 3 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.008 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.010 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.010 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 4 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.015 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.016 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.017 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 5 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.024 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.025 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.025 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 6 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.034 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.036 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.036 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 7 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.043 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.044 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.045 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 8 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.050 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.051 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.051 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 9 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.059 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.060 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:31.061 16 INFO neutron.plugins.ml2.plugin [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Attempt 10 to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e8ed391d-af48-4aa2-aaab-19582ac9ecef could not be found. 2026-04-08 14:54:31.068 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:31.069 16 ERROR neutron.plugins.ml2.managers [None req-72d50c70-1e09-461b-a8af-ad58cade6197 - - - - - -] Failed to bind port 8cd37553-30ce-44dc-807e-fd0ba85b6d49 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:32.488 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.488 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 2 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.511 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.512 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 3 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.532 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.533 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 4 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.552 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.552 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 5 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.575 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.575 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 6 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.596 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.596 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 7 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.617 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.617 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 8 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.638 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.638 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 9 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.655 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:32.656 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 10 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:32.673 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [{'id': 'd3fd4a0a-c3bf-4c24-bd75-f4ce9bda9731', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 717, 'network_id': '028d4990-4478-444a-a53f-3e61cc96d0b5'}] 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.203 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.206 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.206 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 2 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.212 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.213 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.213 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 3 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.218 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.219 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.219 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 4 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.224 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.225 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.225 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 5 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.230 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.231 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.231 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 6 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.235 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.236 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.236 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 7 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.241 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.242 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.242 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 8 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.247 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.248 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.248 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 9 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.252 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.253 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:33.253 13 INFO neutron.plugins.ml2.plugin [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Attempt 10 to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fd905ee-e3dc-40a8-bb0e-1511939c2578 could not be found. 2026-04-08 14:54:33.258 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:33.259 13 ERROR neutron.plugins.ml2.managers [None req-b88650a1-4aaa-4145-9feb-b33ca4b150f3 - - - - - -] Failed to bind port 9f823954-6ee0-427c-86b4-fb133f7af9c4 on host instance for vnic_type normal using segments [] 2026-04-08 14:54:34.929 16 INFO neutron.plugins.ml2.plugin [None req-e29272a4-d9cc-4216-9545-6ee6d4aadd67 - - - - - -] Attempt 1 to provision port 63844cac-4726-4a91-8efa-6e085257e4bb 2026-04-08 14:54:35.659 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.660 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 2 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.680 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.680 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 3 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.699 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.700 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 4 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.721 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.721 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 5 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.741 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.741 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 6 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.761 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.761 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 7 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.780 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.781 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 8 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.803 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.804 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 9 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.821 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:35.822 16 INFO neutron.plugins.ml2.plugin [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Attempt 10 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:35.841 16 ERROR neutron.plugins.ml2.managers [None req-38b4a675-06d3-4874-8867-72dc2e1292b8 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.856 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.856 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 2 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:42.875 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.876 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 3 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:42.897 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.897 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 4 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:42.918 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.918 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 5 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:42.944 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.944 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 6 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:42.972 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.972 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 7 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:42.998 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:42.998 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 8 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:43.038 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:43.038 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 9 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:43.058 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:43.059 13 INFO neutron.plugins.ml2.plugin [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Attempt 10 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:43.089 13 ERROR neutron.plugins.ml2.managers [None req-9cd371cf-6677-442d-bd2b-a2592cd41381 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:52.099 16 INFO neutron.plugins.ml2.plugin [None req-e93ff3fb-a79e-4ec4-9a1c-165148c90dce - - - - - -] Attempt 1 to provision port ee60af5e-c837-4a12-8087-e04ba52370a3 2026-04-08 14:54:52.788 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.789 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 2 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.806 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.806 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 3 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.824 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.824 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 4 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.847 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.848 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 5 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.872 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.873 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 6 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.893 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.893 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 7 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.911 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.912 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 8 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.929 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.929 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 9 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.950 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:52.950 13 INFO neutron.plugins.ml2.plugin [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Attempt 10 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:52.965 13 ERROR neutron.plugins.ml2.managers [None req-36c89f11-71c8-4f47-8222-14ace881f70b - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:55.603 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.603 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 2 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.621 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.622 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 3 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.657 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.657 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 4 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.680 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.680 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 5 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.706 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.706 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 6 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.740 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.740 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 7 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.754 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.754 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 8 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.767 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.768 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 9 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 89db76c0-ee13-4be9-8cdb-9bd4f8a62d19 could not be found. 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 89db76c0-ee13-4be9-8cdb-9bd4f8a62d19 could not be found. 2026-04-08 14:54:55.774 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:55.775 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:55.775 16 INFO neutron.plugins.ml2.plugin [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Attempt 10 to bind port fa2973da-6127-47a0-af39-089b84875acb 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 89db76c0-ee13-4be9-8cdb-9bd4f8a62d19 could not be found. 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 89db76c0-ee13-4be9-8cdb-9bd4f8a62d19 could not be found. 2026-04-08 14:54:55.781 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:54:55.782 16 ERROR neutron.plugins.ml2.managers [None req-30a08389-12d0-4360-9d7c-f803bdcec021 - - - - - -] Failed to bind port fa2973da-6127-47a0-af39-089b84875acb on host instance for vnic_type normal using segments [{'id': '61f5680d-6b06-44ee-b18e-38d7d35fcee1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 301, 'network_id': '6b3ec00f-deed-4934-9703-8114a75c7b57'}] 2026-04-08 14:54:57.826 13 INFO neutron.plugins.ml2.plugin [None req-723a575f-d736-42b6-bfba-ca94033ad52a - - - - - -] Attempt 1 to provision port a007a54e-3da9-46b5-8210-727ed33f7be8 2026-04-08 14:54:59.824 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.824 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 2 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.844 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.844 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 3 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.863 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.863 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 4 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.885 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.885 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 5 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.901 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.901 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 6 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.920 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.920 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 7 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.942 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.942 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 8 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.972 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.973 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 9 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:54:59.997 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:54:59.998 13 INFO neutron.plugins.ml2.plugin [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Attempt 10 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:00.028 13 ERROR neutron.plugins.ml2.managers [None req-fa341268-da7d-484c-b60a-46d15f33755a - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:08.451 16 INFO neutron.plugins.ml2.plugin [None req-91918148-8260-4355-b01b-4fb7a74b3bba - - - - - -] Attempt 1 to provision port a4712427-914e-44d1-8777-4371e86cf526 2026-04-08 14:55:13.793 16 INFO neutron.plugins.ml2.plugin [None req-c9142753-b3dd-43a1-acbc-2d677b60ff6b - - - - - -] Attempt 1 to provision port 61bb1e3a-3c32-49c9-8eae-adce9b1beb7b 2026-04-08 14:55:17.687 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.688 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 2 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.709 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.709 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 3 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.734 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.734 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 4 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.757 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.757 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 5 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.782 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.782 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 6 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.804 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.804 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 7 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.827 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.827 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 8 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.850 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.851 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 9 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.875 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:17.876 13 INFO neutron.plugins.ml2.plugin [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Attempt 10 to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f 2026-04-08 14:55:17.899 13 ERROR neutron.plugins.ml2.managers [None req-dad03ebc-e2fd-4798-abd7-2b68c4981d2c - - - - - -] Failed to bind port a73b2c10-27b6-4425-8db5-be8c9f731f4f on host instance for vnic_type normal using segments [{'id': 'b57f6ac8-d67e-4d6f-a5c3-3a6f46662eb6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 822, 'network_id': '99eb7a4f-3d1a-4d6b-9fcb-0b8fb36674cd'}] 2026-04-08 14:55:32.782 13 INFO neutron.plugins.ml2.plugin [None req-9374f13c-96f3-4cb0-8f4f-9bb7d4458ab4 - - - - - -] Attempt 1 to provision port 1b8061e9-bb7c-4fe6-81de-c94c4453287f 2026-04-08 14:55:33.478 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.479 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 2 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.516 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.517 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 3 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.540 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.541 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 4 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.563 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.563 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 5 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.587 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.587 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 6 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.608 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.608 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 7 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.643 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.644 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 8 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.678 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.678 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 9 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.710 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:33.710 16 INFO neutron.plugins.ml2.plugin [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Attempt 10 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:33.749 16 ERROR neutron.plugins.ml2.managers [None req-56e85a7e-3cd8-4a24-968b-4e350b9183eb - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.077 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.077 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 2 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.095 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.096 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 3 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.113 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.114 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 4 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.131 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.131 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 5 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.147 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.147 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 6 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.164 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.164 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 7 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.181 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.181 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 8 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.199 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.200 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 9 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.219 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:41.219 16 INFO neutron.plugins.ml2.plugin [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Attempt 10 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:41.239 16 ERROR neutron.plugins.ml2.managers [None req-d442bd89-3b15-4e49-9007-0a364eacc81b - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:49.767 13 INFO neutron.plugins.ml2.plugin [None req-3eec2e7c-5e21-4931-a7cb-0f88d8706666 - - - - - -] Attempt 1 to provision port 85e4b14b-a630-42ba-8656-65da1dddddaa 2026-04-08 14:55:50.574 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.574 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 2 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.591 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.592 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 3 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.621 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.621 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 4 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.647 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.647 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 5 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.673 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.673 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 6 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.695 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.696 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 7 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.721 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.721 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 8 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.750 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.750 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 9 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.783 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:50.784 13 INFO neutron.plugins.ml2.plugin [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Attempt 10 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:50.805 13 ERROR neutron.plugins.ml2.managers [None req-32ccdcb4-692e-4e6a-a3e1-097bfa408164 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:54.371 13 INFO neutron.plugins.ml2.plugin [None req-31cbb643-31e6-431f-9089-d1696b690b53 - - - - - -] Attempt 1 to provision port 5189dde2-c6d4-4fb1-8430-9285c5c82c94 2026-04-08 14:55:55.387 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.388 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 2 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.404 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.404 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 3 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.424 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.424 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 4 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.441 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.442 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 5 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.457 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.457 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 6 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.475 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.476 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 7 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.502 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.502 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 8 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.518 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.518 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 9 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.536 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.536 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 10 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:55.555 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [{'id': '4276bae3-859c-401a-b0af-1c5bd71cbab0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 571, 'network_id': '872446c1-3d91-4dfe-bb30-156823f4e9cd'}] 2026-04-08 14:55:55.726 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.726 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 2 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.752 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.752 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 3 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.772 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.772 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 4 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.792 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.792 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 5 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.811 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.811 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 6 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.829 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.830 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 7 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.848 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.848 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 8 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.869 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.869 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 9 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.890 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:55.890 13 INFO neutron.plugins.ml2.plugin [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Attempt 10 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:55:55.910 13 ERROR neutron.plugins.ml2.managers [None req-af22431d-106e-418e-854b-659947778303 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.159 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.161 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.161 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 2 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.173 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.174 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.175 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 3 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.184 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.186 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.186 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 4 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.193 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.194 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.194 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 5 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.200 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.201 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.201 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 6 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.224 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.225 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.226 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 7 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.236 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.237 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.237 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 8 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.246 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.248 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.248 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 9 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.258 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.260 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:56.260 16 INFO neutron.plugins.ml2.plugin [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Attempt 10 to bind port 38345c41-83fe-461c-8f58-21d6efff2091 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df587081-a26a-4b3d-bd40-86633bbf110a could not be found. 2026-04-08 14:55:56.267 16 ERROR neutron.plugins.ml2.managers 2026-04-08 14:55:56.268 16 ERROR neutron.plugins.ml2.managers [None req-b4ee8718-97b5-4077-82df-6de511c5fc30 - - - - - -] Failed to bind port 38345c41-83fe-461c-8f58-21d6efff2091 on host instance for vnic_type normal using segments [] 2026-04-08 14:55:58.638 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.639 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 2 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.677 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.677 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 3 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.705 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.706 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 4 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.750 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.750 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 5 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.779 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.780 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 6 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.801 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.802 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 7 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.827 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.827 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 8 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.853 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.853 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 9 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.878 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:55:58.878 13 INFO neutron.plugins.ml2.plugin [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Attempt 10 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:55:58.908 13 ERROR neutron.plugins.ml2.managers [None req-4324adfb-ee85-4010-9b9c-84dbb0423e0f - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:03.407 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.407 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 2 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.425 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.426 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 3 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.443 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.443 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 4 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.460 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.461 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 5 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.478 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.478 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 6 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.504 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.505 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 7 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.519 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.519 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 8 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.534 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.535 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 9 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.549 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:03.549 13 INFO neutron.plugins.ml2.plugin [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Attempt 10 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:03.563 13 ERROR neutron.plugins.ml2.managers [None req-78ae37fe-6668-4951-878b-b6ac335e60c6 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:17.120 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.121 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 2 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.138 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.138 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 3 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.156 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.156 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 4 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.174 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.175 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 5 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.194 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.194 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 6 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.215 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.215 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 7 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.234 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.234 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 8 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.254 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.254 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 9 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.275 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:17.275 16 INFO neutron.plugins.ml2.plugin [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Attempt 10 to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a 2026-04-08 14:56:17.299 16 ERROR neutron.plugins.ml2.managers [None req-a924eb23-bf78-40a1-a899-a71f83cb71f7 - - - - - -] Failed to bind port 1549beb6-4c80-42e4-b9a4-5d1a8408af9a on host instance for vnic_type normal using segments [{'id': '75e6505b-5ac8-4e36-8df2-ebbc96a65f77', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 916, 'network_id': 'b14ed9db-f1b7-44f3-b715-7c0e8ff4a91e'}] 2026-04-08 14:56:18.868 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.868 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 2 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:18.887 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.887 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 3 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:18.916 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.916 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 4 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:18.934 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.935 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 5 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:18.954 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.954 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 6 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:18.973 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.973 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 7 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:18.994 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:18.995 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 8 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.013 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:19.013 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 9 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.038 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:19.039 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 10 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.063 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [{'id': 'a2280093-cbbf-4bb9-b4fd-94bfa204a065', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '12c88ebe-9889-4529-aae2-cb3a8d385ef7'}] 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.616 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.618 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.618 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 2 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.625 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.626 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.626 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 3 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.633 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.634 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.634 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 4 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.641 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.643 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.643 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 5 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.650 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.652 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.652 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 6 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.658 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.659 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.660 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 7 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.671 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.672 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.672 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 8 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.682 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.683 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.683 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 9 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.692 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.693 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:19.694 13 INFO neutron.plugins.ml2.plugin [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Attempt 10 to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 06457c21-0a42-4698-993a-de44413c0456 could not be found. 2026-04-08 14:56:19.700 13 ERROR neutron.plugins.ml2.managers 2026-04-08 14:56:19.701 13 ERROR neutron.plugins.ml2.managers [None req-676c14f4-e233-40a2-b078-8331aae1dbe7 - - - - - -] Failed to bind port 3b3ac8b9-df17-405f-9843-74fce0130a44 on host instance for vnic_type normal using segments [] 2026-04-08 14:56:32.355 16 INFO neutron.plugins.ml2.plugin [None req-e0003125-4ffa-4757-a2f4-554c1029e3ae - - - - - -] Attempt 1 to provision port ea942b86-7468-47fe-bbfd-6eb73cc233d8 2026-04-08 14:56:33.110 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.110 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 2 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.134 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.134 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 3 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.154 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.155 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 4 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.176 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.177 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 5 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.201 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.201 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 6 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.222 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.222 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 7 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.242 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.242 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 8 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.264 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.264 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 9 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.285 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:33.286 16 INFO neutron.plugins.ml2.plugin [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Attempt 10 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:33.312 16 ERROR neutron.plugins.ml2.managers [None req-0a2e04f5-2cdb-4660-a8ab-16e43c3f16da - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.346 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.346 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 2 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.365 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.366 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 3 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.388 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.388 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 4 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.410 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.410 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 5 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.432 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.432 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 6 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.453 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.453 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 7 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.473 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.474 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 8 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.493 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.493 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 9 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.514 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:40.515 16 INFO neutron.plugins.ml2.plugin [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Attempt 10 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:40.536 16 ERROR neutron.plugins.ml2.managers [None req-b6f33e9e-95a1-408e-9226-f8088d43159d - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.719 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.720 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 2 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.742 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.742 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 3 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.761 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.761 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 4 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.778 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.778 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 5 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.794 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.795 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 6 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.817 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.818 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 7 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.837 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.837 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 8 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.867 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.867 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 9 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.886 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:57.887 13 INFO neutron.plugins.ml2.plugin [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Attempt 10 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:57.907 13 ERROR neutron.plugins.ml2.managers [None req-130a8086-5171-478b-a6f1-d1d6c6002534 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.481 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.481 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 2 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.503 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.503 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 3 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.523 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.524 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 4 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.546 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.546 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 5 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.567 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.567 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 6 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.587 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.588 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 7 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.608 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.609 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 8 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.630 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.630 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 9 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.658 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}] 2026-04-08 14:56:59.658 16 INFO neutron.plugins.ml2.plugin [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Attempt 10 to bind port e1dd71bf-368f-440a-9568-4e075989b17e 2026-04-08 14:56:59.681 16 ERROR neutron.plugins.ml2.managers [None req-a16ef107-3308-48f9-a6d6-23ef12f6b5e6 - - - - - -] Failed to bind port e1dd71bf-368f-440a-9568-4e075989b17e on host instance for vnic_type normal using segments [{'id': 'd8c41173-6f69-4dff-9711-d419876185ca', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 479, 'network_id': 'aa9f6cd4-2cfc-4e88-a701-815fc227bf67'}]