+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-21 20:07:24.265 1 INFO neutron.common.config [-] Logging enabled! 2026-05-21 20:07:24.265 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-21 20:07:24.266 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-21 20:07:24.266 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-21 20:07:25.241 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 20:07:25.244 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-21 20:07:25.246 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-21 20:07:25.247 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 20:07:25.247 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-21 20:07:25.248 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-21 20:07:25.248 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 20:07:25.253 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 20:07:25.253 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 20:07:25.253 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 20:07:25.268 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-21 20:07:25.269 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 20:07:25.269 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-21 20:07:25.300 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-21 20:07:25.300 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-21 20:07:25.300 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-21 20:07:25.300 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-21 20:07:25.307 1 WARNING oslo_policy.policy [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-05-21 20:07:25.585 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing driver for type 'vlan' 2026-05-21 20:07:25.982 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] VlanTypeDriver initialization complete 2026-05-21 20:07:25.982 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing driver for type 'vxlan' 2026-05-21 20:07:25.983 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-21 20:07:26.028 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-21 20:07:26.028 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-21 20:07:26.029 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing extension driver 'port_security' 2026-05-21 20:07:26.029 1 INFO neutron.plugins.ml2.extensions.port_security [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-21 20:07:26.029 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing extension driver 'qos' 2026-05-21 20:07:26.030 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-21 20:07:26.030 1 INFO neutron.plugins.ml2.managers [None req-9b80ae0a-af88-4bd8-a2f4-616afcf7e145 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-21 20:07:26.043 1 INFO neutron.quota [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded quota_driver: . 2026-05-21 20:07:26.044 1 INFO neutron.plugins.ml2.plugin [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-21 20:07:26.044 1 INFO neutron.plugins.ml2.managers [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-21 20:07:26.044 1 INFO neutron.plugins.ml2.managers [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-21 20:07:26.044 1 INFO neutron.plugins.ml2.managers [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-21 20:07:26.045 1 INFO neutron.extensions.vlantransparent [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Disabled vlantransparent extension. 2026-05-21 20:07:26.045 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: qos 2026-05-21 20:07:26.055 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: router 2026-05-21 20:07:26.086 1 INFO neutron.services.service_base [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-21 20:07:26.087 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: segments 2026-05-21 20:07:26.151 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: trunk 2026-05-21 20:07:26.212 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: vpnaas 2026-05-21 20:07:26.252 1 WARNING stevedore.named [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 20:07:26.312 1 INFO neutron_vpnaas.services.vpn.plugin [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-21 20:07:26.313 1 INFO neutron.common.utils [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-21 20:07:26.313 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: auto_allocate 2026-05-21 20:07:26.317 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: tag 2026-05-21 20:07:26.324 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: timestamp 2026-05-21 20:07:26.326 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-21 20:07:26.329 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: flavors 2026-05-21 20:07:26.332 1 INFO neutron.manager [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loading Plugin: revisions 2026-05-21 20:07:26.335 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Initializing extension manager. 2026-05-21 20:07:26.336 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: address-group 2026-05-21 20:07:26.338 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: address-scope 2026-05-21 20:07:26.338 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-21 20:07:26.340 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: agent 2026-05-21 20:07:26.340 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-21 20:07:26.342 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-21 20:07:26.343 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-21 20:07:26.344 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: availability_zone 2026-05-21 20:07:26.345 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-21 20:07:26.345 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-21 20:07:26.346 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: default-subnetpools 2026-05-21 20:07:26.347 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-21 20:07:26.347 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: dns-integration 2026-05-21 20:07:26.348 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-21 20:07:26.348 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-21 20:07:26.349 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: dvr 2026-05-21 20:07:26.349 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-21 20:07:26.350 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-21 20:07:26.350 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 20:07:26.351 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-21 20:07:26.351 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: external-net 2026-05-21 20:07:26.352 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-21 20:07:26.352 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: extraroute 2026-05-21 20:07:26.353 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-21 20:07:26.353 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-21 20:07:26.354 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-21 20:07:26.354 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-21 20:07:26.355 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-21 20:07:26.355 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: fip-port-details 2026-05-21 20:07:26.356 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: flavors 2026-05-21 20:07:26.357 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-21 20:07:26.357 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: floatingip-pools 2026-05-21 20:07:26.358 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: ip_allocation 2026-05-21 20:07:26.358 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-21 20:07:26.359 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: l2_adjacency 2026-05-21 20:07:26.360 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: router 2026-05-21 20:07:26.361 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 20:07:26.362 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-21 20:07:26.362 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: l3-ha 2026-05-21 20:07:26.363 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-21 20:07:26.363 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-21 20:07:26.364 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: l3-flavors 2026-05-21 20:07:26.364 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-21 20:07:26.365 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-21 20:07:26.369 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-21 20:07:26.370 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-21 20:07:26.371 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-21 20:07:26.371 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-21 20:07:26.372 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-21 20:07:26.372 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: multi-provider 2026-05-21 20:07:26.373 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: net-mtu 2026-05-21 20:07:26.373 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-21 20:07:26.374 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: network_availability_zone 2026-05-21 20:07:26.374 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: network_ha 2026-05-21 20:07:26.375 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: network-ip-availability 2026-05-21 20:07:26.376 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-21 20:07:26.376 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: pagination 2026-05-21 20:07:26.377 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-device-profile 2026-05-21 20:07:26.377 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-21 20:07:26.378 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-21 20:07:26.378 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-mac-override 2026-05-21 20:07:26.379 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-21 20:07:26.379 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-21 20:07:26.380 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-resource-request 2026-05-21 20:07:26.380 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-21 20:07:26.381 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: binding 2026-05-21 20:07:26.382 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: binding-extended 2026-05-21 20:07:26.382 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-security 2026-05-21 20:07:26.383 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: project-id 2026-05-21 20:07:26.383 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: provider 2026-05-21 20:07:26.385 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos 2026-05-21 20:07:26.385 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-21 20:07:26.386 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-21 20:07:26.387 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-default 2026-05-21 20:07:26.387 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-fip 2026-05-21 20:07:26.387 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-21 20:07:26.388 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-21 20:07:26.388 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-21 20:07:26.389 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-21 20:07:26.389 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-21 20:07:26.390 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-pps 2026-05-21 20:07:26.391 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-21 20:07:26.391 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-21 20:07:26.392 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-21 20:07:26.392 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: quota-check-limit 2026-05-21 20:07:26.394 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: quotas 2026-05-21 20:07:26.396 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: quota_details 2026-05-21 20:07:26.397 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: rbac-policies 2026-05-21 20:07:26.398 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: rbac-address-group 2026-05-21 20:07:26.398 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-21 20:07:26.399 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-21 20:07:26.399 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-21 20:07:26.400 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: revision-if-match 2026-05-21 20:07:26.400 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-21 20:07:26.401 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: router_availability_zone 2026-05-21 20:07:26.402 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-21 20:07:26.403 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-21 20:07:26.403 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-21 20:07:26.404 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-21 20:07:26.404 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-21 20:07:26.405 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-21 20:07:26.411 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: security-group 2026-05-21 20:07:26.412 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: segment 2026-05-21 20:07:26.413 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-21 20:07:26.413 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: service-type 2026-05-21 20:07:26.414 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: sorting 2026-05-21 20:07:26.417 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-21 20:07:26.418 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: standard-attr-description 2026-05-21 20:07:26.419 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: stateful-security-group 2026-05-21 20:07:26.419 1 WARNING neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-21 20:07:26.420 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-21 20:07:26.420 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: subnet_onboard 2026-05-21 20:07:26.421 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-21 20:07:26.421 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: subnet-service-types 2026-05-21 20:07:26.422 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: subnet_allocation 2026-05-21 20:07:26.422 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-21 20:07:26.423 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-21 20:07:26.426 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-21 20:07:26.426 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-21 20:07:26.427 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: trunk 2026-05-21 20:07:26.428 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: trunk-details 2026-05-21 20:07:26.428 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-21 20:07:26.429 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-21 20:07:26.430 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-21 20:07:26.430 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: vpn-flavors 2026-05-21 20:07:26.432 1 INFO neutron.api.extensions [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Loaded extension: vpnaas 2026-05-21 20:07:26.435 1 INFO oslo_service.service [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Starting 2 workers 2026-05-21 20:07:26.446 1 INFO oslo_service.service [None req-ecd8fc4a-fa5a-4875-bfd9-2140e7929fc4 - - - - - -] Starting 1 workers 2026-05-21 20:08:10.337 9 INFO neutron.db.l3_hamode_db [None req-dcc18a8c-4f5e-4447-8a38-1f9abbafa65b - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 20:08:27.774 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 737f1bc3-a2a5-4592-9820-8673df37437e 2026-05-21 20:08:29.550 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 737f1bc3-a2a5-4592-9820-8673df37437e 2026-05-21 20:08:29.594 10 INFO neutron.plugins.ml2.plugin [None req-58031450-f06b-4484-8e4b-7ac1be7b705d - - - - - -] Attempt 1 to provision port 737f1bc3-a2a5-4592-9820-8673df37437e 2026-05-21 20:13:07.765 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b6451a94-b478-4af9-8a68-563f93ef610a 2026-05-21 20:13:08.552 10 INFO neutron.plugins.ml2.plugin [None req-1d698952-efe6-4b5c-9bb0-a4d212270bc9 - - - - - -] Attempt 1 to provision port b6451a94-b478-4af9-8a68-563f93ef610a 2026-05-21 20:13:09.764 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b6451a94-b478-4af9-8a68-563f93ef610a 2026-05-21 20:13:16.525 9 INFO neutron.plugins.ml2.plugin [None req-42c482a8-a0db-4870-b640-337a439ad1dd - - - - - -] Attempt 1 to provision port c2342c60-b380-425a-b0e1-cf1b5fc2b895 2026-05-21 20:17:08.026 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c2342c60-b380-425a-b0e1-cf1b5fc2b895 2026-05-21 20:17:09.929 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c2342c60-b380-425a-b0e1-cf1b5fc2b895 2026-05-21 20:26:10.316 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 369e601a-f91d-48c5-a43a-cdbb927e6195 2026-05-21 20:26:12.299 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 369e601a-f91d-48c5-a43a-cdbb927e6195 2026-05-21 20:42:31.174 10 INFO neutron.plugins.ml2.plugin [None req-83d6a2ce-e393-4888-9b61-d6ee90f3f45b - - - - - -] Attempt 1 to provision port 27e2af95-0541-4e95-8c98-a34638610b66 2026-05-21 20:42:31.258 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b7f073f8-e399-4cbe-8c4c-83a84f5dbb40 2026-05-21 20:42:31.751 9 INFO neutron.plugins.ml2.plugin [None req-a8437ae5-559b-4662-9cc9-0f044dad0968 - - - - - -] Attempt 1 to provision port 55dd3570-83ea-485f-968a-55e904e62550 2026-05-21 20:42:31.892 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9b169e76-09c5-4e11-a952-6d6a87e74d86 2026-05-21 20:42:32.503 10 INFO neutron.plugins.ml2.plugin [None req-0d49656e-ebf1-40c9-95b8-ea18d72c5412 - - - - - -] Attempt 1 to provision port b7f073f8-e399-4cbe-8c4c-83a84f5dbb40 2026-05-21 20:42:32.580 10 INFO neutron.plugins.ml2.plugin [None req-0d49656e-ebf1-40c9-95b8-ea18d72c5412 - - - - - -] Attempt 1 to provision port 9b169e76-09c5-4e11-a952-6d6a87e74d86 2026-05-21 20:42:33.033 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b7f073f8-e399-4cbe-8c4c-83a84f5dbb40 2026-05-21 20:42:33.727 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9b169e76-09c5-4e11-a952-6d6a87e74d86 2026-05-21 20:42:34.577 10 INFO neutron.plugins.ml2.plugin [None req-8410c2c1-b07b-4855-aecd-9d16cf7404a7 - - - - - -] Attempt 1 to provision port c814478c-0265-40c5-abf3-909190b120e6 2026-05-21 20:42:34.772 9 INFO neutron.plugins.ml2.plugin [None req-0bc11079-a53c-4061-95b2-3b264f6ba223 - - - - - -] Attempt 1 to provision port 3a06b4ca-5747-4ec2-a58e-5eccc1fede35 2026-05-21 20:42:35.248 9 INFO neutron.plugins.ml2.plugin [None req-a0a661b2-4bde-4061-a569-3829609a2715 - - - - - -] Attempt 1 to provision port 3a06b4ca-5747-4ec2-a58e-5eccc1fede35 2026-05-21 20:42:35.697 9 INFO neutron.plugins.ml2.plugin [None req-c1fe4ce5-02bc-4585-a56c-f58ee75d223b - - - - - -] Attempt 1 to provision port c814478c-0265-40c5-abf3-909190b120e6 2026-05-21 20:42:39.369 9 INFO neutron.plugins.ml2.plugin [None req-a6de35dd-9c26-456c-a347-bbb13b7b6954 - - - - - -] Attempt 1 to provision port 5cd6d907-1c15-45e6-b38d-81ea7c2b422c 2026-05-21 20:42:40.429 9 INFO neutron.plugins.ml2.plugin [None req-6a316421-0414-4fe0-87cc-dd164dfc224c - - - - - -] Attempt 1 to provision port 45c7e745-63f8-40ad-a45c-291eed46cf82 2026-05-21 20:42:41.032 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 45c7e745-63f8-40ad-a45c-291eed46cf82 2026-05-21 20:42:42.579 10 INFO neutron.plugins.ml2.plugin [None req-0070816a-6bd4-4a1d-81e9-2b767e9ccb6f - - - - - -] Attempt 1 to provision port c2001d43-0741-47f7-8817-36a9925390f8 2026-05-21 20:42:43.141 9 INFO neutron.plugins.ml2.plugin [None req-22435eba-8147-4d71-9002-26f4d0c370f5 - - - - - -] Attempt 1 to provision port c2001d43-0741-47f7-8817-36a9925390f8 2026-05-21 20:42:45.073 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 877e8b2a-3e50-4084-b390-c2c7fd8a93d8 2026-05-21 20:42:45.682 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 548af43d-a050-4c73-9d04-90c7d9be2de6 2026-05-21 20:42:46.969 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 877e8b2a-3e50-4084-b390-c2c7fd8a93d8 2026-05-21 20:42:47.508 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 548af43d-a050-4c73-9d04-90c7d9be2de6 2026-05-21 20:42:48.559 10 INFO neutron.plugins.ml2.plugin [None req-3616e98c-f4a7-4652-bf14-60427bc13043 - - - - - -] Attempt 1 to provision port 0dfb1403-533f-4b4d-95cf-545fb9acfb98 2026-05-21 20:42:48.722 9 INFO neutron.plugins.ml2.plugin [None req-95adbd9a-29dc-4445-94c6-23f870c4f648 - - - - - -] Attempt 1 to provision port b80b23e1-cb31-4481-b1fc-08ca2b3dac0e 2026-05-21 20:42:49.155 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ef9afbd8-59fd-4c0d-8be9-dfd4b1bc4815 2026-05-21 20:42:49.591 10 INFO neutron.plugins.ml2.plugin [None req-e10012dd-8579-4308-8cd2-3ae5542a969b - - - - - -] Attempt 1 to provision port ef9afbd8-59fd-4c0d-8be9-dfd4b1bc4815 2026-05-21 20:42:49.994 10 INFO neutron.plugins.ml2.plugin [None req-1d161d02-76af-4181-a59e-45fde4c99e1e - - - - - -] Attempt 1 to provision port 6f2592b7-2257-4cbe-a48b-c41e7177b34a 2026-05-21 20:42:51.025 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ef9afbd8-59fd-4c0d-8be9-dfd4b1bc4815 2026-05-21 20:42:52.062 10 INFO neutron.plugins.ml2.plugin [None req-4b3c534b-c307-41db-bc61-d06e4121c616 - - - - - -] Attempt 1 to provision port 6b3c73e4-3e0c-4461-b986-0baa7161f918 2026-05-21 20:42:52.939 10 INFO neutron.plugins.ml2.plugin [None req-bb4adb91-2419-4152-9e8c-1769970b1546 - - - - - -] Attempt 1 to provision port 6b3c73e4-3e0c-4461-b986-0baa7161f918 2026-05-21 20:42:53.214 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d2650190-0418-4137-a3ec-3702e113c455 2026-05-21 20:42:55.036 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d2650190-0418-4137-a3ec-3702e113c455 2026-05-21 20:42:57.141 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6f2592b7-2257-4cbe-a48b-c41e7177b34a 2026-05-21 20:42:57.789 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 0dfb1403-533f-4b4d-95cf-545fb9acfb98 2026-05-21 20:42:57.882 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec6a1701-e2c1-4603-9bce-42562e45d56d'] response: {'server_uuid': '5ed7cd61-53b0-4209-ac0e-4c934c0052d0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6f2592b7-2257-4cbe-a48b-c41e7177b34a', 'code': 200} 2026-05-21 20:42:59.195 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6f2592b7-2257-4cbe-a48b-c41e7177b34a 2026-05-21 20:42:59.535 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 0dfb1403-533f-4b4d-95cf-545fb9acfb98 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:42:59.931 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-de96d26f-4fed-4b70-b6c8-79b08bf70965'] response: {'server_uuid': '4fe9ce1c-14ae-4ca6-9677-538978a36cd5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0dfb1403-533f-4b4d-95cf-545fb9acfb98', 'code': 200} 2026-05-21 20:43:05.388 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6326091d-f0d2-45b0-a6f0-040c1882d2f5 2026-05-21 20:43:05.436 9 INFO neutron.plugins.ml2.plugin [None req-481a0262-7a14-4315-b0bd-58de52215ce3 - - - - - -] Attempt 1 to provision port f522877e-0546-4f66-9f39-4c7ab4eb4368 2026-05-21 20:43:06.140 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 14eaf9f9-3674-4c82-988e-cd45d29e49a2 2026-05-21 20:43:06.492 10 INFO neutron.plugins.ml2.plugin [None req-d5ad3384-5ac2-4c2c-8009-501c7f970b2d - - - - - -] Attempt 1 to provision port 6326091d-f0d2-45b0-a6f0-040c1882d2f5 2026-05-21 20:43:06.999 9 INFO neutron.plugins.ml2.plugin [None req-57e47034-d68b-4810-8b17-8059f2121853 - - - - - -] Attempt 1 to provision port ae767e22-a78b-4120-9782-10c4196ebfe0 2026-05-21 20:43:07.326 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6326091d-f0d2-45b0-a6f0-040c1882d2f5 2026-05-21 20:43:08.818 9 INFO neutron.plugins.ml2.plugin [None req-058e6e9c-9a39-4f83-bab7-406e5b62f334 - - - - - -] Attempt 1 to provision port 61ad2229-7d68-4efe-a882-d12139dd7f63 2026-05-21 20:43:09.310 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d240629e-acbd-40c1-8d30-a40cb470e188 2026-05-21 20:43:09.467 10 INFO neutron.plugins.ml2.plugin [None req-ba08fa85-9a09-44c2-ae06-a4ca00371254 - - - - - -] Attempt 1 to provision port 61ad2229-7d68-4efe-a882-d12139dd7f63 2026-05-21 20:43:11.251 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d240629e-acbd-40c1-8d30-a40cb470e188 2026-05-21 20:43:16.181 9 INFO neutron.plugins.ml2.plugin [None req-6b1d5f27-b094-47a3-882d-0ef7e505d189 - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 2026-05-21 20:43:17.367 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b7c9d853-1103-43a5-8ccb-bfea450def84 2026-05-21 20:43:17.946 9 INFO neutron.plugins.ml2.plugin [None req-c56f598d-b388-46c4-8efd-0869314b5836 - - - - - -] Attempt 1 to provision port 5c9dea75-da1b-4ab4-9522-b9676dc87042 2026-05-21 20:43:18.612 10 INFO neutron.plugins.ml2.plugin [None req-c6fc9b2c-6538-4929-968f-5ab01de8d0af - - - - - -] Attempt 1 to provision port b7c9d853-1103-43a5-8ccb-bfea450def84 2026-05-21 20:43:19.283 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b7c9d853-1103-43a5-8ccb-bfea450def84 2026-05-21 20:43:20.638 10 INFO neutron.plugins.ml2.plugin [None req-415fc49a-5379-4ee6-b9fa-39a866729d85 - - - - - -] Attempt 1 to provision port a6cd11b6-a012-49f9-b907-ce4caf8a0689 2026-05-21 20:43:20.994 10 INFO neutron.plugins.ml2.plugin [None req-7ba417d5-2e46-40a3-9eb8-111a41771e09 - - - - - -] Attempt 1 to provision port 3a961c5e-78cc-4633-97a4-9c25550bcb8b 2026-05-21 20:43:21.222 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 072148a5-79cf-45b2-9e19-efe780abc7b5 2026-05-21 20:43:21.458 9 INFO neutron.plugins.ml2.plugin [None req-18920e5c-32b1-4007-8f71-58b9e44e1c1d - - - - - -] Attempt 1 to provision port a6cd11b6-a012-49f9-b907-ce4caf8a0689 2026-05-21 20:43:22.213 9 INFO neutron.plugins.ml2.plugin [None req-dda72494-f6f2-4c71-a254-4350b6c7453a - - - - - -] Attempt 1 to provision port 072148a5-79cf-45b2-9e19-efe780abc7b5 2026-05-21 20:43:23.372 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 2026-05-21 20:43:24.068 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-eed45ae4-e5fd-443a-af83-95ee94ce5347'] response: {'server_uuid': '2e6a7c18-f5ac-4bd3-9aa1-5394f3d81977', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '68ccb3f3-2c9d-4f85-bae3-c603577a7a50', 'code': 200} 2026-05-21 20:43:24.269 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 072148a5-79cf-45b2-9e19-efe780abc7b5 2026-05-21 20:43:24.666 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ddef6ce3-e4cd-4b34-b464-1a604c5f0dcf 2026-05-21 20:43:24.942 9 INFO neutron.plugins.ml2.plugin [None req-2b967cbe-9fef-40f6-8d77-1b6e03688043 - - - - - -] Attempt 1 to provision port 323a0b5d-3d6f-4d77-be91-acd0a6e5766f 2026-05-21 20:43:25.423 9 INFO neutron.plugins.ml2.plugin [None req-d247cb5a-c2b6-4765-bef6-49eb88d5203a - - - - - -] Attempt 1 to provision port 323a0b5d-3d6f-4d77-be91-acd0a6e5766f 2026-05-21 20:43:25.681 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 2026-05-21 20:43:26.024 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 983b8712-e598-4cd8-b6e9-43f6311e49c0 2026-05-21 20:43:26.692 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ddef6ce3-e4cd-4b34-b464-1a604c5f0dcf 2026-05-21 20:43:27.024 10 INFO neutron.plugins.ml2.plugin [None req-d9da31c3-ccb7-4233-9a3f-e3a3408f1542 - - - - - -] Attempt 1 to provision port ccc77032-a8c3-4ae7-a46b-d0f48494eff0 2026-05-21 20:43:27.519 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 983b8712-e598-4cd8-b6e9-43f6311e49c0 2026-05-21 20:43:29.983 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f522877e-0546-4f66-9f39-4c7ab4eb4368 2026-05-21 20:43:30.333 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 61ad2229-7d68-4efe-a882-d12139dd7f63 2026-05-21 20:43:30.719 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ccc77032-a8c3-4ae7-a46b-d0f48494eff0 2026-05-21 20:43:30.868 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6fe176f-1e75-43c7-b303-5b3fc5db3035'] response: {'server_uuid': 'e6dc3f5d-be27-4642-ae4b-afeca80c82b6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ccc77032-a8c3-4ae7-a46b-d0f48494eff0', 'code': 200} 2026-05-21 20:43:31.640 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ccc77032-a8c3-4ae7-a46b-d0f48494eff0 2026-05-21 20:43:31.844 10 INFO neutron.plugins.ml2.plugin [None req-4af7a4cd-91db-4084-b30d-86e458c6a98d - - - - - -] Attempt 1 to provision port 95979720-3338-4bba-b8c1-bfb807bec2f2 2026-05-21 20:43:32.157 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f522877e-0546-4f66-9f39-4c7ab4eb4368 2026-05-21 20:43:32.457 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 61ad2229-7d68-4efe-a882-d12139dd7f63 2026-05-21 20:43:33.702 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 95979720-3338-4bba-b8c1-bfb807bec2f2 2026-05-21 20:43:33.921 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8c92358-0361-4b0b-93b5-e4f0345e869f'] response: {'server_uuid': '7fb740ad-6d79-44c8-b453-c71bf2ddd20b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95979720-3338-4bba-b8c1-bfb807bec2f2', 'code': 200} 2026-05-21 20:43:35.768 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 95979720-3338-4bba-b8c1-bfb807bec2f2 2026-05-21 20:43:36.269 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f5acb22f-0ad4-476e-9ed2-9f8f2a5f76a9 2026-05-21 20:43:36.535 9 INFO neutron.plugins.ml2.plugin [None req-4d03ac19-77c8-43d4-bcc1-a40cec74397e - - - - - -] Attempt 1 to provision port f5acb22f-0ad4-476e-9ed2-9f8f2a5f76a9 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:43:40.025 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a393085-0fd2-4de1-b525-b0b5f850f11a'] response: {'server_uuid': '7fb740ad-6d79-44c8-b453-c71bf2ddd20b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '95979720-3338-4bba-b8c1-bfb807bec2f2', 'code': 200} 2026-05-21 20:43:40.456 9 INFO neutron.plugins.ml2.plugin [None req-f648353a-c8ff-4a7a-93ba-9c817358abce - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 2026-05-21 20:43:41.644 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 2026-05-21 20:43:43.384 10 INFO neutron.plugins.ml2.plugin [None req-435b3e36-e379-4e43-876c-d67118c90ed8 - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 2026-05-21 20:43:43.734 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 68ccb3f3-2c9d-4f85-bae3-c603577a7a50 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:43:45.915 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-98d85552-453c-441f-bf7b-90c2a5003991'] response: {'server_uuid': '2e6a7c18-f5ac-4bd3-9aa1-5394f3d81977', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '68ccb3f3-2c9d-4f85-bae3-c603577a7a50', 'code': 200} 2026-05-21 20:43:47.854 10 INFO neutron.plugins.ml2.plugin [None req-60f6273d-f61c-4eee-8dc5-e3826c5c6708 - - - - - -] Attempt 1 to provision port bffdedca-e46b-4148-95da-6e909bc484d2 2026-05-21 20:43:47.855 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ae1944f2-b714-4910-b066-ab4a470acce7 2026-05-21 20:43:48.555 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port bffdedca-e46b-4148-95da-6e909bc484d2 2026-05-21 20:43:48.989 10 INFO neutron.plugins.ml2.plugin [None req-551a2f50-136f-46cd-b69e-01ac6f4be686 - - - - - -] Attempt 1 to provision port ae1944f2-b714-4910-b066-ab4a470acce7 2026-05-21 20:43:49.611 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ae1944f2-b714-4910-b066-ab4a470acce7 2026-05-21 20:43:49.950 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port bffdedca-e46b-4148-95da-6e909bc484d2 2026-05-21 20:43:49.976 10 INFO neutron.plugins.ml2.plugin [None req-e01cbbde-308b-47d8-9bab-00321fe20b04 - - - - - -] Attempt 1 to provision port ad7c7118-5759-4145-aced-42325a797acc 2026-05-21 20:43:50.626 9 INFO neutron.plugins.ml2.plugin [None req-62926417-445b-4fe4-82c0-1246b53bb833 - - - - - -] Attempt 1 to provision port ad7c7118-5759-4145-aced-42325a797acc 2026-05-21 20:43:52.086 9 INFO neutron.plugins.ml2.plugin [None req-cf6a5f92-edc5-4a49-9253-1372d015f0e2 - - - - - -] Attempt 1 to provision port c2b1deec-d632-4390-aa88-857e7066493a 2026-05-21 20:43:52.750 9 INFO neutron.plugins.ml2.plugin [None req-70a1dc99-d4ed-4bc1-88c9-4e9dbd98ff71 - - - - - -] Attempt 1 to provision port c2b1deec-d632-4390-aa88-857e7066493a 2026-05-21 20:43:57.461 10 INFO neutron.plugins.ml2.plugin [None req-163dd640-4a4f-45f5-af29-baf0084b4145 - - - - - -] Attempt 1 to provision port b59f1a6c-7ac9-440b-9087-d1bdb5a232c4 2026-05-21 20:43:57.886 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9ff03157-8843-4f05-8ae0-bb4784831ffb 2026-05-21 20:43:58.129 9 INFO neutron.plugins.ml2.plugin [None req-915730a4-a924-42c6-a3c7-6d0c4f588bb7 - - - - - -] Attempt 1 to provision port 9ff03157-8843-4f05-8ae0-bb4784831ffb 2026-05-21 20:43:59.785 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9ff03157-8843-4f05-8ae0-bb4784831ffb 2026-05-21 20:44:00.175 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 0f029b44-90e8-4990-baea-ffab14b448a2 2026-05-21 20:44:00.674 10 INFO neutron.plugins.ml2.plugin [None req-2fc0341e-c521-4b0d-9db7-34139aa07c1d - - - - - -] Attempt 1 to provision port 0f029b44-90e8-4990-baea-ffab14b448a2 2026-05-21 20:44:00.897 9 INFO neutron.plugins.ml2.plugin [None req-8b6c3ba1-f6f2-45c6-af78-d02745ed052c - - - - - -] Attempt 1 to provision port e4338c2e-b232-4f30-9ecf-0bb50c2b8046 2026-05-21 20:44:01.580 9 INFO neutron.plugins.ml2.plugin [None req-5ff73cd9-a1d3-4c0d-9293-c4a7753517c3 - - - - - -] Attempt 1 to provision port e4338c2e-b232-4f30-9ecf-0bb50c2b8046 2026-05-21 20:44:01.670 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 71a447a2-1712-4874-9074-70df2ab2fea9 2026-05-21 20:44:02.147 9 INFO neutron.plugins.ml2.plugin [None req-8855e69e-25a8-4e93-8e22-3e95e9978b6a - - - - - -] Attempt 1 to provision port 208c6a57-242d-4cf5-a0a2-9aae1dec4d4f 2026-05-21 20:44:02.345 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 0f029b44-90e8-4990-baea-ffab14b448a2 2026-05-21 20:44:03.400 10 INFO neutron.plugins.ml2.plugin [None req-d0674b38-b1e0-4771-b2f9-a11030c94502 - - - - - -] Attempt 1 to provision port 208c6a57-242d-4cf5-a0a2-9aae1dec4d4f 2026-05-21 20:44:03.561 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 71a447a2-1712-4874-9074-70df2ab2fea9 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:44:06.680 9 INFO neutron.plugins.ml2.plugin [None req-2578e487-2f55-4a57-b8a4-7c055859f3d3 - - - - - -] Attempt 1 to provision port d67426f9-123e-4818-adee-a74625522da8 2026-05-21 20:44:09.467 10 INFO neutron.plugins.ml2.plugin [None req-a10b1a8a-7c92-48da-9af2-ed4eda4a522c - - - - - -] Attempt 1 to provision port 7e215210-4cde-4194-a218-5b26cc32cd4b 2026-05-21 20:44:09.673 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 7e215210-4cde-4194-a218-5b26cc32cd4b 2026-05-21 20:44:10.048 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d67426f9-123e-4818-adee-a74625522da8 2026-05-21 20:44:10.231 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ccab205-9ee7-4153-8169-2ef6730aa0ee'] response: {'server_uuid': '743de7b7-81d3-4489-8aaa-a9a242723e87', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd67426f9-123e-4818-adee-a74625522da8', 'code': 200} 2026-05-21 20:44:10.416 9 INFO neutron.plugins.ml2.plugin [None req-4fbc23bb-3276-46e4-a6c6-60f5a2d07b88 - - - - - -] Attempt 1 to provision port b29f7540-a7f0-4b54-abd6-a9c4caaf4ad2 2026-05-21 20:44:10.804 9 INFO neutron.plugins.ml2.plugin [None req-3196abcc-22b4-4682-8cdd-fcaab907e745 - - - - - -] Attempt 1 to provision port b29f7540-a7f0-4b54-abd6-a9c4caaf4ad2 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.592 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.595 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.595 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 2 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.625 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.627 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.628 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 3 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.657 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.658 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.659 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 4 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.696 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.698 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.699 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 5 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.718 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 7e215210-4cde-4194-a218-5b26cc32cd4b 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.727 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.728 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.734 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 6 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.761 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.762 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.764 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 7 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.796 10 INFO neutron.plugins.ml2.plugin [None req-35138fb3-f8d2-46e3-b541-6d5886385973 - - - - - -] Attempt 1 to provision port d313c3b0-95b6-47d8-8a2e-5142177fa4d2 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.819 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.821 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.822 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 8 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.891 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.892 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.893 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 9 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.916 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.917 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:11.918 9 INFO neutron.plugins.ml2.plugin [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Attempt 10 to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fbb198ba-5d98-45dc-81dc-c3e7498c1989 could not be found. 2026-05-21 20:44:11.977 9 ERROR neutron.plugins.ml2.managers  2026-05-21 20:44:11.979 9 ERROR neutron.plugins.ml2.managers [None req-e21654c7-8d4b-443d-bb0e-cd352aef3a51 - - - - - -] Failed to bind port 2e66cffe-2e60-481b-98e7-5eda2b57b287 on host instance for vnic_type normal using segments [{'id': '18e6537f-b04f-4187-b8f5-748102268e65', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 618, 'network_id': '78c81bfb-980a-4b9b-aaef-16824fa176c9'}] 2026-05-21 20:44:12.230 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d313c3b0-95b6-47d8-8a2e-5142177fa4d2 2026-05-21 20:44:12.569 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d67426f9-123e-4818-adee-a74625522da8 2026-05-21 20:44:13.656 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d313c3b0-95b6-47d8-8a2e-5142177fa4d2 2026-05-21 20:44:15.741 9 INFO neutron.plugins.ml2.plugin [None req-e5375975-390d-4f33-a521-3007e20a3aad - - - - - -] Attempt 1 to provision port 53672fb9-b98b-42d1-9648-d589365eac97 2026-05-21 20:44:17.603 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b59f1a6c-7ac9-440b-9087-d1bdb5a232c4 2026-05-21 20:44:17.952 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port e4338c2e-b232-4f30-9ecf-0bb50c2b8046 2026-05-21 20:44:19.658 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port b59f1a6c-7ac9-440b-9087-d1bdb5a232c4 2026-05-21 20:44:19.871 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port e4338c2e-b232-4f30-9ecf-0bb50c2b8046 2026-05-21 20:44:27.661 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a956a454-a59c-4e2f-9dda-469998a85870'] response: {'server_uuid': '743de7b7-81d3-4489-8aaa-a9a242723e87', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd67426f9-123e-4818-adee-a74625522da8', 'code': 200} 2026-05-21 20:44:28.686 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d67426f9-123e-4818-adee-a74625522da8 2026-05-21 20:44:28.847 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dc7076f-9a40-4d24-bf0f-a5d153496355'] response: {'server_uuid': '743de7b7-81d3-4489-8aaa-a9a242723e87', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd67426f9-123e-4818-adee-a74625522da8', 'code': 200} 2026-05-21 20:44:29.398 10 INFO neutron.plugins.ml2.plugin [None req-45053a13-4245-472f-aeef-59785f259afd - - - - - -] Attempt 1 to provision port f43c2719-7a43-46e9-856c-cebf9b36bb7d 2026-05-21 20:44:29.766 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f43c2719-7a43-46e9-856c-cebf9b36bb7d 2026-05-21 20:44:30.196 10 INFO neutron.plugins.ml2.plugin [None req-f1e7d8e5-edad-4619-97ae-69b57cd5ef42 - - - - - -] Attempt 1 to provision port dd042761-8a8e-4c27-80b1-ec205d34eaca 2026-05-21 20:44:30.277 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dd042761-8a8e-4c27-80b1-ec205d34eaca 2026-05-21 20:44:30.645 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port d67426f9-123e-4818-adee-a74625522da8 2026-05-21 20:44:30.656 9 INFO neutron.plugins.ml2.plugin [None req-c6708162-031a-4279-ad02-154d417a2526 - - - - - -] Attempt 1 to provision port 62850cd7-485d-4104-af9b-bcf788757e09 2026-05-21 20:44:31.310 9 INFO neutron.plugins.ml2.plugin [None req-35d19499-5469-4d9c-8b52-d70065e05d61 - - - - - -] Attempt 1 to provision port 62850cd7-485d-4104-af9b-bcf788757e09 2026-05-21 20:44:31.623 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f43c2719-7a43-46e9-856c-cebf9b36bb7d 2026-05-21 20:44:31.914 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dd042761-8a8e-4c27-80b1-ec205d34eaca 2026-05-21 20:44:32.371 10 INFO neutron.plugins.ml2.plugin [None req-3c91c633-a4df-44da-878e-5cbcf53f8856 - - - - - -] Attempt 1 to provision port 47e0e9d5-fd0f-40ff-ba51-7225c5559ab3 2026-05-21 20:44:33.128 10 INFO neutron.plugins.ml2.plugin [None req-7a959a1f-0a71-4788-be17-e210c71981b2 - - - - - -] Attempt 1 to provision port 47e0e9d5-fd0f-40ff-ba51-7225c5559ab3 2026-05-21 20:44:41.137 10 INFO neutron.plugins.ml2.plugin [None req-85eb30da-a2ba-43a5-b38b-b0e9e541a134 - - - - - -] Attempt 1 to provision port 10e07816-ad7a-462c-a5f8-f6933d705f7b 2026-05-21 20:44:41.664 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 10e07816-ad7a-462c-a5f8-f6933d705f7b 2026-05-21 20:44:41.892 9 INFO neutron.plugins.ml2.plugin [None req-6fd74746-882c-458c-8353-7e1f7c0225be - - - - - -] Attempt 1 to provision port 394410fb-3e0c-423f-8491-e612ea80dd0e 2026-05-21 20:44:43.376 9 INFO neutron.plugins.ml2.plugin [None req-3ead58ee-7b5b-43f9-8607-78a818b50ce2 - - - - - -] Attempt 1 to provision port 394410fb-3e0c-423f-8491-e612ea80dd0e 2026-05-21 20:44:45.806 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 596241af-d551-4dd2-9f51-99756b8e7f87 2026-05-21 20:44:45.842 9 INFO neutron.plugins.ml2.plugin [None req-6f5277f7-f947-4580-9a47-29f7a8eb6a2d - - - - - -] Attempt 1 to provision port db688c6d-4f34-4451-8fa3-4595c2c97adc 2026-05-21 20:44:46.803 9 INFO neutron.plugins.ml2.plugin [None req-955c37d4-e809-4287-b20c-9fa83268e744 - - - - - -] Attempt 1 to provision port 596241af-d551-4dd2-9f51-99756b8e7f87 2026-05-21 20:44:47.654 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 596241af-d551-4dd2-9f51-99756b8e7f87 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:44:48.640 10 INFO neutron.plugins.ml2.plugin [None req-bb32f75a-47bc-4f2d-beac-fc080869f7da - - - - - -] Attempt 1 to provision port c9a9cd6f-88da-43d8-9798-bba4af8d577a 2026-05-21 20:44:49.199 10 INFO neutron.plugins.ml2.plugin [None req-41d99053-3b71-440a-8be1-79fe889d4faf - - - - - -] Attempt 1 to provision port c9a9cd6f-88da-43d8-9798-bba4af8d577a 2026-05-21 20:44:49.641 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 8304e1a9-01d3-481d-a6b3-7941cd58ace9 2026-05-21 20:44:51.720 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 19275475-2103-441e-8486-b41ba60c2ab1 2026-05-21 20:44:52.082 9 INFO neutron.plugins.ml2.plugin [None req-07c66c5a-96b8-4801-9cca-5ee00d85490c - - - - - -] Attempt 1 to provision port 19275475-2103-441e-8486-b41ba60c2ab1 2026-05-21 20:44:52.254 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 8304e1a9-01d3-481d-a6b3-7941cd58ace9 2026-05-21 20:44:52.884 10 INFO neutron.plugins.ml2.plugin [None req-4b52ba78-03d0-4a7e-9740-6824bb1e75cc - - - - - -] Attempt 1 to provision port 40c9064a-81ec-41aa-982a-6582652b5bf4 2026-05-21 20:44:53.639 10 INFO neutron.plugins.ml2.plugin [None req-5bba5666-3edd-4eb1-8ce2-979dac12d230 - - - - - -] Attempt 1 to provision port 40c9064a-81ec-41aa-982a-6582652b5bf4 2026-05-21 20:44:53.780 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 19275475-2103-441e-8486-b41ba60c2ab1 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:44:57.056 9 INFO neutron.plugins.ml2.plugin [None req-b4934ed2-daa6-406b-8a9e-ef063d8f391e - - - - - -] Attempt 1 to provision port 421b2739-9b88-4969-8e61-b23490526468 2026-05-21 20:44:57.916 10 INFO neutron.plugins.ml2.plugin [None req-0c58e3ce-a246-45c1-a618-0cbc7fb09da9 - - - - - -] Attempt 1 to provision port 7bea9b50-849d-4707-b962-23e255a846d6 2026-05-21 20:45:01.817 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 421b2739-9b88-4969-8e61-b23490526468 2026-05-21 20:45:01.976 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2db86bb-1e51-4474-b4aa-b1f06223637a'] response: {'server_uuid': 'cfac6607-a29b-4e22-9621-716d7df29b3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '421b2739-9b88-4969-8e61-b23490526468', 'code': 200} 2026-05-21 20:45:03.749 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 421b2739-9b88-4969-8e61-b23490526468 2026-05-21 20:45:05.654 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c9a9cd6f-88da-43d8-9798-bba4af8d577a 2026-05-21 20:45:06.088 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port db688c6d-4f34-4451-8fa3-4595c2c97adc 2026-05-21 20:45:06.261 9 INFO neutron.plugins.ml2.plugin [None req-b70c5503-8d1d-4be9-85e2-d21bc841a41f - - - - - -] Attempt 1 to provision port 4f61dcfb-83ca-4894-9f31-c6cdc632e3de 2026-05-21 20:45:07.638 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c9a9cd6f-88da-43d8-9798-bba4af8d577a 2026-05-21 20:45:08.019 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port db688c6d-4f34-4451-8fa3-4595c2c97adc /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:45:17.910 10 INFO neutron.plugins.ml2.plugin [None req-fe11e931-4aae-475e-bf22-22426cfaa9b9 - - - - - -] Attempt 1 to provision port 6de31b0b-597f-4631-97ad-cfe2f7772ddb 2026-05-21 20:45:21.711 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9a87eb13-99db-4abe-af2d-54a43131175b 2026-05-21 20:45:22.285 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 2c924d37-1d11-44be-8f22-a05f7ffc6f4a 2026-05-21 20:45:22.611 10 INFO neutron.plugins.ml2.plugin [None req-dfadcb56-a201-4d19-95b1-50bdaf8ef0b8 - - - - - -] Attempt 1 to provision port cff6c92e-c3e9-4eed-9cad-94539cd6fa75 2026-05-21 20:45:22.647 10 INFO neutron.plugins.ml2.plugin [None req-dfadcb56-a201-4d19-95b1-50bdaf8ef0b8 - - - - - -] Attempt 1 to provision port 9a87eb13-99db-4abe-af2d-54a43131175b 2026-05-21 20:45:23.687 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9a87eb13-99db-4abe-af2d-54a43131175b 2026-05-21 20:45:23.784 9 INFO neutron.plugins.ml2.plugin [None req-a7c3a043-4603-42e9-aa8c-7bbc733c9543 - - - - - -] Attempt 1 to provision port cff6c92e-c3e9-4eed-9cad-94539cd6fa75 2026-05-21 20:45:24.065 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 2c924d37-1d11-44be-8f22-a05f7ffc6f4a 2026-05-21 20:45:24.234 9 INFO neutron.plugins.ml2.plugin [None req-7fc58c2c-59ad-4f6a-aaf4-bb67452d131a - - - - - -] Attempt 1 to provision port cff6c92e-c3e9-4eed-9cad-94539cd6fa75 2026-05-21 20:45:28.225 10 INFO neutron.plugins.ml2.plugin [None req-4b8fefdb-59be-4ae3-9e71-c7daca793081 - - - - - -] Attempt 1 to provision port 6aaeab1a-4c1a-4c91-af5f-e0b83c330d4f 2026-05-21 20:45:29.775 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6aaeab1a-4c1a-4c91-af5f-e0b83c330d4f 2026-05-21 20:45:29.888 10 INFO neutron.plugins.ml2.plugin [None req-1983d393-b640-4901-bf1c-477f5466986f - - - - - -] Attempt 1 to provision port 2db80616-edc8-4e88-8baf-f44d99599525 2026-05-21 20:45:30.095 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea2edc55-820f-48e2-a546-e94b6835ef5f'] response: {'server_uuid': 'd2e4ed5a-5f6a-46ff-ba8b-1f433e96e9eb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6aaeab1a-4c1a-4c91-af5f-e0b83c330d4f', 'code': 200} 2026-05-21 20:45:30.583 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 2db80616-edc8-4e88-8baf-f44d99599525 2026-05-21 20:45:31.653 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6aaeab1a-4c1a-4c91-af5f-e0b83c330d4f 2026-05-21 20:45:39.675 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port cff6c92e-c3e9-4eed-9cad-94539cd6fa75 2026-05-21 20:45:40.088 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6de31b0b-597f-4631-97ad-cfe2f7772ddb 2026-05-21 20:45:41.643 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port cff6c92e-c3e9-4eed-9cad-94539cd6fa75 2026-05-21 20:45:41.956 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 6de31b0b-597f-4631-97ad-cfe2f7772ddb 2026-05-21 20:45:51.093 10 INFO neutron.plugins.ml2.plugin [None req-2904951f-9ed8-436c-bf7b-97f9d0d0d309 - - - - - -] Attempt 1 to provision port 45c93a68-5da3-418d-a957-cdc6eefe1046 2026-05-21 20:45:51.676 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 89d3474b-b819-4c1e-88d8-14b1281354eb 2026-05-21 20:45:51.858 9 INFO neutron.plugins.ml2.plugin [None req-61152718-8712-4090-a559-2b4bc0880345 - - - - - -] Attempt 1 to provision port 89d3474b-b819-4c1e-88d8-14b1281354eb 2026-05-21 20:45:53.661 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 89d3474b-b819-4c1e-88d8-14b1281354eb 2026-05-21 20:45:53.852 9 INFO neutron.plugins.ml2.plugin [None req-3c8fa82c-271a-4eed-ab6e-1c27b3b19d95 - - - - - -] Attempt 1 to provision port f36cafda-8bf0-4978-971a-a40552f09524 2026-05-21 20:45:54.727 10 INFO neutron.plugins.ml2.plugin [None req-db7fc325-20b8-4e5d-bce9-920e26619806 - - - - - -] Attempt 1 to provision port dd4988fc-6b12-423a-8036-cc18ca813472 2026-05-21 20:45:55.386 10 INFO neutron.plugins.ml2.plugin [None req-ea1085b3-e14d-40c0-9eaa-5452282905b5 - - - - - -] Attempt 1 to provision port dd4988fc-6b12-423a-8036-cc18ca813472 2026-05-21 20:45:55.690 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 53e3d58e-e3c4-4941-9983-1c06ce49b82d 2026-05-21 20:45:57.821 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f36cafda-8bf0-4978-971a-a40552f09524 2026-05-21 20:45:58.030 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-481ab7bd-0bc9-464c-a562-83e323c15e92'] response: {'server_uuid': '1483daa3-9ffd-4550-a5a9-eee7f0e7e684', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f36cafda-8bf0-4978-971a-a40552f09524', 'code': 200} 2026-05-21 20:45:58.419 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 53e3d58e-e3c4-4941-9983-1c06ce49b82d 2026-05-21 20:45:58.976 10 INFO neutron.plugins.ml2.plugin [None req-eecca311-24ae-4974-a213-aa4f0223bf71 - - - - - -] Attempt 1 to provision port 8281a6e5-7a12-4963-83f8-a4ee50b4f5c0 2026-05-21 20:45:59.661 10 INFO neutron.plugins.ml2.plugin [None req-a8c7d1cc-4c2e-4469-a9d7-7254f0676950 - - - - - -] Attempt 1 to provision port da27637c-2c44-418e-9be4-c59b5c840e61 2026-05-21 20:45:59.865 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port f36cafda-8bf0-4978-971a-a40552f09524 2026-05-21 20:46:00.515 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port da27637c-2c44-418e-9be4-c59b5c840e61 2026-05-21 20:46:01.760 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port da27637c-2c44-418e-9be4-c59b5c840e61 2026-05-21 20:46:02.393 10 INFO neutron.plugins.ml2.plugin [None req-ff35c2b8-7f7f-4103-b70e-c89950903dcc - - - - - -] Attempt 1 to provision port 0087bb6d-ac71-4dfa-81f6-4164127fc215 2026-05-21 20:46:03.151 10 INFO neutron.plugins.ml2.plugin [None req-b6b6dfa2-b09e-408f-a3b7-16e5e5ffb9b4 - - - - - -] Attempt 1 to provision port 0087bb6d-ac71-4dfa-81f6-4164127fc215 2026-05-21 20:46:03.701 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port af83c8b5-54aa-469d-ba61-3eabcd9b496d 2026-05-21 20:46:05.679 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port af83c8b5-54aa-469d-ba61-3eabcd9b496d 2026-05-21 20:46:09.051 10 INFO neutron.plugins.ml2.plugin [None req-019c93e7-36a7-4f4c-8bf9-c415de96259d - - - - - -] Attempt 1 to provision port 7006213b-628e-4997-94c6-5304c4740adf 2026-05-21 20:46:11.962 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dd4988fc-6b12-423a-8036-cc18ca813472 2026-05-21 20:46:12.596 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 7006213b-628e-4997-94c6-5304c4740adf 2026-05-21 20:46:12.788 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e93f6c6-68a1-4659-bd69-d4eb020e264d'] response: {'server_uuid': 'b26e8941-f31b-4e18-b696-dadb20ba9115', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7006213b-628e-4997-94c6-5304c4740adf', 'code': 200} 2026-05-21 20:46:13.317 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 45c93a68-5da3-418d-a957-cdc6eefe1046 2026-05-21 20:46:14.468 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dd4988fc-6b12-423a-8036-cc18ca813472 2026-05-21 20:46:14.915 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 7006213b-628e-4997-94c6-5304c4740adf 2026-05-21 20:46:15.298 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 45c93a68-5da3-418d-a957-cdc6eefe1046 2026-05-21 20:46:20.385 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 0087bb6d-ac71-4dfa-81f6-4164127fc215 2026-05-21 20:46:20.726 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 8281a6e5-7a12-4963-83f8-a4ee50b4f5c0 2026-05-21 20:46:22.318 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 0087bb6d-ac71-4dfa-81f6-4164127fc215 2026-05-21 20:46:22.616 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 8281a6e5-7a12-4963-83f8-a4ee50b4f5c0 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.495 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.497 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.498 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 2 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.522 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.524 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.524 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 3 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.550 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.551 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.551 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 4 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.575 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.576 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.576 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 5 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.595 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.596 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.596 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 6 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.616 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.617 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 7 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.636 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.637 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.637 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 8 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.653 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.653 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 9 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.819 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.820 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:26.821 10 INFO neutron.plugins.ml2.plugin [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Attempt 10 to bind port 71f1362c-2215-4237-873a-1b502cb0e94d 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2351ef70-1273-4596-acb1-3e0f6d41af4f could not be found. 2026-05-21 20:46:26.838 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:26.839 10 ERROR neutron.plugins.ml2.managers [None req-641adf39-4867-445c-9afa-4d8c203e3dfd - - - - - -] Failed to bind port 71f1362c-2215-4237-873a-1b502cb0e94d on host instance for vnic_type normal using segments [{'id': 'a96f7a37-0375-47e1-9494-ea51c3829752', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 610, 'network_id': '0cf49bd8-df29-49cf-8866-095ef173df1c'}] 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 0cf49bd8-df29-49cf-8866-095ef173df1c could not be found. 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 0cf49bd8-df29-49cf-8866-095ef173df1c could not be found. 2026-05-21 20:46:27.461 10 ERROR oslo_messaging.rpc.server  2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.253 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.255 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.256 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 2 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.281 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.282 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.282 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 3 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.302 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.303 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.304 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 4 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.330 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.331 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.331 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 5 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.351 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.352 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.352 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 6 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.375 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.376 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 7 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.396 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.397 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.397 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 8 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.422 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.423 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.423 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 9 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.444 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.445 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:28.445 10 INFO neutron.plugins.ml2.plugin [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Attempt 10 to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a4b12ada-93f9-42fb-a864-97ec253ffb5c could not be found. 2026-05-21 20:46:28.466 10 ERROR neutron.plugins.ml2.managers  2026-05-21 20:46:28.467 10 ERROR neutron.plugins.ml2.managers [None req-3aebe7d4-d387-41d7-923a-28d7cc3bcd61 - - - - - -] Failed to bind port fabf1023-b66b-4437-bc32-9c987fe95e33 on host instance for vnic_type normal using segments [{'id': '9212e294-d0b4-40b2-a39e-568e7c32b4d3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 554, 'network_id': '6fe07016-d53f-4f61-b398-3f7632b7788b'}] 2026-05-21 20:46:32.079 10 INFO neutron.plugins.ml2.plugin [None req-c31fe4ae-d083-46a4-bae0-e2813232cba8 - - - - - -] Attempt 1 to provision port 87d8e39f-c4e9-4a6a-bbd1-8ac9f3969eff /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-21 20:47:14.389 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port e99985db-00d3-4b5b-a16a-0d6a0d080679 2026-05-21 20:47:14.759 9 INFO neutron.plugins.ml2.plugin [None req-efe79233-151e-4e6d-88eb-c0a7e3603b90 - - - - - -] Attempt 1 to provision port c72a5598-a2c0-482f-9280-85d7d899870f 2026-05-21 20:47:14.965 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c72a5598-a2c0-482f-9280-85d7d899870f 2026-05-21 20:47:15.640 10 INFO neutron.plugins.ml2.plugin [None req-d82b2b22-2acd-4208-9e55-b8b2865e0fd5 - - - - - -] Attempt 1 to provision port e99985db-00d3-4b5b-a16a-0d6a0d080679 2026-05-21 20:47:16.455 9 INFO neutron.plugins.ml2.plugin [None req-1aeec946-30f8-4736-b465-f348860b89a3 - - - - - -] Attempt 1 to provision port 9b5858e4-fab5-4006-ba0c-5133d9373e5f 2026-05-21 20:47:16.529 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 95ed18b7-87f3-4e39-97ca-d0453284c115 2026-05-21 20:47:17.085 9 INFO neutron.plugins.ml2.plugin [None req-211f56d6-a624-416f-b8ff-4a9fa584361e - - - - - -] Attempt 1 to provision port 95ed18b7-87f3-4e39-97ca-d0453284c115 2026-05-21 20:47:17.295 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 99d0665e-e57c-4998-9e41-12d3955783ff 2026-05-21 20:47:17.727 9 INFO neutron.plugins.ml2.plugin [None req-30ebca81-7ff9-4a3e-977f-1e8176d970e2 - - - - - -] Attempt 1 to provision port 99d0665e-e57c-4998-9e41-12d3955783ff 2026-05-21 20:47:18.355 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 99d0665e-e57c-4998-9e41-12d3955783ff 2026-05-21 20:47:58.378 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 102ec328-8840-4e82-b43e-d140715d841f 2026-05-21 20:47:59.126 10 INFO neutron.plugins.ml2.plugin [None req-42677499-2292-43df-8255-987e6b8038dd - - - - - -] Attempt 1 to provision port 102ec328-8840-4e82-b43e-d140715d841f 2026-05-21 20:47:59.158 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c39440ca-6631-460b-a2fe-74385dc225e4 2026-05-21 20:47:59.739 9 INFO neutron.plugins.ml2.plugin [None req-61a9de5c-2f54-4633-b0ad-4f94fb18672b - - - - - -] Attempt 1 to provision port 102ec328-8840-4e82-b43e-d140715d841f 2026-05-21 20:48:00.148 9 INFO neutron.plugins.ml2.plugin [None req-d50a4433-586d-453b-9750-172c8514249b - - - - - -] Attempt 1 to provision port 51a8b805-31d5-46cf-9500-a253de849cb6 2026-05-21 20:48:00.491 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 102ec328-8840-4e82-b43e-d140715d841f 2026-05-21 20:48:00.503 10 INFO neutron.plugins.ml2.plugin [None req-0b9e995e-1560-4e2b-bb9c-c948052b0e87 - - - - - -] Attempt 1 to provision port c39440ca-6631-460b-a2fe-74385dc225e4 2026-05-21 20:48:01.066 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 2c1f83b5-fa72-4744-87f6-335c7def1812 2026-05-21 20:48:01.195 9 INFO neutron.plugins.ml2.plugin [None req-9a499641-7044-4544-8c74-20cf8827c480 - - - - - -] Attempt 1 to provision port c39440ca-6631-460b-a2fe-74385dc225e4 2026-05-21 20:48:01.583 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port c39440ca-6631-460b-a2fe-74385dc225e4 2026-05-21 20:48:01.725 10 INFO neutron.plugins.ml2.plugin [None req-56bad909-16cf-45dc-b70b-07fe867454f0 - - - - - -] Attempt 1 to provision port 2c1f83b5-fa72-4744-87f6-335c7def1812 2026-05-21 20:48:02.361 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 2c1f83b5-fa72-4744-87f6-335c7def1812 2026-05-21 20:48:02.419 9 INFO neutron.plugins.ml2.plugin [None req-44dfcf5d-5436-4887-b433-dfc581e7329e - - - - - -] Attempt 1 to provision port 2c1f83b5-fa72-4744-87f6-335c7def1812 2026-05-21 20:48:03.234 9 INFO neutron.plugins.ml2.plugin [None req-41fb580e-af86-46e4-80d2-f8039ed6f3ab - - - - - -] Attempt 1 to provision port dbff3257-acf7-474e-bb8d-7b56064a1d35 2026-05-21 20:48:04.002 9 INFO neutron.plugins.ml2.plugin [None req-5dac6ce4-c171-426b-a3d8-6833ebe49590 - - - - - -] Attempt 1 to provision port dbff3257-acf7-474e-bb8d-7b56064a1d35 2026-05-21 20:48:04.394 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 67762d27-e5e6-4b95-88b3-cf9e23f819a9 2026-05-21 20:48:05.176 10 INFO neutron.plugins.ml2.plugin [None req-7e0a1e87-5873-4aac-ae8b-789c3ecaaa0b - - - - - -] Attempt 1 to provision port dfbd827d-cca4-4326-a0dc-797e539f04dc 2026-05-21 20:48:06.146 10 INFO neutron.plugins.ml2.plugin [None req-da0f8dd6-d055-4b5a-8656-247c8e70fdd1 - - - - - -] Attempt 1 to provision port dfbd827d-cca4-4326-a0dc-797e539f04dc 2026-05-21 20:48:06.361 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 67762d27-e5e6-4b95-88b3-cf9e23f819a9 2026-05-21 20:48:07.192 9 INFO neutron.plugins.ml2.plugin [None req-ea5076d1-5324-4d9c-a24e-cb1c714e4bf2 - - - - - -] Attempt 1 to provision port ee55fc95-8241-4377-a133-cd42d51f8156 2026-05-21 20:48:08.068 9 INFO neutron.plugins.ml2.plugin [None req-3a7e8cfd-6b4d-4f94-b15d-567ea8bcc038 - - - - - -] Attempt 1 to provision port ee55fc95-8241-4377-a133-cd42d51f8156 2026-05-21 20:48:12.882 9 INFO neutron.plugins.ml2.plugin [None req-63adf457-153d-4ad0-b3ae-a49f9075de0a - - - - - -] Attempt 1 to provision port 4a1480c9-51fd-4d31-8e59-a1baaee2e2b8 2026-05-21 20:48:14.489 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 4a1480c9-51fd-4d31-8e59-a1baaee2e2b8 2026-05-21 20:48:14.628 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2cbf0d2-8b40-4a93-adf5-52e75b50bb3a'] response: {'server_uuid': 'c48fe8ef-5547-486b-bda6-d8bf07601222', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4a1480c9-51fd-4d31-8e59-a1baaee2e2b8', 'code': 200} 2026-05-21 20:48:16.385 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 4a1480c9-51fd-4d31-8e59-a1baaee2e2b8 2026-05-21 20:48:22.482 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 5547c999-0d88-49e8-b0ac-ef48999f9cb9 2026-05-21 20:48:22.681 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb47762a-5654-46c1-885b-b21ea0330deb'] response: {'server_uuid': 'd9f05530-3742-4b7a-a646-3392ea316d1f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5547c999-0d88-49e8-b0ac-ef48999f9cb9', 'code': 200} 2026-05-21 20:48:24.468 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 5547c999-0d88-49e8-b0ac-ef48999f9cb9 2026-05-21 20:48:24.769 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dfbd827d-cca4-4326-a0dc-797e539f04dc 2026-05-21 20:48:25.107 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 51a8b805-31d5-46cf-9500-a253de849cb6 2026-05-21 20:48:25.461 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dbff3257-acf7-474e-bb8d-7b56064a1d35 2026-05-21 20:48:26.412 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dfbd827d-cca4-4326-a0dc-797e539f04dc 2026-05-21 20:48:26.708 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ee55fc95-8241-4377-a133-cd42d51f8156 2026-05-21 20:48:27.072 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port dbff3257-acf7-474e-bb8d-7b56064a1d35 2026-05-21 20:48:27.402 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 51a8b805-31d5-46cf-9500-a253de849cb6 2026-05-21 20:48:28.394 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port ee55fc95-8241-4377-a133-cd42d51f8156 2026-05-21 20:48:42.888 10 INFO neutron.plugins.ml2.plugin [None req-84a4f562-75ba-459e-bf49-ddf1b4fd543d - - - - - -] Attempt 1 to provision port 71a37afa-7247-4ae9-be43-2eca5b0dc072 2026-05-21 20:48:55.627 10 INFO neutron.plugins.ml2.plugin [None req-eca17023-be82-425e-9170-b7048db47ac4 - - - - - -] Attempt 1 to provision port e174546c-ebe7-48ce-95c9-6da52e82cf1e 2026-05-21 20:48:58.474 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port e174546c-ebe7-48ce-95c9-6da52e82cf1e 2026-05-21 20:48:58.646 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b7886f5-d356-4fb5-b3a1-38c0613e1f7e'] response: {'server_uuid': '423c02ea-8058-4fc0-89ea-af1068294661', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e174546c-ebe7-48ce-95c9-6da52e82cf1e', 'code': 200} 2026-05-21 20:49:00.437 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port e174546c-ebe7-48ce-95c9-6da52e82cf1e 2026-05-21 20:49:36.780 9 INFO neutron.plugins.ml2.plugin [None req-55283cd3-44eb-4609-a788-1e12146a0c0d - - - - - -] Attempt 1 to provision port 98c525f3-206d-4c60-9be6-4a69d4df700d 2026-05-21 20:49:40.529 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 98c525f3-206d-4c60-9be6-4a69d4df700d 2026-05-21 20:49:40.824 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-72b0733d-ea2a-402c-b466-670f2921278c'] response: {'server_uuid': '423c02ea-8058-4fc0-89ea-af1068294661', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98c525f3-206d-4c60-9be6-4a69d4df700d', 'code': 200} 2026-05-21 20:49:42.451 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 98c525f3-206d-4c60-9be6-4a69d4df700d 2026-05-21 20:50:02.652 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9854b834-ab3c-44b4-ae9f-7d5a016dd955 2026-05-21 20:50:02.788 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1923969-3c8b-41e3-9de8-80088d66ada3'] response: {'server_uuid': '423c02ea-8058-4fc0-89ea-af1068294661', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9854b834-ab3c-44b4-ae9f-7d5a016dd955', 'code': 200} 2026-05-21 20:50:04.463 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9854b834-ab3c-44b4-ae9f-7d5a016dd955 2026-05-21 20:50:11.032 9 INFO neutron.plugins.ml2.plugin [None req-da4cfa15-d53e-4fe6-9c4b-1e953f1be036 - - - - - -] Attempt 1 to provision port 4359ea3e-ff5e-45ae-b8cf-d66f7c5a5b6c 2026-05-21 20:50:14.574 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 4359ea3e-ff5e-45ae-b8cf-d66f7c5a5b6c 2026-05-21 20:50:14.709 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ebe56c3-df34-42e8-bf35-612d0ff6dfde'] response: {'server_uuid': '423c02ea-8058-4fc0-89ea-af1068294661', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4359ea3e-ff5e-45ae-b8cf-d66f7c5a5b6c', 'code': 200} 2026-05-21 20:50:16.473 9 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 4359ea3e-ff5e-45ae-b8cf-d66f7c5a5b6c 2026-05-21 20:50:24.005 9 INFO neutron.plugins.ml2.plugin [None req-e9446d7f-8392-489a-8f99-4810f59bcb6d - - - - - -] Attempt 1 to provision port 4359ea3e-ff5e-45ae-b8cf-d66f7c5a5b6c 2026-05-21 20:50:34.268 9 INFO neutron.plugins.ml2.plugin [None req-c9a3da2d-6b50-403e-b814-09b005abdf1b - - - - - -] Attempt 1 to provision port 9854b834-ab3c-44b4-ae9f-7d5a016dd955 2026-05-21 20:50:34.558 10 INFO neutron.plugins.ml2.plugin [None req-047fcad1-13cb-4d31-99c8-1fea754571cc - - - - - -] Attempt 1 to provision port 9854b834-ab3c-44b4-ae9f-7d5a016dd955