+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-05 22:48:30.681 1 INFO neutron.common.config [-] Logging enabled! 2026-05-05 22:48:30.681 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-05 22:48:30.682 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-05 22:48:30.682 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-05 22:48:31.488 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 22:48:31.491 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-05 22:48:31.494 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-05 22:48:31.494 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 22:48:31.495 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-05 22:48:31.495 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-05 22:48:31.495 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 22:48:31.500 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 22:48:31.500 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 22:48:31.500 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 22:48:31.515 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-05 22:48:31.516 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 22:48:31.516 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-05 22:48:31.545 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-05 22:48:31.545 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-05 22:48:31.545 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-05 22:48:31.546 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-05 22:48:31.551 1 WARNING oslo_policy.policy [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-05-05 22:48:31.810 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing driver for type 'vlan' 2026-05-05 22:48:32.112 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] VlanTypeDriver initialization complete 2026-05-05 22:48:32.113 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing driver for type 'vxlan' 2026-05-05 22:48:32.113 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-05 22:48:32.150 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-05 22:48:32.151 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-05 22:48:32.151 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing extension driver 'port_security' 2026-05-05 22:48:32.151 1 INFO neutron.plugins.ml2.extensions.port_security [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-05 22:48:32.152 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing extension driver 'qos' 2026-05-05 22:48:32.152 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-05 22:48:32.152 1 INFO neutron.plugins.ml2.managers [None req-3b488d25-706f-4f61-af82-025921af2660 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-05 22:48:32.168 1 INFO neutron.quota [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded quota_driver: . 2026-05-05 22:48:32.168 1 INFO neutron.plugins.ml2.plugin [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Modular L2 Plugin initialization complete 2026-05-05 22:48:32.168 1 INFO neutron.plugins.ml2.managers [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-05 22:48:32.169 1 INFO neutron.plugins.ml2.managers [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-05 22:48:32.169 1 INFO neutron.plugins.ml2.managers [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-05 22:48:32.169 1 INFO neutron.extensions.vlantransparent [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Disabled vlantransparent extension. 2026-05-05 22:48:32.169 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: qos 2026-05-05 22:48:32.179 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: router 2026-05-05 22:48:32.207 1 INFO neutron.services.service_base [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-05 22:48:32.207 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: segments 2026-05-05 22:48:32.268 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: trunk 2026-05-05 22:48:32.324 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: vpnaas 2026-05-05 22:48:32.357 1 WARNING stevedore.named [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 22:48:32.417 1 INFO neutron_vpnaas.services.vpn.plugin [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-05 22:48:32.418 1 INFO neutron.common.utils [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-05 22:48:32.418 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: auto_allocate 2026-05-05 22:48:32.421 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: tag 2026-05-05 22:48:32.425 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: timestamp 2026-05-05 22:48:32.427 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: network_ip_availability 2026-05-05 22:48:32.430 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: flavors 2026-05-05 22:48:32.433 1 INFO neutron.manager [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loading Plugin: revisions 2026-05-05 22:48:32.435 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Initializing extension manager. 2026-05-05 22:48:32.437 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: address-group 2026-05-05 22:48:32.437 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: address-scope 2026-05-05 22:48:32.438 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-05 22:48:32.438 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: agent 2026-05-05 22:48:32.439 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: agent-resources-synced 2026-05-05 22:48:32.440 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-05 22:48:32.441 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-05 22:48:32.441 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: availability_zone 2026-05-05 22:48:32.442 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: availability_zone_filter 2026-05-05 22:48:32.442 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-05 22:48:32.443 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: default-subnetpools 2026-05-05 22:48:32.444 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-05 22:48:32.444 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: dns-integration 2026-05-05 22:48:32.445 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: dns-domain-ports 2026-05-05 22:48:32.445 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-05 22:48:32.446 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: dvr 2026-05-05 22:48:32.446 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-05 22:48:32.447 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: empty-string-filtering 2026-05-05 22:48:32.447 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 22:48:32.448 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-05 22:48:32.448 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: external-net 2026-05-05 22:48:32.449 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-05 22:48:32.449 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: extraroute 2026-05-05 22:48:32.450 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: extraroute-atomic 2026-05-05 22:48:32.450 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-05 22:48:32.450 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-05 22:48:32.451 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-05 22:48:32.451 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-05 22:48:32.452 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: fip-port-details 2026-05-05 22:48:32.453 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: flavors 2026-05-05 22:48:32.453 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-05 22:48:32.454 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: floatingip-pools 2026-05-05 22:48:32.455 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: ip_allocation 2026-05-05 22:48:32.455 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-05 22:48:32.455 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: l2_adjacency 2026-05-05 22:48:32.456 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: router 2026-05-05 22:48:32.458 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 22:48:32.458 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: ext-gw-mode 2026-05-05 22:48:32.458 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: l3-ha 2026-05-05 22:48:32.459 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-05 22:48:32.459 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-05 22:48:32.460 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: l3-flavors 2026-05-05 22:48:32.461 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-05 22:48:32.461 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-05 22:48:32.463 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-05 22:48:32.463 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-05 22:48:32.464 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-05 22:48:32.465 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-05 22:48:32.466 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-05 22:48:32.466 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: multi-provider 2026-05-05 22:48:32.467 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: net-mtu 2026-05-05 22:48:32.467 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: net-mtu-writable 2026-05-05 22:48:32.468 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: network_availability_zone 2026-05-05 22:48:32.468 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: network_ha 2026-05-05 22:48:32.469 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: network-ip-availability 2026-05-05 22:48:32.469 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-05 22:48:32.470 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: pagination 2026-05-05 22:48:32.470 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-device-profile 2026-05-05 22:48:32.471 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-05 22:48:32.471 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-05 22:48:32.472 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-mac-override 2026-05-05 22:48:32.472 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-05 22:48:32.473 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-05 22:48:32.473 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-resource-request 2026-05-05 22:48:32.474 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-05 22:48:32.474 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: binding 2026-05-05 22:48:32.475 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: binding-extended 2026-05-05 22:48:32.475 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-security 2026-05-05 22:48:32.476 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: project-id 2026-05-05 22:48:32.476 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: provider 2026-05-05 22:48:32.477 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos 2026-05-05 22:48:32.478 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-05 22:48:32.479 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-05 22:48:32.479 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-default 2026-05-05 22:48:32.480 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-fip 2026-05-05 22:48:32.480 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-05 22:48:32.481 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-05 22:48:32.481 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-05 22:48:32.481 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-05 22:48:32.482 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-05 22:48:32.483 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-pps 2026-05-05 22:48:32.483 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-05 22:48:32.483 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-05 22:48:32.484 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: qos-rules-alias 2026-05-05 22:48:32.484 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: quota-check-limit 2026-05-05 22:48:32.486 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: quotas 2026-05-05 22:48:32.488 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: quota_details 2026-05-05 22:48:32.489 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: rbac-policies 2026-05-05 22:48:32.490 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: rbac-address-group 2026-05-05 22:48:32.490 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: rbac-address-scope 2026-05-05 22:48:32.490 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: rbac-security-groups 2026-05-05 22:48:32.491 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-05 22:48:32.491 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: revision-if-match 2026-05-05 22:48:32.492 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-05 22:48:32.492 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: router_availability_zone 2026-05-05 22:48:32.493 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-05 22:48:32.494 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-05 22:48:32.495 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-05 22:48:32.495 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-05 22:48:32.495 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-05 22:48:32.496 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-05 22:48:32.503 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: security-group 2026-05-05 22:48:32.505 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: segment 2026-05-05 22:48:32.506 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-05 22:48:32.507 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: service-type 2026-05-05 22:48:32.508 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: sorting 2026-05-05 22:48:32.509 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: standard-attr-segment 2026-05-05 22:48:32.510 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: standard-attr-description 2026-05-05 22:48:32.510 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: stateful-security-group 2026-05-05 22:48:32.511 1 WARNING neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-05 22:48:32.511 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-05 22:48:32.512 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: subnet_onboard 2026-05-05 22:48:32.512 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-05 22:48:32.513 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: subnet-service-types 2026-05-05 22:48:32.513 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: subnet_allocation 2026-05-05 22:48:32.514 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-05 22:48:32.514 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-05 22:48:32.517 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: standard-attr-tag 2026-05-05 22:48:32.517 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-05 22:48:32.518 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: trunk 2026-05-05 22:48:32.518 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: trunk-details 2026-05-05 22:48:32.519 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-05 22:48:32.519 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-05 22:48:32.520 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-05 22:48:32.521 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: vpn-flavors 2026-05-05 22:48:32.522 1 INFO neutron.api.extensions [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Loaded extension: vpnaas 2026-05-05 22:48:32.524 1 INFO oslo_service.service [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Starting 2 workers 2026-05-05 22:48:32.529 1 INFO oslo_service.service [None req-7a2c7016-9373-43ee-9377-01781a0b10f5 - - - - - -] Starting 1 workers 2026-05-05 22:49:08.520 10 INFO neutron.db.l3_hamode_db [None req-c36ea998-1a24-4584-a61b-17d4b9e7621e - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 22:49:20.910 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c30e40ae-ac56-47c2-be24-06763f74f7ec 2026-05-05 22:49:21.979 10 INFO neutron.plugins.ml2.plugin [None req-28b78416-f840-4b6d-8735-4aaa205f7018 - - - - - -] Attempt 1 to provision port c30e40ae-ac56-47c2-be24-06763f74f7ec 2026-05-05 22:49:22.787 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c30e40ae-ac56-47c2-be24-06763f74f7ec 2026-05-05 22:53:30.984 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port d9d8a8ab-9ef2-4b6d-928d-1007e7444215 2026-05-05 22:53:31.362 9 INFO neutron.plugins.ml2.plugin [None req-bb161e4e-b9e4-4410-8b4e-a9c0495113a4 - - - - - -] Attempt 1 to provision port d9d8a8ab-9ef2-4b6d-928d-1007e7444215 2026-05-05 22:53:32.967 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port d9d8a8ab-9ef2-4b6d-928d-1007e7444215 2026-05-05 22:53:38.387 10 INFO neutron.plugins.ml2.plugin [None req-8044eb0f-78ed-4309-a8cb-040da7c1ed84 - - - - - -] Attempt 1 to provision port 21c8af5c-b944-491b-a9f7-bb8d88f6c8b4 2026-05-05 22:57:07.211 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 21c8af5c-b944-491b-a9f7-bb8d88f6c8b4 2026-05-05 22:57:09.110 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 21c8af5c-b944-491b-a9f7-bb8d88f6c8b4 2026-05-05 23:05:05.397 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7dcc2262-74f6-4703-96c6-5b8f07554f10 2026-05-05 23:05:07.453 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7dcc2262-74f6-4703-96c6-5b8f07554f10 2026-05-05 23:19:23.466 10 INFO neutron.plugins.ml2.plugin [None req-5b2205fa-5626-4611-90a6-1e3c3cf8f38c - - - - - -] Attempt 1 to provision port 4fccae62-3225-40fa-87f0-61522ea1522a 2026-05-05 23:19:23.813 9 INFO neutron.plugins.ml2.plugin [None req-57d608d7-250f-4a5c-a2e1-675cd7da8d54 - - - - - -] Attempt 1 to provision port 923f08fb-bc54-44cd-9fd7-4d7474a2a4a6 2026-05-05 23:19:23.991 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 730dba3c-6862-4354-8228-1595e2fdda55 2026-05-05 23:19:24.166 10 INFO neutron.plugins.ml2.plugin [None req-8bc81a4d-e67f-4f45-af19-cca2de063927 - - - - - -] Attempt 1 to provision port 730dba3c-6862-4354-8228-1595e2fdda55 2026-05-05 23:19:24.588 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 46c21b79-5879-44ea-80dc-58c5a40f5c18 2026-05-05 23:19:24.673 10 INFO neutron.plugins.ml2.plugin [None req-74e6ff06-f2a6-45f4-bb54-c92a3f249ec7 - - - - - -] Attempt 1 to provision port 46c21b79-5879-44ea-80dc-58c5a40f5c18 2026-05-05 23:19:24.897 9 INFO neutron.plugins.ml2.plugin [None req-7a65d01d-9145-49b6-9b25-25cb16864c2e - - - - - -] Attempt 1 to provision port 19bdc3b7-dea5-4507-9596-b5772ad752ab 2026-05-05 23:19:25.059 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 19bdc3b7-dea5-4507-9596-b5772ad752ab 2026-05-05 23:19:26.184 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 19bdc3b7-dea5-4507-9596-b5772ad752ab 2026-05-05 23:19:26.500 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 46c21b79-5879-44ea-80dc-58c5a40f5c18 2026-05-05 23:19:26.700 10 INFO neutron.plugins.ml2.plugin [None req-3747baab-d9f6-485c-85dd-d62adff871f9 - - - - - -] Attempt 1 to provision port 05e3ea7d-4980-42dc-aa24-1475dd7c44bc 2026-05-05 23:19:26.755 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 730dba3c-6862-4354-8228-1595e2fdda55 2026-05-05 23:19:26.941 9 INFO neutron.plugins.ml2.plugin [None req-3a2c37c1-1c6a-4cd4-b86e-a0a96065eed4 - - - - - -] Attempt 1 to provision port c09b634f-107e-433c-a7ab-c5fed2385526 2026-05-05 23:19:27.186 9 INFO neutron.plugins.ml2.plugin [None req-4855c836-1bf2-49fb-986a-72193c549853 - - - - - -] Attempt 1 to provision port 05e3ea7d-4980-42dc-aa24-1475dd7c44bc 2026-05-05 23:19:28.159 9 INFO neutron.plugins.ml2.plugin [None req-8005e2d0-d3e5-4d97-b11a-9ca9aaf76a98 - - - - - -] Attempt 1 to provision port b092f7fd-b13c-4d4d-82bd-f993952fde52 2026-05-05 23:19:28.737 10 INFO neutron.plugins.ml2.plugin [None req-e1abd57c-c59d-4f9f-9670-d40974da9206 - - - - - -] Attempt 1 to provision port b092f7fd-b13c-4d4d-82bd-f993952fde52 2026-05-05 23:19:29.489 10 INFO neutron.plugins.ml2.plugin [None req-76be970a-947e-416e-b5ec-dd0b7f2dac0b - - - - - -] Attempt 1 to provision port a6886115-c069-4098-8557-18e467a02c88 2026-05-05 23:19:29.940 9 INFO neutron.plugins.ml2.plugin [None req-d5ad7ef8-f56e-4ab7-b2e6-a2d283f30523 - - - - - -] Attempt 1 to provision port a6886115-c069-4098-8557-18e467a02c88 2026-05-05 23:19:30.204 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port e1afeaea-96af-46e7-ae61-7e3e2bea02c1 2026-05-05 23:19:30.285 10 INFO neutron.plugins.ml2.plugin [None req-24faacce-11ad-4c5a-a5d7-b1925b1a58c1 - - - - - -] Attempt 1 to provision port 1a2dc116-88a0-4abc-9a77-cf62bd82276b 2026-05-05 23:19:31.028 10 INFO neutron.plugins.ml2.plugin [None req-3080ad66-ddec-4905-a796-7ed270d059e1 - - - - - -] Attempt 1 to provision port e1afeaea-96af-46e7-ae61-7e3e2bea02c1 2026-05-05 23:19:32.176 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port e1afeaea-96af-46e7-ae61-7e3e2bea02c1 2026-05-05 23:19:32.817 9 INFO neutron.plugins.ml2.plugin [None req-c6f6ae0d-f20e-4d48-a31e-86fe941d9223 - - - - - -] Attempt 1 to provision port 55927198-1b67-47ee-b6ea-847bd778124d 2026-05-05 23:19:33.672 9 INFO neutron.plugins.ml2.plugin [None req-856e382b-43e7-44f4-854c-08e991e7ed30 - - - - - -] Attempt 1 to provision port 55927198-1b67-47ee-b6ea-847bd778124d 2026-05-05 23:19:35.054 10 INFO neutron.plugins.ml2.plugin [None req-7d10e12b-a475-4917-8a33-535eaeb0fe31 - - - - - -] Attempt 1 to provision port 1107054c-c86d-4a82-a443-7e7555f0e95c 2026-05-05 23:19:35.620 10 INFO neutron.plugins.ml2.plugin [None req-1008f318-6c92-4bc9-b58a-2ad03c91683c - - - - - -] Attempt 1 to provision port af113e3c-381b-40db-beac-c6a845a6c13c 2026-05-05 23:19:36.290 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 58e538b0-9cd9-4c55-8a9a-6a6459aca74f 2026-05-05 23:19:36.892 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 68e81c04-7d1a-4eb2-9ce4-66a8bd3ae124 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:19:37.451 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0419af20-2385-49cf-944b-c80a3d49f771 2026-05-05 23:19:38.236 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 58e538b0-9cd9-4c55-8a9a-6a6459aca74f 2026-05-05 23:19:38.564 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 68e81c04-7d1a-4eb2-9ce4-66a8bd3ae124 2026-05-05 23:19:38.809 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0419af20-2385-49cf-944b-c80a3d49f771 2026-05-05 23:19:42.223 10 INFO neutron.plugins.ml2.plugin [None req-b0030508-e33e-4be1-9694-63708514e6d2 - - - - - -] Attempt 1 to provision port ff8282eb-49da-4efc-abb9-cd9d44e95cfa 2026-05-05 23:19:42.597 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 1107054c-c86d-4a82-a443-7e7555f0e95c 2026-05-05 23:19:43.105 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port af113e3c-381b-40db-beac-c6a845a6c13c 2026-05-05 23:19:43.266 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d98aa582-9dbf-405f-a37c-31eae0ddb216'] response: {'server_uuid': '0c3ec361-8596-4526-99d6-5a4068b87075', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1107054c-c86d-4a82-a443-7e7555f0e95c', 'code': 200} 2026-05-05 23:19:43.393 10 INFO neutron.plugins.ml2.plugin [None req-7bc25993-415c-4292-a0c2-9613289748a7 - - - - - -] Attempt 1 to provision port 325d6099-c873-47ed-92a4-63a732bcab42 2026-05-05 23:19:43.853 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 325d6099-c873-47ed-92a4-63a732bcab42 2026-05-05 23:19:44.632 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 1107054c-c86d-4a82-a443-7e7555f0e95c 2026-05-05 23:19:44.839 10 INFO neutron.plugins.ml2.plugin [None req-c9967b2c-ce28-4cb2-836c-9e4dacccc621 - - - - - -] Attempt 1 to provision port 5e32d0c0-5fb0-4e58-92af-11f0c74ae02f 2026-05-05 23:19:44.989 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port af113e3c-381b-40db-beac-c6a845a6c13c 2026-05-05 23:19:45.305 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fbe8fae-8f86-4176-8385-47e860a82242'] response: {'server_uuid': '35d014f5-cd72-4b42-886e-e6d9f849025b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'af113e3c-381b-40db-beac-c6a845a6c13c', 'code': 200} 2026-05-05 23:19:45.353 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 325d6099-c873-47ed-92a4-63a732bcab42 2026-05-05 23:19:45.501 10 INFO neutron.plugins.ml2.plugin [None req-3e104bd7-620a-4add-a4a6-797afa05b088 - - - - - -] Attempt 1 to provision port 5e32d0c0-5fb0-4e58-92af-11f0c74ae02f 2026-05-05 23:19:46.783 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7d8722aa-64ea-4857-8da7-33c1e01c195d 2026-05-05 23:19:46.979 10 INFO neutron.plugins.ml2.plugin [None req-119a3949-1918-4fe5-8fe3-8ef12d79cdb7 - - - - - -] Attempt 1 to provision port 09542eb3-1556-4502-b87f-148e4bed23ca 2026-05-05 23:19:47.456 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7e10fa28-9487-4a9c-bd37-d93ae0e55e09 2026-05-05 23:19:47.530 10 INFO neutron.plugins.ml2.plugin [None req-589d8f41-ed53-4371-b877-e96f82e5eb9e - - - - - -] Attempt 1 to provision port 7e10fa28-9487-4a9c-bd37-d93ae0e55e09 2026-05-05 23:19:48.495 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7d8722aa-64ea-4857-8da7-33c1e01c195d 2026-05-05 23:19:48.998 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7e10fa28-9487-4a9c-bd37-d93ae0e55e09 2026-05-05 23:19:49.223 9 INFO neutron.plugins.ml2.plugin [None req-cc4bd2cd-bf9e-4f20-af5a-822f2b6f3f59 - - - - - -] Attempt 1 to provision port a9a75fed-a4b6-456c-b8ee-deca9fa491bd 2026-05-05 23:19:49.891 10 INFO neutron.plugins.ml2.plugin [None req-118b042c-5941-4a5a-80d8-7d6792af7ed8 - - - - - -] Attempt 1 to provision port a9a75fed-a4b6-456c-b8ee-deca9fa491bd 2026-05-05 23:19:50.686 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c236d314-5be6-42bc-b977-ebcd38ed52b4 2026-05-05 23:19:52.490 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c236d314-5be6-42bc-b977-ebcd38ed52b4 2026-05-05 23:19:54.610 9 INFO neutron.plugins.ml2.plugin [None req-de0d73a3-9e2f-42fa-802f-4a25d4cc8f35 - - - - - -] Attempt 1 to provision port c2e43e6a-a9de-45be-975d-ec4247c5a28b 2026-05-05 23:19:54.978 9 INFO neutron.plugins.ml2.plugin [None req-35d34fc7-ec94-4941-a1dc-18a869c5aa9b - - - - - -] Attempt 1 to provision port 738cbc44-0306-42d0-aa03-1612b7a1a740 2026-05-05 23:19:56.616 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c2e43e6a-a9de-45be-975d-ec4247c5a28b 2026-05-05 23:19:57.232 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc000497-d85d-4c0b-8d1d-fec473d1c705'] response: {'server_uuid': '821baf71-6df0-4908-93fd-841cb31f71f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2e43e6a-a9de-45be-975d-ec4247c5a28b', 'code': 200} 2026-05-05 23:19:58.755 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c2e43e6a-a9de-45be-975d-ec4247c5a28b 2026-05-05 23:19:59.075 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 738cbc44-0306-42d0-aa03-1612b7a1a740 2026-05-05 23:19:59.384 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ea9b50a-1cd0-4e86-be0f-b36240febee7'] response: {'server_uuid': '83053795-df93-4c04-888e-0f6bf616ca06', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '738cbc44-0306-42d0-aa03-1612b7a1a740', 'code': 200} 2026-05-05 23:20:00.531 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 738cbc44-0306-42d0-aa03-1612b7a1a740 2026-05-05 23:20:02.726 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 05e3ea7d-4980-42dc-aa24-1475dd7c44bc 2026-05-05 23:20:03.337 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 4fccae62-3225-40fa-87f0-61522ea1522a 2026-05-05 23:20:04.718 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 05e3ea7d-4980-42dc-aa24-1475dd7c44bc 2026-05-05 23:20:05.119 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 4fccae62-3225-40fa-87f0-61522ea1522a 2026-05-05 23:20:05.246 10 INFO neutron.plugins.ml2.plugin [None req-54a0a9db-9cdd-4311-b3ae-edd57ca6d4c9 - - - - - -] Attempt 1 to provision port af113e3c-381b-40db-beac-c6a845a6c13c 2026-05-05 23:20:06.675 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port af113e3c-381b-40db-beac-c6a845a6c13c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:20:09.098 10 INFO neutron.plugins.ml2.plugin [None req-be91464d-77e6-4bd5-8cb1-9e78a0c71209 - - - - - -] Attempt 1 to provision port af113e3c-381b-40db-beac-c6a845a6c13c 2026-05-05 23:20:10.774 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd503d8a-af93-48ce-a056-497ae0aa293c'] response: {'server_uuid': '35d014f5-cd72-4b42-886e-e6d9f849025b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'af113e3c-381b-40db-beac-c6a845a6c13c', 'code': 200} 2026-05-05 23:20:13.109 9 INFO neutron.plugins.ml2.plugin [None req-1c9e7b20-f79c-44ff-9a2a-4b4d27490a67 - - - - - -] Attempt 1 to provision port 0e159746-abc0-4b3e-b35d-6bed0a2aa46e 2026-05-05 23:20:13.854 10 INFO neutron.plugins.ml2.plugin [None req-f5d31172-6b02-4135-8e78-28e75d84448b - - - - - -] Attempt 1 to provision port d989e1c7-74f0-43f4-b7ef-cc34f3f5a3c5 2026-05-05 23:20:14.637 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port d989e1c7-74f0-43f4-b7ef-cc34f3f5a3c5 2026-05-05 23:20:15.776 9 INFO neutron.plugins.ml2.plugin [None req-e0c47c6e-b191-4842-8ccb-0c31aa64a485 - - - - - -] Attempt 1 to provision port 2905ec83-524d-4a0d-a963-02d8d136b0b8 2026-05-05 23:20:16.419 10 INFO neutron.plugins.ml2.plugin [None req-62031a9c-64d3-4fcd-aca2-a083240d682c - - - - - -] Attempt 1 to provision port 2905ec83-524d-4a0d-a963-02d8d136b0b8 2026-05-05 23:20:16.544 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0e3bf34e-5c04-4051-b9ca-bdfb8e6163d0 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:20:18.533 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0e3bf34e-5c04-4051-b9ca-bdfb8e6163d0 2026-05-05 23:20:20.227 9 INFO neutron.plugins.ml2.plugin [None req-bb8bf400-dd12-470d-88ff-27683353d344 - - - - - -] Attempt 1 to provision port cee798d3-10a4-4fc2-81b8-463b1de895b0 2026-05-05 23:20:21.084 10 INFO neutron.plugins.ml2.plugin [None req-4330253a-9f02-4963-8019-dae5d615d69e - - - - - -] Attempt 1 to provision port 07dc3855-5eda-45f1-9908-57d6f6613002 2026-05-05 23:20:21.747 10 INFO neutron.plugins.ml2.plugin [None req-0adae335-262e-4ed3-8062-5d8aa77bc372 - - - - - -] Attempt 1 to provision port 5a88fd8f-b3c5-4be1-9b4d-a4d5dba80b44 2026-05-05 23:20:22.634 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 5a88fd8f-b3c5-4be1-9b4d-a4d5dba80b44 2026-05-05 23:20:23.380 9 INFO neutron.plugins.ml2.plugin [None req-ca799503-5ee8-4baf-8a6e-69b0bf995b03 - - - - - -] Attempt 1 to provision port 1c784c64-e748-4f12-a083-92c0496f6803 2026-05-05 23:20:24.044 10 INFO neutron.plugins.ml2.plugin [None req-63a22b39-4384-4a78-bbca-7c9f97b68acb - - - - - -] Attempt 1 to provision port 1c784c64-e748-4f12-a083-92c0496f6803 2026-05-05 23:20:24.294 9 INFO neutron.plugins.ml2.plugin [None req-6361d92d-0ebf-4dff-a942-1c1f70e2b283 - - - - - -] Attempt 1 to provision port cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a 2026-05-05 23:20:24.516 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6148786e-fd0d-4308-a641-c39419f19880 2026-05-05 23:20:26.605 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6148786e-fd0d-4308-a641-c39419f19880 2026-05-05 23:20:28.593 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a 2026-05-05 23:20:28.705 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-35252e4c-6cfd-49b4-85e4-c02151c8daa9'] response: {'server_uuid': '6886bd92-8a12-4250-a658-fbbe4212b65d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a', 'code': 200} 2026-05-05 23:20:30.175 9 INFO neutron.plugins.ml2.plugin [None req-8ae38b50-2e6b-4c50-97c0-4b6b7b001118 - - - - - -] Attempt 1 to provision port 6768b7f8-6768-4c76-bc6c-b5480fabfed6 2026-05-05 23:20:30.565 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a 2026-05-05 23:20:32.692 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0e159746-abc0-4b3e-b35d-6bed0a2aa46e 2026-05-05 23:20:33.122 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6768b7f8-6768-4c76-bc6c-b5480fabfed6 2026-05-05 23:20:33.253 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c6fc552-d67f-4dbb-900e-cc5d47fd323b'] response: {'server_uuid': 'dc85ef1a-d696-4008-8922-b0dd9632b4c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6768b7f8-6768-4c76-bc6c-b5480fabfed6', 'code': 200} 2026-05-05 23:20:33.742 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 2905ec83-524d-4a0d-a963-02d8d136b0b8 2026-05-05 23:20:34.666 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0e159746-abc0-4b3e-b35d-6bed0a2aa46e 2026-05-05 23:20:35.040 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6768b7f8-6768-4c76-bc6c-b5480fabfed6 2026-05-05 23:20:35.308 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 2905ec83-524d-4a0d-a963-02d8d136b0b8 2026-05-05 23:20:40.700 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 07dc3855-5eda-45f1-9908-57d6f6613002 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:20:50.603 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-022b3622-cd90-4906-a87c-d46539a22468'] response: {'server_uuid': '6886bd92-8a12-4250-a658-fbbe4212b65d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a', 'code': 200} 2026-05-05 23:20:51.402 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a 2026-05-05 23:20:51.689 9 INFO neutron.plugins.ml2.plugin [None req-659f65df-84d0-4853-bc89-aa65073be4e9 - - - - - -] Attempt 1 to provision port 7bf1a984-0822-43c4-aec6-5d0ad8d4d995 2026-05-05 23:20:51.985 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7bf1a984-0822-43c4-aec6-5d0ad8d4d995 2026-05-05 23:20:52.391 9 INFO neutron.plugins.ml2.plugin [None req-ed617170-fe12-4d9d-aec5-519ce7ab34b6 - - - - - -] Attempt 1 to provision port 58a5f304-5a37-4acb-a4d5-74eaba6d46cb 2026-05-05 23:20:52.602 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a 2026-05-05 23:20:52.639 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b5d27f2-20da-4fdc-b99f-dc0054ba9ba1'] response: {'server_uuid': '6886bd92-8a12-4250-a658-fbbe4212b65d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cf0ce8b1-4340-4dfa-8e69-f3a62e2d803a', 'code': 200} 2026-05-05 23:20:52.865 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 58a5f304-5a37-4acb-a4d5-74eaba6d46cb 2026-05-05 23:20:53.230 10 INFO neutron.plugins.ml2.plugin [None req-231f6a73-54f7-4a86-ad68-602028814b30 - - - - - -] Attempt 1 to provision port 9b325f3c-59e5-4ea5-98b3-f97378e3eb3d 2026-05-05 23:20:53.271 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7bf1a984-0822-43c4-aec6-5d0ad8d4d995 2026-05-05 23:20:53.480 10 INFO neutron.plugins.ml2.plugin [None req-da20da03-3f23-4bf5-8af8-698cfae5fa2f - - - - - -] Attempt 1 to provision port 9b325f3c-59e5-4ea5-98b3-f97378e3eb3d 2026-05-05 23:20:53.934 10 INFO neutron.plugins.ml2.plugin [None req-957dbbdf-5592-4466-a04d-ec05e2eeb8a1 - - - - - -] Attempt 1 to provision port 9fabbcb1-0998-406f-9d6e-31d5beeeb5d0 2026-05-05 23:20:54.518 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 58a5f304-5a37-4acb-a4d5-74eaba6d46cb 2026-05-05 23:20:54.687 9 INFO neutron.plugins.ml2.plugin [None req-376e5745-5cc6-4660-b309-223259dd20bf - - - - - -] Attempt 1 to provision port 9fabbcb1-0998-406f-9d6e-31d5beeeb5d0 2026-05-05 23:21:00.678 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 920c9f80-21f8-497d-aa15-4ad9c98e941d 2026-05-05 23:21:01.683 9 INFO neutron.plugins.ml2.plugin [None req-c11d41ff-8692-42b1-bcd9-9dd7f882338c - - - - - -] Attempt 1 to provision port f34b82b3-ec1b-4376-8df1-dccf8fb0d5d6 2026-05-05 23:21:01.709 9 INFO neutron.plugins.ml2.plugin [None req-c11d41ff-8692-42b1-bcd9-9dd7f882338c - - - - - -] Attempt 1 to provision port 920c9f80-21f8-497d-aa15-4ad9c98e941d 2026-05-05 23:21:02.490 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 920c9f80-21f8-497d-aa15-4ad9c98e941d 2026-05-05 23:21:02.491 10 INFO neutron.plugins.ml2.plugin [None req-4c5b793d-9df4-4b7a-9899-859a14d1d8b5 - - - - - -] Attempt 1 to provision port f34b82b3-ec1b-4376-8df1-dccf8fb0d5d6 2026-05-05 23:21:02.835 10 INFO neutron.plugins.ml2.plugin [None req-7cb73123-4fd7-4da3-bf78-9e29160d078b - - - - - -] Attempt 1 to provision port f34b82b3-ec1b-4376-8df1-dccf8fb0d5d6 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:21:08.638 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port ed7becb1-b2cf-4889-91c4-a2bdbc830346 2026-05-05 23:21:08.930 9 INFO neutron.plugins.ml2.plugin [None req-93ffd3ba-ec67-4696-8cec-8c0e0df31568 - - - - - -] Attempt 1 to provision port ed7becb1-b2cf-4889-91c4-a2bdbc830346 2026-05-05 23:21:09.560 10 INFO neutron.plugins.ml2.plugin [None req-61d67063-fcad-419d-a952-3bfaa5d13b45 - - - - - -] Attempt 1 to provision port 968570e9-e5d2-41db-8fa8-3388b533c8b0 2026-05-05 23:21:09.807 10 INFO neutron.plugins.ml2.plugin [None req-1e91ce55-faab-4390-88dd-a9b88bcce119 - - - - - -] Attempt 1 to provision port 968570e9-e5d2-41db-8fa8-3388b533c8b0 2026-05-05 23:21:10.669 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port ed7becb1-b2cf-4889-91c4-a2bdbc830346 2026-05-05 23:21:14.005 9 INFO neutron.plugins.ml2.plugin [None req-81fe3158-c97b-4c69-871a-3216e80e0d35 - - - - - -] Attempt 1 to provision port cc7148f6-a529-4609-883a-c76e7f195287 2026-05-05 23:21:18.704 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a4bd7f6d-4ec1-4dd6-b9e7-433066bc66f0 2026-05-05 23:21:19.019 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] No ports have port_id starting with a4bd7f6d-4ec1-4dd6-b9e7-433066bc66f0 2026-05-05 23:21:19.064 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 3489a25d-d17f-4cee-ac1c-562fab52d4cf 2026-05-05 23:21:24.549 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a1d65bd1-0079-4b4d-9afb-8a095a977d19 2026-05-05 23:21:24.966 9 INFO neutron.plugins.ml2.plugin [None req-4b1f5471-bd92-4195-859c-8b3b9d61c169 - - - - - -] Attempt 1 to provision port a1d65bd1-0079-4b4d-9afb-8a095a977d19 2026-05-05 23:21:25.179 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 35c45866-831e-40be-9e82-19472cac91f0 2026-05-05 23:21:25.740 10 INFO neutron.plugins.ml2.plugin [None req-4061ef62-0d29-4112-b0ca-460b04433e1f - - - - - -] Attempt 1 to provision port a1d65bd1-0079-4b4d-9afb-8a095a977d19 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.010 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.012 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.013 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 2 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.033 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.035 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 3 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.054 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.055 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 4 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.067 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.068 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.068 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 5 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.080 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.081 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.081 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 6 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.092 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.093 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.093 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 7 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.104 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.104 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 8 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.116 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.117 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 9 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.135 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.136 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.136 9 INFO neutron.plugins.ml2.plugin [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Attempt 10 to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8986a9fd-4202-4b26-b74d-b6f3a710d74e could not be found. 2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers  2026-05-05 23:21:26.152 9 ERROR neutron.plugins.ml2.managers [None req-235fd686-3a22-4b1f-bc82-a902550ea9f5 - - - - - -] Failed to bind port 8717696f-8bf3-4b79-9de7-b70bc3cb536e on host instance for vnic_type normal using segments [] 2026-05-05 23:21:26.163 10 INFO neutron.plugins.ml2.plugin [None req-5d785365-56b8-47bd-801e-6c3fec089d74 - - - - - -] Attempt 1 to provision port 28848ba4-f096-432a-96ea-ef5996791600 2026-05-05 23:21:26.719 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a1d65bd1-0079-4b4d-9afb-8a095a977d19 2026-05-05 23:21:26.724 10 INFO neutron.plugins.ml2.plugin [None req-4aa8442e-c4e7-4d00-93c3-afcaf91edaf5 - - - - - -] Attempt 1 to provision port f14955be-f2e3-42eb-89ac-bf9d39ed946c 2026-05-05 23:21:27.174 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 5d9e0ff3-fff0-41ed-8730-cd8d15e1defc 2026-05-05 23:21:27.204 10 INFO neutron.plugins.ml2.plugin [None req-ba90bb87-6b75-4758-8d8d-4198c93e176b - - - - - -] Attempt 1 to provision port 35c45866-831e-40be-9e82-19472cac91f0 2026-05-05 23:21:27.666 10 INFO neutron.plugins.ml2.plugin [None req-5f23d4aa-1566-44fa-b1b6-d8abb4b33315 - - - - - -] Attempt 1 to provision port 35c45866-831e-40be-9e82-19472cac91f0 2026-05-05 23:21:28.294 10 INFO neutron.plugins.ml2.plugin [None req-f8962d49-a8f7-468f-a479-ae6c38e860fa - - - - - -] Attempt 1 to provision port 5d9e0ff3-fff0-41ed-8730-cd8d15e1defc 2026-05-05 23:21:28.675 9 INFO neutron.plugins.ml2.plugin [None req-2c58f960-39da-4781-b2d0-ac09fbf6f662 - - - - - -] Attempt 1 to provision port 5d9e0ff3-fff0-41ed-8730-cd8d15e1defc 2026-05-05 23:21:28.805 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 35c45866-831e-40be-9e82-19472cac91f0 2026-05-05 23:21:28.860 10 INFO neutron.plugins.ml2.plugin [None req-d8b972e0-7b6a-4ec9-802a-25f8f46f33dc - - - - - -] Attempt 1 to provision port 4850fa53-326d-4dd3-8102-8be2c6328bf8 2026-05-05 23:21:29.230 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 5d9e0ff3-fff0-41ed-8730-cd8d15e1defc 2026-05-05 23:21:29.529 9 INFO neutron.plugins.ml2.plugin [None req-57f63459-0050-47e4-a5de-de4bd48eece2 - - - - - -] Attempt 1 to provision port 4850fa53-326d-4dd3-8102-8be2c6328bf8 2026-05-05 23:21:30.903 10 INFO neutron.plugins.ml2.plugin [None req-c0a08913-8cc9-4fbc-83f4-e50674d04105 - - - - - -] Attempt 1 to provision port ca3c36b3-5d21-4c58-9b08-f02ae0db6f0b 2026-05-05 23:21:31.199 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port f0f2ce80-c6ed-417c-a7ab-3bf221234f09 2026-05-05 23:21:31.367 9 INFO neutron.plugins.ml2.plugin [None req-b2b98339-b86c-4de5-9d66-0420e5477aee - - - - - -] Attempt 1 to provision port 38756a00-71f1-42ee-9a10-fcee8dbe5009 2026-05-05 23:21:31.628 9 INFO neutron.plugins.ml2.plugin [None req-398189ff-6378-4151-9c73-907077155841 - - - - - -] Attempt 1 to provision port ca3c36b3-5d21-4c58-9b08-f02ae0db6f0b 2026-05-05 23:21:33.104 10 INFO neutron.plugins.ml2.plugin [None req-6b6accb1-141e-46e7-b273-ee53c9d713c5 - - - - - -] Attempt 1 to provision port 32a82693-eb5c-4b70-a277-b0005ad8f648 2026-05-05 23:21:33.363 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port f0f2ce80-c6ed-417c-a7ab-3bf221234f09 2026-05-05 23:21:33.899 9 INFO neutron.plugins.ml2.plugin [None req-d57332a7-7420-45b2-8ad3-7a45ffff071a - - - - - -] Attempt 1 to provision port 32a82693-eb5c-4b70-a277-b0005ad8f648 2026-05-05 23:21:35.538 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 8f13ca7b-1eeb-43be-9596-c4304a6a8c08 2026-05-05 23:21:36.027 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 1f16b3b3-8db4-4813-8ca3-0e432b9fe364 2026-05-05 23:21:36.898 9 INFO neutron.plugins.ml2.plugin [None req-73b390d3-127c-4e43-adfd-9cdde2965626 - - - - - -] Attempt 1 to provision port b3502e91-c8b1-442b-9de7-814349d9296d 2026-05-05 23:21:36.942 9 INFO neutron.plugins.ml2.plugin [None req-73b390d3-127c-4e43-adfd-9cdde2965626 - - - - - -] Attempt 1 to provision port 8d249e7b-1197-405b-a00f-14bf816da331 2026-05-05 23:21:37.291 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 8d249e7b-1197-405b-a00f-14bf816da331 2026-05-05 23:21:37.558 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 8f13ca7b-1eeb-43be-9596-c4304a6a8c08 2026-05-05 23:21:37.685 10 INFO neutron.plugins.ml2.plugin [None req-0c901985-9e9c-4910-9bef-4a3cc2e66cc2 - - - - - -] Attempt 1 to provision port b3502e91-c8b1-442b-9de7-814349d9296d 2026-05-05 23:21:38.033 10 INFO neutron.plugins.ml2.plugin [None req-d6464954-3f14-473e-9e65-e5b58504a018 - - - - - -] Attempt 1 to provision port b3502e91-c8b1-442b-9de7-814349d9296d 2026-05-05 23:21:39.280 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 8d249e7b-1197-405b-a00f-14bf816da331 2026-05-05 23:21:40.813 10 INFO neutron.plugins.ml2.plugin [None req-0bf72e59-58a0-4386-95ad-117edff6c721 - - - - - -] Attempt 1 to provision port 9c74aea4-c5a1-4170-9cb0-5a9650a1a003 2026-05-05 23:21:41.973 10 INFO neutron.plugins.ml2.plugin [None req-5d99bea2-4c07-413f-9f47-01d29bd8fd3c - - - - - -] Attempt 1 to provision port 4593b5ad-da54-4ed8-848d-290621724068 2026-05-05 23:21:43.329 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 9c74aea4-c5a1-4170-9cb0-5a9650a1a003 2026-05-05 23:21:43.472 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ca59006-9606-4a9b-b072-b8800c9bbf5c'] response: {'server_uuid': 'cdf2fe2f-cfc8-4426-b6fd-adb423410a3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c74aea4-c5a1-4170-9cb0-5a9650a1a003', 'code': 200} 2026-05-05 23:21:43.877 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 4593b5ad-da54-4ed8-848d-290621724068 2026-05-05 23:21:45.289 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a2b9f713-97fc-4475-923f-59117d538d4e 2026-05-05 23:21:45.532 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-37b145a2-08cb-42c3-bcb4-877f9e7f03fb'] response: {'server_uuid': 'd6cb3c99-abea-48d8-81b2-a2ed6b26945b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4593b5ad-da54-4ed8-848d-290621724068', 'code': 200} 2026-05-05 23:21:45.776 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 9c74aea4-c5a1-4170-9cb0-5a9650a1a003 2026-05-05 23:21:45.860 9 INFO neutron.plugins.ml2.plugin [None req-812032b3-bc53-4d53-9bed-3fea3f11611a - - - - - -] Attempt 1 to provision port a2b9f713-97fc-4475-923f-59117d538d4e 2026-05-05 23:21:46.344 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 4593b5ad-da54-4ed8-848d-290621724068 2026-05-05 23:21:47.321 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7c46d264-47f1-45db-9ae5-ce07a3f71663 2026-05-05 23:21:47.825 10 INFO neutron.plugins.ml2.plugin [None req-399eca1f-00f6-43ee-b75f-6b7695ae1524 - - - - - -] Attempt 1 to provision port 7c46d264-47f1-45db-9ae5-ce07a3f71663 2026-05-05 23:21:47.941 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a2b9f713-97fc-4475-923f-59117d538d4e 2026-05-05 23:21:48.851 10 INFO neutron.plugins.ml2.plugin [None req-90f63166-baca-45e7-8ba1-2bb7b6d25bd2 - - - - - -] Attempt 1 to provision port 08674b16-affb-420c-b530-671f8d7d865d 2026-05-05 23:21:49.316 10 INFO neutron.plugins.ml2.plugin [None req-f743df7c-5896-46f9-a58c-2c363d58946e - - - - - -] Attempt 1 to provision port 761f4556-32e8-4afb-8a03-af309e26abbb 2026-05-05 23:21:49.319 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7c46d264-47f1-45db-9ae5-ce07a3f71663 2026-05-05 23:21:49.755 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 08674b16-affb-420c-b530-671f8d7d865d 2026-05-05 23:21:49.892 9 INFO neutron.plugins.ml2.plugin [None req-fbd76cc1-41f9-4054-99ba-2888aaf2f1b2 - - - - - -] Attempt 1 to provision port 761f4556-32e8-4afb-8a03-af309e26abbb /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:21:50.953 10 INFO neutron.plugins.ml2.plugin [None req-6529500a-6e59-4c8d-9a80-771a0677d27d - - - - - -] Attempt 1 to provision port 69ce02e8-9f63-426c-acc5-8374d63a7863 2026-05-05 23:21:51.261 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 4850fa53-326d-4dd3-8102-8be2c6328bf8 2026-05-05 23:21:51.612 9 INFO neutron.plugins.ml2.plugin [None req-97c21d36-4839-474b-a79c-f3f14250642e - - - - - -] Attempt 1 to provision port 732fa360-3083-4372-bc1d-f166aba8a0a2 2026-05-05 23:21:51.637 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 08674b16-affb-420c-b530-671f8d7d865d 2026-05-05 23:21:51.653 9 INFO neutron.plugins.ml2.plugin [None req-97c21d36-4839-474b-a79c-f3f14250642e - - - - - -] Attempt 1 to provision port 69ce02e8-9f63-426c-acc5-8374d63a7863 2026-05-05 23:21:51.895 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 28848ba4-f096-432a-96ea-ef5996791600 2026-05-05 23:21:52.298 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port ca3c36b3-5d21-4c58-9b08-f02ae0db6f0b 2026-05-05 23:21:52.618 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 32a82693-eb5c-4b70-a277-b0005ad8f648 2026-05-05 23:21:53.486 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port b3502e91-c8b1-442b-9de7-814349d9296d 2026-05-05 23:21:54.101 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 38756a00-71f1-42ee-9a10-fcee8dbe5009 2026-05-05 23:21:54.427 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 732fa360-3083-4372-bc1d-f166aba8a0a2 2026-05-05 23:21:54.523 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4409cf4-0325-499a-8423-8235093aa2b4'] response: {'server_uuid': 'e0115b39-28ae-4a28-b1be-a8da5b905d6e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '732fa360-3083-4372-bc1d-f166aba8a0a2', 'code': 200} 2026-05-05 23:21:54.811 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port ca3c36b3-5d21-4c58-9b08-f02ae0db6f0b 2026-05-05 23:21:55.150 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 32a82693-eb5c-4b70-a277-b0005ad8f648 2026-05-05 23:21:55.505 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 28848ba4-f096-432a-96ea-ef5996791600 2026-05-05 23:21:55.793 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 4850fa53-326d-4dd3-8102-8be2c6328bf8 2026-05-05 23:21:56.350 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 38756a00-71f1-42ee-9a10-fcee8dbe5009 2026-05-05 23:21:56.719 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 732fa360-3083-4372-bc1d-f166aba8a0a2 2026-05-05 23:21:57.004 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port b3502e91-c8b1-442b-9de7-814349d9296d 2026-05-05 23:21:58.262 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 15c4c91d-92cb-4a5c-b174-8c6b559b0d66 2026-05-05 23:21:58.463 9 INFO neutron.plugins.ml2.plugin [None req-ac238eed-93fe-400e-bd97-abfad4ac7557 - - - - - -] Attempt 1 to provision port 15c4c91d-92cb-4a5c-b174-8c6b559b0d66 2026-05-05 23:22:00.066 9 INFO neutron.plugins.ml2.plugin [None req-30f46c28-5f42-406e-a9e7-3e7f1c437929 - - - - - -] Attempt 1 to provision port 7a6ff7ea-ddcf-42c4-bc0f-730cd3b8d7af 2026-05-05 23:22:00.254 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 15c4c91d-92cb-4a5c-b174-8c6b559b0d66 2026-05-05 23:22:00.310 9 INFO neutron.plugins.ml2.plugin [None req-1466097f-cebb-4f05-b620-b2cbe4b75ef0 - - - - - -] Attempt 1 to provision port 7a6ff7ea-ddcf-42c4-bc0f-730cd3b8d7af 2026-05-05 23:22:06.296 9 INFO neutron.plugins.ml2.plugin [None req-89c0e297-e562-4a1b-84c1-a1194c8b498d - - - - - -] Attempt 1 to provision port a8dee038-c16c-4a44-b952-1b503a0250d5 2026-05-05 23:22:06.303 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a8dee038-c16c-4a44-b952-1b503a0250d5 2026-05-05 23:22:08.147 9 INFO neutron.plugins.ml2.plugin [None req-68a73dd1-4e63-4a38-80af-47d14a00ca58 - - - - - -] Attempt 1 to provision port 6e4c5ed2-8378-45d2-9084-0235f9e1f535 2026-05-05 23:22:08.293 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a8dee038-c16c-4a44-b952-1b503a0250d5 2026-05-05 23:22:09.714 9 INFO neutron.plugins.ml2.plugin [None req-ea553b08-ff95-4327-8238-c9ccf0537e99 - - - - - -] Attempt 1 to provision port ad2ec395-89c3-4bc0-89a2-7cff408daa2b 2026-05-05 23:22:11.372 10 INFO neutron.plugins.ml2.plugin [None req-9a6bb3ca-cde7-401c-b11a-82571db57178 - - - - - -] Attempt 1 to provision port 4146cd2a-758d-4af6-a710-c2baf0c04c60 2026-05-05 23:22:12.286 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port ad2ec395-89c3-4bc0-89a2-7cff408daa2b 2026-05-05 23:22:12.393 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9af34bee-b1b1-4560-bb9b-02bb8f788e2a'] response: {'server_uuid': 'a4aaf65c-5c89-427c-bb4a-9b6c482f08a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ad2ec395-89c3-4bc0-89a2-7cff408daa2b', 'code': 200} 2026-05-05 23:22:14.332 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port ad2ec395-89c3-4bc0-89a2-7cff408daa2b 2026-05-05 23:22:15.955 10 INFO neutron.plugins.ml2.plugin [None req-63404feb-0a3c-4123-b899-b884be88859e - - - - - -] Attempt 1 to provision port ebdec0b2-9baf-4312-abce-250dbbd3d047 2026-05-05 23:22:25.673 10 INFO neutron.plugins.ml2.plugin [None req-2c4b2661-91e1-441d-b03a-fea409bf7431 - - - - - -] Attempt 1 to provision port aaefc4f7-7e18-40b2-a5df-5d3d99f3feba 2026-05-05 23:22:26.231 9 INFO neutron.plugins.ml2.plugin [None req-ecde6285-e5ca-4973-9fde-5c48114a9193 - - - - - -] Attempt 1 to provision port 9df7bc86-f302-4177-808b-9439044aab1e 2026-05-05 23:22:26.384 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port b7029947-869d-4b19-a9e9-b6303a6f4d93 2026-05-05 23:22:26.826 9 INFO neutron.plugins.ml2.plugin [None req-7afe39ed-5c2c-4f9c-8e8d-3d6a4f7a73d7 - - - - - -] Attempt 1 to provision port b7029947-869d-4b19-a9e9-b6303a6f4d93 2026-05-05 23:22:26.992 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 9df7bc86-f302-4177-808b-9439044aab1e 2026-05-05 23:22:27.564 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 38e2adf9-536a-4e19-b335-0330ede45de4 2026-05-05 23:22:28.366 9 INFO neutron.plugins.ml2.plugin [None req-a85ac7cf-5ca1-4488-987a-2e293fa71894 - - - - - -] Attempt 1 to provision port 38e2adf9-536a-4e19-b335-0330ede45de4 2026-05-05 23:22:28.636 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port b7029947-869d-4b19-a9e9-b6303a6f4d93 2026-05-05 23:22:28.658 10 INFO neutron.plugins.ml2.plugin [None req-bbdeb954-fa8f-4a8a-b2e5-7bf7b2d388a4 - - - - - -] Attempt 1 to provision port f035ab2b-9b91-40bc-93e3-b50f1817fe13 2026-05-05 23:22:28.919 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 38e2adf9-536a-4e19-b335-0330ede45de4 2026-05-05 23:22:29.009 10 INFO neutron.plugins.ml2.plugin [None req-f2713774-1a43-4505-ad70-1aac6535e224 - - - - - -] Attempt 1 to provision port 7a791ac3-b917-463a-a9d3-321e60affc86 2026-05-05 23:22:29.258 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 1d5340e3-8a54-4bcf-a216-149605850f0f 2026-05-05 23:22:29.557 10 INFO neutron.plugins.ml2.plugin [None req-80ecf9e6-1970-4ee1-9429-9a950ef2b2e6 - - - - - -] Attempt 1 to provision port f035ab2b-9b91-40bc-93e3-b50f1817fe13 2026-05-05 23:22:29.864 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7a791ac3-b917-463a-a9d3-321e60affc86 2026-05-05 23:22:30.025 9 INFO neutron.plugins.ml2.plugin [None req-9e88c0d6-e60e-4a72-84fe-fd1ff38b5451 - - - - - -] Attempt 1 to provision port 1d5340e3-8a54-4bcf-a216-149605850f0f 2026-05-05 23:22:30.492 10 INFO neutron.plugins.ml2.plugin [None req-fa6f5988-96de-46b3-b085-ced510707453 - - - - - -] Attempt 1 to provision port a2e66202-06f7-4803-a718-957b4f855389 2026-05-05 23:22:30.674 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a2e66202-06f7-4803-a718-957b4f855389 2026-05-05 23:22:31.101 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 9df7bc86-f302-4177-808b-9439044aab1e 2026-05-05 23:22:31.863 9 INFO neutron.plugins.ml2.plugin [None req-cc1b9281-15af-4acf-9e42-e43803bde8cb - - - - - -] Attempt 1 to provision port 6be45e75-cdb4-4988-94ab-304152da597f 2026-05-05 23:22:31.969 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 3c3f3501-81da-4ba4-a175-3f8f919101b2 2026-05-05 23:22:33.954 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6be45e75-cdb4-4988-94ab-304152da597f 2026-05-05 23:22:34.077 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce55e856-3cf7-44ee-b5f1-1ebb70347cb3'] response: {'server_uuid': '9cb52968-e3fc-4792-88a1-c02fddf22539', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6be45e75-cdb4-4988-94ab-304152da597f', 'code': 200} 2026-05-05 23:22:34.422 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 3c3f3501-81da-4ba4-a175-3f8f919101b2 2026-05-05 23:22:34.451 10 INFO neutron.plugins.ml2.plugin [None req-f0995776-6440-4ce0-ba35-3ac6a05e61c4 - - - - - -] Attempt 1 to provision port 104b839f-40e3-47ea-847e-9ec923bf62eb 2026-05-05 23:22:36.051 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6be45e75-cdb4-4988-94ab-304152da597f 2026-05-05 23:22:37.923 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 104b839f-40e3-47ea-847e-9ec923bf62eb 2026-05-05 23:22:38.073 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc14b164-5df5-4611-b8a3-b4bd951459b5'] response: {'server_uuid': 'f504967b-99c9-4510-a947-15b2a06be5ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '104b839f-40e3-47ea-847e-9ec923bf62eb', 'code': 200} 2026-05-05 23:22:39.753 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 104b839f-40e3-47ea-847e-9ec923bf62eb 2026-05-05 23:22:42.984 10 INFO neutron.plugins.ml2.plugin [None req-2c0e37a1-2ab2-4223-bfcd-c4857d06d299 - - - - - -] Attempt 1 to provision port e0d977c3-30cf-46f9-ada3-a9ec1e985c36 2026-05-05 23:22:43.745 9 INFO neutron.plugins.ml2.plugin [None req-54c0b77f-8771-46b5-ab55-285f8e2224fb - - - - - -] Attempt 1 to provision port 1d754b22-224e-4e68-a6df-94538f11b57f 2026-05-05 23:22:43.814 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 1d754b22-224e-4e68-a6df-94538f11b57f 2026-05-05 23:22:45.446 9 INFO neutron.plugins.ml2.plugin [None req-89919332-2134-44cf-8e2e-4784e665010e - - - - - -] Attempt 1 to provision port 64f490a8-c915-40e3-b185-da9c5a028f76 2026-05-05 23:22:46.097 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 1d754b22-224e-4e68-a6df-94538f11b57f 2026-05-05 23:22:46.236 10 INFO neutron.plugins.ml2.plugin [None req-f45244a2-ede2-4e51-9e3c-3bf833e35fb2 - - - - - -] Attempt 1 to provision port 64f490a8-c915-40e3-b185-da9c5a028f76 2026-05-05 23:22:47.776 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 68a7d034-aa22-416b-93c7-f61fa144efb7 2026-05-05 23:22:49.434 9 INFO neutron.plugins.ml2.plugin [None req-bd6590e5-e826-4fd9-9c49-d0ab22574945 - - - - - -] Attempt 1 to provision port 96456209-8b72-4ea2-9abd-200a1b533dd0 2026-05-05 23:22:49.935 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 68a7d034-aa22-416b-93c7-f61fa144efb7 2026-05-05 23:22:50.200 10 INFO neutron.plugins.ml2.plugin [None req-a51f22df-5d3f-4d3c-a765-2e188d528ad7 - - - - - -] Attempt 1 to provision port 46bbbc99-2959-4c59-9d96-da2cc36cd731 2026-05-05 23:22:50.228 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 46bbbc99-2959-4c59-9d96-da2cc36cd731 2026-05-05 23:22:52.022 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 46bbbc99-2959-4c59-9d96-da2cc36cd731 2026-05-05 23:22:52.080 9 INFO neutron.plugins.ml2.plugin [None req-1604546b-9b3c-4554-a5a6-fb62d66a6711 - - - - - -] Attempt 1 to provision port 90809ae5-8d4e-4335-bccc-adf90a2043bd 2026-05-05 23:22:52.554 9 INFO neutron.plugins.ml2.plugin [None req-32453300-be65-47b9-a408-8560075d1f56 - - - - - -] Attempt 1 to provision port 90809ae5-8d4e-4335-bccc-adf90a2043bd 2026-05-05 23:22:53.799 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c15068ad-7fc3-4601-88d7-c1f24fbbe9f5 2026-05-05 23:22:55.795 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port c15068ad-7fc3-4601-88d7-c1f24fbbe9f5 2026-05-05 23:22:58.853 10 INFO neutron.plugins.ml2.plugin [None req-88553239-5ea1-49fc-8830-7b88c495513a - - - - - -] Attempt 1 to provision port 6305f63c-d96a-4c85-86e5-d00100d17684 2026-05-05 23:23:01.888 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6305f63c-d96a-4c85-86e5-d00100d17684 2026-05-05 23:23:02.066 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e507719a-4051-4a6d-8442-39832da29fc1'] response: {'server_uuid': '1b5bab7d-ca88-462b-9e1a-c13665ee8351', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6305f63c-d96a-4c85-86e5-d00100d17684', 'code': 200} 2026-05-05 23:23:03.884 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 64f490a8-c915-40e3-b185-da9c5a028f76 2026-05-05 23:23:04.360 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 6305f63c-d96a-4c85-86e5-d00100d17684 2026-05-05 23:23:04.818 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port e0d977c3-30cf-46f9-ada3-a9ec1e985c36 2026-05-05 23:23:05.785 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 64f490a8-c915-40e3-b185-da9c5a028f76 2026-05-05 23:23:06.293 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port e0d977c3-30cf-46f9-ada3-a9ec1e985c36 2026-05-05 23:23:09.785 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 96456209-8b72-4ea2-9abd-200a1b533dd0 2026-05-05 23:23:10.146 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 90809ae5-8d4e-4335-bccc-adf90a2043bd 2026-05-05 23:23:11.775 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 96456209-8b72-4ea2-9abd-200a1b533dd0 2026-05-05 23:23:11.978 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 90809ae5-8d4e-4335-bccc-adf90a2043bd 2026-05-05 23:23:12.418 10 INFO neutron.plugins.ml2.plugin [None req-da153689-1753-4046-acc3-de89bb849e1d - - - - - -] Attempt 1 to provision port 0980886f-290f-46d2-acd9-f8240a9f8861 2026-05-05 23:23:18.270 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0980886f-290f-46d2-acd9-f8240a9f8861 2026-05-05 23:23:18.412 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd4135dd-ca15-41c2-9306-e030b73711e1'] response: {'server_uuid': '9cb52968-e3fc-4792-88a1-c02fddf22539', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0980886f-290f-46d2-acd9-f8240a9f8861', 'code': 200} 2026-05-05 23:23:19.891 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 0980886f-290f-46d2-acd9-f8240a9f8861 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:34.992 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:34.994 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:34.994 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 2 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.011 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.012 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 3 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.030 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.031 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.032 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 4 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.053 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.054 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.054 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 5 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.071 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.072 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.072 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 6 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.098 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.099 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.099 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 7 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.141 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.142 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.143 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 8 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.171 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.172 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.172 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 9 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.191 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.192 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:35.192 10 INFO neutron.plugins.ml2.plugin [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Attempt 10 to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eee62b3a-c1c2-4f38-8270-cba3bb8b6e81 could not be found. 2026-05-05 23:23:35.208 10 ERROR neutron.plugins.ml2.managers  2026-05-05 23:23:35.209 10 ERROR neutron.plugins.ml2.managers [None req-ed66a2b2-e9ea-4110-98dd-8091896b636e - - - - - -] Failed to bind port 85e6f429-90ac-4fa9-839c-0efb3c8bf704 on host instance for vnic_type normal using segments [{'id': '8f818333-b5c5-43b4-904e-92156bf10df6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 425, 'network_id': 'e6f947d5-1030-408f-b624-5eae1c486781'}] 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server [None req-aadc5de1-03f5-4f4b-893f-640bdf4f7b4d - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet bd70d919-66c9-4d9c-9b80-3a6cf1a9b694: This subnet is being modified by another concurrent operation. 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 728, in inner 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1589, in create_port 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1554, in _create_port_db 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1568, in create_port_db 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-05 23:23:36.555 10 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-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server raise exception 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet bd70d919-66c9-4d9c-9b80-3a6cf1a9b694: This subnet is being modified by another concurrent operation. 2026-05-05 23:23:36.555 10 ERROR oslo_messaging.rpc.server  2026-05-05 23:23:37.851 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 812427ca-db5b-4a64-ab03-ab1f95cab536 2026-05-05 23:23:41.798 9 INFO neutron.plugins.ml2.plugin [None req-4e63554a-f21c-4f53-a817-b2876ef97735 - - - - - -] Attempt 1 to provision port 7c53f9f0-7a19-45ab-b184-1cd525873803 2026-05-05 23:23:44.249 9 INFO neutron.plugins.ml2.plugin [None req-56f81355-cc22-4a5b-af48-3c4a10cea07a - - - - - -] Attempt 1 to provision port 7c53f9f0-7a19-45ab-b184-1cd525873803 2026-05-05 23:23:44.354 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ea37fdd-689e-4aea-b9bf-dd0e762d1d78'] response: {'server_uuid': '9cb52968-e3fc-4792-88a1-c02fddf22539', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c53f9f0-7a19-45ab-b184-1cd525873803', 'code': 200} 2026-05-05 23:23:45.824 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port 7c53f9f0-7a19-45ab-b184-1cd525873803 2026-05-05 23:23:54.298 10 INFO neutron.plugins.ml2.plugin [None req-9aee7644-77fc-465c-8320-4817af2d0238 - - - - - -] Attempt 1 to provision port a9a42b50-bfd2-4051-8701-70c10811bc4b 2026-05-05 23:23:57.896 9 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a9a42b50-bfd2-4051-8701-70c10811bc4b 2026-05-05 23:23:58.017 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b605cf04-a3d0-411b-8612-e05ae3a76aa6'] response: {'server_uuid': '9cb52968-e3fc-4792-88a1-c02fddf22539', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9a42b50-bfd2-4051-8701-70c10811bc4b', 'code': 200} 2026-05-05 23:23:59.808 10 INFO neutron.plugins.ml2.plugin [None req-251c3051-7aa1-4796-b870-362799572862 - - - - - -] Attempt 1 to provision port a9a42b50-bfd2-4051-8701-70c10811bc4b 2026-05-05 23:24:07.266 10 INFO neutron.plugins.ml2.plugin [None req-26b31e27-8211-4f7c-8a72-2e4b4d120e43 - - - - - -] Attempt 1 to provision port a9a42b50-bfd2-4051-8701-70c10811bc4b 2026-05-05 23:24:12.901 10 INFO neutron.plugins.ml2.plugin [None req-ad2f6952-6499-469e-8d4d-4794a4d774b9 - - - - - -] Attempt 1 to provision port 7c53f9f0-7a19-45ab-b184-1cd525873803