+ 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-22 02:27:15.760 1 INFO neutron.common.config [-] Logging enabled! 2026-06-22 02:27:15.760 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-06-22 02:27:15.761 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-22 02:27:15.761 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-22 02:27:16.774 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-22 02:27:16.776 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-22 02:27:16.779 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-22 02:27:16.780 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-22 02:27:16.780 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-22 02:27:16.780 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-22 02:27:16.780 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 02:27:16.788 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 02:27:16.788 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-22 02:27:16.789 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-22 02:27:16.805 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-22 02:27:16.806 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-22 02:27:16.806 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-22 02:27:16.837 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-22 02:27:16.837 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-22 02:27:16.837 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-22 02:27:16.838 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-22 02:27:16.843 1 WARNING oslo_policy.policy [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] 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-22 02:27:17.102 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing driver for type 'vlan' 2026-06-22 02:27:17.247 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] VlanTypeDriver initialization complete 2026-06-22 02:27:17.248 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing driver for type 'vxlan' 2026-06-22 02:27:17.248 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-22 02:27:17.288 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-22 02:27:17.288 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-22 02:27:17.289 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing extension driver 'port_security' 2026-06-22 02:27:17.289 1 INFO neutron.plugins.ml2.extensions.port_security [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-22 02:27:17.289 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing extension driver 'qos' 2026-06-22 02:27:17.289 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-22 02:27:17.289 1 INFO neutron.plugins.ml2.managers [None req-96a8979d-8b7b-474d-8d40-267d46b25d60 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-22 02:27:17.303 1 INFO neutron.quota [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded quota_driver: . 2026-06-22 02:27:17.304 1 INFO neutron.plugins.ml2.plugin [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Modular L2 Plugin initialization complete 2026-06-22 02:27:17.304 1 INFO neutron.plugins.ml2.managers [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-22 02:27:17.304 1 INFO neutron.plugins.ml2.managers [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-22 02:27:17.304 1 INFO neutron.plugins.ml2.managers [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Got port-security extension from driver 'port_security' 2026-06-22 02:27:17.304 1 INFO neutron.extensions.vlantransparent [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Disabled vlantransparent extension. 2026-06-22 02:27:17.305 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: qos 2026-06-22 02:27:17.315 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: router 2026-06-22 02:27:17.346 1 INFO neutron.services.service_base [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-22 02:27:17.346 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: segments 2026-06-22 02:27:17.413 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: trunk 2026-06-22 02:27:17.485 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: vpnaas 2026-06-22 02:27:17.526 1 WARNING stevedore.named [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-22 02:27:17.580 1 INFO neutron_vpnaas.services.vpn.plugin [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-22 02:27:17.580 1 INFO neutron.common.utils [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-22 02:27:17.580 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: auto_allocate 2026-06-22 02:27:17.585 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: tag 2026-06-22 02:27:17.592 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: timestamp 2026-06-22 02:27:17.594 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: network_ip_availability 2026-06-22 02:27:17.597 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: flavors 2026-06-22 02:27:17.600 1 INFO neutron.manager [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loading Plugin: revisions 2026-06-22 02:27:17.603 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Initializing extension manager. 2026-06-22 02:27:17.604 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: address-group 2026-06-22 02:27:17.605 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: address-scope 2026-06-22 02:27:17.605 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-22 02:27:17.606 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: agent 2026-06-22 02:27:17.606 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: agent-resources-synced 2026-06-22 02:27:17.607 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: allowed-address-pairs 2026-06-22 02:27:17.608 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: auto-allocated-topology 2026-06-22 02:27:17.609 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: availability_zone 2026-06-22 02:27:17.609 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: availability_zone_filter 2026-06-22 02:27:17.610 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-22 02:27:17.610 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: default-subnetpools 2026-06-22 02:27:17.611 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-22 02:27:17.612 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: dns-integration 2026-06-22 02:27:17.612 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: dns-domain-ports 2026-06-22 02:27:17.612 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-22 02:27:17.613 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: dvr 2026-06-22 02:27:17.613 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-22 02:27:17.614 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: empty-string-filtering 2026-06-22 02:27:17.614 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-22 02:27:17.615 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-22 02:27:17.615 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: external-net 2026-06-22 02:27:17.616 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-22 02:27:17.616 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: extraroute 2026-06-22 02:27:17.617 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: extraroute-atomic 2026-06-22 02:27:17.617 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-22 02:27:17.618 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-22 02:27:17.618 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-22 02:27:17.619 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-22 02:27:17.619 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: fip-port-details 2026-06-22 02:27:17.620 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: flavors 2026-06-22 02:27:17.621 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-22 02:27:17.621 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: floatingip-pools 2026-06-22 02:27:17.622 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: ip_allocation 2026-06-22 02:27:17.622 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: ip-substring-filtering 2026-06-22 02:27:17.623 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: l2_adjacency 2026-06-22 02:27:17.623 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: router 2026-06-22 02:27:17.625 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-22 02:27:17.625 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-22 02:27:17.626 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-22 02:27:17.626 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: ext-gw-mode 2026-06-22 02:27:17.627 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: l3-ha 2026-06-22 02:27:17.627 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-22 02:27:17.628 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-22 02:27:17.628 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: l3-flavors 2026-06-22 02:27:17.629 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-22 02:27:17.629 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-22 02:27:17.631 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-22 02:27:17.632 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-22 02:27:17.632 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-22 02:27:17.633 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-22 02:27:17.634 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-22 02:27:17.634 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: multi-provider 2026-06-22 02:27:17.635 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: net-mtu 2026-06-22 02:27:17.635 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: net-mtu-writable 2026-06-22 02:27:17.636 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: network_availability_zone 2026-06-22 02:27:17.636 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: network_ha 2026-06-22 02:27:17.637 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: network-ip-availability 2026-06-22 02:27:17.638 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-22 02:27:17.638 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: pagination 2026-06-22 02:27:17.638 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-device-profile 2026-06-22 02:27:17.639 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-22 02:27:17.639 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-22 02:27:17.640 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-22 02:27:17.641 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-mac-override 2026-06-22 02:27:17.641 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-22 02:27:17.642 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-22 02:27:17.642 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-resource-request 2026-06-22 02:27:17.643 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-resource-request-groups 2026-06-22 02:27:17.643 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: binding 2026-06-22 02:27:17.644 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: binding-extended 2026-06-22 02:27:17.644 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-security 2026-06-22 02:27:17.645 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: project-id 2026-06-22 02:27:17.645 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: provider 2026-06-22 02:27:17.647 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos 2026-06-22 02:27:17.647 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-22 02:27:17.648 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-22 02:27:17.648 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-default 2026-06-22 02:27:17.649 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-fip 2026-06-22 02:27:17.649 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-22 02:27:17.650 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-gateway-ip 2026-06-22 02:27:17.650 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-port-network-policy 2026-06-22 02:27:17.651 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-pps-minimum 2026-06-22 02:27:17.651 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-22 02:27:17.652 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-pps 2026-06-22 02:27:17.652 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-rule-type-details 2026-06-22 02:27:17.653 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-22 02:27:17.653 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: qos-rules-alias 2026-06-22 02:27:17.654 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: quota-check-limit 2026-06-22 02:27:17.655 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: quotas 2026-06-22 02:27:17.657 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: quota_details 2026-06-22 02:27:17.658 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: rbac-policies 2026-06-22 02:27:17.659 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: rbac-address-group 2026-06-22 02:27:17.659 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: rbac-address-scope 2026-06-22 02:27:17.660 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: rbac-security-groups 2026-06-22 02:27:17.660 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: rbac-subnetpool 2026-06-22 02:27:17.661 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: revision-if-match 2026-06-22 02:27:17.661 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: standard-attr-revisions 2026-06-22 02:27:17.662 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: router_availability_zone 2026-06-22 02:27:17.662 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-22 02:27:17.663 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: security-groups-default-rules 2026-06-22 02:27:17.664 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-22 02:27:17.664 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-22 02:27:17.665 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-22 02:27:17.665 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-22 02:27:17.666 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-22 02:27:17.672 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: security-group 2026-06-22 02:27:17.673 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: segment 2026-06-22 02:27:17.673 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-22 02:27:17.674 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: service-type 2026-06-22 02:27:17.674 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: sorting 2026-06-22 02:27:17.675 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: standard-attr-segment 2026-06-22 02:27:17.675 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: standard-attr-description 2026-06-22 02:27:17.677 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: stateful-security-group 2026-06-22 02:27:17.677 1 WARNING neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-22 02:27:17.678 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-22 02:27:17.678 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: subnet_onboard 2026-06-22 02:27:17.679 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-22 02:27:17.679 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: subnet-service-types 2026-06-22 02:27:17.680 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: subnet_allocation 2026-06-22 02:27:17.680 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-22 02:27:17.681 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-22 02:27:17.683 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: standard-attr-tag 2026-06-22 02:27:17.684 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-22 02:27:17.685 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: trunk 2026-06-22 02:27:17.686 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: trunk-details 2026-06-22 02:27:17.686 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-22 02:27:17.687 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-22 02:27:17.688 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-22 02:27:17.689 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-22 02:27:17.689 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: vpn-flavors 2026-06-22 02:27:17.691 1 INFO neutron.api.extensions [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Loaded extension: vpnaas 2026-06-22 02:27:17.693 1 INFO oslo_service.service [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Starting 2 workers 2026-06-22 02:27:17.697 1 INFO oslo_service.service [None req-5ef38da1-d35c-4e88-b79c-4755e0a8522f - - - - - -] Starting 1 workers 2026-06-22 02:27:52.518 9 INFO neutron.db.l3_hamode_db [None req-8c05e23a-ccee-416f-8b6f-1c813574e491 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-22 02:28:04.768 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 26ac762a-c023-4a74-850e-d0532bfed6f6 2026-06-22 02:28:04.836 9 INFO neutron.plugins.ml2.plugin [None req-27004221-fcab-403e-8c80-3218528d0f53 - - - - - -] Attempt 1 to provision port 26ac762a-c023-4a74-850e-d0532bfed6f6 2026-06-22 02:28:06.674 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 26ac762a-c023-4a74-850e-d0532bfed6f6 2026-06-22 02:32:24.914 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port db010c87-6320-49e4-a4c9-37c08f9cb565 2026-06-22 02:32:25.518 10 INFO neutron.plugins.ml2.plugin [None req-1ea9396d-4f7a-422a-955a-fb42897dbc68 - - - - - -] Attempt 1 to provision port db010c87-6320-49e4-a4c9-37c08f9cb565 2026-06-22 02:32:26.902 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port db010c87-6320-49e4-a4c9-37c08f9cb565 2026-06-22 02:32:32.875 9 INFO neutron.plugins.ml2.plugin [None req-603d65b6-f969-4b0f-9812-4a57885cffb2 - - - - - -] Attempt 1 to provision port 156dcf01-8033-49b1-803f-7359d58cb3dd 2026-06-22 02:35:59.192 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 156dcf01-8033-49b1-803f-7359d58cb3dd 2026-06-22 02:36:01.039 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 156dcf01-8033-49b1-803f-7359d58cb3dd 2026-06-22 02:43:55.338 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f23b1791-62dc-4167-8ddd-c304f726f261 2026-06-22 02:43:57.325 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f23b1791-62dc-4167-8ddd-c304f726f261 2026-06-22 02:59:45.985 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 4e37ec53-43b7-4ae3-b90b-f42f4d21c3f5 2026-06-22 02:59:46.474 9 INFO neutron.plugins.ml2.plugin [None req-8efa7ce8-d450-446c-b7ce-e2e54887b123 - - - - - -] Attempt 1 to provision port 88be4a01-404c-4d50-aba9-ec4684e176b3 2026-06-22 02:59:46.515 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 039d3ac9-fc94-435a-9bf1-789ca8caa031 2026-06-22 02:59:46.843 10 INFO neutron.plugins.ml2.plugin [None req-0db521f1-2e4c-45ba-8498-fc5e28135410 - - - - - -] Attempt 1 to provision port b51b4111-9ee5-4786-b09e-836778a6c4e0 2026-06-22 02:59:47.445 9 INFO neutron.plugins.ml2.plugin [None req-8dcf08a5-64e7-491c-af7c-87c930aa9972 - - - - - -] Attempt 1 to provision port 039d3ac9-fc94-435a-9bf1-789ca8caa031 2026-06-22 02:59:47.717 9 INFO neutron.plugins.ml2.plugin [None req-0f72d297-980f-4772-b70d-ca7201424aa6 - - - - - -] Attempt 1 to provision port 4e37ec53-43b7-4ae3-b90b-f42f4d21c3f5 2026-06-22 02:59:47.819 9 INFO neutron.plugins.ml2.plugin [None req-0f72d297-980f-4772-b70d-ca7201424aa6 - - - - - -] Attempt 1 to provision port ba8ef083-01e6-40ca-8e02-f521b2d1b7fc 2026-06-22 02:59:48.111 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port ba8ef083-01e6-40ca-8e02-f521b2d1b7fc 2026-06-22 02:59:48.715 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 4e37ec53-43b7-4ae3-b90b-f42f4d21c3f5 2026-06-22 02:59:49.131 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 039d3ac9-fc94-435a-9bf1-789ca8caa031 2026-06-22 02:59:49.702 10 INFO neutron.plugins.ml2.plugin [None req-6d7ffc02-5b97-4945-8011-944b5454b99c - - - - - -] Attempt 1 to provision port 8cd8faf8-f708-431f-bee7-8e92144cc9f6 2026-06-22 02:59:49.747 10 INFO neutron.plugins.ml2.plugin [None req-6d7ffc02-5b97-4945-8011-944b5454b99c - - - - - -] Attempt 1 to provision port b57df80b-6146-42cc-b56b-287d9a809910 2026-06-22 02:59:49.924 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port ba8ef083-01e6-40ca-8e02-f521b2d1b7fc 2026-06-22 02:59:50.378 9 INFO neutron.plugins.ml2.plugin [None req-01777eec-711c-4b91-8d5b-f397ba298d68 - - - - - -] Attempt 1 to provision port b57df80b-6146-42cc-b56b-287d9a809910 2026-06-22 02:59:51.237 9 INFO neutron.plugins.ml2.plugin [None req-31741a8e-c0b7-4cb8-9695-e9f97cc92347 - - - - - -] Attempt 1 to provision port 31b61d48-3a37-4020-a0bb-286c6a609307 2026-06-22 02:59:51.786 9 INFO neutron.plugins.ml2.plugin [None req-49fe1ac1-cbbd-40b4-863e-a496ce23ebf6 - - - - - -] Attempt 1 to provision port 31b61d48-3a37-4020-a0bb-286c6a609307 2026-06-22 02:59:52.533 9 INFO neutron.plugins.ml2.plugin [None req-6ca41f06-2faa-46b1-95de-648f609a074c - - - - - -] Attempt 1 to provision port 6abdec7a-fcd9-4848-bcd4-3a2ac132b27b 2026-06-22 02:59:53.194 9 INFO neutron.plugins.ml2.plugin [None req-72b8b003-f719-45e9-9042-8b3d595ef737 - - - - - -] Attempt 1 to provision port 6abdec7a-fcd9-4848-bcd4-3a2ac132b27b 2026-06-22 02:59:55.263 9 INFO neutron.plugins.ml2.plugin [None req-f32e681c-d89f-4df3-af4d-05580e1de394 - - - - - -] Attempt 1 to provision port 2ab4bf07-6f7c-4d3d-b9df-62cec801a204 2026-06-22 02:59:55.801 9 INFO neutron.plugins.ml2.plugin [None req-375ea419-364c-4686-ad67-c7a6a3f94d24 - - - - - -] Attempt 1 to provision port 20c9df08-333a-428a-bb18-b0a7bd272a39 2026-06-22 02:59:55.936 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 20c9df08-333a-428a-bb18-b0a7bd272a39 2026-06-22 02:59:58.085 9 INFO neutron.plugins.ml2.plugin [None req-0a08d46e-a126-41ed-92f6-1beb0bbadc98 - - - - - -] Attempt 1 to provision port 0351cbdd-056a-4112-83b4-f0a352d1af30 2026-06-22 02:59:58.191 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 20c9df08-333a-428a-bb18-b0a7bd272a39 2026-06-22 02:59:58.637 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 3ccc7e51-18b0-4356-9115-87b111245db6 2026-06-22 02:59:58.763 10 INFO neutron.plugins.ml2.plugin [None req-1ba9c630-34f2-4cab-9234-a2de611ba674 - - - - - -] Attempt 1 to provision port 0351cbdd-056a-4112-83b4-f0a352d1af30 2026-06-22 02:59:59.230 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6fd2ceaf-66d8-4725-9867-1f420f6c968a 2026-06-22 03:00:00.203 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6fe0986b-6429-4cf4-b171-6d502b05d509 /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-22 03:00:00.847 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 4352a20d-bd66-4886-b861-661065401c76 2026-06-22 03:00:01.286 10 INFO neutron.plugins.ml2.plugin [None req-f64c0d2c-35ff-4258-ad37-4320e3d54045 - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:01.553 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6fd2ceaf-66d8-4725-9867-1f420f6c968a 2026-06-22 03:00:01.977 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6fe0986b-6429-4cf4-b171-6d502b05d509 2026-06-22 03:00:02.447 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 4352a20d-bd66-4886-b861-661065401c76 2026-06-22 03:00:03.672 9 INFO neutron.plugins.ml2.plugin [None req-7d71c212-eae4-4636-a2b6-636af7134c11 - - - - - -] Attempt 1 to provision port bd1120eb-b62a-4c47-ad72-a7589671f636 2026-06-22 03:00:06.340 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6ff9c992-95f8-4289-a99e-6ea755ade03d 2026-06-22 03:00:06.775 10 INFO neutron.plugins.ml2.plugin [None req-dff292e9-f5c6-4e1d-9dc4-5252956af079 - - - - - -] Attempt 1 to provision port 712d2a6e-66c1-4ad2-9352-0cd9f16d913c 2026-06-22 03:00:07.122 10 INFO neutron.plugins.ml2.plugin [None req-0a085fa9-3915-4138-bf20-9894a7abcc03 - - - - - -] Attempt 1 to provision port 6ff9c992-95f8-4289-a99e-6ea755ade03d 2026-06-22 03:00:08.088 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6ff9c992-95f8-4289-a99e-6ea755ade03d 2026-06-22 03:00:10.058 10 INFO neutron.plugins.ml2.plugin [None req-0f735ecb-828e-4e8e-8e7b-fef3ce32d232 - - - - - -] Attempt 1 to provision port 6585c5e3-c92b-446f-b630-89173d3bd8a3 2026-06-22 03:00:10.319 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port bd1120eb-b62a-4c47-ad72-a7589671f636 2026-06-22 03:00:10.828 9 INFO neutron.plugins.ml2.plugin [None req-3f3147a3-22b4-404a-8341-71ea4d6c9907 - - - - - -] Attempt 1 to provision port 6585c5e3-c92b-446f-b630-89173d3bd8a3 2026-06-22 03:00:10.957 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:11.007 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0e54e2e-62fd-4ca8-a473-8a2e70e6d23b'] response: {'server_uuid': '39fbfa87-7986-493e-b150-7f83539029cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd1120eb-b62a-4c47-ad72-a7589671f636', 'code': 200} 2026-06-22 03:00:12.204 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port bd1120eb-b62a-4c47-ad72-a7589671f636 2026-06-22 03:00:12.593 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:12.913 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port c2902644-f0c0-45cb-9577-87124c3507a5 2026-06-22 03:00:13.059 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-38b89fc8-c5c8-4b90-95c2-4ce7d72cea0e'] response: {'server_uuid': 'f56c19c8-62ca-4801-ba3c-5a6e1e3ed03c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5dc99b1a-4f3e-44bf-93c2-eff5456a7e13', 'code': 200} 2026-06-22 03:00:14.279 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port c2902644-f0c0-45cb-9577-87124c3507a5 2026-06-22 03:00:17.485 9 INFO neutron.plugins.ml2.plugin [None req-68946995-579d-44d8-a60e-f273c500f4ba - - - - - -] Attempt 1 to provision port d42c5ce4-6ad2-4465-9d78-fcc2bada7c42 2026-06-22 03:00:20.364 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d42c5ce4-6ad2-4465-9d78-fcc2bada7c42 2026-06-22 03:00:20.499 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc07dd85-bc08-4968-bbf2-e7a7b899f2c9'] response: {'server_uuid': '62e0116c-3dbf-4cc5-8137-03a7ca06c9f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd42c5ce4-6ad2-4465-9d78-fcc2bada7c42', 'code': 200} /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-22 03:00:22.046 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d42c5ce4-6ad2-4465-9d78-fcc2bada7c42 2026-06-22 03:00:24.714 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7004fa30-6689-4551-8136-c364e2f35f46'] response: {'server_uuid': '62e0116c-3dbf-4cc5-8137-03a7ca06c9f8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd42c5ce4-6ad2-4465-9d78-fcc2bada7c42', 'code': 200} 2026-06-22 03:00:25.631 9 INFO neutron.plugins.ml2.plugin [None req-6b5a768a-c00d-41b7-af69-87dbec4e29e2 - - - - - -] Attempt 1 to provision port 0d6bf7e5-6f4e-483c-8053-7660899aef68 2026-06-22 03:00:26.134 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port adfc8f21-a5b7-41dc-9f68-b0e12aaaff3f 2026-06-22 03:00:26.395 10 INFO neutron.plugins.ml2.plugin [None req-45f482cd-7cba-4eeb-b352-fbd2dc14857e - - - - - -] Attempt 1 to provision port adfc8f21-a5b7-41dc-9f68-b0e12aaaff3f 2026-06-22 03:00:28.170 9 INFO neutron.plugins.ml2.plugin [None req-3401535d-abb4-4f61-8e7d-5c7b9eeeab47 - - - - - -] Attempt 1 to provision port 666cf089-3343-4ef5-9b76-874670d8924a 2026-06-22 03:00:28.204 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port adfc8f21-a5b7-41dc-9f68-b0e12aaaff3f 2026-06-22 03:00:28.952 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6abdec7a-fcd9-4848-bcd4-3a2ac132b27b 2026-06-22 03:00:29.342 10 INFO neutron.plugins.ml2.plugin [None req-bfad686c-0a89-4a83-8892-45be4c4708cd - - - - - -] Attempt 1 to provision port 666cf089-3343-4ef5-9b76-874670d8924a 2026-06-22 03:00:30.270 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 139bb5c0-eeac-4188-bf98-1ec091f9c049 2026-06-22 03:00:30.780 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 8cd8faf8-f708-431f-bee7-8e92144cc9f6 2026-06-22 03:00:31.299 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6abdec7a-fcd9-4848-bcd4-3a2ac132b27b 2026-06-22 03:00:32.051 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 139bb5c0-eeac-4188-bf98-1ec091f9c049 2026-06-22 03:00:32.339 10 INFO neutron.plugins.ml2.plugin [None req-f7c57a43-a0c7-4283-8f3c-7e64151aa2b1 - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:32.410 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 8cd8faf8-f708-431f-bee7-8e92144cc9f6 2026-06-22 03:00:32.879 9 INFO neutron.plugins.ml2.plugin [None req-af43d68f-3600-47b8-828d-b547b4057e3a - - - - - -] Attempt 1 to provision port 680e8574-b3a3-4819-b3a7-34790f50819d 2026-06-22 03:00:34.304 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 680e8574-b3a3-4819-b3a7-34790f50819d 2026-06-22 03:00:34.458 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-858506a9-ce22-4d07-afc3-1832405ddf5e'] response: {'server_uuid': '674db070-d5c8-4f05-8393-431829b9ded0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '680e8574-b3a3-4819-b3a7-34790f50819d', 'code': 200} 2026-06-22 03:00:34.928 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:36.156 10 INFO neutron.plugins.ml2.plugin [None req-6a6973ee-fef9-42f7-b323-4fcce5b98939 - - - - - -] Attempt 1 to provision port c99edddd-052d-477b-b8a5-a1daa412467e 2026-06-22 03:00:36.347 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 52b9a0bc-c885-4bfe-8e17-1607ce3ed496 2026-06-22 03:00:36.810 10 INFO neutron.plugins.ml2.plugin [None req-fc141843-e006-4269-9cd9-e0eb32af9dc3 - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:36.979 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 680e8574-b3a3-4819-b3a7-34790f50819d 2026-06-22 03:00:37.239 9 INFO neutron.plugins.ml2.plugin [None req-fd8acaff-3fa7-4b3c-8039-9f0311102068 - - - - - -] Attempt 1 to provision port 52b9a0bc-c885-4bfe-8e17-1607ce3ed496 2026-06-22 03:00:38.121 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 52b9a0bc-c885-4bfe-8e17-1607ce3ed496 2026-06-22 03:00:38.656 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 5dc99b1a-4f3e-44bf-93c2-eff5456a7e13 2026-06-22 03:00:39.042 9 INFO neutron.plugins.ml2.plugin [None req-0a82c740-05ad-4943-8f05-eeb4f0d943f0 - - - - - -] Attempt 1 to provision port ca8c9404-0290-4a62-ade3-6659f3ed5d28 2026-06-22 03:00:39.726 10 INFO neutron.plugins.ml2.plugin [None req-d3228dfb-ba66-42fe-8547-82951696594f - - - - - -] Attempt 1 to provision port ca8c9404-0290-4a62-ade3-6659f3ed5d28 2026-06-22 03:00:40.256 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 81943344-23bc-4304-8ff8-016b6665aba0 2026-06-22 03:00:42.261 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 81943344-23bc-4304-8ff8-016b6665aba0 2026-06-22 03:00:44.144 9 INFO neutron.plugins.ml2.plugin [None req-1fbb1322-1a60-47fb-9184-277dba102a84 - - - - - -] Attempt 1 to provision port 5175bc32-6ac6-40d1-8e5b-babb8758c984 2026-06-22 03:00:44.235 9 INFO neutron.plugins.ml2.db [None req-1fbb1322-1a60-47fb-9184-277dba102a84 - - - - - -] No ports have port_id starting with 5175bc32-6ac6-40d1-8e5b-babb8758c984 2026-06-22 03:00:47.388 10 INFO neutron.plugins.ml2.plugin [None req-4919ec7d-c45b-4020-a38c-802871efca77 - - - - - -] Attempt 1 to provision port 248aeec6-64d9-4bb0-9ca6-aeae7151c8f6 /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-22 03:00:50.111 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 248aeec6-64d9-4bb0-9ca6-aeae7151c8f6 2026-06-22 03:00:50.303 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfeda03f-84dc-489a-ad8d-cd4f74a040c1'] response: {'server_uuid': '4558a3b1-a970-438c-997a-b1b07d20a8f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '248aeec6-64d9-4bb0-9ca6-aeae7151c8f6', 'code': 200} 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.305 10 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-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.305 10 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-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.305 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.307 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.307 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 2 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.341 10 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-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.341 10 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-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.341 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.342 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.342 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 3 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.365 10 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-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.365 10 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-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.365 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.366 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.366 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 4 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.392 10 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-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.392 10 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-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.392 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.393 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.393 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 5 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.425 10 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-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.425 10 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-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.425 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.426 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.427 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 6 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.459 10 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-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.459 10 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-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.459 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.459 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 7 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.485 10 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-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.485 10 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-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.485 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.486 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.486 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 8 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.510 10 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-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.510 10 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-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.510 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.511 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 9 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.546 10 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-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.546 10 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-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.546 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.547 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:51.547 10 INFO neutron.plugins.ml2.plugin [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Attempt 10 to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:00:51.566 10 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-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:00:51.566 10 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-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 22f6c484-84be-4261-afce-2fe6ee146e9e could not be found. 2026-06-22 03:00:51.566 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:00:51.567 10 ERROR neutron.plugins.ml2.managers [None req-005ff723-97c8-457b-a5b2-db434f7c4255 - - - - - -] Failed to bind port cc358d50-4bef-4ebe-9ddb-61d4e5e19c31 on host instance for vnic_type normal using segments [{'id': 'e5a213e1-a48f-4795-8d1a-45f6d9777e43', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 262, 'network_id': '97d83114-cca8-4b48-b25b-ac2c23cbfd9b'}] 2026-06-22 03:00:52.119 9 INFO neutron.plugins.ml2.plugin [None req-b40ee188-b16e-4dc5-acce-fd797483626d - - - - - -] Attempt 1 to provision port cbc1981d-3824-4aff-9575-4939eec84bd1 2026-06-22 03:00:52.142 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 248aeec6-64d9-4bb0-9ca6-aeae7151c8f6 2026-06-22 03:00:52.425 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port cbc1981d-3824-4aff-9575-4939eec84bd1 2026-06-22 03:00:54.135 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port cbc1981d-3824-4aff-9575-4939eec84bd1 2026-06-22 03:00:54.821 9 INFO neutron.plugins.ml2.plugin [None req-a4bf860c-9d6e-42cf-a75c-f025a1efae6d - - - - - -] Attempt 1 to provision port 35f62dd5-a265-40c9-a971-a722ec106cad 2026-06-22 03:00:55.670 9 INFO neutron.plugins.ml2.plugin [None req-5b456ff0-289f-4a7e-9d13-b19764026e63 - - - - - -] Attempt 1 to provision port c983f6c4-fceb-4449-83d2-6d756921ea03 2026-06-22 03:00:56.145 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port c983f6c4-fceb-4449-83d2-6d756921ea03 2026-06-22 03:00:57.678 10 INFO neutron.plugins.ml2.plugin [None req-fa8cf8cf-100c-4131-bc6d-4978c4579477 - - - - - -] Attempt 1 to provision port 931232b0-9240-436c-9ac1-369a6f313759 2026-06-22 03:00:58.085 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port c983f6c4-fceb-4449-83d2-6d756921ea03 2026-06-22 03:00:58.316 9 INFO neutron.plugins.ml2.plugin [None req-85dea4df-dca0-4622-9929-ef022dff2df1 - - - - - -] Attempt 1 to provision port 931232b0-9240-436c-9ac1-369a6f313759 2026-06-22 03:00:58.568 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port ca8c9404-0290-4a62-ade3-6659f3ed5d28 2026-06-22 03:00:58.847 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port c99edddd-052d-477b-b8a5-a1daa412467e 2026-06-22 03:01:00.426 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9eae2134-6462-467f-9c83-6bf40463e8dc 2026-06-22 03:01:02.423 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port c6f03fbb-0170-4e94-9b04-33b7f527ac2a 2026-06-22 03:01:03.074 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9eae2134-6462-467f-9c83-6bf40463e8dc 2026-06-22 03:01:03.326 10 INFO neutron.plugins.ml2.plugin [None req-50bafb2e-adb3-46e9-ae4f-7011dc981b1e - - - - - -] Attempt 1 to provision port c6f03fbb-0170-4e94-9b04-33b7f527ac2a 2026-06-22 03:01:05.336 10 INFO neutron.plugins.ml2.plugin [None req-a67c8854-9cc7-4bcd-add3-581717e4973c - - - - - -] Attempt 1 to provision port fca01d53-34b3-40b6-aba8-30da59768596 2026-06-22 03:01:05.587 9 INFO neutron.plugins.ml2.plugin [None req-07298043-069f-4739-b612-54695b9df4e9 - - - - - -] Attempt 1 to provision port 9f20b166-e9a2-4707-aafd-9be385fea489 2026-06-22 03:01:06.127 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9ecde5c8-7b40-4b4a-91ff-27bdd27a560f 2026-06-22 03:01:06.432 10 INFO neutron.plugins.ml2.plugin [None req-877482b8-b654-4ddd-9e1a-3bac47c00090 - - - - - -] Attempt 1 to provision port 9ecde5c8-7b40-4b4a-91ff-27bdd27a560f 2026-06-22 03:01:10.190 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9f20b166-e9a2-4707-aafd-9be385fea489 2026-06-22 03:01:10.440 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-24d52b19-8879-48f4-85cb-a4f4a618d1e3'] response: {'server_uuid': '8c6f21da-325e-471a-a114-0f569b7dec73', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9f20b166-e9a2-4707-aafd-9be385fea489', 'code': 200} 2026-06-22 03:01:12.105 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9f20b166-e9a2-4707-aafd-9be385fea489 2026-06-22 03:01:16.067 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 35f62dd5-a265-40c9-a971-a722ec106cad 2026-06-22 03:01:16.421 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 931232b0-9240-436c-9ac1-369a6f313759 2026-06-22 03:01:18.181 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 59cb7e4f-2e58-44a8-a883-203d2d3f7fec 2026-06-22 03:01:18.453 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 35f62dd5-a265-40c9-a971-a722ec106cad 2026-06-22 03:01:18.703 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 931232b0-9240-436c-9ac1-369a6f313759 2026-06-22 03:01:20.294 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 7a8125a4-8c36-4230-954f-245b0d5ce4c4 2026-06-22 03:01:24.262 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port cb5f81da-bf19-45a6-ba96-b55a6778e4aa 2026-06-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:24.924 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-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.924 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:24.926 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:24.927 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 2 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:24.946 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-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.946 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:24.947 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:24.948 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 3 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:24.968 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-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:24.968 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:24.969 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 4 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:24.991 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-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:24.991 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:24.992 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:24.992 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 5 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:25.013 10 INFO neutron.plugins.ml2.plugin [None req-ddcb3dcd-97fb-4f55-a475-5515fdff19b0 - - - - - -] Attempt 1 to provision port cb5f81da-bf19-45a6-ba96-b55a6778e4aa 2026-06-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:25.019 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-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.019 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:25.020 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:25.021 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 6 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:25.041 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-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.041 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:25.042 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:25.042 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 7 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:25.067 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-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.067 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:25.068 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:25.068 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 8 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:25.093 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-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:25.093 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:25.094 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 9 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:25.123 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-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.123 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:25.124 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:25.124 9 INFO neutron.plugins.ml2.plugin [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Attempt 10 to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e 2026-06-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:01:25.150 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-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ecc883e4-8f21-4c4f-aa37-5e8038c05fc5 could not be found. 2026-06-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:01:25.150 9 ERROR neutron.plugins.ml2.managers [None req-c4311266-1822-4156-9557-6bcf2372d315 - - - - - -] Failed to bind port 78d84fe2-6d7d-4f09-a5a7-1be9a843791e on host instance for vnic_type normal using segments [{'id': '4bc71f74-ed9a-4810-bc6b-140cc27dcb4e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 979, 'network_id': 'aa72a98a-eff7-458b-ab75-dbd98a883507'}] 2026-06-22 03:01:26.249 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port cb5f81da-bf19-45a6-ba96-b55a6778e4aa /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-22 03:01:28.154 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-955f23d2-d4e2-4870-b5ee-e2265f56bd78'] response: {'server_uuid': '8c6f21da-325e-471a-a114-0f569b7dec73', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9f20b166-e9a2-4707-aafd-9be385fea489', 'code': 200} 2026-06-22 03:01:28.911 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9f20b166-e9a2-4707-aafd-9be385fea489 2026-06-22 03:01:29.092 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-60c6a616-18c7-4bc2-bfe9-0df4ca647ae8'] response: {'server_uuid': '8c6f21da-325e-471a-a114-0f569b7dec73', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9f20b166-e9a2-4707-aafd-9be385fea489', 'code': 200} 2026-06-22 03:01:29.783 10 INFO neutron.plugins.ml2.plugin [None req-f0e75dce-de71-4fb9-8d48-75ed39217d5c - - - - - -] Attempt 1 to provision port 62c4dd45-a342-444b-905b-bbabd8820ba0 2026-06-22 03:01:30.173 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 3d4f9ff7-8127-44aa-b41e-4eb763c70907 2026-06-22 03:01:30.498 9 INFO neutron.plugins.ml2.plugin [None req-e7a7ec03-22c7-42e5-b800-14d553d30a82 - - - - - -] Attempt 1 to provision port 3d4f9ff7-8127-44aa-b41e-4eb763c70907 2026-06-22 03:01:30.820 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9f20b166-e9a2-4707-aafd-9be385fea489 2026-06-22 03:01:31.165 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 62c4dd45-a342-444b-905b-bbabd8820ba0 2026-06-22 03:01:31.402 10 INFO neutron.plugins.ml2.plugin [None req-6e3ce43d-481a-40bc-88e1-1a7562b7a12c - - - - - -] Attempt 1 to provision port 7c870a51-46c0-4f29-8486-e8003120ca64 2026-06-22 03:01:31.647 9 INFO neutron.plugins.ml2.plugin [None req-2904790a-337f-459e-88c5-0240176f5df2 - - - - - -] Attempt 1 to provision port 7c870a51-46c0-4f29-8486-e8003120ca64 2026-06-22 03:01:32.052 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 3d4f9ff7-8127-44aa-b41e-4eb763c70907 2026-06-22 03:01:32.354 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 62c4dd45-a342-444b-905b-bbabd8820ba0 2026-06-22 03:01:32.703 9 INFO neutron.plugins.ml2.plugin [None req-56e66e4f-4d40-43fd-867f-d438df04a05f - - - - - -] Attempt 1 to provision port 5aa2bc4f-ff14-42f3-8a21-2af96972c215 2026-06-22 03:01:33.353 10 INFO neutron.plugins.ml2.plugin [None req-0755fe37-1fa1-42f0-8989-3331010f5162 - - - - - -] Attempt 1 to provision port 5aa2bc4f-ff14-42f3-8a21-2af96972c215 2026-06-22 03:01:40.162 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 2f626968-9038-4521-9f71-1a1c0c793ea5 2026-06-22 03:01:40.255 10 INFO neutron.plugins.ml2.plugin [None req-e92b3fc2-3072-45b8-ae14-f0f1f62fac38 - - - - - -] Attempt 1 to provision port 1e90b5c8-e000-453a-a81d-4782c6ca5a3d 2026-06-22 03:01:40.805 10 INFO neutron.plugins.ml2.plugin [None req-f9408ba3-0447-4e7a-8b04-7e061e30c71f - - - - - -] Attempt 1 to provision port 2f626968-9038-4521-9f71-1a1c0c793ea5 2026-06-22 03:01:40.849 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 1c39f297-52b4-4d55-9e22-f85d85cbd062 2026-06-22 03:01:41.247 10 INFO neutron.plugins.ml2.plugin [None req-d5a9f835-aee9-48c2-9219-ef1fe0bede96 - - - - - -] Attempt 1 to provision port 1c39f297-52b4-4d55-9e22-f85d85cbd062 2026-06-22 03:01:41.967 9 INFO neutron.plugins.ml2.plugin [None req-8608dc15-825b-45cf-87aa-a5d004ced5d5 - - - - - -] Attempt 1 to provision port 2433f033-769b-46d1-a507-4c3edce0206d 2026-06-22 03:01:42.059 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 2f626968-9038-4521-9f71-1a1c0c793ea5 2026-06-22 03:01:42.294 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 1c39f297-52b4-4d55-9e22-f85d85cbd062 2026-06-22 03:01:42.431 9 INFO neutron.plugins.ml2.plugin [None req-5145cab6-1c65-4eeb-a370-9c324c908ae2 - - - - - -] Attempt 1 to provision port 2433f033-769b-46d1-a507-4c3edce0206d 2026-06-22 03:01:43.384 9 INFO neutron.plugins.ml2.plugin [None req-0c7b3f64-6a3d-4fec-b32b-7cb6f256f749 - - - - - -] Attempt 1 to provision port 50cf7fcb-2f40-4fff-bb4e-350609a74e6f 2026-06-22 03:01:44.152 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port b7153aa4-6bd0-430f-a9fc-e0262c145153 2026-06-22 03:01:44.534 10 INFO neutron.plugins.ml2.plugin [None req-b180e0d3-6f54-40da-979e-f576cb0f3e35 - - - - - -] Attempt 1 to provision port 50cf7fcb-2f40-4fff-bb4e-350609a74e6f 2026-06-22 03:01:46.081 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port b7153aa4-6bd0-430f-a9fc-e0262c145153 2026-06-22 03:01:48.205 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6f3e0e58-fc39-40fb-9b32-c82ebf1bd2ea 2026-06-22 03:01:49.037 10 INFO neutron.plugins.ml2.plugin [None req-d56e02a1-5139-4876-9e1a-eed0890a6c31 - - - - - -] Attempt 1 to provision port 6f3e0e58-fc39-40fb-9b32-c82ebf1bd2ea 2026-06-22 03:01:50.373 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6f3e0e58-fc39-40fb-9b32-c82ebf1bd2ea 2026-06-22 03:01:50.849 9 INFO neutron.plugins.ml2.plugin [None req-d478b988-d721-4cd4-9470-8ad8f71e36a4 - - - - - -] Attempt 1 to provision port d0859774-1973-4d8b-88d0-bf3694b5c08b 2026-06-22 03:01:50.881 9 INFO neutron.plugins.ml2.plugin [None req-d478b988-d721-4cd4-9470-8ad8f71e36a4 - - - - - -] Attempt 1 to provision port fcce3308-0970-441b-8079-9ae5c8c2c164 2026-06-22 03:01:51.131 10 INFO neutron.plugins.ml2.plugin [None req-59a9a7a0-b634-4f8e-b12e-d387adba90e2 - - - - - -] Attempt 1 to provision port fcce3308-0970-441b-8079-9ae5c8c2c164 /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-22 03:01:54.367 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d0859774-1973-4d8b-88d0-bf3694b5c08b 2026-06-22 03:01:54.512 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d300d94a-1ba3-4b20-bff0-a655d18f9423'] response: {'server_uuid': '65ba438f-e24b-4604-8f23-db0c3ad2ef2b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd0859774-1973-4d8b-88d0-bf3694b5c08b', 'code': 200} 2026-06-22 03:01:55.617 9 INFO neutron.plugins.ml2.plugin [None req-08eb57ce-7920-40f8-9567-7194d3b5b1b0 - - - - - -] Attempt 1 to provision port 56221215-0fc1-4658-9455-be2540f341fd 2026-06-22 03:01:56.123 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d0859774-1973-4d8b-88d0-bf3694b5c08b 2026-06-22 03:01:58.214 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 0606496f-2a27-46ed-b3f4-e96bab92ef14 2026-06-22 03:01:58.237 9 INFO neutron.plugins.ml2.plugin [None req-3d259be7-626d-45ef-adf8-a7206130907e - - - - - -] Attempt 1 to provision port a40fe071-8fee-4484-879b-3e8bbaace629 2026-06-22 03:01:58.684 9 INFO neutron.plugins.ml2.plugin [None req-1cfc409c-59c9-4e59-aa0a-fbff97b78597 - - - - - -] Attempt 1 to provision port 0606496f-2a27-46ed-b3f4-e96bab92ef14 2026-06-22 03:02:00.176 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 0606496f-2a27-46ed-b3f4-e96bab92ef14 2026-06-22 03:02:00.537 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 1e90b5c8-e000-453a-a81d-4782c6ca5a3d 2026-06-22 03:02:01.024 10 INFO neutron.plugins.ml2.plugin [None req-db032a0f-b918-4e2f-9b02-f5d82cb183f5 - - - - - -] Attempt 1 to provision port 09f06ee9-0325-4ea1-b957-39106c5602b9 2026-06-22 03:02:01.701 9 INFO neutron.plugins.ml2.plugin [None req-30131ae4-6797-4b68-a9aa-8eb4e7081bce - - - - - -] Attempt 1 to provision port 09f06ee9-0325-4ea1-b957-39106c5602b9 2026-06-22 03:02:02.348 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e88200ae-2466-460e-8417-de16df3b52d8 2026-06-22 03:02:04.112 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e88200ae-2466-460e-8417-de16df3b52d8 2026-06-22 03:02:05.176 9 INFO neutron.plugins.ml2.plugin [None req-ec3658b1-2881-4d9b-90ce-211bf3d60248 - - - - - -] Attempt 1 to provision port 43090ac6-0e13-42b7-b36e-e74beee65cfb 2026-06-22 03:02:05.738 9 INFO neutron.plugins.ml2.plugin [None req-c96fa8f5-7d76-4508-af1a-e5bc7a8335db - - - - - -] Attempt 1 to provision port 69c66e7d-54ca-4a11-99bb-10828da5252e 2026-06-22 03:02:06.088 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 69c66e7d-54ca-4a11-99bb-10828da5252e 2026-06-22 03:02:07.913 10 INFO neutron.plugins.ml2.plugin [None req-7636e8bd-9f9c-4256-a6ae-6ffd9e9f5e84 - - - - - -] Attempt 1 to provision port 67a03bae-1072-40d6-93e3-73aa619540bf 2026-06-22 03:02:08.162 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 69c66e7d-54ca-4a11-99bb-10828da5252e 2026-06-22 03:02:08.691 9 INFO neutron.plugins.ml2.plugin [None req-1dd3c5a8-f898-4d9f-bf17-e2fed24b2e51 - - - - - -] Attempt 1 to provision port 67a03bae-1072-40d6-93e3-73aa619540bf 2026-06-22 03:02:10.079 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 45935a1d-ddb9-4646-865b-f019d4fb11a4 2026-06-22 03:02:10.465 10 INFO neutron.plugins.ml2.plugin [None req-1772997b-8a07-4f80-8cd4-61da16a49c6d - - - - - -] Attempt 1 to provision port 8af74fbb-1413-4308-b6fa-be740c0326f9 2026-06-22 03:02:12.228 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 45935a1d-ddb9-4646-865b-f019d4fb11a4 2026-06-22 03:02:15.558 10 INFO neutron.plugins.ml2.plugin [None req-2b629458-077b-410b-b007-48eb8673484f - - - - - -] Attempt 1 to provision port f9c1c30b-bf51-42fd-bf98-bd419eaaaafd 2026-06-22 03:02:15.602 10 INFO neutron.plugins.ml2.plugin [None req-2b629458-077b-410b-b007-48eb8673484f - - - - - -] Attempt 1 to provision port 8b4e41be-454e-4519-a262-f042a91e5087 2026-06-22 03:02:15.902 9 INFO neutron.plugins.ml2.plugin [None req-766510af-b29b-42bb-9c0c-13ab89f65f79 - - - - - -] Attempt 1 to provision port 6808559e-0b83-4fb4-b500-f8020d77a726 2026-06-22 03:02:15.936 9 INFO neutron.plugins.ml2.plugin [None req-766510af-b29b-42bb-9c0c-13ab89f65f79 - - - - - -] Attempt 1 to provision port f9c1c30b-bf51-42fd-bf98-bd419eaaaafd 2026-06-22 03:02:16.090 9 INFO neutron.plugins.ml2.plugin [None req-4b584109-bac6-4290-9a3b-c1047a270554 - - - - - -] Attempt 1 to provision port f9c1c30b-bf51-42fd-bf98-bd419eaaaafd 2026-06-22 03:02:16.117 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f4b3ea96-8b1b-48da-9e51-015d3e932485 2026-06-22 03:02:16.695 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 8b4e41be-454e-4519-a262-f042a91e5087 2026-06-22 03:02:18.364 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f4b3ea96-8b1b-48da-9e51-015d3e932485 2026-06-22 03:02:18.622 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6808559e-0b83-4fb4-b500-f8020d77a726 2026-06-22 03:02:18.795 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-263046e2-a3aa-4b65-96cd-ec131ecfd262'] response: {'server_uuid': '01bd3c0e-c0a3-4dc3-b416-1a3fcd8bdc38', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6808559e-0b83-4fb4-b500-f8020d77a726', 'code': 200} 2026-06-22 03:02:20.216 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6808559e-0b83-4fb4-b500-f8020d77a726 2026-06-22 03:02:20.599 9 INFO neutron.plugins.ml2.plugin [None req-82d7ed22-f23d-4930-9a7e-92968e4f3fb8 - - - - - -] Attempt 1 to provision port af2458eb-5caa-448b-96dc-4a2917d1b982 2026-06-22 03:02:22.280 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port a40fe071-8fee-4484-879b-3e8bbaace629 2026-06-22 03:02:22.765 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 09f06ee9-0325-4ea1-b957-39106c5602b9 2026-06-22 03:02:23.342 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port af2458eb-5caa-448b-96dc-4a2917d1b982 2026-06-22 03:02:23.480 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-01158798-c7ba-4f87-86d7-2669bea2ea75'] response: {'server_uuid': '59b48894-c9ec-4a65-9fdc-7e34f0ac9968', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'af2458eb-5caa-448b-96dc-4a2917d1b982', 'code': 200} 2026-06-22 03:02:24.116 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port a40fe071-8fee-4484-879b-3e8bbaace629 2026-06-22 03:02:24.331 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 09f06ee9-0325-4ea1-b957-39106c5602b9 2026-06-22 03:02:24.641 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port af2458eb-5caa-448b-96dc-4a2917d1b982 2026-06-22 03:02:28.122 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 43090ac6-0e13-42b7-b36e-e74beee65cfb 2026-06-22 03:02:30.158 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 67a03bae-1072-40d6-93e3-73aa619540bf 2026-06-22 03:02:30.820 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 43090ac6-0e13-42b7-b36e-e74beee65cfb 2026-06-22 03:02:32.210 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 67a03bae-1072-40d6-93e3-73aa619540bf 2026-06-22 03:02:32.494 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 8af74fbb-1413-4308-b6fa-be740c0326f9 2026-06-22 03:02:32.979 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f9c1c30b-bf51-42fd-bf98-bd419eaaaafd 2026-06-22 03:02:34.311 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 8af74fbb-1413-4308-b6fa-be740c0326f9 2026-06-22 03:02:34.820 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f9c1c30b-bf51-42fd-bf98-bd419eaaaafd 2026-06-22 03:02:40.273 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port df28a650-2dac-4f36-8b6f-5cbd298cd4b7 2026-06-22 03:02:41.341 10 INFO neutron.plugins.ml2.plugin [None req-99568ac5-6f97-406c-ac2a-0b65f84bfb5c - - - - - -] Attempt 1 to provision port df28a650-2dac-4f36-8b6f-5cbd298cd4b7 2026-06-22 03:02:41.873 10 INFO neutron.plugins.ml2.plugin [None req-5b070a89-313b-44e9-83fa-80d86ae72869 - - - - - -] Attempt 1 to provision port f6e0ed9d-e5d9-462f-a3c4-a0c9626098ca 2026-06-22 03:02:42.361 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port df28a650-2dac-4f36-8b6f-5cbd298cd4b7 2026-06-22 03:02:42.854 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f6e0ed9d-e5d9-462f-a3c4-a0c9626098ca 2026-06-22 03:02:43.675 10 INFO neutron.plugins.ml2.plugin [None req-b7a33f14-6546-4791-bab8-8066e5a79455 - - - - - -] Attempt 1 to provision port 55f7325e-5855-4e33-ae05-d86532944305 2026-06-22 03:02:44.122 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f6e0ed9d-e5d9-462f-a3c4-a0c9626098ca 2026-06-22 03:02:44.421 9 INFO neutron.plugins.ml2.plugin [None req-3e423495-6ccf-4252-ad81-76ab0c9948bd - - - - - -] Attempt 1 to provision port 55f7325e-5855-4e33-ae05-d86532944305 2026-06-22 03:02:45.686 10 INFO neutron.plugins.ml2.plugin [None req-3fa6f696-43fa-49cc-bb93-7c065dec6f51 - - - - - -] Attempt 1 to provision port fb2c0fb9-a5b8-4848-8a81-e2bc98353bff 2026-06-22 03:02:46.549 9 INFO neutron.plugins.ml2.plugin [None req-d5cd93bc-d737-4d3d-bd5e-25f185eabd69 - - - - - -] Attempt 1 to provision port fb2c0fb9-a5b8-4848-8a81-e2bc98353bff 2026-06-22 03:02:50.225 9 INFO neutron.plugins.ml2.plugin [None req-043d62c5-48f1-4820-8af2-7650fe19d0c8 - - - - - -] Attempt 1 to provision port a92ccd84-8e0f-45e5-914a-66d9f5895754 2026-06-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.368 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-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.368 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.369 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 2 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.405 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-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.405 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.406 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.406 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 3 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.421 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-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.421 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.422 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.422 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 4 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.435 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-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.435 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.436 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.436 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 5 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.450 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-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.450 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.451 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.451 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 6 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.466 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-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.466 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.468 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.468 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 7 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.492 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-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.492 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.493 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.493 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 8 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.512 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-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.512 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.513 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.513 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 9 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.537 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-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.537 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.538 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:53.538 9 INFO neutron.plugins.ml2.plugin [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Attempt 10 to bind port dc23b952-d61d-44d2-9285-963359c766ad 2026-06-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:53.583 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-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f3bbdfa2-abf7-48e5-9e5c-dabd025689a3 could not be found. 2026-06-22 03:02:53.583 9 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:53.584 9 ERROR neutron.plugins.ml2.managers [None req-9847c8ee-9f8b-45c7-ba53-c2598ba866b0 - - - - - -] Failed to bind port dc23b952-d61d-44d2-9285-963359c766ad on host instance for vnic_type normal using segments [] 2026-06-22 03:02:54.412 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port a92ccd84-8e0f-45e5-914a-66d9f5895754 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.500 10 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-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.500 10 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-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.500 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.501 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.502 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 2 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.535 10 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-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.535 10 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-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.535 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.536 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.536 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 3 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.574 10 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-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.574 10 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-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.574 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.575 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.575 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 4 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.613 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfb489ff-dbe7-4a75-8dc6-7d6a5e61530c'] response: {'server_uuid': 'ff4a10f1-6e32-41e1-9afc-8b14b673b239', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a92ccd84-8e0f-45e5-914a-66d9f5895754', 'code': 200} 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.615 10 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-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.615 10 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-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.615 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.617 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 5 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.684 10 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-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.684 10 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-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.684 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.685 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.688 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 6 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.716 10 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-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.716 10 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-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.716 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.717 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.718 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 7 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.739 10 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-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.739 10 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-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.739 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.740 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.740 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 8 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.769 10 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-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.769 10 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-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.769 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.770 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.771 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 9 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.809 10 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-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.809 10 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-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.809 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.810 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:54.811 10 INFO neutron.plugins.ml2.plugin [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Attempt 10 to bind port bff899ae-ecdf-4698-863a-54c58cf67514 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-22 03:02:54.875 10 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-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-22 03:02:54.875 10 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-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5ea153ff-c628-45a5-aee7-43bc0407a854 could not be found. 2026-06-22 03:02:54.875 10 ERROR neutron.plugins.ml2.managers  2026-06-22 03:02:54.876 10 ERROR neutron.plugins.ml2.managers [None req-8863b811-470f-4318-baed-e876a2d30df4 - - - - - -] Failed to bind port bff899ae-ecdf-4698-863a-54c58cf67514 on host instance for vnic_type normal using segments [{'id': '6beb3666-9c7f-44df-8ea1-dd1346f393e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'e7328899-19b6-4d8b-8334-56399dfc9fb0'}] 2026-06-22 03:02:56.253 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port a92ccd84-8e0f-45e5-914a-66d9f5895754 2026-06-22 03:02:56.525 9 INFO neutron.plugins.ml2.plugin [None req-001f4f17-58cf-40dd-a1fd-61d58b7a357a - - - - - -] Attempt 1 to provision port 7720f81b-1f23-4b8d-a993-325ef4013c60 2026-06-22 03:02:56.598 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 7720f81b-1f23-4b8d-a993-325ef4013c60 2026-06-22 03:02:57.049 10 INFO neutron.plugins.ml2.plugin [None req-ccb3d508-d75e-4870-8c58-7d8c46f33359 - - - - - -] Attempt 1 to provision port 73c766df-a5e1-4e40-aa4a-3e2339ca3343 2026-06-22 03:02:58.315 10 INFO neutron.plugins.ml2.plugin [None req-b02e0e0a-841b-4eb6-a663-83a2f61fbc26 - - - - - -] Attempt 1 to provision port de22d9cb-bf44-44aa-974c-672d6ea65490 2026-06-22 03:02:58.350 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 7720f81b-1f23-4b8d-a993-325ef4013c60 2026-06-22 03:02:58.689 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port de22d9cb-bf44-44aa-974c-672d6ea65490 2026-06-22 03:02:59.090 10 INFO neutron.plugins.ml2.plugin [None req-49c7d7c8-6911-4f43-a27a-1edb0c208256 - - - - - -] Attempt 1 to provision port 73c766df-a5e1-4e40-aa4a-3e2339ca3343 /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-22 03:03:05.804 9 INFO neutron.plugins.ml2.plugin [None req-bab2bb56-12ed-40aa-8758-ed8dc73bfc85 - - - - - -] Attempt 1 to provision port 88b922a6-bad9-4ad7-b1ed-b38d53154fbe 2026-06-22 03:03:06.151 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 88b922a6-bad9-4ad7-b1ed-b38d53154fbe 2026-06-22 03:03:06.505 10 INFO neutron.plugins.ml2.plugin [None req-77de9fb2-c521-41af-96d0-1dc04f845299 - - - - - -] Attempt 1 to provision port 75b3a594-1714-4cbb-8de9-ec4c8a557067 2026-06-22 03:03:07.159 10 INFO neutron.plugins.ml2.plugin [None req-4766fde7-0da8-45cd-82a4-3489b35b1273 - - - - - -] Attempt 1 to provision port 75b3a594-1714-4cbb-8de9-ec4c8a557067 2026-06-22 03:03:08.183 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 88b922a6-bad9-4ad7-b1ed-b38d53154fbe 2026-06-22 03:03:08.752 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-68cf9580-e3f2-4d96-9385-5456b29c0e99'] response: {'server_uuid': 'ff4a10f1-6e32-41e1-9afc-8b14b673b239', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a92ccd84-8e0f-45e5-914a-66d9f5895754', 'code': 200} 2026-06-22 03:03:12.878 9 INFO neutron.plugins.ml2.plugin [None req-0d282b68-fd09-41b5-bd19-8b760ee76941 - - - - - -] Attempt 1 to provision port 09d063e2-aaf3-4018-aeac-3318c07f57df 2026-06-22 03:03:40.187 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 58009da8-370e-4b55-861f-760cff5400ce 2026-06-22 03:03:40.905 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 09bd7294-ea7c-4562-a3b5-32b14cfb8f9c 2026-06-22 03:03:40.955 9 INFO neutron.plugins.ml2.plugin [None req-a184f0d5-2aa2-4fe4-b053-c38c82eeaf20 - - - - - -] Attempt 1 to provision port 58009da8-370e-4b55-861f-760cff5400ce 2026-06-22 03:03:41.604 9 INFO neutron.plugins.ml2.plugin [None req-45731c27-6f6d-4519-bcf4-363892ff2edd - - - - - -] Attempt 1 to provision port 09bd7294-ea7c-4562-a3b5-32b14cfb8f9c 2026-06-22 03:03:42.330 10 INFO neutron.plugins.ml2.plugin [None req-3d6ed438-703c-4c0d-abb3-4822bbe62034 - - - - - -] Attempt 1 to provision port bdcf5bf6-60dc-4930-b740-2c1cfc9d32b5 2026-06-22 03:03:42.445 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port bdcf5bf6-60dc-4930-b740-2c1cfc9d32b5 2026-06-22 03:03:42.827 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 0090a433-9401-4aad-a1ed-a8c488215ca9 2026-06-22 03:03:43.276 10 INFO neutron.plugins.ml2.plugin [None req-0d549324-62b4-4880-a0df-3cd868672d54 - - - - - -] Attempt 1 to provision port 0090a433-9401-4aad-a1ed-a8c488215ca9 2026-06-22 03:03:43.425 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 09bd7294-ea7c-4562-a3b5-32b14cfb8f9c 2026-06-22 03:03:43.748 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 58009da8-370e-4b55-861f-760cff5400ce 2026-06-22 03:03:44.093 10 INFO neutron.plugins.ml2.plugin [None req-278c7d79-d13b-473e-8b1e-d78e823be324 - - - - - -] Attempt 1 to provision port 75bfbca9-adbe-4079-9573-d3d8f4bca51f 2026-06-22 03:03:44.374 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 75bfbca9-adbe-4079-9573-d3d8f4bca51f 2026-06-22 03:03:44.776 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port bdcf5bf6-60dc-4930-b740-2c1cfc9d32b5 2026-06-22 03:03:44.914 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 0090a433-9401-4aad-a1ed-a8c488215ca9 2026-06-22 03:03:54.280 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 386aecef-af32-4178-b288-9b2f3c7ffa2c 2026-06-22 03:04:30.328 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 1b52c5da-9738-4218-ae90-971b75a346c1 2026-06-22 03:04:30.428 10 INFO neutron.plugins.ml2.plugin [None req-89a1bf67-989e-46cc-9ce1-c0aff498586c - - - - - -] Attempt 1 to provision port 1b52c5da-9738-4218-ae90-971b75a346c1 2026-06-22 03:04:31.109 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d2c04d31-4bf5-4d1a-b42b-9049fae6a23b 2026-06-22 03:04:31.865 10 INFO neutron.plugins.ml2.plugin [None req-f160b2f5-b8f9-4533-bbf0-f1a6c16ab583 - - - - - -] Attempt 1 to provision port 6ac5f778-9c8c-470f-ba6e-ff3c4c8b6bca 2026-06-22 03:04:32.228 9 INFO neutron.plugins.ml2.plugin [None req-cf871dde-9426-4482-bf04-7b1c015a65e8 - - - - - -] Attempt 1 to provision port 1b52c5da-9738-4218-ae90-971b75a346c1 2026-06-22 03:04:32.294 9 INFO neutron.plugins.ml2.plugin [None req-cf871dde-9426-4482-bf04-7b1c015a65e8 - - - - - -] Attempt 1 to provision port d2c04d31-4bf5-4d1a-b42b-9049fae6a23b 2026-06-22 03:04:32.532 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 268ab386-92a4-47b5-96cf-1e594c0d7768 2026-06-22 03:04:32.878 10 INFO neutron.plugins.ml2.plugin [None req-f38c4e09-c47d-4d20-bd84-a859470d3b55 - - - - - -] Attempt 1 to provision port 268ab386-92a4-47b5-96cf-1e594c0d7768 2026-06-22 03:04:33.007 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 1b52c5da-9738-4218-ae90-971b75a346c1 2026-06-22 03:04:33.324 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d2c04d31-4bf5-4d1a-b42b-9049fae6a23b 2026-06-22 03:04:33.698 9 INFO neutron.plugins.ml2.plugin [None req-012ac7c5-253f-43c3-a3c9-bef09ead80ec - - - - - -] Attempt 1 to provision port d2c04d31-4bf5-4d1a-b42b-9049fae6a23b 2026-06-22 03:04:34.452 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 268ab386-92a4-47b5-96cf-1e594c0d7768 2026-06-22 03:04:34.907 10 INFO neutron.plugins.ml2.plugin [None req-8403b8aa-079f-4a4d-93ce-40a4fbf0c841 - - - - - -] Attempt 1 to provision port 268ab386-92a4-47b5-96cf-1e594c0d7768 2026-06-22 03:04:35.103 9 INFO neutron.plugins.ml2.plugin [None req-67dec53a-edb8-40a5-8ac8-6479b43c6c02 - - - - - -] Attempt 1 to provision port d26eaf34-2903-4fa9-b35d-dafc68cf81ce 2026-06-22 03:04:35.752 9 INFO neutron.plugins.ml2.plugin [None req-5b24f3df-e15d-40f1-9e98-d5d260d30547 - - - - - -] Attempt 1 to provision port d26eaf34-2903-4fa9-b35d-dafc68cf81ce 2026-06-22 03:04:36.493 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 3157c604-f570-4e52-8270-2e7dfc50f43a 2026-06-22 03:04:37.104 10 INFO neutron.plugins.ml2.plugin [None req-e0a00ac4-561a-44f0-a141-b493d4132999 - - - - - -] Attempt 1 to provision port 7b6b8ae4-3d72-4628-8b57-ca3d53752655 2026-06-22 03:04:37.762 10 INFO neutron.plugins.ml2.plugin [None req-038eb967-6393-4c41-8352-7ddfee46941f - - - - - -] Attempt 1 to provision port 7b6b8ae4-3d72-4628-8b57-ca3d53752655 2026-06-22 03:04:38.465 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 3157c604-f570-4e52-8270-2e7dfc50f43a 2026-06-22 03:04:38.911 9 INFO neutron.plugins.ml2.plugin [None req-42071526-4c7d-4cb6-b978-e2678c76704d - - - - - -] Attempt 1 to provision port 35eb8f7c-0ef9-4ffd-bcbd-c4efe6a94f1a 2026-06-22 03:04:39.886 9 INFO neutron.plugins.ml2.plugin [None req-2c20b02c-552a-43bd-a169-580920a9b650 - - - - - -] Attempt 1 to provision port 35eb8f7c-0ef9-4ffd-bcbd-c4efe6a94f1a 2026-06-22 03:04:45.181 9 INFO neutron.plugins.ml2.plugin [None req-5a14e218-0e80-48a7-bfe3-11fcf3778c8f - - - - - -] Attempt 1 to provision port 9c18a362-0cdd-4568-bb92-c556b3055a28 2026-06-22 03:04:48.566 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9c18a362-0cdd-4568-bb92-c556b3055a28 2026-06-22 03:04:48.715 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-36ae0b56-8075-4906-9c03-d7478e91294b'] response: {'server_uuid': '9a3bcbd5-6f83-4d5b-8718-2a0c94ab607f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c18a362-0cdd-4568-bb92-c556b3055a28', 'code': 200} 2026-06-22 03:04:50.474 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 9c18a362-0cdd-4568-bb92-c556b3055a28 2026-06-22 03:04:56.568 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6ac5f778-9c8c-470f-ba6e-ff3c4c8b6bca 2026-06-22 03:04:56.965 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 35eb8f7c-0ef9-4ffd-bcbd-c4efe6a94f1a 2026-06-22 03:04:57.450 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 7b6b8ae4-3d72-4628-8b57-ca3d53752655 2026-06-22 03:04:57.930 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d26eaf34-2903-4fa9-b35d-dafc68cf81ce 2026-06-22 03:04:58.705 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 6ac5f778-9c8c-470f-ba6e-ff3c4c8b6bca 2026-06-22 03:04:58.735 10 INFO neutron.plugins.ml2.plugin [None req-d76e645c-4883-4ef6-81ef-db73b7d7f4df - - - - - -] Attempt 1 to provision port 44db014e-edf7-4f48-8e4e-5c5bc43dd6ad 2026-06-22 03:04:58.955 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 35eb8f7c-0ef9-4ffd-bcbd-c4efe6a94f1a 2026-06-22 03:04:59.322 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 7b6b8ae4-3d72-4628-8b57-ca3d53752655 2026-06-22 03:04:59.650 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port d26eaf34-2903-4fa9-b35d-dafc68cf81ce 2026-06-22 03:05:00.792 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 44db014e-edf7-4f48-8e4e-5c5bc43dd6ad 2026-06-22 03:05:00.942 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9f180bd-66cf-4720-bd21-400384005eac'] response: {'server_uuid': 'bfebcb84-5bbd-432d-bde5-3676c2f9d242', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '44db014e-edf7-4f48-8e4e-5c5bc43dd6ad', 'code': 200} 2026-06-22 03:05:02.612 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port 44db014e-edf7-4f48-8e4e-5c5bc43dd6ad 2026-06-22 03:05:20.854 10 INFO neutron.plugins.ml2.plugin [None req-e0fcc307-9cd8-4504-b28e-9eb381b4d5f7 - - - - - -] Attempt 1 to provision port 3c482f02-f395-4cd5-b109-6b5d4339a89c 2026-06-22 03:05:33.899 10 INFO neutron.plugins.ml2.plugin [None req-19fb2930-ca93-4037-9d76-73420394b880 - - - - - -] Attempt 1 to provision port f3ca48af-e97c-411b-a056-d55f4b5903e0 2026-06-22 03:05:36.696 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f3ca48af-e97c-411b-a056-d55f4b5903e0 2026-06-22 03:05:36.887 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2b6f3cc-8fef-499a-bae2-6b3b229f4af1'] response: {'server_uuid': 'fdd2b432-72d3-45db-b2dd-0de6519db353', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3ca48af-e97c-411b-a056-d55f4b5903e0', 'code': 200} 2026-06-22 03:05:38.642 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port f3ca48af-e97c-411b-a056-d55f4b5903e0 2026-06-22 03:06:15.167 9 INFO neutron.plugins.ml2.plugin [None req-46ab3f12-8eeb-4358-89f6-8e076feb7468 - - - - - -] Attempt 1 to provision port e4aa28af-179a-4a51-aa07-142e8b2a71ce 2026-06-22 03:06:18.712 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e4aa28af-179a-4a51-aa07-142e8b2a71ce 2026-06-22 03:06:18.928 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f35541a3-25cf-44a5-b42a-3c489d8781fd'] response: {'server_uuid': 'fdd2b432-72d3-45db-b2dd-0de6519db353', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4aa28af-179a-4a51-aa07-142e8b2a71ce', 'code': 200} 2026-06-22 03:06:20.660 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e4aa28af-179a-4a51-aa07-142e8b2a71ce 2026-06-22 03:06:47.785 10 INFO neutron.plugins.ml2.plugin [None req-b9378dc4-8298-48f5-857d-88b43b3ae1e6 - - - - - -] Attempt 1 to provision port dc868db1-627b-48bd-9811-97764f5a92c1 2026-06-22 03:06:50.884 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port dc868db1-627b-48bd-9811-97764f5a92c1 2026-06-22 03:06:51.046 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c888f350-4336-4bda-a564-bbab6e621a5f'] response: {'server_uuid': 'fdd2b432-72d3-45db-b2dd-0de6519db353', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dc868db1-627b-48bd-9811-97764f5a92c1', 'code': 200} 2026-06-22 03:06:52.689 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port dc868db1-627b-48bd-9811-97764f5a92c1 2026-06-22 03:06:58.130 9 INFO neutron.plugins.ml2.plugin [None req-917bec0e-7e30-41ec-8d3d-2124bf464d45 - - - - - -] Attempt 1 to provision port e1ec1455-4f5b-485a-a790-de218615c272 2026-06-22 03:07:00.735 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e1ec1455-4f5b-485a-a790-de218615c272 2026-06-22 03:07:01.306 10 INFO neutron.plugins.ml2.plugin [None req-97b683c3-73d7-4a4a-91fc-6ece468975a1 - - - - - -] Attempt 1 to provision port e1ec1455-4f5b-485a-a790-de218615c272 2026-06-22 03:07:01.572 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2e0acec-f264-463b-b413-4ba8cef5fbe8'] response: {'server_uuid': 'fdd2b432-72d3-45db-b2dd-0de6519db353', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e1ec1455-4f5b-485a-a790-de218615c272', 'code': 200} 2026-06-22 03:07:02.727 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e1ec1455-4f5b-485a-a790-de218615c272 2026-06-22 03:07:11.939 9 INFO neutron.plugins.ml2.plugin [None req-ee773089-dd4c-4a26-916d-f83b2fd58fcd - - - - - -] Attempt 1 to provision port e1ec1455-4f5b-485a-a790-de218615c272 2026-06-22 03:07:12.740 10 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port e1ec1455-4f5b-485a-a790-de218615c272 2026-06-22 03:07:42.352 10 INFO neutron.plugins.ml2.plugin [None req-c73df04d-ce46-4d06-b711-e3b98c54db11 - - - - - -] Attempt 1 to provision port dc868db1-627b-48bd-9811-97764f5a92c1 2026-06-22 03:07:42.813 9 INFO neutron.plugins.ml2.plugin [None req-a9e16a81-fbe8-4a49-b113-ad89657e129d - - - - - -] Attempt 1 to provision port dc868db1-627b-48bd-9811-97764f5a92c1