+ 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-26 04:11:11.544 1 INFO neutron.common.config [-] Logging enabled! 2026-06-26 04:11:11.545 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-06-26 04:11:11.545 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-26 04:11:11.545 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-26 04:11:12.534 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 04:11:12.536 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-26 04:11:12.539 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-26 04:11:12.539 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 04:11:12.540 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-26 04:11:12.540 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-26 04:11:12.540 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 04:11:12.545 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 04:11:12.545 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 04:11:12.545 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 04:11:12.560 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-26 04:11:12.561 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 04:11:12.561 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-26 04:11:12.587 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-26 04:11:12.588 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-26 04:11:12.588 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-26 04:11:12.588 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-26 04:11:12.593 1 WARNING oslo_policy.policy [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] 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-26 04:11:12.832 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing driver for type 'vlan' 2026-06-26 04:11:12.999 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] VlanTypeDriver initialization complete 2026-06-26 04:11:12.999 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing driver for type 'vxlan' 2026-06-26 04:11:12.999 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-26 04:11:13.034 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-26 04:11:13.035 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-26 04:11:13.035 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing extension driver 'port_security' 2026-06-26 04:11:13.035 1 INFO neutron.plugins.ml2.extensions.port_security [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-26 04:11:13.035 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing extension driver 'qos' 2026-06-26 04:11:13.035 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-26 04:11:13.035 1 INFO neutron.plugins.ml2.managers [None req-da3915eb-5c2f-4e9d-a796-c08da1359fd0 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-26 04:11:13.045 1 INFO neutron.quota [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded quota_driver: . 2026-06-26 04:11:13.045 1 INFO neutron.plugins.ml2.plugin [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Modular L2 Plugin initialization complete 2026-06-26 04:11:13.045 1 INFO neutron.plugins.ml2.managers [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-26 04:11:13.045 1 INFO neutron.plugins.ml2.managers [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-26 04:11:13.046 1 INFO neutron.plugins.ml2.managers [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-26 04:11:13.046 1 INFO neutron.extensions.vlantransparent [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Disabled vlantransparent extension. 2026-06-26 04:11:13.046 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: qos 2026-06-26 04:11:13.055 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: router 2026-06-26 04:11:13.082 1 INFO neutron.services.service_base [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-26 04:11:13.082 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: segments 2026-06-26 04:11:13.140 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: trunk 2026-06-26 04:11:13.188 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: vpnaas 2026-06-26 04:11:13.216 1 WARNING stevedore.named [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-26 04:11:13.270 1 INFO neutron_vpnaas.services.vpn.plugin [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-26 04:11:13.271 1 INFO neutron.common.utils [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-26 04:11:13.271 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: auto_allocate 2026-06-26 04:11:13.274 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: tag 2026-06-26 04:11:13.278 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: timestamp 2026-06-26 04:11:13.280 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: network_ip_availability 2026-06-26 04:11:13.284 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: flavors 2026-06-26 04:11:13.286 1 INFO neutron.manager [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loading Plugin: revisions 2026-06-26 04:11:13.289 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Initializing extension manager. 2026-06-26 04:11:13.290 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: address-group 2026-06-26 04:11:13.291 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: address-scope 2026-06-26 04:11:13.291 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-26 04:11:13.292 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: agent 2026-06-26 04:11:13.292 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: agent-resources-synced 2026-06-26 04:11:13.293 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-26 04:11:13.294 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-26 04:11:13.295 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: availability_zone 2026-06-26 04:11:13.295 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: availability_zone_filter 2026-06-26 04:11:13.295 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-26 04:11:13.296 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: default-subnetpools 2026-06-26 04:11:13.297 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-26 04:11:13.298 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: dns-integration 2026-06-26 04:11:13.298 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: dns-domain-ports 2026-06-26 04:11:13.299 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-26 04:11:13.299 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: dvr 2026-06-26 04:11:13.299 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-26 04:11:13.300 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: empty-string-filtering 2026-06-26 04:11:13.300 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 04:11:13.301 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-26 04:11:13.301 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: external-net 2026-06-26 04:11:13.302 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-26 04:11:13.302 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: extraroute 2026-06-26 04:11:13.303 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: extraroute-atomic 2026-06-26 04:11:13.303 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-26 04:11:13.304 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-26 04:11:13.304 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-26 04:11:13.305 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-26 04:11:13.305 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: fip-port-details 2026-06-26 04:11:13.306 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: flavors 2026-06-26 04:11:13.307 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-26 04:11:13.307 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: floatingip-pools 2026-06-26 04:11:13.308 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: ip_allocation 2026-06-26 04:11:13.308 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-26 04:11:13.309 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: l2_adjacency 2026-06-26 04:11:13.309 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: router 2026-06-26 04:11:13.311 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 04:11:13.311 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-26 04:11:13.312 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-26 04:11:13.312 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: ext-gw-mode 2026-06-26 04:11:13.313 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: l3-ha 2026-06-26 04:11:13.313 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-26 04:11:13.313 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-26 04:11:13.314 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: l3-flavors 2026-06-26 04:11:13.315 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-26 04:11:13.315 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-26 04:11:13.317 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-26 04:11:13.318 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-26 04:11:13.318 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-26 04:11:13.319 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-26 04:11:13.320 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-26 04:11:13.320 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: multi-provider 2026-06-26 04:11:13.321 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: net-mtu 2026-06-26 04:11:13.321 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: net-mtu-writable 2026-06-26 04:11:13.322 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: network_availability_zone 2026-06-26 04:11:13.322 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: network_ha 2026-06-26 04:11:13.323 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: network-ip-availability 2026-06-26 04:11:13.323 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-26 04:11:13.324 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: pagination 2026-06-26 04:11:13.324 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-device-profile 2026-06-26 04:11:13.325 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-26 04:11:13.325 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-26 04:11:13.325 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-26 04:11:13.326 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-mac-override 2026-06-26 04:11:13.326 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-26 04:11:13.327 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-26 04:11:13.327 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-resource-request 2026-06-26 04:11:13.328 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-26 04:11:13.328 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: binding 2026-06-26 04:11:13.329 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: binding-extended 2026-06-26 04:11:13.329 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-security 2026-06-26 04:11:13.330 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: project-id 2026-06-26 04:11:13.330 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: provider 2026-06-26 04:11:13.331 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos 2026-06-26 04:11:13.332 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-26 04:11:13.332 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-26 04:11:13.333 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-default 2026-06-26 04:11:13.333 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-fip 2026-06-26 04:11:13.334 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-26 04:11:13.334 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-26 04:11:13.335 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-26 04:11:13.335 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-26 04:11:13.336 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-26 04:11:13.336 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-pps 2026-06-26 04:11:13.337 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-26 04:11:13.337 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-26 04:11:13.338 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: qos-rules-alias 2026-06-26 04:11:13.338 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: quota-check-limit 2026-06-26 04:11:13.339 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: quotas 2026-06-26 04:11:13.341 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: quota_details 2026-06-26 04:11:13.342 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: rbac-policies 2026-06-26 04:11:13.343 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: rbac-address-group 2026-06-26 04:11:13.343 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: rbac-address-scope 2026-06-26 04:11:13.344 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: rbac-security-groups 2026-06-26 04:11:13.344 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-26 04:11:13.345 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: revision-if-match 2026-06-26 04:11:13.345 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-26 04:11:13.346 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: router_availability_zone 2026-06-26 04:11:13.346 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-26 04:11:13.347 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-26 04:11:13.348 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-26 04:11:13.348 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-26 04:11:13.349 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-26 04:11:13.349 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-26 04:11:13.350 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-26 04:11:13.356 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: security-group 2026-06-26 04:11:13.357 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: segment 2026-06-26 04:11:13.357 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-26 04:11:13.358 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: service-type 2026-06-26 04:11:13.358 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: sorting 2026-06-26 04:11:13.358 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: standard-attr-segment 2026-06-26 04:11:13.359 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: standard-attr-description 2026-06-26 04:11:13.359 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: stateful-security-group 2026-06-26 04:11:13.360 1 WARNING neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-26 04:11:13.360 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-26 04:11:13.361 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: subnet_onboard 2026-06-26 04:11:13.361 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-26 04:11:13.362 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: subnet-service-types 2026-06-26 04:11:13.362 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: subnet_allocation 2026-06-26 04:11:13.363 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-26 04:11:13.363 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-26 04:11:13.365 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: standard-attr-tag 2026-06-26 04:11:13.366 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-26 04:11:13.367 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: trunk 2026-06-26 04:11:13.367 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: trunk-details 2026-06-26 04:11:13.367 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-26 04:11:13.368 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-26 04:11:13.369 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-26 04:11:13.370 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-26 04:11:13.370 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: vpn-flavors 2026-06-26 04:11:13.372 1 INFO neutron.api.extensions [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Loaded extension: vpnaas 2026-06-26 04:11:13.374 1 INFO oslo_service.service [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Starting 2 workers 2026-06-26 04:11:13.378 1 INFO oslo_service.service [None req-ba07d377-49df-470e-9823-845a7a1a5862 - - - - - -] Starting 1 workers 2026-06-26 04:11:53.041 9 INFO neutron.db.l3_hamode_db [None req-92b82aac-9488-4297-95ad-0c6a0f76c386 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 04:12:03.527 9 INFO neutron.plugins.ml2.plugin [None req-a97ad84f-7943-4326-8ffc-ca5ef92f1ca0 - - - - - -] Attempt 1 to provision port f1518240-9540-483d-af1e-d1b2ad3b5056 2026-06-26 04:12:03.924 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f1518240-9540-483d-af1e-d1b2ad3b5056 2026-06-26 04:12:05.821 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f1518240-9540-483d-af1e-d1b2ad3b5056 2026-06-26 04:16:30.069 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 3f93fa4e-6b09-4c32-8c66-9825534e55f0 2026-06-26 04:16:30.662 9 INFO neutron.plugins.ml2.plugin [None req-f38a7730-690f-459d-95f1-8a195bae90d4 - - - - - -] Attempt 1 to provision port 3f93fa4e-6b09-4c32-8c66-9825534e55f0 2026-06-26 04:16:32.055 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 3f93fa4e-6b09-4c32-8c66-9825534e55f0 2026-06-26 04:16:38.603 10 INFO neutron.plugins.ml2.plugin [None req-23acfa22-e4d3-4393-ba22-ecd7d1832786 - - - - - -] Attempt 1 to provision port 38959647-a48e-4479-8edc-60ebab1c6ebe 2026-06-26 04:20:06.306 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 38959647-a48e-4479-8edc-60ebab1c6ebe 2026-06-26 04:20:08.216 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 38959647-a48e-4479-8edc-60ebab1c6ebe 2026-06-26 04:28:42.562 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d25002d1-d494-4154-969b-87bb3bb850a9 2026-06-26 04:28:44.545 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d25002d1-d494-4154-969b-87bb3bb850a9 2026-06-26 04:45:17.128 10 INFO neutron.plugins.ml2.plugin [None req-b2f78157-699c-43d4-9405-fbc196c34097 - - - - - -] Attempt 1 to provision port 4a2d5b10-a060-4956-b2c4-dbf827871221 2026-06-26 04:45:17.219 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 8220ba9e-411b-4a0f-bac9-70729b9299f6 2026-06-26 04:45:17.682 10 INFO neutron.plugins.ml2.plugin [None req-ed6cd9d7-046a-4fbc-b63e-4a7b6788a02e - - - - - -] Attempt 1 to provision port 8220ba9e-411b-4a0f-bac9-70729b9299f6 2026-06-26 04:45:17.770 10 INFO neutron.plugins.ml2.plugin [None req-ed6cd9d7-046a-4fbc-b63e-4a7b6788a02e - - - - - -] Attempt 1 to provision port 4007c5e5-e449-4729-a0ab-3f51777fb337 2026-06-26 04:45:17.776 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e465ed57-1234-47f8-8207-fcb2375756d3 2026-06-26 04:45:18.224 10 INFO neutron.plugins.ml2.plugin [None req-bc8a542f-9266-4046-9a8a-c0f419407fec - - - - - -] Attempt 1 to provision port e465ed57-1234-47f8-8207-fcb2375756d3 2026-06-26 04:45:19.213 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 8220ba9e-411b-4a0f-bac9-70729b9299f6 2026-06-26 04:45:20.152 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e465ed57-1234-47f8-8207-fcb2375756d3 2026-06-26 04:45:20.538 9 INFO neutron.plugins.ml2.plugin [None req-e7744bda-343f-40c1-ac8b-a6b6c87a2368 - - - - - -] Attempt 1 to provision port e271f0b7-48a3-441e-91fc-0527159828d7 2026-06-26 04:45:20.848 10 INFO neutron.plugins.ml2.plugin [None req-f168dd1c-cc02-4385-b4a3-274605335eae - - - - - -] Attempt 1 to provision port 0793f150-cf53-4e0a-844a-5b1e29b8d8af 2026-06-26 04:45:21.209 10 INFO neutron.plugins.ml2.plugin [None req-ad94146f-655f-4666-aa7f-f050d6c61505 - - - - - -] Attempt 1 to provision port e271f0b7-48a3-441e-91fc-0527159828d7 2026-06-26 04:45:21.289 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 74214d96-cda3-4173-bcf4-b2033905b9c3 2026-06-26 04:45:22.164 9 INFO neutron.plugins.ml2.plugin [None req-3817288c-bc3c-460c-8347-532beb7dac3f - - - - - -] Attempt 1 to provision port 74214d96-cda3-4173-bcf4-b2033905b9c3 2026-06-26 04:45:22.666 9 INFO neutron.plugins.ml2.plugin [None req-862cee9c-b3b1-43a0-86b3-efbc359e4ea1 - - - - - -] Attempt 1 to provision port e4f80663-5f62-4ed2-9d5a-38bd5618533f 2026-06-26 04:45:23.216 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 74214d96-cda3-4173-bcf4-b2033905b9c3 2026-06-26 04:45:23.217 9 INFO neutron.plugins.ml2.plugin [None req-afd36724-7b43-4f33-a621-f36761825c42 - - - - - -] Attempt 1 to provision port e4f80663-5f62-4ed2-9d5a-38bd5618533f 2026-06-26 04:45:24.584 9 INFO neutron.plugins.ml2.plugin [None req-335fafc4-0a3f-4aa2-8142-6582fad2eec4 - - - - - -] Attempt 1 to provision port 492560c1-5e94-4dff-91b0-e9388c18128e 2026-06-26 04:45:24.729 10 INFO neutron.plugins.ml2.plugin [None req-b4ca37e0-55a3-41d1-bb2b-97dd4a390d24 - - - - - -] Attempt 1 to provision port 7387acc3-15e4-4c1a-8b8b-a8b971737934 2026-06-26 04:45:25.184 9 INFO neutron.plugins.ml2.plugin [None req-f0847b60-7f96-4091-9ec6-1a8b7f8a1fdb - - - - - -] Attempt 1 to provision port 492560c1-5e94-4dff-91b0-e9388c18128e 2026-06-26 04:45:25.207 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0b0a867c-34cf-4cba-9d46-c6f9de1a5957 2026-06-26 04:45:25.739 9 INFO neutron.plugins.ml2.plugin [None req-77361993-fa2d-4950-bf80-9659580bffe3 - - - - - -] Attempt 1 to provision port 0b0a867c-34cf-4cba-9d46-c6f9de1a5957 2026-06-26 04:45:27.216 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0b0a867c-34cf-4cba-9d46-c6f9de1a5957 2026-06-26 04:45:27.356 10 INFO neutron.plugins.ml2.plugin [None req-581182fe-0155-45d6-a124-e82713c8d015 - - - - - -] Attempt 1 to provision port 507dc544-f9b6-4178-aa8d-56d025b212af 2026-06-26 04:45:27.901 10 INFO neutron.plugins.ml2.plugin [None req-67ac7917-ca88-42ec-9a91-e642683148f2 - - - - - -] Attempt 1 to provision port 507dc544-f9b6-4178-aa8d-56d025b212af 2026-06-26 04:45:29.254 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c02f65f5-23d1-4f4e-ba78-fc723702e0d9 2026-06-26 04:45:29.667 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port acf33327-7060-4ff1-93b5-e41b4cad6a62 2026-06-26 04:45:30.230 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f84866e5-f4e4-4234-9e12-d0ffb32bd973 2026-06-26 04:45:30.787 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 103572c0-59cc-4425-955f-ba0cdbdf06e2 2026-06-26 04:45:31.508 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c02f65f5-23d1-4f4e-ba78-fc723702e0d9 2026-06-26 04:45:31.923 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f84866e5-f4e4-4234-9e12-d0ffb32bd973 /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-26 04:45:32.343 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 103572c0-59cc-4425-955f-ba0cdbdf06e2 2026-06-26 04:45:33.511 9 INFO neutron.plugins.ml2.plugin [None req-dbc963b0-ef46-4226-bce9-5f965d5496b1 - - - - - -] Attempt 1 to provision port 321c0ebd-2a45-4ffb-9157-22abb3bd6226 2026-06-26 04:45:37.523 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 321c0ebd-2a45-4ffb-9157-22abb3bd6226 2026-06-26 04:45:38.189 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-68552eca-6218-4559-a48a-926dc4c4d8f3'] response: {'server_uuid': '58f0bf73-b3af-4703-bcf4-b9e7eca8957b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '321c0ebd-2a45-4ffb-9157-22abb3bd6226', 'code': 200} 2026-06-26 04:45:38.403 9 INFO neutron.plugins.ml2.plugin [None req-bff2e6a9-477e-44cd-bc0e-4541f9aea170 - - - - - -] Attempt 1 to provision port e4d17a15-f5c2-41e4-bcee-b4dd4bd45d48 2026-06-26 04:45:38.672 9 INFO neutron.plugins.ml2.plugin [None req-8a41e0d3-782a-4609-a8f3-027c29c46d2f - - - - - -] Attempt 1 to provision port e01e181d-1143-4c5e-bfda-66558c8f8215 2026-06-26 04:45:39.521 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port fa5dc62b-0966-414e-9436-9acd207f870f 2026-06-26 04:45:39.639 10 INFO neutron.plugins.ml2.plugin [None req-e6a914bd-8cad-4da8-8975-30d591ff72e3 - - - - - -] Attempt 1 to provision port fa5dc62b-0966-414e-9436-9acd207f870f 2026-06-26 04:45:40.255 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 321c0ebd-2a45-4ffb-9157-22abb3bd6226 2026-06-26 04:45:41.346 9 INFO neutron.plugins.ml2.plugin [None req-f615106c-f2a0-46c5-9944-f7cc77190b10 - - - - - -] Attempt 1 to provision port b5f51c56-bf34-43aa-a11e-8d5d4bf8c9b2 2026-06-26 04:45:41.581 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e4d17a15-f5c2-41e4-bcee-b4dd4bd45d48 2026-06-26 04:45:41.876 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-086925a0-2ffc-46d0-bfd1-0a04a4d81a9e'] response: {'server_uuid': 'dc657ef1-7d98-4def-a258-ada6b1198518', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4d17a15-f5c2-41e4-bcee-b4dd4bd45d48', 'code': 200} 2026-06-26 04:45:42.315 10 INFO neutron.plugins.ml2.plugin [None req-08d416b1-9b1c-42e0-8c40-796539447f37 - - - - - -] Attempt 1 to provision port b5f51c56-bf34-43aa-a11e-8d5d4bf8c9b2 2026-06-26 04:45:42.370 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port fa5dc62b-0966-414e-9436-9acd207f870f 2026-06-26 04:45:43.829 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e4d17a15-f5c2-41e4-bcee-b4dd4bd45d48 2026-06-26 04:45:44.449 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 84604bd2-4ff5-4288-b9d7-ba3f327056f6 2026-06-26 04:45:45.556 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 84604bd2-4ff5-4288-b9d7-ba3f327056f6 2026-06-26 04:45:46.344 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2300a281-096f-4a27-b0c6-fe50d912d05c'] response: {'server_uuid': 'dc657ef1-7d98-4def-a258-ada6b1198518', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e4d17a15-f5c2-41e4-bcee-b4dd4bd45d48', '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-26 04:45:53.522 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181 2026-06-26 04:45:54.135 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba37917d-e0c8-44f6-93f0-93d5156b8e3a'] response: {'server_uuid': '5b975f60-0206-485a-9bd2-31dd475b8a8d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181', 'code': 200} 2026-06-26 04:45:55.666 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181 2026-06-26 04:45:58.030 9 INFO neutron.plugins.ml2.plugin [None req-398ebaf7-d249-4021-9739-d7764904184f - - - - - -] Attempt 1 to provision port 2497777d-d49d-4fcd-91f8-daab18a289fd 2026-06-26 04:45:59.101 10 INFO neutron.plugins.ml2.plugin [None req-d9f5a18a-fea1-45d0-8627-49ee611fdeb4 - - - - - -] Attempt 1 to provision port 3566df44-0601-4f21-8ae4-23fa8a4d1aa5 2026-06-26 04:45:59.648 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b5f51c56-bf34-43aa-a11e-8d5d4bf8c9b2 2026-06-26 04:46:00.341 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 3566df44-0601-4f21-8ae4-23fa8a4d1aa5 2026-06-26 04:46:00.580 10 INFO neutron.plugins.ml2.plugin [None req-19778480-4fc6-4c72-a536-7ff07c65fbc9 - - - - - -] Attempt 1 to provision port 3b395914-7427-44ce-9dfd-62992152fb05 2026-06-26 04:46:01.337 10 INFO neutron.plugins.ml2.plugin [None req-72b5092e-bb38-4735-8854-3916eb0e8b77 - - - - - -] Attempt 1 to provision port 3b395914-7427-44ce-9dfd-62992152fb05 2026-06-26 04:46:01.631 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e01e181d-1143-4c5e-bfda-66558c8f8215 2026-06-26 04:46:02.094 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 017d1d3f-e0e5-411b-918e-cf4eed308ec7 2026-06-26 04:46:02.796 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b5f51c56-bf34-43aa-a11e-8d5d4bf8c9b2 2026-06-26 04:46:03.076 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 3566df44-0601-4f21-8ae4-23fa8a4d1aa5 2026-06-26 04:46:03.478 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e01e181d-1143-4c5e-bfda-66558c8f8215 2026-06-26 04:46:03.699 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 017d1d3f-e0e5-411b-918e-cf4eed308ec7 2026-06-26 04:46:07.558 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 1fdde7cb-4c99-478a-acd5-e052393031e1 2026-06-26 04:46:07.701 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-28962767-0c64-4656-84e0-5142177fce9f'] response: {'server_uuid': 'a0e5f02b-cb99-4193-a0b0-9edecc5409c7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1fdde7cb-4c99-478a-acd5-e052393031e1', 'code': 200} 2026-06-26 04:46:09.502 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 1fdde7cb-4c99-478a-acd5-e052393031e1 2026-06-26 04:46:14.140 10 INFO neutron.plugins.ml2.plugin [None req-f7f1d704-96b1-4039-bf1b-1cf819e7a018 - - - - - -] Attempt 1 to provision port ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181 2026-06-26 04:46:15.667 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181 2026-06-26 04:46:16.844 9 INFO neutron.plugins.ml2.plugin [None req-67005c3b-444c-4e9e-a889-a2ab3b1b6ede - - - - - -] Attempt 1 to provision port ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181 2026-06-26 04:46:17.542 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port ff6a9f36-8d9b-4ac2-a7b5-7c8ab6d57181 2026-06-26 04:46:29.643 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 140c5d01-f824-4f8f-82df-e3cf82d2fa1b 2026-06-26 04:46:29.766 9 INFO neutron.plugins.ml2.plugin [None req-83a86bc7-161f-4c8c-aeeb-96aeaa36684c - - - - - -] Attempt 1 to provision port 003ac314-c302-4737-867c-d9a82a9b12bc 2026-06-26 04:46:30.620 9 INFO neutron.plugins.ml2.plugin [None req-58bbc507-a8be-485e-bab7-2113547d5fd5 - - - - - -] Attempt 1 to provision port 140c5d01-f824-4f8f-82df-e3cf82d2fa1b 2026-06-26 04:46:31.515 9 INFO neutron.plugins.ml2.plugin [None req-02ab39ae-dddd-4cf5-adc0-bdd232ce2938 - - - - - -] Attempt 1 to provision port 305e7d89-bb7f-4acb-88e1-f72da8a302dd 2026-06-26 04:46:31.582 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 140c5d01-f824-4f8f-82df-e3cf82d2fa1b 2026-06-26 04:46:32.158 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d55bdca3-0a9a-44ae-9820-19c395ee881b 2026-06-26 04:46:32.482 10 INFO neutron.plugins.ml2.plugin [None req-b8b7c6fc-c4c0-44ca-9fc7-3dbe24a5a25d - - - - - -] Attempt 1 to provision port d55bdca3-0a9a-44ae-9820-19c395ee881b 2026-06-26 04:46:33.135 10 INFO neutron.plugins.ml2.plugin [None req-b3c5b02b-4d21-4a73-9c23-3299b0cf4e86 - - - - - -] Attempt 1 to provision port 79adfae6-ff98-4ddd-b819-ada9466ade78 2026-06-26 04:46:33.573 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port a3c4a80c-4b80-4b7c-99c4-2654f1fd0063 2026-06-26 04:46:33.688 9 INFO neutron.plugins.ml2.plugin [None req-1cc92fa8-3155-40ce-ae7a-82bf0188e1b9 - - - - - -] Attempt 1 to provision port 79adfae6-ff98-4ddd-b819-ada9466ade78 2026-06-26 04:46:34.104 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d55bdca3-0a9a-44ae-9820-19c395ee881b 2026-06-26 04:46:34.761 9 INFO neutron.plugins.ml2.plugin [None req-b53bb1b6-02c9-4ef5-b51d-4d9fdf84cb36 - - - - - -] Attempt 1 to provision port b9771075-247a-498c-b441-636f5704d878 2026-06-26 04:46:35.516 9 INFO neutron.plugins.ml2.plugin [None req-afb01f84-4931-44e2-a22e-09a26a882a37 - - - - - -] Attempt 1 to provision port b9771075-247a-498c-b441-636f5704d878 2026-06-26 04:46:35.597 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 41df6dbe-605d-428e-8f3f-ff030546731a 2026-06-26 04:46:36.102 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port a3c4a80c-4b80-4b7c-99c4-2654f1fd0063 2026-06-26 04:46:37.821 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 41df6dbe-605d-428e-8f3f-ff030546731a 2026-06-26 04:46:38.917 9 INFO neutron.plugins.ml2.plugin [None req-d83ec1ae-f920-4aff-8bb1-e228bc23cf82 - - - - - -] Attempt 1 to provision port 4ffd4068-33cc-4a65-8adb-0c237e9a0407 2026-06-26 04:46:39.824 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0041c7e0-8bcd-4083-b802-d6898d27d6d4 2026-06-26 04:46:41.408 9 INFO neutron.plugins.ml2.plugin [None req-b84be6c3-dad8-4b5d-9a53-7d82a39afcca - - - - - -] Attempt 1 to provision port 0041c7e0-8bcd-4083-b802-d6898d27d6d4 2026-06-26 04:46:41.645 10 INFO neutron.plugins.ml2.plugin [None req-d5ee2d5b-89b7-439a-a12d-ce637821dea8 - - - - - -] Attempt 1 to provision port b8ae3fc1-3644-48f7-b894-dcab6047fbee 2026-06-26 04:46:41.649 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0041c7e0-8bcd-4083-b802-d6898d27d6d4 2026-06-26 04:46:42.204 10 INFO neutron.plugins.ml2.plugin [None req-d5ee2d5b-89b7-439a-a12d-ce637821dea8 - - - - - -] Attempt 2 to provision port b8ae3fc1-3644-48f7-b894-dcab6047fbee 2026-06-26 04:46:42.542 10 INFO neutron.plugins.ml2.plugin [None req-0a8cc2eb-23cd-4b9e-9114-fcf3b8eb110f - - - - - -] Attempt 1 to provision port 168b4a4c-aa0e-4456-9651-23f1aaeb2880 2026-06-26 04:46:43.601 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 31431a08-9b2a-494d-85f4-6bdb6401a8c1 2026-06-26 04:46:44.084 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b8ae3fc1-3644-48f7-b894-dcab6047fbee 2026-06-26 04:46:44.265 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eab3572-27f9-476a-88de-2e99d34f5c34'] response: {'server_uuid': '360c4381-49e7-4c6b-beeb-76cea9b594b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b8ae3fc1-3644-48f7-b894-dcab6047fbee', 'code': 200} 2026-06-26 04:46:45.530 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 31431a08-9b2a-494d-85f4-6bdb6401a8c1 2026-06-26 04:46:45.813 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b8ae3fc1-3644-48f7-b894-dcab6047fbee 2026-06-26 04:46:49.366 9 INFO neutron.plugins.ml2.plugin [None req-ebd3d7d9-4936-47d0-892f-a16604e402db - - - - - -] Attempt 1 to provision port f8e5a99c-c842-48eb-b7b7-3545a7a4ad1a 2026-06-26 04:46:49.612 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f8e5a99c-c842-48eb-b7b7-3545a7a4ad1a /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-26 04:46:51.733 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 5aa4fa9e-fc1d-42bd-8302-2733d510e769 2026-06-26 04:46:51.871 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e55dfb7-52f9-4e22-a9b6-47779361f52d'] response: {'server_uuid': '6a727600-1eb1-4289-9dee-c0142158453b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5aa4fa9e-fc1d-42bd-8302-2733d510e769', 'code': 200} 2026-06-26 04:46:52.291 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 79adfae6-ff98-4ddd-b819-ada9466ade78 2026-06-26 04:46:52.681 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 003ac314-c302-4737-867c-d9a82a9b12bc 2026-06-26 04:46:53.647 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 5aa4fa9e-fc1d-42bd-8302-2733d510e769 2026-06-26 04:46:53.953 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 79adfae6-ff98-4ddd-b819-ada9466ade78 2026-06-26 04:46:54.289 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 003ac314-c302-4737-867c-d9a82a9b12bc 2026-06-26 04:46:55.147 10 INFO neutron.plugins.ml2.plugin [None req-c9cd4443-0799-4c67-84f5-533c7b78adef - - - - - -] Attempt 1 to provision port 4d73e01b-0b2a-41e9-9a50-3f231a9ed222 2026-06-26 04:46:57.553 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 305e7d89-bb7f-4acb-88e1-f72da8a302dd 2026-06-26 04:46:58.059 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b9771075-247a-498c-b441-636f5704d878 2026-06-26 04:46:59.607 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 305e7d89-bb7f-4acb-88e1-f72da8a302dd 2026-06-26 04:46:59.832 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b9771075-247a-498c-b441-636f5704d878 2026-06-26 04:47:01.519 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-531cf51f-d3b0-4d40-91d9-1f23b82885ad'] response: {'server_uuid': '360c4381-49e7-4c6b-beeb-76cea9b594b1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b8ae3fc1-3644-48f7-b894-dcab6047fbee', 'code': 200} 2026-06-26 04:47:02.203 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4ffd4068-33cc-4a65-8adb-0c237e9a0407 2026-06-26 04:47:02.288 9 INFO neutron.plugins.ml2.plugin [None req-ef16bd7d-4070-40cd-b286-25d7de7cb7f8 - - - - - -] Attempt 1 to provision port 28f0a924-8cb9-41ca-89b1-4d0610053db4 2026-06-26 04:47:02.586 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b8ae3fc1-3644-48f7-b894-dcab6047fbee 2026-06-26 04:47:02.771 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0193457-e128-4903-852f-5e793b97dd2a'] response: {'server_uuid': '360c4381-49e7-4c6b-beeb-76cea9b594b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b8ae3fc1-3644-48f7-b894-dcab6047fbee', 'code': 200} 2026-06-26 04:47:02.951 9 INFO neutron.plugins.ml2.plugin [None req-814a605d-04bd-4c0d-810a-1a8ef41d4ecd - - - - - -] Attempt 1 to provision port 7336e321-7b2a-4f4e-bcf8-48bd879218c2 2026-06-26 04:47:03.037 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 168b4a4c-aa0e-4456-9651-23f1aaeb2880 2026-06-26 04:47:03.720 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 7336e321-7b2a-4f4e-bcf8-48bd879218c2 2026-06-26 04:47:04.107 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4ffd4068-33cc-4a65-8adb-0c237e9a0407 2026-06-26 04:47:04.393 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port b8ae3fc1-3644-48f7-b894-dcab6047fbee 2026-06-26 04:47:04.537 10 INFO neutron.plugins.ml2.plugin [None req-47d5dd83-966d-443c-b06e-f9527dbe91f0 - - - - - -] Attempt 1 to provision port 5c0ca79c-1f21-4067-8088-7a9331dcb3aa 2026-06-26 04:47:04.866 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 168b4a4c-aa0e-4456-9651-23f1aaeb2880 2026-06-26 04:47:05.105 10 INFO neutron.plugins.ml2.plugin [None req-eba99d97-2946-4238-b1e9-78906244a10a - - - - - -] Attempt 1 to provision port 5c0ca79c-1f21-4067-8088-7a9331dcb3aa 2026-06-26 04:47:05.777 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 92866398-1e0c-4d20-a97c-15ece98ad66e 2026-06-26 04:47:07.608 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 92866398-1e0c-4d20-a97c-15ece98ad66e 2026-06-26 04:47:09.810 9 INFO neutron.plugins.ml2.plugin [None req-ba821c2c-5ec7-444c-8c91-fd1e3efdf32c - - - - - -] Attempt 1 to provision port 6d52b1c0-09ef-4c13-aa69-34ea750c0ccd 2026-06-26 04:47:13.846 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 6d52b1c0-09ef-4c13-aa69-34ea750c0ccd 2026-06-26 04:47:13.978 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4935707c-1358-44c7-a533-ea7138d979b7'] response: {'server_uuid': 'd8aaee13-5631-4d1e-a294-667288c1a39c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6d52b1c0-09ef-4c13-aa69-34ea750c0ccd', 'code': 200} 2026-06-26 04:47:15.758 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 6d52b1c0-09ef-4c13-aa69-34ea750c0ccd 2026-06-26 04:47:17.640 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 8421cd40-14c1-4538-8398-2b715d79337c 2026-06-26 04:47:18.860 9 INFO neutron.plugins.ml2.plugin [None req-e31b69cc-6bd7-4aac-92f9-3ace2c5d4d79 - - - - - -] Attempt 1 to provision port 8421cd40-14c1-4538-8398-2b715d79337c 2026-06-26 04:47:20.092 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f248dfa-f0f9-476d-832d-41ae64ebe618'] response: {'server_uuid': '360c4381-49e7-4c6b-beeb-76cea9b594b1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b8ae3fc1-3644-48f7-b894-dcab6047fbee', 'code': 200} 2026-06-26 04:47:21.907 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 28f0a924-8cb9-41ca-89b1-4d0610053db4 /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-26 04:47:27.517 10 INFO neutron.plugins.ml2.plugin [None req-0ce9bc34-318b-4120-aa53-e60e9beae75c - - - - - -] Attempt 1 to provision port 56643318-2dff-4487-a63b-9126fc918d43 2026-06-26 04:47:27.586 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d12a468c-b0ec-4a5b-932e-33bf5656ecd8 2026-06-26 04:47:27.880 10 INFO neutron.plugins.ml2.plugin [None req-7b225ab7-034e-421a-b2ff-b97af28da946 - - - - - -] Attempt 1 to provision port d12a468c-b0ec-4a5b-932e-33bf5656ecd8 2026-06-26 04:47:28.347 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 56643318-2dff-4487-a63b-9126fc918d43 2026-06-26 04:47:28.673 9 INFO neutron.plugins.ml2.plugin [None req-c6a3ea83-410e-4ab5-b981-1ab6c3834dfc - - - - - -] Attempt 1 to provision port 965d635f-6998-4d85-a14b-4defcbec8f38 2026-06-26 04:47:29.511 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d12a468c-b0ec-4a5b-932e-33bf5656ecd8 2026-06-26 04:47:29.617 9 INFO neutron.plugins.ml2.plugin [None req-48dfca2b-0fbe-4e2e-a7ae-cefbce6338b6 - - - - - -] Attempt 1 to provision port a6571381-a0d9-408f-bebc-ca91177a270b 2026-06-26 04:47:29.936 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 56643318-2dff-4487-a63b-9126fc918d43 2026-06-26 04:47:30.683 10 INFO neutron.plugins.ml2.plugin [None req-e1685bc8-9c3d-4be2-9894-efd637232ebb - - - - - -] Attempt 1 to provision port a6571381-a0d9-408f-bebc-ca91177a270b 2026-06-26 04:47:30.936 9 INFO neutron.plugins.ml2.plugin [None req-63e2040b-9a3a-4f10-9855-ba7f207ac0c2 - - - - - -] Attempt 1 to provision port 9bee9e79-eed0-403d-a167-cc0dfa5eda50 2026-06-26 04:47:31.577 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 59f10212-de3b-4da3-a13a-a243c132796f 2026-06-26 04:47:32.178 10 INFO neutron.plugins.ml2.plugin [None req-044f3536-34a0-4d5a-b47b-0cd9b9cc19ac - - - - - -] Attempt 1 to provision port 59f10212-de3b-4da3-a13a-a243c132796f 2026-06-26 04:47:33.483 9 INFO neutron.plugins.ml2.plugin [None req-56996e39-436b-46c1-af2f-c3eedd3bca1f - - - - - -] Attempt 1 to provision port 36ea3d96-f6aa-4403-995e-c6f0ab13d558 2026-06-26 04:47:33.576 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 59f10212-de3b-4da3-a13a-a243c132796f 2026-06-26 04:47:34.127 10 INFO neutron.plugins.ml2.plugin [None req-c3b5e58e-6dbf-4c14-94db-7876e58743f7 - - - - - -] Attempt 1 to provision port 36ea3d96-f6aa-4403-995e-c6f0ab13d558 2026-06-26 04:47:35.704 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 8805adab-8f71-4bf9-9ec8-9ed1849e2cf8 2026-06-26 04:47:36.799 10 INFO neutron.plugins.ml2.plugin [None req-d6bc8a62-5570-4a2f-9827-da4573f8975b - - - - - -] Attempt 1 to provision port 8805adab-8f71-4bf9-9ec8-9ed1849e2cf8 2026-06-26 04:47:36.935 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port de85eddc-f549-4af1-8ba5-1da88fc29d9f 2026-06-26 04:47:38.546 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port de85eddc-f549-4af1-8ba5-1da88fc29d9f 2026-06-26 04:47:38.812 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c4f61aee-f27f-456b-89fe-779eb882d7cd 2026-06-26 04:47:38.947 9 INFO neutron.plugins.ml2.plugin [None req-292a2bfb-acb0-44eb-a2d8-5d34c184ee69 - - - - - -] Attempt 1 to provision port 8805adab-8f71-4bf9-9ec8-9ed1849e2cf8 2026-06-26 04:47:39.282 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 316eda86-3fc0-48e7-8a29-7d10229ca429 2026-06-26 04:47:39.408 9 INFO neutron.plugins.ml2.plugin [None req-7e51eedc-a444-4269-bcf7-5a6e65506654 - - - - - -] Attempt 1 to provision port c2db556c-4b5e-4e52-99c6-cb552f86bbb6 2026-06-26 04:47:39.674 10 INFO neutron.plugins.ml2.plugin [None req-644c5742-af8b-4062-81ef-47c3c16bc597 - - - - - -] Attempt 1 to provision port c4f61aee-f27f-456b-89fe-779eb882d7cd 2026-06-26 04:47:39.839 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 8805adab-8f71-4bf9-9ec8-9ed1849e2cf8 2026-06-26 04:47:39.909 9 INFO neutron.plugins.ml2.plugin [None req-c593e764-3aa7-4558-ab3f-f9d9941fdac6 - - - - - -] Attempt 1 to provision port 59bf3870-0243-4cac-9e6f-a5ee384cf0d2 2026-06-26 04:47:40.115 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 59bf3870-0243-4cac-9e6f-a5ee384cf0d2 2026-06-26 04:47:40.397 10 INFO neutron.plugins.ml2.plugin [None req-d5a8ca2f-d2fc-4042-a843-10ed57341bb0 - - - - - -] Attempt 1 to provision port e74f8639-1190-4c1c-9c68-69a49a1c398c 2026-06-26 04:47:40.461 10 INFO neutron.plugins.ml2.plugin [None req-d5a8ca2f-d2fc-4042-a843-10ed57341bb0 - - - - - -] Attempt 1 to provision port d9f9ef03-f31e-404c-97fc-6ba5f6f610ee 2026-06-26 04:47:40.791 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 316eda86-3fc0-48e7-8a29-7d10229ca429 2026-06-26 04:47:41.142 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c4f61aee-f27f-456b-89fe-779eb882d7cd 2026-06-26 04:47:41.235 9 INFO neutron.plugins.ml2.plugin [None req-774b7972-ceee-4f57-8ecc-641b7036611a - - - - - -] Attempt 1 to provision port 316eda86-3fc0-48e7-8a29-7d10229ca429 2026-06-26 04:47:41.402 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 59bf3870-0243-4cac-9e6f-a5ee384cf0d2 2026-06-26 04:47:41.535 10 INFO neutron.plugins.ml2.plugin [None req-8a9606ba-7fac-4532-ba33-4d397fc081b2 - - - - - -] Attempt 1 to provision port 59bf3870-0243-4cac-9e6f-a5ee384cf0d2 2026-06-26 04:47:41.906 9 INFO neutron.plugins.ml2.plugin [None req-0756a034-bb02-463b-aac8-4e683283baf2 - - - - - -] Attempt 1 to provision port e74f8639-1190-4c1c-9c68-69a49a1c398c 2026-06-26 04:47:42.560 9 INFO neutron.plugins.ml2.plugin [None req-b9b32b16-8494-4a96-ae54-4a6c4a7d213a - - - - - -] Attempt 1 to provision port 3b1e4f95-be03-482e-8cfb-df052db638ea 2026-06-26 04:47:42.762 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 9432483f-14fe-4f80-af0b-d2fb210f379c 2026-06-26 04:47:43.020 9 INFO neutron.plugins.ml2.plugin [None req-a76da31b-f9c8-4274-bb35-24838e19b9ce - - - - - -] Attempt 1 to provision port 316eda86-3fc0-48e7-8a29-7d10229ca429 2026-06-26 04:47:43.519 9 INFO neutron.plugins.ml2.plugin [None req-e9c2b773-47d5-42ab-b6cb-71ee4f7fecaf - - - - - -] Attempt 1 to provision port 3b1e4f95-be03-482e-8cfb-df052db638ea 2026-06-26 04:47:44.467 9 INFO neutron.plugins.ml2.plugin [None req-83b70291-47e6-48a4-96fc-e594a1ea3320 - - - - - -] Attempt 1 to provision port a027ea67-d3e6-4d47-97f1-fde50b07622b 2026-06-26 04:47:45.010 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 9432483f-14fe-4f80-af0b-d2fb210f379c 2026-06-26 04:47:45.305 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d9f9ef03-f31e-404c-97fc-6ba5f6f610ee 2026-06-26 04:47:45.432 9 INFO neutron.plugins.ml2.plugin [None req-d4975c02-11fe-486c-8b51-233d5634ee20 - - - - - -] Attempt 1 to provision port a027ea67-d3e6-4d47-97f1-fde50b07622b 2026-06-26 04:47:45.472 9 INFO neutron.plugins.ml2.plugin [None req-d4975c02-11fe-486c-8b51-233d5634ee20 - - - - - -] Attempt 1 to provision port f9f08f29-3caa-4a69-a8ed-df5ca1974063 2026-06-26 04:47:45.472 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1166cbf9-39a7-4434-9f60-6273828107b8'] response: {'server_uuid': '435ae738-5e1c-456f-a6e3-12ccb640f40c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9f9ef03-f31e-404c-97fc-6ba5f6f610ee', 'code': 200} 2026-06-26 04:47:46.827 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d9f9ef03-f31e-404c-97fc-6ba5f6f610ee 2026-06-26 04:47:47.939 10 INFO neutron.plugins.ml2.plugin [None req-8a7eafaa-b66e-447d-89be-45bdaeb1576f - - - - - -] Attempt 1 to provision port 68518b43-8cd6-4100-92e5-a3eb3abb4bf3 2026-06-26 04:47:48.826 9 INFO neutron.plugins.ml2.plugin [None req-8125add9-b759-421c-a093-24c191f23e43 - - - - - -] Attempt 1 to provision port 68518b43-8cd6-4100-92e5-a3eb3abb4bf3 2026-06-26 04:47:51.237 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 80e5dd46-72d6-4f87-9a50-adf414bed5f7 2026-06-26 04:47:51.780 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 77e77122-c633-4c99-9c25-184598b9ba84 2026-06-26 04:47:52.438 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e9037ce2-497f-4076-989b-91ba4c1af611 2026-06-26 04:47:52.507 10 INFO neutron.plugins.ml2.plugin [None req-837eea50-bd72-490b-87c5-812e462ca433 - - - - - -] Attempt 1 to provision port 1e1913c3-969a-41a5-a087-631a555f8823 2026-06-26 04:47:52.590 10 INFO neutron.plugins.ml2.plugin [None req-837eea50-bd72-490b-87c5-812e462ca433 - - - - - -] Attempt 1 to provision port e9037ce2-497f-4076-989b-91ba4c1af611 2026-06-26 04:47:52.816 10 INFO neutron.plugins.ml2.plugin [None req-085229fa-9f44-4ab0-8b21-edae1c85b17a - - - - - -] Attempt 1 to provision port 80e5dd46-72d6-4f87-9a50-adf414bed5f7 2026-06-26 04:47:52.898 10 INFO neutron.plugins.ml2.plugin [None req-085229fa-9f44-4ab0-8b21-edae1c85b17a - - - - - -] Attempt 1 to provision port 14a36718-5068-4ba6-8fd0-62270d79a3c6 2026-06-26 04:47:53.070 9 INFO neutron.plugins.ml2.plugin [None req-12eb44c6-f1ee-4b61-836a-c0a53162ca8d - - - - - -] Attempt 1 to provision port 14a36718-5068-4ba6-8fd0-62270d79a3c6 2026-06-26 04:47:53.418 10 INFO neutron.plugins.ml2.plugin [None req-56036908-b7ab-45f1-9b2f-dfc524d8f39b - - - - - -] Attempt 1 to provision port 14a36718-5068-4ba6-8fd0-62270d79a3c6 2026-06-26 04:47:53.677 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 80e5dd46-72d6-4f87-9a50-adf414bed5f7 2026-06-26 04:47:53.984 9 INFO neutron.plugins.ml2.plugin [None req-d3c34f87-d150-40f7-adf3-02a5bd04d1ec - - - - - -] Attempt 1 to provision port 1e1913c3-969a-41a5-a087-631a555f8823 2026-06-26 04:47:54.007 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e9037ce2-497f-4076-989b-91ba4c1af611 2026-06-26 04:47:54.287 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 77e77122-c633-4c99-9c25-184598b9ba84 2026-06-26 04:47:58.297 10 INFO neutron.plugins.ml2.plugin [None req-2de18332-63a5-445a-a248-9cb27e2bce87 - - - - - -] Attempt 1 to provision port 495ce15f-f8cf-4345-b640-bab93d82af99 2026-06-26 04:47:59.845 10 INFO neutron.plugins.ml2.plugin [None req-77d35a50-466d-4448-8918-3f5784ffcaa5 - - - - - -] Attempt 1 to provision port 0376f952-2df9-487b-bb01-d07a5df458b2 2026-06-26 04:48:01.425 10 INFO neutron.plugins.ml2.plugin [None req-2ea54fa4-0456-486a-a280-6127b76fe7cb - - - - - -] Attempt 1 to provision port 4d1ce251-d626-4c67-9a2e-66fac9283d6c 2026-06-26 04:48:03.803 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c2db556c-4b5e-4e52-99c6-cb552f86bbb6 2026-06-26 04:48:04.163 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4d1ce251-d626-4c67-9a2e-66fac9283d6c 2026-06-26 04:48:04.276 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-74a50f78-c809-4607-93a6-1e2a18572607'] response: {'server_uuid': '46e91784-60af-49ca-9e31-a3bce253db49', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d1ce251-d626-4c67-9a2e-66fac9283d6c', 'code': 200} 2026-06-26 04:48:04.850 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 68518b43-8cd6-4100-92e5-a3eb3abb4bf3 2026-06-26 04:48:05.314 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 3b1e4f95-be03-482e-8cfb-df052db638ea 2026-06-26 04:48:05.795 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0376f952-2df9-487b-bb01-d07a5df458b2 2026-06-26 04:48:06.263 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port a027ea67-d3e6-4d47-97f1-fde50b07622b 2026-06-26 04:48:06.316 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2bfc3a4-417f-4d45-a3b7-d65377487997'] response: {'server_uuid': 'ba9e11db-999b-47cf-9793-f0ae3e6ce0a9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0376f952-2df9-487b-bb01-d07a5df458b2', 'code': 200} 2026-06-26 04:48:06.763 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 14a36718-5068-4ba6-8fd0-62270d79a3c6 2026-06-26 04:48:07.172 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c2db556c-4b5e-4e52-99c6-cb552f86bbb6 2026-06-26 04:48:07.690 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4d1ce251-d626-4c67-9a2e-66fac9283d6c 2026-06-26 04:48:08.100 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 68518b43-8cd6-4100-92e5-a3eb3abb4bf3 2026-06-26 04:48:08.424 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 3b1e4f95-be03-482e-8cfb-df052db638ea 2026-06-26 04:48:08.909 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0376f952-2df9-487b-bb01-d07a5df458b2 2026-06-26 04:48:09.203 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port a027ea67-d3e6-4d47-97f1-fde50b07622b 2026-06-26 04:48:09.514 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f9f08f29-3caa-4a69-a8ed-df5ca1974063 2026-06-26 04:48:10.191 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 14a36718-5068-4ba6-8fd0-62270d79a3c6 2026-06-26 04:48:10.482 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port f9f08f29-3caa-4a69-a8ed-df5ca1974063 2026-06-26 04:48:16.265 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port ea6d42eb-0d8a-4109-ae9f-8c9a083c0058 2026-06-26 04:48:16.496 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a0e5d02-221b-43a9-99bb-ee6fd40fcfa8'] response: {'server_uuid': '5624a628-b99d-4d8f-a54f-e57178fb6eb8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea6d42eb-0d8a-4109-ae9f-8c9a083c0058', 'code': 200} 2026-06-26 04:48:18.291 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port ea6d42eb-0d8a-4109-ae9f-8c9a083c0058 2026-06-26 04:48:28.548 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0f758358-b79c-4574-a529-8d2b4d047779 2026-06-26 04:48:28.720 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b06a2de8-b934-4098-b6d8-69e20c026c90'] response: {'server_uuid': 'd998dd2c-00f4-4347-89c1-7221dcdef527', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f758358-b79c-4574-a529-8d2b4d047779', 'code': 200} 2026-06-26 04:48:29.200 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 5e46d4c1-7a5b-439e-b424-fcf8fdf46e04 2026-06-26 04:48:29.767 10 INFO neutron.plugins.ml2.plugin [None req-799c0ae6-8d71-4e1d-8211-015fbd320532 - - - - - -] Attempt 1 to provision port 5e46d4c1-7a5b-439e-b424-fcf8fdf46e04 2026-06-26 04:48:30.176 10 INFO neutron.plugins.ml2.plugin [None req-e44d24ae-4c6e-4325-b334-eccd0580d277 - - - - - -] Attempt 1 to provision port c65719af-4ae6-49ed-86f9-86acf8ad85e0 2026-06-26 04:48:30.369 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 0f758358-b79c-4574-a529-8d2b4d047779 2026-06-26 04:48:30.668 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 5e46d4c1-7a5b-439e-b424-fcf8fdf46e04 2026-06-26 04:48:30.882 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c65719af-4ae6-49ed-86f9-86acf8ad85e0 2026-06-26 04:48:31.468 10 INFO neutron.plugins.ml2.plugin [None req-a4a65827-e190-4db8-bf58-1d29e92646eb - - - - - -] Attempt 1 to provision port a02878b7-23ef-4f5e-94a9-c76c66f49e73 2026-06-26 04:48:32.148 10 INFO neutron.plugins.ml2.plugin [None req-a01c3f07-76d4-4e12-a99a-3c31bdd01c46 - - - - - -] Attempt 1 to provision port a02878b7-23ef-4f5e-94a9-c76c66f49e73 2026-06-26 04:48:32.223 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port c65719af-4ae6-49ed-86f9-86acf8ad85e0 2026-06-26 04:48:33.237 9 INFO neutron.plugins.ml2.plugin [None req-793a7b85-af34-490c-9e38-dbfa1d201320 - - - - - -] Attempt 1 to provision port bd465de0-17c1-4fcc-8041-e4b64a5a9225 2026-06-26 04:48:34.003 9 INFO neutron.plugins.ml2.plugin [None req-7d8095e3-4b43-4258-b4f9-30ef7557e0cf - - - - - -] Attempt 1 to provision port bd465de0-17c1-4fcc-8041-e4b64a5a9225 2026-06-26 04:48:35.690 10 INFO neutron.plugins.ml2.plugin [None req-f358cfa1-f511-4c56-9e6d-cba087b84648 - - - - - -] Attempt 1 to provision port a9f2bb7d-28fe-4e68-b650-8bb4af34c2ed 2026-06-26 04:48:41.690 9 INFO neutron.plugins.ml2.plugin [None req-6301d80b-7a09-4a08-9efb-dd82a3b64f00 - - - - - -] Attempt 1 to provision port a7ce8850-6a64-4e85-ae88-afae4197b342 2026-06-26 04:48:42.055 9 INFO neutron.plugins.ml2.plugin [None req-f81c6e8d-ca52-45a7-b6ba-6b5e9aa34b4b - - - - - -] Attempt 1 to provision port 7c07b3c1-4d7a-4750-a110-aba4d59d9d0b 2026-06-26 04:48:42.317 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port a7ce8850-6a64-4e85-ae88-afae4197b342 2026-06-26 04:48:43.337 10 INFO neutron.plugins.ml2.plugin [None req-f8b9b461-d490-4b5b-b378-00e7c9427d73 - - - - - -] Attempt 1 to provision port 7c07b3c1-4d7a-4750-a110-aba4d59d9d0b 2026-06-26 04:48:50.157 9 INFO neutron.plugins.ml2.plugin [None req-7c8010e8-0d4e-42c4-9c35-76585636b0d6 - - - - - -] Attempt 1 to provision port e046f858-54e6-44d2-8c23-3290d38dca25 2026-06-26 04:48:50.276 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e046f858-54e6-44d2-8c23-3290d38dca25 2026-06-26 04:48:50.867 9 INFO neutron.plugins.ml2.plugin [None req-5a010630-64b3-4a7c-8fa7-3cd2f7606789 - - - - - -] Attempt 1 to provision port 8da3f676-544f-4696-8207-6d9339ab06ce 2026-06-26 04:48:51.732 9 INFO neutron.plugins.ml2.plugin [None req-182506f2-f4b2-49bf-9a54-7b5aae678d7f - - - - - -] Attempt 1 to provision port 8da3f676-544f-4696-8207-6d9339ab06ce 2026-06-26 04:48:52.457 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e046f858-54e6-44d2-8c23-3290d38dca25 2026-06-26 04:48:53.802 9 INFO neutron.plugins.ml2.plugin [None req-20c532ba-1047-450a-854d-7be878819aee - - - - - -] Attempt 1 to provision port dedaa1c4-5b17-490c-80e1-bcd39c4ee838 /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-26 04:48:56.290 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port dedaa1c4-5b17-490c-80e1-bcd39c4ee838 2026-06-26 04:48:56.440 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d821cb36-da77-4990-b6de-ed90843563fc'] response: {'server_uuid': '3bd98e31-0ea6-4d56-9135-92e58a901fc0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dedaa1c4-5b17-490c-80e1-bcd39c4ee838', 'code': 200} 2026-06-26 04:48:57.062 10 INFO neutron.plugins.ml2.plugin [None req-61005bb1-68da-4fee-b4e0-84be75ad0ee6 - - - - - -] Attempt 1 to provision port f4e40f89-14b7-47df-a81b-3df35b5dac7f 2026-06-26 04:48:58.230 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port dedaa1c4-5b17-490c-80e1-bcd39c4ee838 2026-06-26 04:49:16.438 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 09d521c6-cdb7-49db-b808-f10aa89cf2ef 2026-06-26 04:49:17.972 9 INFO neutron.plugins.ml2.plugin [None req-43f17c3f-5235-4dfd-855c-57a9ffa61d8c - - - - - -] Attempt 1 to provision port 09d521c6-cdb7-49db-b808-f10aa89cf2ef 2026-06-26 04:49:18.554 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d137eee3-c283-44a8-8933-4036f9fb323f 2026-06-26 04:49:18.822 9 INFO neutron.plugins.ml2.plugin [None req-75a2d4d1-62d1-4bdd-ae37-f115115a1470 - - - - - -] Attempt 1 to provision port 28db6cd4-cddc-4b96-bcf2-621faeb208a0 2026-06-26 04:49:19.131 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 09d521c6-cdb7-49db-b808-f10aa89cf2ef 2026-06-26 04:49:19.417 9 INFO neutron.plugins.ml2.plugin [None req-77dab4e2-4ea0-4ae8-89b2-362cd1193201 - - - - - -] Attempt 1 to provision port 6a8e2e57-656c-484e-a3b5-b82adcbdda94 2026-06-26 04:49:19.644 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 28db6cd4-cddc-4b96-bcf2-621faeb208a0 2026-06-26 04:49:19.948 10 INFO neutron.plugins.ml2.plugin [None req-70193db0-27a1-4a96-973e-cda68d2df2e1 - - - - - -] Attempt 1 to provision port d137eee3-c283-44a8-8933-4036f9fb323f 2026-06-26 04:49:19.977 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 6a8e2e57-656c-484e-a3b5-b82adcbdda94 2026-06-26 04:49:20.404 9 INFO neutron.plugins.ml2.plugin [None req-7d8d922d-a422-49c3-a235-a62bdac79563 - - - - - -] Attempt 1 to provision port 97bdb6fc-f6b4-4af1-8f2e-3b6cc0ad9aa3 2026-06-26 04:49:20.717 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port d137eee3-c283-44a8-8933-4036f9fb323f 2026-06-26 04:49:21.088 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 97bdb6fc-f6b4-4af1-8f2e-3b6cc0ad9aa3 2026-06-26 04:49:35.560 9 INFO neutron.plugins.ml2.plugin [None req-940cdb2d-6011-4b97-94cf-3029df332864 - - - - - -] Attempt 1 to provision port e662c4d7-c404-46b9-a482-48d362371d2b 2026-06-26 04:49:38.801 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e662c4d7-c404-46b9-a482-48d362371d2b 2026-06-26 04:49:38.930 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-41e25f29-04bd-4130-8f40-aa5d6a0999b9'] response: {'server_uuid': '3bd98e31-0ea6-4d56-9135-92e58a901fc0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e662c4d7-c404-46b9-a482-48d362371d2b', 'code': 200} 2026-06-26 04:49:40.757 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port e662c4d7-c404-46b9-a482-48d362371d2b 2026-06-26 04:50:06.724 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 172e41ef-145c-4eea-9608-1a9331119cbe 2026-06-26 04:50:06.861 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-420e2412-710d-4322-aa9d-910742af3663'] response: {'server_uuid': '3bd98e31-0ea6-4d56-9135-92e58a901fc0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '172e41ef-145c-4eea-9608-1a9331119cbe', 'code': 200} 2026-06-26 04:50:08.633 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 172e41ef-145c-4eea-9608-1a9331119cbe 2026-06-26 04:50:17.477 9 INFO neutron.plugins.ml2.plugin [None req-7a0783bd-c258-4ba8-a6bf-09c1cc191128 - - - - - -] Attempt 1 to provision port 4c149fe9-896a-47f5-8af2-f9dd8047d3d0 2026-06-26 04:50:18.001 9 INFO neutron.plugins.ml2.plugin [None req-7a0783bd-c258-4ba8-a6bf-09c1cc191128 - - - - - -] Attempt 2 to provision port 4c149fe9-896a-47f5-8af2-f9dd8047d3d0 2026-06-26 04:50:20.862 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4c149fe9-896a-47f5-8af2-f9dd8047d3d0 2026-06-26 04:50:21.028 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d54ce2d-8837-4c5d-8ae9-93aaf59bdb10'] response: {'server_uuid': '3bd98e31-0ea6-4d56-9135-92e58a901fc0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c149fe9-896a-47f5-8af2-f9dd8047d3d0', 'code': 200} 2026-06-26 04:50:22.653 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4c149fe9-896a-47f5-8af2-f9dd8047d3d0 2026-06-26 04:50:30.611 9 INFO neutron.plugins.ml2.plugin [None req-bcdf5796-3028-4056-acaa-d788d3c1d5cc - - - - - -] Attempt 1 to provision port 4c149fe9-896a-47f5-8af2-f9dd8047d3d0 2026-06-26 04:50:30.775 10 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 4c149fe9-896a-47f5-8af2-f9dd8047d3d0 2026-06-26 04:51:01.426 10 INFO neutron.plugins.ml2.plugin [None req-e93d6029-fd99-4b92-80b6-9d73a07f58ae - - - - - -] Attempt 1 to provision port 172e41ef-145c-4eea-9608-1a9331119cbe 2026-06-26 04:51:02.720 9 INFO neutron.plugins.ml2.plugin [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Attempt 1 to provision port 172e41ef-145c-4eea-9608-1a9331119cbe 2026-06-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:34.898 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-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.898 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:34.900 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:34.900 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 2 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:34.916 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-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:34.916 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-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:34.916 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:34.916 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 3 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:34.929 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-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:34.929 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:34.929 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 4 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:34.947 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-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:34.947 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:34.948 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 5 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:34.976 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-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:34.976 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:34.977 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:34.977 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 6 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:35.004 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-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.004 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:35.005 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:35.005 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 7 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:35.036 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-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.036 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:35.037 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:35.037 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 8 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:35.059 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-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.059 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:35.060 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:35.060 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 9 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:35.088 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-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.088 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:35.089 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:35.090 9 INFO neutron.plugins.ml2.plugin [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Attempt 10 to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 2026-06-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-26 04:52:35.107 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-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b15d9971-54f1-43e0-b964-1288fa0fb21d could not be found. 2026-06-26 04:52:35.107 9 ERROR neutron.plugins.ml2.managers  2026-06-26 04:52:35.108 9 ERROR neutron.plugins.ml2.managers [None req-b1fb4716-6723-4d03-89f9-f82e13308594 - - - - - -] Failed to bind port 70df215d-ec00-4ae9-bed6-a741e4bee804 on host instance for vnic_type normal using segments [{'id': 'ef766323-b45a-4293-b2b3-8a5524eefa2f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 556, 'network_id': 'd61af00b-d549-414d-b113-85f4b8b3874a'}] 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network d61af00b-d549-414d-b113-85f4b8b3874a could not be found. 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 252, in get_network_details 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1296, in get_network 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network d61af00b-d549-414d-b113-85f4b8b3874a could not be found. 2026-06-26 04:52:35.838 9 ERROR oslo_messaging.rpc.server  2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server [None req-63e40a4c-bc7f-4466-a5f6-faeaf2b7db78 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 7d35a5dd-36d6-459c-9095-25a0437740a8: This subnet is being modified by another concurrent operation. 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1586, in create_port 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1551, in _create_port_db 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1603, in create_port_db 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server raise exception 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 7d35a5dd-36d6-459c-9095-25a0437740a8: This subnet is being modified by another concurrent operation. 2026-06-26 04:52:36.377 9 ERROR oslo_messaging.rpc.server  2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server [None req-efef293b-7746-4f22-bf13-d7a1d665a67f - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 563cc4b4-bb42-4d6c-beeb-2d14c23abf70 could not be found. 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 252, in get_network_details 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server raise self.value 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1296, in get_network 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 563cc4b4-bb42-4d6c-beeb-2d14c23abf70 could not be found. 2026-06-26 04:52:36.551 10 ERROR oslo_messaging.rpc.server