+ 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:55: 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-06-09 17:44:40.439 1 INFO neutron.common.config [-] Logging enabled! 2026-06-09 17:44:40.440 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-06-09 17:44:40.440 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-09 17:44:40.440 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-09 17:44:41.459 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 17:44:41.462 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-09 17:44:41.464 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-09 17:44:41.465 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 17:44:41.465 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-09 17:44:41.466 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-09 17:44:41.466 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:44:41.471 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:44:41.471 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:44:41.471 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 17:44:41.488 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-09 17:44:41.489 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 17:44:41.489 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-09 17:44:41.523 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-09 17:44:41.523 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-09 17:44:41.523 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-09 17:44:41.523 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-09 17:44:41.530 1 WARNING oslo_policy.policy [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] 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-06-09 17:44:41.832 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing driver for type 'vlan' 2026-06-09 17:44:42.009 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] VlanTypeDriver initialization complete 2026-06-09 17:44:42.009 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing driver for type 'vxlan' 2026-06-09 17:44:42.010 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-09 17:44:42.057 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-09 17:44:42.057 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-09 17:44:42.057 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing extension driver 'port_security' 2026-06-09 17:44:42.057 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-09 17:44:42.058 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing extension driver 'qos' 2026-06-09 17:44:42.058 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-09 17:44:42.058 1 INFO neutron.plugins.ml2.managers [None req-5a0a9cb4-b17b-4d30-9c36-5905a073397c - - - - - -] Initializing mechanism driver 'l2population' 2026-06-09 17:44:42.072 1 INFO neutron.quota [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded quota_driver: . 2026-06-09 17:44:42.072 1 INFO neutron.plugins.ml2.plugin [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Modular L2 Plugin initialization complete 2026-06-09 17:44:42.073 1 INFO neutron.plugins.ml2.managers [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-09 17:44:42.073 1 INFO neutron.plugins.ml2.managers [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-09 17:44:42.073 1 INFO neutron.plugins.ml2.managers [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Got port-security extension from driver 'port_security' 2026-06-09 17:44:42.073 1 INFO neutron.extensions.vlantransparent [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Disabled vlantransparent extension. 2026-06-09 17:44:42.073 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: qos 2026-06-09 17:44:42.083 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: router 2026-06-09 17:44:42.115 1 INFO neutron.services.service_base [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-09 17:44:42.116 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: segments 2026-06-09 17:44:42.188 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: trunk 2026-06-09 17:44:42.237 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: vpnaas 2026-06-09 17:44:42.276 1 WARNING stevedore.named [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:44:42.336 1 INFO neutron_vpnaas.services.vpn.plugin [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-09 17:44:42.336 1 INFO neutron.common.utils [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-09 17:44:42.336 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: auto_allocate 2026-06-09 17:44:42.341 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: tag 2026-06-09 17:44:42.347 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: timestamp 2026-06-09 17:44:42.349 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: network_ip_availability 2026-06-09 17:44:42.353 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: flavors 2026-06-09 17:44:42.355 1 INFO neutron.manager [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loading Plugin: revisions 2026-06-09 17:44:42.358 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Initializing extension manager. 2026-06-09 17:44:42.359 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: address-group 2026-06-09 17:44:42.360 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: address-scope 2026-06-09 17:44:42.360 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-09 17:44:42.361 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: agent 2026-06-09 17:44:42.361 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: agent-resources-synced 2026-06-09 17:44:42.362 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: allowed-address-pairs 2026-06-09 17:44:42.363 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: auto-allocated-topology 2026-06-09 17:44:42.364 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: availability_zone 2026-06-09 17:44:42.364 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: availability_zone_filter 2026-06-09 17:44:42.364 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-09 17:44:42.365 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: default-subnetpools 2026-06-09 17:44:42.366 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-09 17:44:42.367 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: dns-integration 2026-06-09 17:44:42.367 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: dns-domain-ports 2026-06-09 17:44:42.367 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-09 17:44:42.368 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: dvr 2026-06-09 17:44:42.369 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-09 17:44:42.369 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: empty-string-filtering 2026-06-09 17:44:42.370 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 17:44:42.370 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-09 17:44:42.370 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: external-net 2026-06-09 17:44:42.371 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-09 17:44:42.371 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: extraroute 2026-06-09 17:44:42.372 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: extraroute-atomic 2026-06-09 17:44:42.372 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-09 17:44:42.373 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-09 17:44:42.373 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-09 17:44:42.374 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-09 17:44:42.374 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: fip-port-details 2026-06-09 17:44:42.375 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: flavors 2026-06-09 17:44:42.376 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-09 17:44:42.376 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: floatingip-pools 2026-06-09 17:44:42.377 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: ip_allocation 2026-06-09 17:44:42.377 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: ip-substring-filtering 2026-06-09 17:44:42.378 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: l2_adjacency 2026-06-09 17:44:42.379 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: router 2026-06-09 17:44:42.380 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 17:44:42.380 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-09 17:44:42.381 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-09 17:44:42.381 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: ext-gw-mode 2026-06-09 17:44:42.382 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: l3-ha 2026-06-09 17:44:42.382 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-09 17:44:42.383 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-09 17:44:42.383 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: l3-flavors 2026-06-09 17:44:42.384 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-09 17:44:42.384 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-09 17:44:42.386 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-09 17:44:42.387 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-09 17:44:42.388 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-09 17:44:42.388 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-09 17:44:42.389 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-09 17:44:42.389 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: multi-provider 2026-06-09 17:44:42.390 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: net-mtu 2026-06-09 17:44:42.390 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: net-mtu-writable 2026-06-09 17:44:42.391 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: network_availability_zone 2026-06-09 17:44:42.391 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: network_ha 2026-06-09 17:44:42.392 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: network-ip-availability 2026-06-09 17:44:42.393 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-09 17:44:42.393 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: pagination 2026-06-09 17:44:42.394 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-device-profile 2026-06-09 17:44:42.394 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-09 17:44:42.395 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-09 17:44:42.395 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-09 17:44:42.396 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-mac-override 2026-06-09 17:44:42.396 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-09 17:44:42.397 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-09 17:44:42.397 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-resource-request 2026-06-09 17:44:42.397 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-resource-request-groups 2026-06-09 17:44:42.398 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: binding 2026-06-09 17:44:42.399 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: binding-extended 2026-06-09 17:44:42.399 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-security 2026-06-09 17:44:42.399 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: project-id 2026-06-09 17:44:42.400 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: provider 2026-06-09 17:44:42.401 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos 2026-06-09 17:44:42.402 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-09 17:44:42.403 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-09 17:44:42.403 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-default 2026-06-09 17:44:42.403 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-fip 2026-06-09 17:44:42.404 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-09 17:44:42.404 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-gateway-ip 2026-06-09 17:44:42.405 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-port-network-policy 2026-06-09 17:44:42.405 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-pps-minimum 2026-06-09 17:44:42.406 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-09 17:44:42.406 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-pps 2026-06-09 17:44:42.407 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-rule-type-details 2026-06-09 17:44:42.407 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-09 17:44:42.408 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: qos-rules-alias 2026-06-09 17:44:42.408 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: quota-check-limit 2026-06-09 17:44:42.410 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: quotas 2026-06-09 17:44:42.412 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: quota_details 2026-06-09 17:44:42.413 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: rbac-policies 2026-06-09 17:44:42.413 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: rbac-address-group 2026-06-09 17:44:42.414 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: rbac-address-scope 2026-06-09 17:44:42.414 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: rbac-security-groups 2026-06-09 17:44:42.415 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: rbac-subnetpool 2026-06-09 17:44:42.415 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: revision-if-match 2026-06-09 17:44:42.416 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: standard-attr-revisions 2026-06-09 17:44:42.416 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: router_availability_zone 2026-06-09 17:44:42.417 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-09 17:44:42.418 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: security-groups-default-rules 2026-06-09 17:44:42.418 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-09 17:44:42.419 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-09 17:44:42.419 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-09 17:44:42.420 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-09 17:44:42.420 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-09 17:44:42.427 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: security-group 2026-06-09 17:44:42.427 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: segment 2026-06-09 17:44:42.428 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-09 17:44:42.428 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: service-type 2026-06-09 17:44:42.429 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: sorting 2026-06-09 17:44:42.429 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: standard-attr-segment 2026-06-09 17:44:42.430 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: standard-attr-description 2026-06-09 17:44:42.430 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: stateful-security-group 2026-06-09 17:44:42.431 1 WARNING neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-09 17:44:42.431 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-09 17:44:42.432 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: subnet_onboard 2026-06-09 17:44:42.432 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-09 17:44:42.433 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: subnet-service-types 2026-06-09 17:44:42.433 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: subnet_allocation 2026-06-09 17:44:42.434 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-09 17:44:42.434 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-09 17:44:42.437 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: standard-attr-tag 2026-06-09 17:44:42.437 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-09 17:44:42.438 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: trunk 2026-06-09 17:44:42.438 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: trunk-details 2026-06-09 17:44:42.439 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-09 17:44:42.439 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-09 17:44:42.440 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-09 17:44:42.441 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-09 17:44:42.442 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: vpn-flavors 2026-06-09 17:44:42.443 1 INFO neutron.api.extensions [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Loaded extension: vpnaas 2026-06-09 17:44:42.445 1 INFO oslo_service.service [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Starting 2 workers 2026-06-09 17:44:42.450 1 INFO oslo_service.service [None req-34f5e91f-3ad5-4a90-ab4a-9b059d78231c - - - - - -] Starting 1 workers 2026-06-09 17:45:12.666 9 INFO neutron.db.l3_hamode_db [None req-61a6d299-2a7e-43d0-a102-c1fd2d3bdd51 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 17:45:23.865 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0b907859-0337-4e0e-8720-ee3814e13c4b 2026-06-09 17:45:24.619 9 INFO neutron.plugins.ml2.plugin [None req-821be347-d581-429c-a32b-d93cfd23a0e4 - - - - - -] Attempt 1 to provision port 0b907859-0337-4e0e-8720-ee3814e13c4b 2026-06-09 17:45:25.741 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0b907859-0337-4e0e-8720-ee3814e13c4b 2026-06-09 17:49:45.923 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3edcab8a-e1ac-477f-bd87-a9fde692c8e7 2026-06-09 17:49:46.371 10 INFO neutron.plugins.ml2.plugin [None req-edc9a998-17ed-4c5e-b935-350bfef398b8 - - - - - -] Attempt 1 to provision port 3edcab8a-e1ac-477f-bd87-a9fde692c8e7 2026-06-09 17:49:47.914 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3edcab8a-e1ac-477f-bd87-a9fde692c8e7 2026-06-09 17:49:54.020 9 INFO neutron.plugins.ml2.plugin [None req-0fa69033-01c0-49ca-a279-afb23d98f041 - - - - - -] Attempt 1 to provision port c0061d03-d403-4129-8000-29b4283708f8 2026-06-09 17:53:18.174 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c0061d03-d403-4129-8000-29b4283708f8 2026-06-09 17:53:20.066 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c0061d03-d403-4129-8000-29b4283708f8 2026-06-09 18:01:12.351 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 208d444c-7d7f-48ae-860b-2eb2b59f07c3 2026-06-09 18:01:14.323 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 208d444c-7d7f-48ae-860b-2eb2b59f07c3 2026-06-09 18:16:51.904 10 INFO neutron.plugins.ml2.plugin [None req-1262ca99-6533-45c1-b249-6e50ee6c7a4d - - - - - -] Attempt 1 to provision port 3c2830b7-98eb-4432-80fd-a748d0648cf6 2026-06-09 18:16:52.155 9 INFO neutron.plugins.ml2.plugin [None req-69db97fc-a89b-4c77-8cce-c511c2bd5c0d - - - - - -] Attempt 1 to provision port e1a3e60c-a118-4743-b436-7e2d789b5bb2 2026-06-09 18:16:52.404 10 INFO neutron.plugins.ml2.plugin [None req-6bcc73bc-21f5-45aa-9c3f-0706f928336a - - - - - -] Attempt 1 to provision port 52c831b4-8f49-457b-a80b-741dbf3a14c0 2026-06-09 18:16:52.737 9 INFO neutron.plugins.ml2.plugin [None req-993e7bc9-ccbe-45a4-bc26-5eea4cdc8502 - - - - - -] Attempt 1 to provision port 53594ddc-44c5-4b77-a1f7-adef418e6a58 2026-06-09 18:16:52.921 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 52c831b4-8f49-457b-a80b-741dbf3a14c0 2026-06-09 18:16:53.188 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 53594ddc-44c5-4b77-a1f7-adef418e6a58 2026-06-09 18:16:54.684 9 INFO neutron.plugins.ml2.plugin [None req-0a1dbe92-17d0-42ab-a02f-45a8964dc585 - - - - - -] Attempt 1 to provision port ce91567f-8433-4d70-bd61-991c0abb9e71 2026-06-09 18:16:54.950 10 INFO neutron.plugins.ml2.plugin [None req-23d943ec-c014-4b7b-9b0e-c401bb695553 - - - - - -] Attempt 1 to provision port 9c9deed6-0f84-43ca-88cd-d87aa117922c 2026-06-09 18:16:55.202 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 5f9a3e8e-561f-403a-89ac-f1eb49b2bb30 2026-06-09 18:16:55.360 10 INFO neutron.plugins.ml2.plugin [None req-26315efe-79f1-4bde-84a2-da4ac139a78c - - - - - -] Attempt 1 to provision port ce91567f-8433-4d70-bd61-991c0abb9e71 2026-06-09 18:16:55.616 10 INFO neutron.plugins.ml2.plugin [None req-25e5e505-a804-4e68-a529-ce47a230b37f - - - - - -] Attempt 1 to provision port 9c9deed6-0f84-43ca-88cd-d87aa117922c 2026-06-09 18:16:55.738 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 53594ddc-44c5-4b77-a1f7-adef418e6a58 2026-06-09 18:16:55.994 10 INFO neutron.plugins.ml2.plugin [None req-45d44c4a-908c-4838-87dd-ac992fcbfc5f - - - - - -] Attempt 1 to provision port 5f9a3e8e-561f-403a-89ac-f1eb49b2bb30 2026-06-09 18:16:56.409 10 INFO neutron.plugins.ml2.plugin [None req-9e1d8392-79d5-4e16-a3d7-854b72102a5f - - - - - -] Attempt 1 to provision port fb185b22-1c8d-48a9-ba74-31d45fe9dc28 2026-06-09 18:16:56.861 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 5f9a3e8e-561f-403a-89ac-f1eb49b2bb30 2026-06-09 18:16:59.190 9 INFO neutron.plugins.ml2.plugin [None req-3e3191ba-1bc3-4b17-9d52-2b2e6e86c117 - - - - - -] Attempt 1 to provision port 617e70c4-59fc-407b-bff0-37d76b8890c1 2026-06-09 18:16:59.740 10 INFO neutron.plugins.ml2.plugin [None req-df726080-9c1f-48aa-a40f-ae10db8da42b - - - - - -] Attempt 1 to provision port 617e70c4-59fc-407b-bff0-37d76b8890c1 2026-06-09 18:16:59.896 9 INFO neutron.plugins.ml2.plugin [None req-4e0b3fbe-6f5d-4d33-851b-0b775715296e - - - - - -] Attempt 1 to provision port 054ecf7c-f04d-4217-89c9-ad69bb477750 2026-06-09 18:17:00.447 9 INFO neutron.plugins.ml2.plugin [None req-9f1cc410-0c49-4fd7-888e-79b723cb6771 - - - - - -] Attempt 1 to provision port 3679b635-1252-4132-a6de-b165761875b3 2026-06-09 18:17:00.937 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3679b635-1252-4132-a6de-b165761875b3 2026-06-09 18:17:02.252 10 INFO neutron.plugins.ml2.plugin [None req-f34c6d0f-20f4-44e3-9e8c-b686b1ed0214 - - - - - -] Attempt 1 to provision port b0f921c5-69f1-47e2-8ed5-b2a43a876b31 2026-06-09 18:17:02.933 10 INFO neutron.plugins.ml2.plugin [None req-520e591b-30d0-4eaa-bfb9-bf8697c2e19b - - - - - -] Attempt 1 to provision port b0f921c5-69f1-47e2-8ed5-b2a43a876b31 2026-06-09 18:17:03.103 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a36d6a05-9716-470b-ba18-2cb5ddabde87 2026-06-09 18:17:03.632 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 9128d52d-5bde-4952-97b0-7df5cf664309 2026-06-09 18:17:04.156 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 59ea2e64-251a-4bfd-a4cf-d2fecc9c9967 2026-06-09 18:17:04.535 9 INFO neutron.plugins.ml2.plugin [None req-5269090d-28c5-487d-b00f-68650b8dcc91 - - - - - -] Attempt 1 to provision port ba023579-2f03-46c9-9d4a-b902eecd4d30 2026-06-09 18:17:04.676 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 081d8c1a-d788-45d2-b49d-89cbc71fb234 2026-06-09 18:17:05.406 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 9128d52d-5bde-4952-97b0-7df5cf664309 2026-06-09 18:17:05.736 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a36d6a05-9716-470b-ba18-2cb5ddabde87 2026-06-09 18:17:06.030 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 081d8c1a-d788-45d2-b49d-89cbc71fb234 2026-06-09 18:17:11.657 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8f905f4f-12ae-403e-80dd-685f2843c825 2026-06-09 18:17:11.735 10 INFO neutron.plugins.ml2.plugin [None req-74294497-0763-4455-983f-3c250b59be83 - - - - - -] Attempt 1 to provision port 9bfd2e69-5885-4a5c-9407-81cf8032a372 2026-06-09 18:17:12.205 9 INFO neutron.plugins.ml2.plugin [None req-106912b2-472a-4918-adb0-e11f2ba91363 - - - - - -] Attempt 1 to provision port 9294e3ef-7c67-4e17-9cf3-47cc3f189e0e 2026-06-09 18:17:12.245 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ba023579-2f03-46c9-9d4a-b902eecd4d30 2026-06-09 18:17:12.664 10 INFO neutron.plugins.ml2.plugin [None req-b9007d88-d247-497f-a47c-1a4a2af0ff6c - - - - - -] Attempt 1 to provision port 8f905f4f-12ae-403e-80dd-685f2843c825 2026-06-09 18:17:12.868 10 INFO neutron.plugins.ml2.plugin [None req-4c010e6b-f415-42bf-ae32-76064ca93504 - - - - - -] Attempt 1 to provision port 77efac69-7979-4ba3-9b74-4b5ce86e7fd8 2026-06-09 18:17:13.458 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8f905f4f-12ae-403e-80dd-685f2843c825 2026-06-09 18:17:13.691 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-68acfccb-126c-46a0-a108-9ee817078460'] response: {'server_uuid': 'c37aac2c-5b52-46b5-9a5e-344704da6b45', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ba023579-2f03-46c9-9d4a-b902eecd4d30', 'code': 200} 2026-06-09 18:17:13.855 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 77efac69-7979-4ba3-9b74-4b5ce86e7fd8 2026-06-09 18:17:14.267 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ba023579-2f03-46c9-9d4a-b902eecd4d30 2026-06-09 18:17:14.518 10 INFO neutron.plugins.ml2.plugin [None req-65c098cd-04c3-48a4-a3f2-af7635f5b799 - - - - - -] Attempt 1 to provision port addfe4ac-6874-4b88-9ee2-a7aa1da70795 2026-06-09 18:17:14.692 9 INFO neutron.plugins.ml2.plugin [None req-68377367-9818-4209-a089-828103c981e6 - - - - - -] Attempt 1 to provision port 5ad754d9-7d69-4db3-8e0f-78eaaebdd5cc 2026-06-09 18:17:15.008 10 INFO neutron.plugins.ml2.plugin [None req-77a1cae6-3fd9-4976-97aa-6bef4239ce19 - - - - - -] Attempt 1 to provision port addfe4ac-6874-4b88-9ee2-a7aa1da70795 2026-06-09 18:17:15.373 10 INFO neutron.plugins.ml2.plugin [None req-892746a1-befd-4ef3-b4da-ce0e1e515e2d - - - - - -] Attempt 1 to provision port 5ad754d9-7d69-4db3-8e0f-78eaaebdd5cc 2026-06-09 18:17:15.445 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port d20d6faa-1695-4e07-b063-2509e37d3f45 2026-06-09 18:17:16.065 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 77efac69-7979-4ba3-9b74-4b5ce86e7fd8 2026-06-09 18:17:17.493 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port d20d6faa-1695-4e07-b063-2509e37d3f45 2026-06-09 18:17:17.839 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8b1a01d6-9e3b-4c81-8426-5eca07b58c46 2026-06-09 18:17:18.565 10 INFO neutron.plugins.ml2.plugin [None req-e23ee789-b506-4f9c-8d98-377b65684ebf - - - - - -] Attempt 1 to provision port a6cecd5f-416f-4562-afe4-24ed2221aad9 2026-06-09 18:17:19.454 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8b1a01d6-9e3b-4c81-8426-5eca07b58c46 2026-06-09 18:17:21.139 9 INFO neutron.plugins.ml2.plugin [None req-1af17c74-ffb7-4b55-b320-5bd07f23c4f9 - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:21.699 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a6cecd5f-416f-4562-afe4-24ed2221aad9 2026-06-09 18:17:21.900 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-019ada3b-45b1-443c-8ae7-e3c9db080f92'] response: {'server_uuid': '65be300d-3647-4760-b578-91630830bb56', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a6cecd5f-416f-4562-afe4-24ed2221aad9', 'code': 200} 2026-06-09 18:17:22.702 10 INFO neutron.plugins.ml2.plugin [None req-1f0103da-51ce-4316-9f59-cd5b83f329c1 - - - - - -] Attempt 1 to provision port 62fd4d28-a13b-4d44-8849-ea2178698980 2026-06-09 18:17:23.615 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a6cecd5f-416f-4562-afe4-24ed2221aad9 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-09 18:17:25.595 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 62fd4d28-a13b-4d44-8849-ea2178698980 2026-06-09 18:17:25.885 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fa60be2-8987-40b8-a6bf-204af759efff'] response: {'server_uuid': '59c0cfd5-5148-4a39-b46d-502f6ef72add', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '62fd4d28-a13b-4d44-8849-ea2178698980', 'code': 200} 2026-06-09 18:17:26.453 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:27.763 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 62fd4d28-a13b-4d44-8849-ea2178698980 2026-06-09 18:17:27.946 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8934625-37d8-4b24-8ab7-39417f979ac5'] response: {'server_uuid': '9de18f56-a20d-4456-8ded-b74176c04dbe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '863216fd-edc4-46d0-af81-eab1a42c9d36', 'code': 200} 2026-06-09 18:17:28.411 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:30.047 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a20259a-b2de-4eda-939f-87e6de0e0e04'] response: {'server_uuid': '59c0cfd5-5148-4a39-b46d-502f6ef72add', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '62fd4d28-a13b-4d44-8849-ea2178698980', 'code': 200} 2026-06-09 18:17:30.273 9 INFO neutron.plugins.ml2.plugin [None req-980cdb3c-1fe4-45ff-969f-980e7dc815bd - - - - - -] Attempt 1 to provision port e3320a2b-2047-4cbd-8235-a45d9816cd47 2026-06-09 18:17:31.349 9 INFO neutron.plugins.ml2.plugin [None req-d9113eb6-7f93-413b-9b49-fa9635caea40 - - - - - -] Attempt 1 to provision port 38fb945b-b918-40ac-a934-6d0173123f93 2026-06-09 18:17:31.923 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 38fb945b-b918-40ac-a934-6d0173123f93 2026-06-09 18:17:33.309 9 INFO neutron.plugins.ml2.plugin [None req-26014e02-b4c1-42d9-af23-bb225f0df349 - - - - - -] Attempt 1 to provision port 629f016a-d991-4f11-b3f7-971678a22e8e 2026-06-09 18:17:33.765 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 38fb945b-b918-40ac-a934-6d0173123f93 2026-06-09 18:17:33.996 9 INFO neutron.plugins.ml2.plugin [None req-358044d5-388a-4bd8-b47d-5aa593498723 - - - - - -] Attempt 1 to provision port 629f016a-d991-4f11-b3f7-971678a22e8e 2026-06-09 18:17:34.057 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 852ad90e-7135-42af-a7b7-3e307d7ce5e2 2026-06-09 18:17:35.761 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 852ad90e-7135-42af-a7b7-3e307d7ce5e2 2026-06-09 18:17:38.179 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 9294e3ef-7c67-4e17-9cf3-47cc3f189e0e 2026-06-09 18:17:39.399 10 INFO neutron.plugins.ml2.plugin [None req-292538ac-81af-4660-8088-1f60f998ed6c - - - - - -] Attempt 1 to provision port 351c5840-267b-4635-b94e-ade15b1c55d0 2026-06-09 18:17:39.539 9 INFO neutron.plugins.ml2.plugin [None req-c463904c-ab1d-44ac-b7ca-7a4e7e0d73fe - - - - - -] Attempt 1 to provision port e0b54ea5-748c-4e9e-bdef-7713904326f0 2026-06-09 18:17:39.797 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port addfe4ac-6874-4b88-9ee2-a7aa1da70795 2026-06-09 18:17:40.169 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 9294e3ef-7c67-4e17-9cf3-47cc3f189e0e 2026-06-09 18:17:40.190 10 INFO neutron.plugins.ml2.plugin [None req-db41a750-1c0d-4f49-bf21-fcfaf57c1604 - - - - - -] Attempt 1 to provision port 224cab83-9eff-48bd-b6b1-77bb6c9a043b 2026-06-09 18:17:40.416 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 224cab83-9eff-48bd-b6b1-77bb6c9a043b 2026-06-09 18:17:41.854 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port addfe4ac-6874-4b88-9ee2-a7aa1da70795 2026-06-09 18:17:42.169 10 INFO neutron.plugins.ml2.plugin [None req-b5e792dc-64ce-42ca-8cb6-e69f4da29df9 - - - - - -] Attempt 1 to provision port f9d58590-ae2e-4c47-b890-76cf8baaf13b 2026-06-09 18:17:42.211 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e0b54ea5-748c-4e9e-bdef-7713904326f0 2026-06-09 18:17:42.747 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 224cab83-9eff-48bd-b6b1-77bb6c9a043b 2026-06-09 18:17:42.827 10 INFO neutron.plugins.ml2.plugin [None req-c668aa7a-1655-4706-a41c-ef80b528a384 - - - - - -] Attempt 1 to provision port f9d58590-ae2e-4c47-b890-76cf8baaf13b 2026-06-09 18:17:42.845 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-882b846b-2718-42a5-82f4-ceac83775185'] response: {'server_uuid': '630f80c6-1174-4139-91fb-47c412495709', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0b54ea5-748c-4e9e-bdef-7713904326f0', 'code': 200} 2026-06-09 18:17:43.814 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e0b54ea5-748c-4e9e-bdef-7713904326f0 2026-06-09 18:17:44.152 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 83fbd260-4341-4f26-bc2b-db7b93d29db2 2026-06-09 18:17:44.720 9 INFO neutron.plugins.ml2.plugin [None req-7b044fb8-433b-4b56-b36f-c4ebd594756f - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:45.726 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 83fbd260-4341-4f26-bc2b-db7b93d29db2 2026-06-09 18:17:46.057 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:46.962 10 INFO neutron.plugins.ml2.plugin [None req-4cd4ac95-cd2b-4cc1-9e17-08d8e4b06993 - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:47.864 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 863216fd-edc4-46d0-af81-eab1a42c9d36 2026-06-09 18:17:49.887 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c2d0115e-abbc-4ef2-9f38-49bcc6a8a3f2 2026-06-09 18:17:50.188 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6b896f5-918c-4812-9b10-0f8815f49e19'] response: {'server_uuid': '0247c312-3a56-4871-a920-10174e892ee5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2d0115e-abbc-4ef2-9f38-49bcc6a8a3f2', 'code': 200} 2026-06-09 18:17:51.768 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c2d0115e-abbc-4ef2-9f38-49bcc6a8a3f2 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-09 18:17:57.697 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 629f016a-d991-4f11-b3f7-971678a22e8e 2026-06-09 18:17:58.102 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e3320a2b-2047-4cbd-8235-a45d9816cd47 2026-06-09 18:17:59.719 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 629f016a-d991-4f11-b3f7-971678a22e8e 2026-06-09 18:18:00.156 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e3320a2b-2047-4cbd-8235-a45d9816cd47 2026-06-09 18:18:01.717 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8e64032-36e7-47bd-8346-3125cc5b0efa'] response: {'server_uuid': '630f80c6-1174-4139-91fb-47c412495709', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e0b54ea5-748c-4e9e-bdef-7713904326f0', 'code': 200} 2026-06-09 18:18:02.447 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e0b54ea5-748c-4e9e-bdef-7713904326f0 2026-06-09 18:18:03.769 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-61cdcbc4-164e-4384-9a7c-a2a9c5b6e2af'] response: {'server_uuid': '630f80c6-1174-4139-91fb-47c412495709', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0b54ea5-748c-4e9e-bdef-7713904326f0', 'code': 200} 2026-06-09 18:18:03.831 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e0b54ea5-748c-4e9e-bdef-7713904326f0 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.615 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-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.615 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.618 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.618 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 2 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.637 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-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.637 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.638 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.638 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 3 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.693 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-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.693 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.695 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.695 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 4 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.734 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3b26e173-4456-4d22-8193-61e06c069849 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.756 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-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.756 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.757 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.758 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 5 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.794 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-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.794 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.795 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.795 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 6 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.829 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-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.829 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.831 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.831 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 7 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.858 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-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.858 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.859 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.859 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 8 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.896 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-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.896 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.897 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.897 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 9 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.919 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-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.919 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.920 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:09.920 9 INFO neutron.plugins.ml2.plugin [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Attempt 10 to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:18:09.952 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-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 493850ae-5a28-47fe-859b-34afa38a21d7 could not be found. 2026-06-09 18:18:09.952 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:18:09.953 9 ERROR neutron.plugins.ml2.managers [None req-72fb8780-b17f-48b7-aecb-d806f9bff62e - - - - - -] Failed to bind port 3b1408da-3013-49f4-9a7f-2e7dcb4faa9d on host instance for vnic_type normal using segments [{'id': 'b8b13cab-dba2-4909-8f8f-6de79decfbcb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 270, 'network_id': '49808f04-8e5e-4ebe-9e7c-24e7aab60b74'}] 2026-06-09 18:18:10.553 10 INFO neutron.plugins.ml2.plugin [None req-9a298a0d-591d-4c9e-b467-9535ef12254d - - - - - -] Attempt 1 to provision port 3b26e173-4456-4d22-8193-61e06c069849 2026-06-09 18:18:13.656 9 INFO neutron.plugins.ml2.plugin [None req-6c9d3f7a-c85d-474a-adc9-627190359779 - - - - - -] Attempt 1 to provision port 04eaff75-2184-4a1d-9051-0c593ce23691 2026-06-09 18:18:21.784 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b333500a-c0d3-4254-86a9-915fc8dd8ec5 2026-06-09 18:18:22.167 10 INFO neutron.plugins.ml2.plugin [None req-0cd08464-daf2-4209-82b6-cc8ba652a154 - - - - - -] Attempt 1 to provision port b333500a-c0d3-4254-86a9-915fc8dd8ec5 2026-06-09 18:18:25.212 10 INFO neutron.plugins.ml2.plugin [None req-42c69000-ad68-489d-8587-f429fa235731 - - - - - -] Attempt 1 to provision port ee935572-52be-4329-81cc-db119f511fc5 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-09 18:18:33.881 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ae79b30c-ffd9-46f3-8ae5-5867485853ee 2026-06-09 18:18:34.890 10 INFO neutron.plugins.ml2.plugin [None req-bebc7f91-5446-445d-a3d5-f89a1c73de8e - - - - - -] Attempt 1 to provision port ae79b30c-ffd9-46f3-8ae5-5867485853ee 2026-06-09 18:18:35.210 9 INFO neutron.plugins.ml2.plugin [None req-6f5a32ff-c7e4-4ee4-9268-3a27652d641a - - - - - -] Attempt 1 to provision port f64ce48a-e9aa-4304-ba62-fadb25ad4dff 2026-06-09 18:18:35.759 9 INFO neutron.plugins.ml2.plugin [None req-f82a7e37-77d9-4e48-8d2e-87f0547c2de3 - - - - - -] Attempt 1 to provision port cc7bf477-0ac3-4436-8e67-1eca9b48b72a 2026-06-09 18:18:35.765 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port f64ce48a-e9aa-4304-ba62-fadb25ad4dff 2026-06-09 18:18:36.006 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ae79b30c-ffd9-46f3-8ae5-5867485853ee 2026-06-09 18:18:36.707 9 INFO neutron.plugins.ml2.plugin [None req-0b2da655-3ecc-452b-9f86-37b2f5da5bc0 - - - - - -] Attempt 1 to provision port cc7bf477-0ac3-4436-8e67-1eca9b48b72a 2026-06-09 18:18:38.053 9 INFO neutron.plugins.ml2.plugin [None req-83f7f13c-2e19-42e8-8c68-72921790e15e - - - - - -] Attempt 1 to provision port 799a5151-7fff-45bd-8c52-55861877c144 2026-06-09 18:18:38.807 10 INFO neutron.plugins.ml2.plugin [None req-7425242b-c254-443d-a20d-f64a49a73862 - - - - - -] Attempt 1 to provision port 799a5151-7fff-45bd-8c52-55861877c144 2026-06-09 18:18:45.780 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c08a46e5-354a-42cc-8b2d-57cd93924554 2026-06-09 18:18:46.345 9 INFO neutron.plugins.ml2.plugin [None req-6bbaaaf6-2ee5-4f49-8e8f-135fbf514c10 - - - - - -] Attempt 1 to provision port c08a46e5-354a-42cc-8b2d-57cd93924554 2026-06-09 18:18:47.228 9 INFO neutron.plugins.ml2.plugin [None req-94e897dc-c613-4589-95b6-e7a0164766b2 - - - - - -] Attempt 1 to provision port a0a6852f-d917-4b5f-9529-48624ccca3a8 2026-06-09 18:18:47.688 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c08a46e5-354a-42cc-8b2d-57cd93924554 2026-06-09 18:18:48.695 10 INFO neutron.plugins.ml2.plugin [None req-b809a4c5-7e40-4257-99ce-c5bdf0a95906 - - - - - -] Attempt 1 to provision port a0a6852f-d917-4b5f-9529-48624ccca3a8 2026-06-09 18:18:50.894 9 INFO neutron.plugins.ml2.plugin [None req-45d525d6-7d7b-467c-8b1e-69004fb3310c - - - - - -] Attempt 1 to provision port 2d49cbe1-50e4-4ea8-acdd-be8d9de33824 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-09 18:18:51.657 9 INFO neutron.plugins.ml2.plugin [None req-3aa0c696-49f9-4617-91e0-b58347db5b2b - - - - - -] Attempt 1 to provision port b3007f2b-ac40-4233-8a97-d0543a35a3e9 2026-06-09 18:18:51.718 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b3007f2b-ac40-4233-8a97-d0543a35a3e9 2026-06-09 18:18:53.457 9 INFO neutron.plugins.ml2.plugin [None req-cd6ee5b2-1f11-4c6f-9dae-1c5bb687a1c6 - - - - - -] Attempt 1 to provision port 3ab5cbd9-7067-4851-9373-ef2b5ed069ad 2026-06-09 18:18:53.793 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port afc0e111-1244-44d3-9ea5-5730c60e2cdf 2026-06-09 18:18:54.306 9 INFO neutron.plugins.ml2.plugin [None req-d1719117-c3f8-4e75-bde9-76f66a978ce7 - - - - - -] Attempt 1 to provision port afc0e111-1244-44d3-9ea5-5730c60e2cdf 2026-06-09 18:18:54.425 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b3007f2b-ac40-4233-8a97-d0543a35a3e9 2026-06-09 18:18:54.505 10 INFO neutron.plugins.ml2.plugin [None req-6dd8dc9e-a182-4535-959c-253fb955cf0b - - - - - -] Attempt 1 to provision port 3ab5cbd9-7067-4851-9373-ef2b5ed069ad 2026-06-09 18:18:55.149 10 INFO neutron.plugins.ml2.plugin [None req-ca5a670a-146e-4aeb-82b6-a9b92d49e6e0 - - - - - -] Attempt 1 to provision port f98e419e-90eb-444f-934e-c7d789b0ff06 2026-06-09 18:18:55.840 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port afc0e111-1244-44d3-9ea5-5730c60e2cdf 2026-06-09 18:18:55.907 10 INFO neutron.plugins.ml2.plugin [None req-b7215971-febc-4ac7-b878-97d21f1bca08 - - - - - -] Attempt 1 to provision port f98e419e-90eb-444f-934e-c7d789b0ff06 2026-06-09 18:18:56.222 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 44b2f47b-d906-43f0-9d2b-cbb81248b4e7 2026-06-09 18:18:57.885 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ee6a1515-6f8c-4eb2-bdf6-9d9907189c06 2026-06-09 18:18:58.440 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 44b2f47b-d906-43f0-9d2b-cbb81248b4e7 2026-06-09 18:18:59.117 9 INFO neutron.plugins.ml2.plugin [None req-5f072a4b-adb0-43c2-8452-ed5e86255d1a - - - - - -] Attempt 1 to provision port ee6a1515-6f8c-4eb2-bdf6-9d9907189c06 2026-06-09 18:18:59.829 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3cc5be3f-99f5-4308-93c8-251232053648 2026-06-09 18:19:00.374 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ee6a1515-6f8c-4eb2-bdf6-9d9907189c06 2026-06-09 18:19:00.723 9 INFO neutron.plugins.ml2.plugin [None req-58c432e9-d396-4f2f-bbe3-d5f73bec1122 - - - - - -] Attempt 1 to provision port 19dd35f8-8cb5-48ac-87a3-f5b24d3e3865 2026-06-09 18:19:01.272 10 INFO neutron.plugins.ml2.plugin [None req-1b7ec5a3-950c-4779-bfc3-cf0350e5afb2 - - - - - -] Attempt 1 to provision port d25ed9ce-866d-4111-b639-0d3dcd36c51c 2026-06-09 18:19:01.626 9 INFO neutron.plugins.ml2.plugin [None req-33e0bc92-b7d1-4c4d-a05e-2b0d6e7bccdc - - - - - -] Attempt 1 to provision port ee6a1515-6f8c-4eb2-bdf6-9d9907189c06 2026-06-09 18:19:01.781 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3cc5be3f-99f5-4308-93c8-251232053648 2026-06-09 18:19:01.816 10 INFO neutron.plugins.ml2.plugin [None req-6f752d57-710f-4580-b347-673a37c87440 - - - - - -] Attempt 1 to provision port 3cc5be3f-99f5-4308-93c8-251232053648 2026-06-09 18:19:02.258 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port d4d0f368-9c7b-440c-af62-b5d6ad8f47a4 2026-06-09 18:19:03.258 10 INFO neutron.plugins.ml2.plugin [None req-46052209-836f-4fa4-b996-c00d7eb22d32 - - - - - -] Attempt 1 to provision port ce6a6914-a310-4579-87b1-816b0b5c427e 2026-06-09 18:19:03.309 10 INFO neutron.plugins.ml2.plugin [None req-46052209-836f-4fa4-b996-c00d7eb22d32 - - - - - -] Attempt 1 to provision port 3cc5be3f-99f5-4308-93c8-251232053648 2026-06-09 18:19:03.416 10 INFO neutron.plugins.ml2.plugin [None req-46052209-836f-4fa4-b996-c00d7eb22d32 - - - - - -] Attempt 1 to provision port d4d0f368-9c7b-440c-af62-b5d6ad8f47a4 2026-06-09 18:19:03.712 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port d4d0f368-9c7b-440c-af62-b5d6ad8f47a4 2026-06-09 18:19:04.413 9 INFO neutron.plugins.ml2.plugin [None req-dc53d4af-0144-47d5-a1da-e259d707fbdc - - - - - -] Attempt 1 to provision port 8d7e8c44-c33a-4e69-9d36-fb42b419d54b 2026-06-09 18:19:05.071 9 INFO neutron.plugins.ml2.plugin [None req-002d669c-6ed1-4f79-8cf9-d66f31f8fd38 - - - - - -] Attempt 1 to provision port d4d0f368-9c7b-440c-af62-b5d6ad8f47a4 2026-06-09 18:19:05.271 10 INFO neutron.plugins.ml2.plugin [None req-a2a907ff-b431-40bb-84cd-e3f6b18b1b55 - - - - - -] Attempt 1 to provision port 8d7e8c44-c33a-4e69-9d36-fb42b419d54b 2026-06-09 18:19:05.714 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 7464dd93-0330-46db-b8a4-1315b2f38757 2026-06-09 18:19:06.428 10 INFO neutron.plugins.ml2.plugin [None req-00cfc9fb-86a9-4498-8227-2d1f617ed66e - - - - - -] Attempt 1 to provision port 83fa9097-a96b-4e42-84ed-2d80279a7b42 2026-06-09 18:19:07.416 10 INFO neutron.plugins.ml2.plugin [None req-64cc4b03-65fb-4285-91f2-247ec6ab10b0 - - - - - -] Attempt 1 to provision port 83fa9097-a96b-4e42-84ed-2d80279a7b42 2026-06-09 18:19:08.084 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 7464dd93-0330-46db-b8a4-1315b2f38757 2026-06-09 18:19:08.463 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ce6a6914-a310-4579-87b1-816b0b5c427e 2026-06-09 18:19:08.579 9 INFO neutron.plugins.ml2.plugin [None req-76af6b39-e41d-47e9-a937-0c3f59512dcd - - - - - -] Attempt 1 to provision port 0766ca84-530c-445a-b13e-4d5471070f3c 2026-06-09 18:19:08.689 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-92677871-570c-4554-a5a2-46ee3b0c1af8'] response: {'server_uuid': '6034824c-0aab-4bcb-8301-1717899c0547', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce6a6914-a310-4579-87b1-816b0b5c427e', 'code': 200} 2026-06-09 18:19:09.560 9 INFO neutron.plugins.ml2.plugin [None req-bf85e6e8-aa0a-4e27-a5d4-a6f18babb7bc - - - - - -] Attempt 1 to provision port 0766ca84-530c-445a-b13e-4d5471070f3c 2026-06-09 18:19:09.829 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ce6a6914-a310-4579-87b1-816b0b5c427e 2026-06-09 18:19:11.840 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3ab5cbd9-7067-4851-9373-ef2b5ed069ad 2026-06-09 18:19:12.311 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 2d49cbe1-50e4-4ea8-acdd-be8d9de33824 2026-06-09 18:19:13.920 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 2d49cbe1-50e4-4ea8-acdd-be8d9de33824 2026-06-09 18:19:15.866 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 12d4ebcc-3e40-4c0d-a01d-6837c765da0a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-09 18:19:16.611 9 INFO neutron.plugins.ml2.plugin [None req-5b3bbfb5-257d-4f6d-89b2-3957e7113edc - - - - - -] Attempt 1 to provision port 8a04beb2-e84b-4326-afbc-c525c1ba08df 2026-06-09 18:19:16.778 9 INFO neutron.plugins.ml2.plugin [None req-89c86048-d5bc-4ad0-af35-ca3e51c67ef3 - - - - - -] Attempt 1 to provision port 12d4ebcc-3e40-4c0d-a01d-6837c765da0a 2026-06-09 18:19:17.817 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 12d4ebcc-3e40-4c0d-a01d-6837c765da0a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-09 18:19:19.850 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8a04beb2-e84b-4326-afbc-c525c1ba08df 2026-06-09 18:19:20.066 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-aabae7fd-c083-4cb6-a68c-0fb43da86e42'] response: {'server_uuid': '245e942f-e4c7-4844-bb9f-f6b245709f92', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8a04beb2-e84b-4326-afbc-c525c1ba08df', 'code': 200} 2026-06-09 18:19:21.395 9 INFO neutron.plugins.ml2.plugin [None req-56e10642-e7e3-4435-9310-1b6814d264cc - - - - - -] Attempt 1 to provision port b0471f0e-3855-425b-9564-d04d192489a1 2026-06-09 18:19:21.863 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a2016398-0a1f-4245-93e2-51f3bdaafd92 2026-06-09 18:19:22.257 9 INFO neutron.plugins.ml2.plugin [None req-bf233181-f609-490e-b732-70db93b127bb - - - - - -] Attempt 1 to provision port a2016398-0a1f-4245-93e2-51f3bdaafd92 2026-06-09 18:19:22.367 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8a04beb2-e84b-4326-afbc-c525c1ba08df 2026-06-09 18:19:23.778 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a2016398-0a1f-4245-93e2-51f3bdaafd92 2026-06-09 18:19:23.959 10 INFO neutron.plugins.ml2.plugin [None req-5449dc86-cbb0-4963-8c21-cd7738e7d956 - - - - - -] Attempt 1 to provision port 2d2514e4-f252-48a4-a6b8-d78763b66aed 2026-06-09 18:19:24.736 10 INFO neutron.plugins.ml2.plugin [None req-a6f33c11-b55d-434f-aaaa-6d77345a5f26 - - - - - -] Attempt 1 to provision port 2d2514e4-f252-48a4-a6b8-d78763b66aed 2026-06-09 18:19:25.939 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0766ca84-530c-445a-b13e-4d5471070f3c 2026-06-09 18:19:26.349 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 83fa9097-a96b-4e42-84ed-2d80279a7b42 2026-06-09 18:19:26.761 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8d7e8c44-c33a-4e69-9d36-fb42b419d54b 2026-06-09 18:19:27.195 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port f92ed364-5988-43c8-ba11-0e421cd7d2bf 2026-06-09 18:19:28.157 9 INFO neutron.plugins.ml2.plugin [None req-d0c1e3d1-8b31-4f27-9dd2-eb8663f6a7d9 - - - - - -] Attempt 1 to provision port 78f1c2c8-fe50-4d9c-9da7-e5d7eb7a446b 2026-06-09 18:19:28.321 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0766ca84-530c-445a-b13e-4d5471070f3c 2026-06-09 18:19:28.883 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 83fa9097-a96b-4e42-84ed-2d80279a7b42 2026-06-09 18:19:29.168 10 INFO neutron.plugins.ml2.plugin [None req-750a5234-b5bd-4cd1-a7c8-dcf1a82bae7d - - - - - -] Attempt 1 to provision port 5c0a4854-a949-4d7a-abbd-672f7c594fee 2026-06-09 18:19:29.263 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 8d7e8c44-c33a-4e69-9d36-fb42b419d54b 2026-06-09 18:19:29.634 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port f92ed364-5988-43c8-ba11-0e421cd7d2bf 2026-06-09 18:19:29.931 10 INFO neutron.plugins.ml2.plugin [None req-e80157cc-88d2-46c4-b21b-607ecb18e783 - - - - - -] Attempt 1 to provision port 3d1a8eb6-5fd6-4b92-ad05-b88f36dd0996 2026-06-09 18:19:30.045 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port d25ed9ce-866d-4111-b639-0d3dcd36c51c 2026-06-09 18:19:30.636 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3d1a8eb6-5fd6-4b92-ad05-b88f36dd0996 2026-06-09 18:19:31.245 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port d25ed9ce-866d-4111-b639-0d3dcd36c51c 2026-06-09 18:19:32.029 9 INFO neutron.plugins.ml2.plugin [None req-d6f3b876-b9be-4363-a988-161370968267 - - - - - -] Attempt 1 to provision port 03db1a1a-171f-4132-a9ec-d039e423178d 2026-06-09 18:19:32.188 10 INFO neutron.plugins.ml2.plugin [None req-c752e4ea-192c-40b6-8599-183802de7329 - - - - - -] Attempt 1 to provision port 0f5919be-e0bb-462e-a421-0101d862e9af 2026-06-09 18:19:32.666 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 3d1a8eb6-5fd6-4b92-ad05-b88f36dd0996 2026-06-09 18:19:32.939 10 INFO neutron.plugins.ml2.plugin [None req-fd23fbb0-aeeb-4a8b-b60e-027b9e4b10fe - - - - - -] Attempt 1 to provision port 0f5919be-e0bb-462e-a421-0101d862e9af 2026-06-09 18:19:34.655 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b3c07a8e-bff1-4c8f-8d7f-707625531ecd 2026-06-09 18:19:35.180 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 03db1a1a-171f-4132-a9ec-d039e423178d 2026-06-09 18:19:35.334 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-71d47510-814e-4f07-9bfb-4da20728636e'] response: {'server_uuid': '80d36515-0619-472d-bb57-96212362ab63', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '03db1a1a-171f-4132-a9ec-d039e423178d', 'code': 200} 2026-06-09 18:19:36.780 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b3c07a8e-bff1-4c8f-8d7f-707625531ecd 2026-06-09 18:19:37.217 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 03db1a1a-171f-4132-a9ec-d039e423178d 2026-06-09 18:19:40.172 10 INFO neutron.plugins.ml2.plugin [None req-6d05d604-7d9e-4706-b5a2-d27a1d582433 - - - - - -] Attempt 1 to provision port 9868daee-525b-4b07-8746-a8b896408516 2026-06-09 18:19:40.756 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 6adfda45-80f2-4bc6-8a30-d7a40a72f142 2026-06-09 18:19:40.773 9 INFO neutron.plugins.ml2.plugin [None req-72c6fc7c-45ff-480b-b80f-7691895e35e4 - - - - - -] Attempt 1 to provision port 6adfda45-80f2-4bc6-8a30-d7a40a72f142 2026-06-09 18:19:41.347 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 9868daee-525b-4b07-8746-a8b896408516 2026-06-09 18:19:41.770 10 INFO neutron.plugins.ml2.plugin [None req-ca05c0bc-975e-46c5-9b23-4684317b1647 - - - - - -] Attempt 1 to provision port e4877de9-5d4c-4ab9-980f-8bda8cc3c6de 2026-06-09 18:19:41.949 9 INFO neutron.plugins.ml2.plugin [None req-104514ed-0aad-4559-bbff-fa1d5fa2695a - - - - - -] Attempt 1 to provision port e4877de9-5d4c-4ab9-980f-8bda8cc3c6de 2026-06-09 18:19:42.788 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 6adfda45-80f2-4bc6-8a30-d7a40a72f142 2026-06-09 18:19:42.985 9 INFO neutron.plugins.ml2.plugin [None req-fa6ce3c1-6bf2-43f7-bb97-2fe85cd6a440 - - - - - -] Attempt 1 to provision port 7b306a33-ecb4-4318-98f9-3e1f1589d9c5 2026-06-09 18:19:43.122 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c7e6e1f9-bf15-4bf7-b871-8f64bab6aeee 2026-06-09 18:19:43.314 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-22a41705-f086-4070-ab8a-fde6b6e6ffa3'] response: {'server_uuid': 'dc5bf3d8-d4f9-4a1b-a5d8-492f7720d2e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7e6e1f9-bf15-4bf7-b871-8f64bab6aeee', 'code': 200} 2026-06-09 18:19:43.664 10 INFO neutron.plugins.ml2.plugin [None req-53cd2b0f-ba98-4755-b02d-6355be5c5241 - - - - - -] Attempt 1 to provision port 7b306a33-ecb4-4318-98f9-3e1f1589d9c5 2026-06-09 18:19:43.809 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 2d2514e4-f252-48a4-a6b8-d78763b66aed 2026-06-09 18:19:44.282 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b0471f0e-3855-425b-9564-d04d192489a1 2026-06-09 18:19:44.637 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 9868daee-525b-4b07-8746-a8b896408516 2026-06-09 18:19:45.157 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c7e6e1f9-bf15-4bf7-b871-8f64bab6aeee 2026-06-09 18:19:45.462 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 2d2514e4-f252-48a4-a6b8-d78763b66aed 2026-06-09 18:19:45.724 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b0471f0e-3855-425b-9564-d04d192489a1 2026-06-09 18:19:49.127 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0f5919be-e0bb-462e-a421-0101d862e9af 2026-06-09 18:19:51.156 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0f5919be-e0bb-462e-a421-0101d862e9af 2026-06-09 18:19:51.232 10 INFO neutron.plugins.ml2.plugin [None req-4d3970ec-fc9d-4c6b-b457-fcfaf141ef1b - - - - - -] Attempt 1 to provision port 74cbb3ad-3d1b-4a57-a648-c492015ca7b8 2026-06-09 18:19:51.447 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 74cbb3ad-3d1b-4a57-a648-c492015ca7b8 2026-06-09 18:19:51.668 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 5c0a4854-a949-4d7a-abbd-672f7c594fee 2026-06-09 18:19:51.891 9 INFO neutron.plugins.ml2.plugin [None req-a5a91623-7eea-4512-b5dc-4dc1a8fbf9fb - - - - - -] Attempt 1 to provision port 5c9a0022-3632-4060-910c-93543ad42dcf 2026-06-09 18:19:52.253 9 INFO neutron.plugins.ml2.plugin [None req-5a2f8e18-f96f-4fd6-8380-31de43719f33 - - - - - -] Attempt 1 to provision port 632774b8-9e65-4866-a168-091d42f28807 2026-06-09 18:19:52.698 10 INFO neutron.plugins.ml2.plugin [None req-23ed20a5-f4a5-4d41-b769-55881fcbf790 - - - - - -] Attempt 1 to provision port 5c9a0022-3632-4060-910c-93543ad42dcf 2026-06-09 18:19:53.042 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 74cbb3ad-3d1b-4a57-a648-c492015ca7b8 2026-06-09 18:19:53.481 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 5c0a4854-a949-4d7a-abbd-672f7c594fee 2026-06-09 18:19:58.791 9 INFO neutron.plugins.ml2.plugin [None req-ab9b9db7-9d70-4069-b2d4-51dcf22c188a - - - - - -] Attempt 1 to provision port b4cbc339-a2f3-4d25-9efb-802ef91cfb13 2026-06-09 18:19:59.063 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b4cbc339-a2f3-4d25-9efb-802ef91cfb13 2026-06-09 18:19:59.734 10 INFO neutron.plugins.ml2.plugin [None req-6a44225e-db10-4acf-a39b-ba9db46b8bed - - - - - -] Attempt 1 to provision port 55020d8c-7472-486c-82bb-f087483db027 2026-06-09 18:20:00.080 10 INFO neutron.plugins.ml2.plugin [None req-c3a2161c-166b-46a2-9b97-28f763547596 - - - - - -] Attempt 1 to provision port 55020d8c-7472-486c-82bb-f087483db027 2026-06-09 18:20:01.131 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port b4cbc339-a2f3-4d25-9efb-802ef91cfb13 2026-06-09 18:20:04.571 10 INFO neutron.plugins.ml2.plugin [None req-f3b709f3-34e6-4f4f-b19b-e7e064cf3406 - - - - - -] Attempt 1 to provision port 186dd967-5dcd-498d-b193-ac2672a5f15c 2026-06-09 18:20:10.964 9 INFO neutron.plugins.ml2.plugin [None req-5a23779a-b1f5-4fcb-b9ef-8d1915f8eba3 - - - - - -] Attempt 1 to provision port 309839a3-2edb-466a-836b-be1ec243ae0c 2026-06-09 18:20:13.174 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 309839a3-2edb-466a-836b-be1ec243ae0c 2026-06-09 18:20:13.343 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c460b60-8145-4a49-9a4f-74c69e0e3bd9'] response: {'server_uuid': 'cea26bde-6159-48a7-932d-caf670508d37', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '309839a3-2edb-466a-836b-be1ec243ae0c', 'code': 200} 2026-06-09 18:20:15.038 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 309839a3-2edb-466a-836b-be1ec243ae0c 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.748 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-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.748 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.749 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.749 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 2 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.769 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-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.769 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.770 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.771 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 3 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.789 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-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.789 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.790 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.790 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 4 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.814 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-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.814 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.815 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.815 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 5 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.838 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-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.838 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.839 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.840 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 6 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.859 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-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.859 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.860 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.861 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 7 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.888 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-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.888 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.889 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 8 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.910 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-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.910 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.911 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.911 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 9 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.934 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-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.934 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:17.935 9 INFO neutron.plugins.ml2.plugin [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Attempt 10 to bind port c3828164-e5ee-458e-9319-870e51e4c634 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:17.956 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-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f98f84b9-63f2-4e75-951e-d069a732c9c2 could not be found. 2026-06-09 18:20:17.956 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:17.957 9 ERROR neutron.plugins.ml2.managers [None req-fa792692-6bbf-4b29-b0ef-d774fdab35ef - - - - - -] Failed to bind port c3828164-e5ee-458e-9319-870e51e4c634 on host instance for vnic_type normal using segments [{'id': '798adf34-3e0c-4032-ac18-7629d883ed33', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 300, 'network_id': '1216e6a8-1761-483a-ae15-1f1039ed9d6f'}] 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 1216e6a8-1761-483a-ae15-1f1039ed9d6f could not be found. 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-09 18:20:18.711 9 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-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-06-09 18:20:18.711 9 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-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-09 18:20:18.711 9 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-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-09 18:20:18.711 9 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-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-09 18:20:18.711 9 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-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 252, in get_network_details 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1296, in get_network 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-09 18:20:18.711 9 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-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 1216e6a8-1761-483a-ae15-1f1039ed9d6f could not be found. 2026-06-09 18:20:18.711 9 ERROR oslo_messaging.rpc.server  2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.609 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-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.609 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.610 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.610 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 2 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.631 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-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.631 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.632 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 3 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.654 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-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.654 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.655 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 4 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.675 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-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.675 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.675 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 5 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.708 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-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.708 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.709 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.710 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 6 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.738 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-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.738 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.739 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.739 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 7 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.760 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-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.760 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.761 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.761 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 8 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.792 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-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.792 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.793 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 9 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.813 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-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.813 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.814 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:19.814 9 INFO neutron.plugins.ml2.plugin [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Attempt 10 to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-09 18:20:19.835 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-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aeb2a22d-9b08-42d1-94b8-7b01934f5fe1 could not be found. 2026-06-09 18:20:19.835 9 ERROR neutron.plugins.ml2.managers  2026-06-09 18:20:19.836 9 ERROR neutron.plugins.ml2.managers [None req-89ed014c-cce1-4ac6-9623-389086494327 - - - - - -] Failed to bind port e8e1f35f-46c8-448d-9666-a60c7081c6a1 on host instance for vnic_type normal using segments [{'id': 'e2a91ea7-b52f-429a-9f44-ff8c7c4f241a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 370, 'network_id': '5f7cf186-e684-4bdb-bc38-6cea52a005d6'}] 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 5f7cf186-e684-4bdb-bc38-6cea52a005d6 could not be found. 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-09 18:20:20.513 9 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-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-06-09 18:20:20.513 9 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-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-09 18:20:20.513 9 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-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-09 18:20:20.513 9 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-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-09 18:20:20.513 9 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-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 252, in get_network_details 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1296, in get_network 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-09 18:20:20.513 9 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-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 5f7cf186-e684-4bdb-bc38-6cea52a005d6 could not be found. 2026-06-09 18:20:20.513 9 ERROR oslo_messaging.rpc.server  2026-06-09 18:20:23.090 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a4e1db4a-3b37-4627-a892-d519caaff4c4 2026-06-09 18:20:29.096 9 INFO neutron.plugins.ml2.plugin [None req-e8022f57-f8f8-4af9-a410-4996add6de40 - - - - - -] Attempt 1 to provision port 0a217967-7432-4533-9ad5-c3bdea407943 2026-06-09 18:20:33.103 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c0283036-2f1c-485d-bed0-7b4d98b77777 2026-06-09 18:20:35.117 9 INFO neutron.plugins.ml2.plugin [None req-b6702eda-ab18-4c2a-8943-49ef5a967e62 - - - - - -] Attempt 1 to provision port 97d71fa2-3dab-4fb9-8d73-9ec9d6977117 2026-06-09 18:20:35.291 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 97d71fa2-3dab-4fb9-8d73-9ec9d6977117 2026-06-09 18:20:35.452 9 INFO neutron.plugins.ml2.plugin [None req-b6702eda-ab18-4c2a-8943-49ef5a967e62 - - - - - -] Attempt 1 to provision port 1afa7b64-a41b-4acd-bb8a-752fdc6cd555 2026-06-09 18:20:35.568 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c0283036-2f1c-485d-bed0-7b4d98b77777 2026-06-09 18:20:35.608 9 INFO neutron.plugins.ml2.plugin [None req-d618a61f-650f-46fa-b2ee-42b266fb8bf2 - - - - - -] Attempt 1 to provision port 1afa7b64-a41b-4acd-bb8a-752fdc6cd555 2026-06-09 18:20:35.760 10 INFO neutron.plugins.ml2.plugin [None req-b5335ff6-ae7f-438c-bbe2-9f608b35f020 - - - - - -] Attempt 1 to provision port 1afa7b64-a41b-4acd-bb8a-752fdc6cd555 2026-06-09 18:20:37.208 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 97d71fa2-3dab-4fb9-8d73-9ec9d6977117 2026-06-09 18:20:42.093 9 INFO neutron.plugins.ml2.plugin [None req-8ed5c7c6-df2a-4300-afae-5ccd06fa24b5 - - - - - -] Attempt 1 to provision port c0f7a4c3-72b4-48c5-8802-a39ab7545f53 2026-06-09 18:20:45.186 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c0f7a4c3-72b4-48c5-8802-a39ab7545f53 2026-06-09 18:20:45.355 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-79e43445-60a0-4003-af31-ebb7239bd749'] response: {'server_uuid': '983f1781-351d-4010-9996-c4f9d6cea9cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c0f7a4c3-72b4-48c5-8802-a39ab7545f53', 'code': 200} 2026-06-09 18:20:47.079 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port c0f7a4c3-72b4-48c5-8802-a39ab7545f53 2026-06-09 18:20:48.990 9 WARNING neutron.plugins.ml2.plugin [None req-b4b4acc9-d456-49b0-9676-803cc12ff519 - - - - - -] Concurrent port binding operations failed on port 0a217967-7432-4533-9ad5-c3bdea407943 2026-06-09 18:20:48.996 9 INFO neutron.plugins.ml2.plugin [None req-b4b4acc9-d456-49b0-9676-803cc12ff519 - - - - - -] Attempt 2 to bind port 0a217967-7432-4533-9ad5-c3bdea407943 2026-06-09 18:20:49.110 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0a217967-7432-4533-9ad5-c3bdea407943 2026-06-09 18:20:51.100 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 0a217967-7432-4533-9ad5-c3bdea407943 2026-06-09 18:20:51.313 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 1afa7b64-a41b-4acd-bb8a-752fdc6cd555 2026-06-09 18:20:53.042 9 INFO neutron.plugins.ml2.plugin [None req-48ad2859-9846-4c55-9d7e-6e839efd0c3c - - - - - -] Attempt 1 to provision port 227a6bda-4862-46e9-89ce-4b4b8403bbd2 2026-06-09 18:20:53.109 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 1afa7b64-a41b-4acd-bb8a-752fdc6cd555 2026-06-09 18:20:57.252 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 227a6bda-4862-46e9-89ce-4b4b8403bbd2 2026-06-09 18:20:57.378 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b122c500-c84a-4a08-a6c1-9726e392c355'] response: {'server_uuid': 'cea26bde-6159-48a7-932d-caf670508d37', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '227a6bda-4862-46e9-89ce-4b4b8403bbd2', 'code': 200} 2026-06-09 18:20:59.097 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 227a6bda-4862-46e9-89ce-4b4b8403bbd2 2026-06-09 18:21:09.325 10 INFO neutron.plugins.ml2.plugin [None req-15bd2b4e-4535-4e39-bb9e-05620857b11a - - - - - -] Attempt 1 to provision port a7225b87-e4e4-4a9b-b70e-0707617a2e0a 2026-06-09 18:21:13.121 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a7225b87-e4e4-4a9b-b70e-0707617a2e0a 2026-06-09 18:21:13.243 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-68bf7121-8336-4b4b-8851-96b622143cda'] response: {'server_uuid': '30de957d-c9aa-4a8b-878f-147b2bb9cd7a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a7225b87-e4e4-4a9b-b70e-0707617a2e0a', 'code': 200} 2026-06-09 18:21:15.071 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port a7225b87-e4e4-4a9b-b70e-0707617a2e0a 2026-06-09 18:21:25.285 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 4de85a4a-5dde-43cc-96bc-27bbac0727be 2026-06-09 18:21:25.458 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-920e355a-5834-4bee-9aab-c2aa7e8607bf'] response: {'server_uuid': 'cea26bde-6159-48a7-932d-caf670508d37', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4de85a4a-5dde-43cc-96bc-27bbac0727be', 'code': 200} 2026-06-09 18:21:27.096 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 4de85a4a-5dde-43cc-96bc-27bbac0727be 2026-06-09 18:21:39.131 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ca00f186-e206-4334-b1e6-c6116ca3cb20 2026-06-09 18:21:39.258 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-aaba95cb-02ee-47f8-bf43-5bde888ef363'] response: {'server_uuid': 'cea26bde-6159-48a7-932d-caf670508d37', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ca00f186-e206-4334-b1e6-c6116ca3cb20', 'code': 200} 2026-06-09 18:21:40.087 10 INFO neutron.plugins.ml2.plugin [None req-81e6ac46-5ba8-4f8f-91ee-42db544360a0 - - - - - -] Attempt 1 to provision port ca00f186-e206-4334-b1e6-c6116ca3cb20 2026-06-09 18:21:41.134 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ca00f186-e206-4334-b1e6-c6116ca3cb20 2026-06-09 18:21:45.200 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e2685d1f-81fc-42bd-97df-f850c2a76455 2026-06-09 18:21:45.527 9 INFO neutron.plugins.ml2.plugin [None req-ae97e263-1ce7-42a1-a54f-32eaac3e6489 - - - - - -] Attempt 1 to provision port e2685d1f-81fc-42bd-97df-f850c2a76455 2026-06-09 18:21:45.798 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 12c34616-b285-4a26-bfe8-c92ae439a3ea 2026-06-09 18:21:46.281 9 INFO neutron.plugins.ml2.plugin [None req-74faf5ea-b3e9-4d69-941a-f7ae0d28618f - - - - - -] Attempt 1 to provision port 12c34616-b285-4a26-bfe8-c92ae439a3ea 2026-06-09 18:21:46.992 9 INFO neutron.plugins.ml2.plugin [None req-82d48314-00cd-4cc4-8d80-09a3a18c806c - - - - - -] Attempt 1 to provision port 6b1cfe1c-5abd-46a2-b3e7-d3144494fea5 2026-06-09 18:21:47.211 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port e2685d1f-81fc-42bd-97df-f850c2a76455 2026-06-09 18:21:47.555 9 INFO neutron.plugins.ml2.plugin [None req-52b53f4f-f33c-45f4-9e30-4928fe71fa85 - - - - - -] Attempt 1 to provision port c506ba36-07bc-4370-accf-bd3979b48329 2026-06-09 18:21:47.776 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 2cbcf14f-abaf-44b2-a9fc-d7cdd1332869 2026-06-09 18:21:48.461 10 INFO neutron.plugins.ml2.plugin [None req-fb7db206-263f-4b7f-8d7d-1f1ccf71b46d - - - - - -] Attempt 1 to provision port 2cbcf14f-abaf-44b2-a9fc-d7cdd1332869 2026-06-09 18:21:51.118 9 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 000f6158-d02d-4fdd-927d-a76548b175a0 2026-06-09 18:21:54.497 9 INFO neutron.plugins.ml2.plugin [None req-6e9de8e3-7603-474c-b9b5-5b2fc5131e3c - - - - - -] Attempt 1 to provision port ca00f186-e206-4334-b1e6-c6116ca3cb20 2026-06-09 18:21:55.175 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port ca00f186-e206-4334-b1e6-c6116ca3cb20 2026-06-09 18:22:25.218 9 INFO neutron.plugins.ml2.plugin [None req-e473cd06-afa8-434d-bf85-bc68d29a2ea8 - - - - - -] Attempt 1 to provision port 4de85a4a-5dde-43cc-96bc-27bbac0727be 2026-06-09 18:22:27.180 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] Attempt 1 to provision port 4de85a4a-5dde-43cc-96bc-27bbac0727be 2026-06-09 18:23:27.475 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c40943a4-dc76-4753-b8e9-d9844e5aa2d4'] response: {'server_uuid': 'cea26bde-6159-48a7-932d-caf670508d37', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '227a6bda-4862-46e9-89ce-4b4b8403bbd2', 'code': 200} 2026-06-09 18:23:37.503 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fedb7bb-7f57-44cb-ae6b-7bc5d17f8a9c'] response: {'server_uuid': '80d36515-0619-472d-bb57-96212362ab63', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '03db1a1a-171f-4132-a9ec-d039e423178d', 'code': 200} 2026-06-09 18:23:37.544 10 INFO neutron.plugins.ml2.plugin [None req-df629fba-a8f2-4d68-b521-fe3606a81441 - - - - - -] No ports have port_id starting with 03db1a1a-171f-4132-a9ec-d039e423178d