+ 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-04-14 06:14:53.689 1 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:14:53.689 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-04-14 06:14:53.689 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-14 06:14:53.690 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:14:54.461 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:14:54.464 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:14:54.466 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-14 06:14:54.467 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:14:54.467 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:14:54.467 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:14:54.468 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:14:54.472 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:14:54.473 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:14:54.473 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:14:54.488 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:14:54.489 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:14:54.489 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:14:54.516 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:14:54.517 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:14:54.517 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:14:54.517 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:14:54.523 1 WARNING oslo_policy.policy [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] 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-04-14 06:14:54.779 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:14:55.028 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:14:55.028 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:14:55.029 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:14:55.082 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:14:55.082 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:14:55.082 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:14:55.083 1 INFO neutron.plugins.ml2.extensions.port_security [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:14:55.083 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:14:55.083 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:14:55.083 1 INFO neutron.plugins.ml2.managers [None req-43e92b86-0104-4e34-bc78-977af014b13e - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:14:55.094 1 INFO neutron.quota [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded quota_driver: . 2026-04-14 06:14:55.095 1 INFO neutron.plugins.ml2.plugin [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:14:55.095 1 INFO neutron.plugins.ml2.managers [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:14:55.095 1 INFO neutron.plugins.ml2.managers [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:14:55.095 1 INFO neutron.plugins.ml2.managers [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:14:55.095 1 INFO neutron.extensions.vlantransparent [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Disabled vlantransparent extension. 2026-04-14 06:14:55.096 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: qos 2026-04-14 06:14:55.104 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: router 2026-04-14 06:14:55.131 1 INFO neutron.services.service_base [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:14:55.131 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: segments 2026-04-14 06:14:55.190 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: trunk 2026-04-14 06:14:55.239 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:14:55.272 1 WARNING stevedore.named [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:14:55.328 1 INFO neutron_vpnaas.services.vpn.plugin [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:14:55.328 1 INFO neutron.common.utils [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:14:55.328 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:14:55.332 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: tag 2026-04-14 06:14:55.336 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: timestamp 2026-04-14 06:14:55.338 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 06:14:55.340 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: flavors 2026-04-14 06:14:55.343 1 INFO neutron.manager [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loading Plugin: revisions 2026-04-14 06:14:55.345 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Initializing extension manager. 2026-04-14 06:14:55.346 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: address-group 2026-04-14 06:14:55.347 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: address-scope 2026-04-14 06:14:55.347 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:14:55.348 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: agent 2026-04-14 06:14:55.348 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:14:55.349 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:14:55.350 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:14:55.351 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: availability_zone 2026-04-14 06:14:55.351 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:14:55.352 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:14:55.352 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:14:55.353 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:14:55.354 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: dns-integration 2026-04-14 06:14:55.354 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:14:55.355 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:14:55.355 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: dvr 2026-04-14 06:14:55.356 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:14:55.356 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:14:55.356 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:14:55.357 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:14:55.357 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: external-net 2026-04-14 06:14:55.358 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:14:55.358 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: extraroute 2026-04-14 06:14:55.359 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:14:55.359 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:14:55.360 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:14:55.360 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:14:55.361 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:14:55.361 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:14:55.362 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: flavors 2026-04-14 06:14:55.363 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:14:55.363 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:14:55.364 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:14:55.364 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:14:55.365 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:14:55.365 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: router 2026-04-14 06:14:55.367 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:14:55.367 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 06:14:55.368 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: l3-ha 2026-04-14 06:14:55.368 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:14:55.368 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:14:55.369 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:14:55.370 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:14:55.370 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:14:55.372 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:14:55.373 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:14:55.373 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:14:55.374 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:14:55.375 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:14:55.375 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: multi-provider 2026-04-14 06:14:55.376 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: net-mtu 2026-04-14 06:14:55.376 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:14:55.377 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:14:55.377 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: network_ha 2026-04-14 06:14:55.378 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:14:55.378 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:14:55.379 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: pagination 2026-04-14 06:14:55.379 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:14:55.380 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:14:55.380 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:14:55.381 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:14:55.381 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:14:55.381 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:14:55.382 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:14:55.382 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:14:55.383 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: binding 2026-04-14 06:14:55.383 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: binding-extended 2026-04-14 06:14:55.384 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-security 2026-04-14 06:14:55.384 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: project-id 2026-04-14 06:14:55.385 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: provider 2026-04-14 06:14:55.386 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos 2026-04-14 06:14:55.387 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:14:55.387 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:14:55.388 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-default 2026-04-14 06:14:55.388 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-fip 2026-04-14 06:14:55.389 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:14:55.389 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:14:55.390 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:14:55.390 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:14:55.391 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:14:55.391 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-pps 2026-04-14 06:14:55.392 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:14:55.392 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:14:55.393 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:14:55.393 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:14:55.394 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: quotas 2026-04-14 06:14:55.396 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: quota_details 2026-04-14 06:14:55.397 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:14:55.398 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:14:55.398 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:14:55.399 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:14:55.399 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:14:55.399 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:14:55.400 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:14:55.401 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:14:55.401 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:14:55.402 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:14:55.403 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:14:55.403 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:14:55.404 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:14:55.404 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:14:55.410 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: security-group 2026-04-14 06:14:55.411 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: segment 2026-04-14 06:14:55.411 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:14:55.412 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: service-type 2026-04-14 06:14:55.412 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: sorting 2026-04-14 06:14:55.413 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:14:55.413 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:14:55.414 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:14:55.414 1 WARNING neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:14:55.415 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:14:55.415 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:14:55.416 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:14:55.416 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:14:55.417 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:14:55.417 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:14:55.418 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:14:55.420 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:14:55.421 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:14:55.421 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: trunk 2026-04-14 06:14:55.422 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: trunk-details 2026-04-14 06:14:55.422 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:14:55.423 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:14:55.423 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:14:55.424 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:14:55.425 1 INFO neutron.api.extensions [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Loaded extension: vpnaas 2026-04-14 06:14:55.427 1 INFO oslo_service.service [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Starting 2 workers 2026-04-14 06:14:55.432 1 INFO oslo_service.service [None req-5617cb2f-eacf-4e01-824f-6234c5601ddf - - - - - -] Starting 1 workers 2026-04-14 06:15:37.082 9 INFO neutron.db.l3_hamode_db [None req-0728f773-ab86-4bdc-bf68-843352518d2c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:15:50.756 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 0f1fc30b-acdd-472d-bfd6-10c4132a80dd 2026-04-14 06:15:50.787 9 INFO neutron.plugins.ml2.plugin [None req-1b13ee58-ceda-4af5-9c7c-9c1fb5dfeaa0 - - - - - -] Attempt 1 to provision port 0f1fc30b-acdd-472d-bfd6-10c4132a80dd 2026-04-14 06:15:52.499 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 0f1fc30b-acdd-472d-bfd6-10c4132a80dd 2026-04-14 06:20:06.697 10 INFO neutron.plugins.ml2.plugin [None req-5f80f405-3f7e-41ed-827c-f26b29239265 - - - - - -] Attempt 1 to provision port ef60b808-9f98-4721-bfd2-8859da5de47c 2026-04-14 06:20:06.708 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ef60b808-9f98-4721-bfd2-8859da5de47c 2026-04-14 06:20:08.679 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ef60b808-9f98-4721-bfd2-8859da5de47c 2026-04-14 06:20:13.537 9 INFO neutron.plugins.ml2.plugin [None req-1820fc98-2372-46fa-979b-f451a6e27cbe - - - - - -] Attempt 1 to provision port 716ccc8d-9be0-44eb-9ee9-8a059323cce5 2026-04-14 06:23:54.925 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 716ccc8d-9be0-44eb-9ee9-8a059323cce5 2026-04-14 06:23:56.820 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 716ccc8d-9be0-44eb-9ee9-8a059323cce5 2026-04-14 06:33:23.219 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 79cc1009-8d3c-4614-8714-5be556a6f93f 2026-04-14 06:33:25.160 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 79cc1009-8d3c-4614-8714-5be556a6f93f 2026-04-14 06:47:55.372 10 INFO neutron.plugins.ml2.plugin [None req-0c88c331-cc64-4703-8589-30ebe33f035f - - - - - -] Attempt 1 to provision port 0472ed09-1523-45c6-9af7-ba09debcd5c8 2026-04-14 06:47:55.732 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7a330c82-0c34-46b4-9c93-ce1ce9a777f5 2026-04-14 06:47:55.811 10 INFO neutron.plugins.ml2.plugin [None req-254bde33-52b7-4117-9a2e-478ae7946476 - - - - - -] Attempt 1 to provision port cc1e2822-614f-40a0-9d52-3e8035349cc0 2026-04-14 06:47:55.957 10 INFO neutron.plugins.ml2.plugin [None req-17521c9e-2749-406a-a9b5-98e606aa77ec - - - - - -] Attempt 1 to provision port 7a330c82-0c34-46b4-9c93-ce1ce9a777f5 2026-04-14 06:47:56.184 9 INFO neutron.plugins.ml2.plugin [None req-153db632-c16b-4e4a-be31-fbcdf3841648 - - - - - -] Attempt 1 to provision port 7b8ef851-1630-4a48-b781-30329875c112 2026-04-14 06:47:56.253 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7b8ef851-1630-4a48-b781-30329875c112 2026-04-14 06:47:57.738 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7a330c82-0c34-46b4-9c93-ce1ce9a777f5 2026-04-14 06:47:57.946 9 INFO neutron.plugins.ml2.plugin [None req-1394ae8b-1e20-45f5-a1ed-5d5bbe544524 - - - - - -] Attempt 1 to provision port 96e35147-5037-4c16-bfaf-1034cb92f448 2026-04-14 06:47:58.116 10 INFO neutron.plugins.ml2.plugin [None req-b7d6af05-26c0-4408-980b-7e1d97d5d0db - - - - - -] Attempt 1 to provision port e1f07a50-1acb-42c5-ae21-684f724fe2e2 2026-04-14 06:47:58.185 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7b8ef851-1630-4a48-b781-30329875c112 2026-04-14 06:47:58.562 9 INFO neutron.plugins.ml2.plugin [None req-adf30242-4c31-484a-a715-1e971cf096d4 - - - - - -] Attempt 1 to provision port 96e35147-5037-4c16-bfaf-1034cb92f448 2026-04-14 06:47:58.707 10 INFO neutron.plugins.ml2.plugin [None req-1ce0f0f5-c541-42c6-98ed-cc4812e12bb3 - - - - - -] Attempt 1 to provision port e1f07a50-1acb-42c5-ae21-684f724fe2e2 2026-04-14 06:48:02.402 10 INFO neutron.plugins.ml2.plugin [None req-2fc622dd-b8ff-4cb8-9b0f-2db8c3824d0b - - - - - -] Attempt 1 to provision port ce36fc07-5f8e-4735-a4fc-07e0eb7bbc80 2026-04-14 06:48:03.161 10 INFO neutron.plugins.ml2.plugin [None req-1e054eae-ae0d-4d15-8140-126422844ba7 - - - - - -] Attempt 1 to provision port 70675ab0-7646-4ea0-b9bf-3fd280884acb 2026-04-14 06:48:03.758 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 70675ab0-7646-4ea0-b9bf-3fd280884acb 2026-04-14 06:48:05.322 9 INFO neutron.plugins.ml2.plugin [None req-bee53f7c-c6ed-4e5a-9c3e-e25027245bd7 - - - - - -] Attempt 1 to provision port 6d6e5566-003f-498e-9503-81041d10b664 2026-04-14 06:48:05.972 9 INFO neutron.plugins.ml2.plugin [None req-74ef4324-2a20-4a5d-bd79-f2c44ac507f2 - - - - - -] Attempt 1 to provision port 6d6e5566-003f-498e-9503-81041d10b664 /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-04-14 06:48:06.944 9 INFO neutron.plugins.ml2.plugin [None req-c13779b4-5e5c-4a6f-8e34-f6c669253975 - - - - - -] Attempt 1 to provision port da022963-9df2-41b9-b95d-db0da980752b 2026-04-14 06:48:07.767 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a0bb4953-17ea-45c8-afb5-0b633fcd7c32 2026-04-14 06:48:08.230 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port be550e4f-0fd1-45d2-ac47-c44e52991542 2026-04-14 06:48:09.772 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a0bb4953-17ea-45c8-afb5-0b633fcd7c32 2026-04-14 06:48:10.078 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port be550e4f-0fd1-45d2-ac47-c44e52991542 2026-04-14 06:48:11.323 9 INFO neutron.plugins.ml2.plugin [None req-f1d73618-0e70-4d62-a790-714491dc5ddf - - - - - -] Attempt 1 to provision port 19525daa-5ed4-40de-86cf-d961b1d3c951 2026-04-14 06:48:11.892 10 INFO neutron.plugins.ml2.plugin [None req-43589747-8f71-4aec-aaaa-760c54f71c91 - - - - - -] Attempt 1 to provision port ec7503d5-c27c-4dc9-bd26-2128e9eb386a 2026-04-14 06:48:11.901 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ec7503d5-c27c-4dc9-bd26-2128e9eb386a 2026-04-14 06:48:12.435 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port da022963-9df2-41b9-b95d-db0da980752b 2026-04-14 06:48:13.152 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3c3b7c7-d4b2-4f64-ae27-f439f0cb8a05'] response: {'server_uuid': 'aa75f369-f7b0-41dc-b550-1bd3fed909c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da022963-9df2-41b9-b95d-db0da980752b', 'code': 200} 2026-04-14 06:48:13.861 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ec7503d5-c27c-4dc9-bd26-2128e9eb386a 2026-04-14 06:48:13.929 10 INFO neutron.plugins.ml2.plugin [None req-d0700fa9-f9c0-428b-be50-46a2607d160b - - - - - -] Attempt 1 to provision port 913bcc74-9c20-445b-afdd-c0e9f8dd59af 2026-04-14 06:48:14.307 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port da022963-9df2-41b9-b95d-db0da980752b 2026-04-14 06:48:14.688 10 INFO neutron.plugins.ml2.plugin [None req-ad636449-0f8e-4ff6-9693-10864e95c6ac - - - - - -] Attempt 1 to provision port 913bcc74-9c20-445b-afdd-c0e9f8dd59af 2026-04-14 06:48:15.742 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 1693395e-9369-41c8-ba00-73b3c7caf5a8 2026-04-14 06:48:17.382 9 INFO neutron.plugins.ml2.plugin [None req-3b50f12c-3ff3-4d2c-ad9e-972e03ed62b2 - - - - - -] Attempt 1 to provision port 309116c8-ee70-4958-a9be-80f312b4ec39 2026-04-14 06:48:17.656 10 INFO neutron.plugins.ml2.plugin [None req-6ea20f3d-60d7-4aed-b98c-26e9eed1c23a - - - - - -] Attempt 1 to provision port ca2a5c0c-9616-4af6-b387-d80b975033bd 2026-04-14 06:48:17.806 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 1693395e-9369-41c8-ba00-73b3c7caf5a8 2026-04-14 06:48:18.097 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ca2a5c0c-9616-4af6-b387-d80b975033bd 2026-04-14 06:48:19.702 9 INFO neutron.plugins.ml2.plugin [None req-a77e57de-bbe0-41a7-b9e6-4d76b5901bf5 - - - - - -] Attempt 1 to provision port a411643c-9d2a-482e-a2f9-716d1804ed8d 2026-04-14 06:48:19.740 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ca2a5c0c-9616-4af6-b387-d80b975033bd 2026-04-14 06:48:20.353 9 INFO neutron.plugins.ml2.plugin [None req-273b5387-54ed-4838-b44c-5278bb853304 - - - - - -] Attempt 1 to provision port a411643c-9d2a-482e-a2f9-716d1804ed8d 2026-04-14 06:48:21.766 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port f4a34671-78b3-4aee-9f69-862ec67c70bf 2026-04-14 06:48:23.728 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port f4a34671-78b3-4aee-9f69-862ec67c70bf 2026-04-14 06:48:25.357 9 INFO neutron.plugins.ml2.plugin [None req-0c810fe0-655a-4ab5-81a9-6ddc35063d90 - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:26.415 10 INFO neutron.plugins.ml2.plugin [None req-8d8833d6-66b7-4e17-b125-8be2560f2176 - - - - - -] Attempt 1 to provision port 0bd3a15b-e861-4167-b50e-e7a379876add 2026-04-14 06:48:27.880 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:28.575 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-14598173-24ce-41c9-a6ac-961533a32cd5'] response: {'server_uuid': '1152b60c-432d-44f2-87c4-dcc571dfc3fb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b', 'code': 200} 2026-04-14 06:48:29.911 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:30.335 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 0bd3a15b-e861-4167-b50e-e7a379876add 2026-04-14 06:48:30.446 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fa9a357-0517-4e27-9a55-470172ac53ea'] response: {'server_uuid': '7c40a6da-2ccf-478c-8f45-ace604d100fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0bd3a15b-e861-4167-b50e-e7a379876add', 'code': 200} 2026-04-14 06:48:30.882 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 96e35147-5037-4c16-bfaf-1034cb92f448 2026-04-14 06:48:31.421 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 0472ed09-1523-45c6-9af7-ba09debcd5c8 2026-04-14 06:48:32.030 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 96e35147-5037-4c16-bfaf-1034cb92f448 2026-04-14 06:48:32.445 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 0bd3a15b-e861-4167-b50e-e7a379876add 2026-04-14 06:48:32.852 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 0472ed09-1523-45c6-9af7-ba09debcd5c8 2026-04-14 06:48:34.109 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ee60773-238c-4660-9e1d-d1790ef1eabe'] response: {'server_uuid': '7c40a6da-2ccf-478c-8f45-ace604d100fe', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0bd3a15b-e861-4167-b50e-e7a379876add', 'code': 200} 2026-04-14 06:48:35.950 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 19525daa-5ed4-40de-86cf-d961b1d3c951 2026-04-14 06:48:36.344 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 913bcc74-9c20-445b-afdd-c0e9f8dd59af 2026-04-14 06:48:37.872 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6f0936e-082a-4368-b44c-c2127090d953'] response: {'server_uuid': 'aa75f369-f7b0-41dc-b550-1bd3fed909c4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'da022963-9df2-41b9-b95d-db0da980752b', 'code': 200} 2026-04-14 06:48:38.618 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 19525daa-5ed4-40de-86cf-d961b1d3c951 2026-04-14 06:48:38.872 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port da022963-9df2-41b9-b95d-db0da980752b 2026-04-14 06:48:38.996 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b3d947f-2e8a-4085-8f0c-b88a1484e2bc'] response: {'server_uuid': 'aa75f369-f7b0-41dc-b550-1bd3fed909c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da022963-9df2-41b9-b95d-db0da980752b', 'code': 200} 2026-04-14 06:48:40.066 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port da022963-9df2-41b9-b95d-db0da980752b 2026-04-14 06:48:42.074 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port bdb8ff15-f6b3-4fd9-ae14-1e55ec79bab3 2026-04-14 06:48:42.797 10 INFO neutron.plugins.ml2.plugin [None req-f50a82a8-f073-4e0a-91a5-946b3df6fc10 - - - - - -] Attempt 1 to provision port bdb8ff15-f6b3-4fd9-ae14-1e55ec79bab3 2026-04-14 06:48:43.315 9 INFO neutron.plugins.ml2.plugin [None req-4621bad5-dc17-4f99-9484-eb7c96680efd - - - - - -] Attempt 1 to provision port 7b6b10c6-7cd5-4b35-b405-eb66842da060 2026-04-14 06:48:43.974 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port bdb8ff15-f6b3-4fd9-ae14-1e55ec79bab3 2026-04-14 06:48:44.261 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a411643c-9d2a-482e-a2f9-716d1804ed8d 2026-04-14 06:48:44.548 9 INFO neutron.plugins.ml2.plugin [None req-2fbb7d0c-c0fa-457b-82cf-d75eee43722e - - - - - -] Attempt 1 to provision port 2210532a-a55c-4fc0-a299-a5d951da474b 2026-04-14 06:48:44.646 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7b6b10c6-7cd5-4b35-b405-eb66842da060 2026-04-14 06:48:44.930 10 INFO neutron.plugins.ml2.plugin [None req-e1d1a50f-8de2-4fca-a5d7-27ad05d3af1d - - - - - -] Attempt 1 to provision port 2210532a-a55c-4fc0-a299-a5d951da474b 2026-04-14 06:48:44.944 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 309116c8-ee70-4958-a9be-80f312b4ec39 2026-04-14 06:48:45.197 10 INFO neutron.plugins.ml2.plugin [None req-ba28a339-e88b-4e20-aa13-fb02ba8e7a97 - - - - - -] Attempt 1 to provision port 6c03ed4e-aabc-42a1-854d-dcf7592e0f8b 2026-04-14 06:48:45.645 9 INFO neutron.plugins.ml2.plugin [None req-980a86e4-cc4b-4d89-8f3f-2aeeb133fd78 - - - - - -] Attempt 1 to provision port efe4396d-81c0-483a-bbe6-d4260dc583a7 2026-04-14 06:48:45.995 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port aa7d6626-8794-4b59-96d0-385d32b21bae 2026-04-14 06:48:46.191 10 INFO neutron.plugins.ml2.plugin [None req-a7f619ac-19f0-47ed-8ac2-ffbe1d1fe8ae - - - - - -] Attempt 1 to provision port efe4396d-81c0-483a-bbe6-d4260dc583a7 2026-04-14 06:48:46.355 9 INFO neutron.plugins.ml2.plugin [None req-e84a25e1-2cbb-479a-b062-7ea189e3673b - - - - - -] Attempt 1 to provision port aa7d6626-8794-4b59-96d0-385d32b21bae 2026-04-14 06:48:46.549 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a411643c-9d2a-482e-a2f9-716d1804ed8d 2026-04-14 06:48:47.064 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 309116c8-ee70-4958-a9be-80f312b4ec39 2026-04-14 06:48:47.652 9 INFO neutron.plugins.ml2.plugin [None req-e15cbca0-e3be-491a-be6e-455a6c34c71c - - - - - -] Attempt 1 to provision port e6835f0f-b330-4af6-b6d3-3ce2c8c11da4 2026-04-14 06:48:47.938 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port aa7d6626-8794-4b59-96d0-385d32b21bae 2026-04-14 06:48:48.415 10 INFO neutron.plugins.ml2.plugin [None req-6f770886-a5b2-47b3-a64d-a597b315f1a4 - - - - - -] Attempt 1 to provision port e6835f0f-b330-4af6-b6d3-3ce2c8c11da4 2026-04-14 06:48:49.179 10 INFO neutron.plugins.ml2.plugin [None req-b8460c5b-00b7-427a-b832-5fac5946a8e1 - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:50.028 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a4a17c5e-efaa-42f6-9ed3-2107c4037035 2026-04-14 06:48:50.606 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:52.038 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a4a17c5e-efaa-42f6-9ed3-2107c4037035 2026-04-14 06:48:52.894 9 INFO neutron.plugins.ml2.plugin [None req-e8017bb2-5151-4447-a96b-b3b732e5b8d8 - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:53.590 10 INFO neutron.plugins.ml2.plugin [None req-0bf26212-6507-4402-a8b4-aadd1861f477 - - - - - -] Attempt 1 to provision port 4ae36ba9-91ef-4375-9dde-3c3bc906852d 2026-04-14 06:48:53.734 9 INFO neutron.plugins.ml2.plugin [None req-701619f6-2c23-4d2e-864a-f1596d5906a8 - - - - - -] Attempt 1 to provision port dbeb0269-a12f-44ad-9ff3-e8ca52815816 2026-04-14 06:48:54.032 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 45d2c31b-6bc1-4f17-890d-ad3e7c7c7f8b 2026-04-14 06:48:54.323 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port dbeb0269-a12f-44ad-9ff3-e8ca52815816 2026-04-14 06:48:54.583 9 INFO neutron.plugins.ml2.plugin [None req-1f6d0e84-b489-40fc-8930-fa9987d67023 - - - - - -] Attempt 1 to provision port f27fe56b-6c92-476d-a780-31c1bf73856d 2026-04-14 06:48:54.951 10 INFO neutron.plugins.ml2.plugin [None req-8c577f44-b98b-46b9-b5f6-281073ffe949 - - - - - -] Attempt 1 to provision port f27fe56b-6c92-476d-a780-31c1bf73856d 2026-04-14 06:48:56.084 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port dbeb0269-a12f-44ad-9ff3-e8ca52815816 2026-04-14 06:48:56.423 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4ae36ba9-91ef-4375-9dde-3c3bc906852d 2026-04-14 06:48:56.562 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-962460f6-a383-4446-bbdf-2379dd627a34'] response: {'server_uuid': '4fe37f91-402b-47a5-8315-ae800c1c871c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4ae36ba9-91ef-4375-9dde-3c3bc906852d', 'code': 200} 2026-04-14 06:48:57.960 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4ae36ba9-91ef-4375-9dde-3c3bc906852d 2026-04-14 06:49:01.357 10 INFO neutron.plugins.ml2.plugin [None req-bb9fe20c-49ed-49c8-ad5f-f5f39c2c15b9 - - - - - -] Attempt 1 to provision port 78df0c52-b396-4837-b91e-35de440a77fa 2026-04-14 06:49:01.918 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 78df0c52-b396-4837-b91e-35de440a77fa 2026-04-14 06:49:02.838 9 INFO neutron.plugins.ml2.plugin [None req-4c51d2f2-2dfa-4d5b-9b28-bc5ad7d14b69 - - - - - -] Attempt 1 to provision port aaf0563f-aa01-40a6-a09a-3e032331e3e6 2026-04-14 06:49:03.383 9 INFO neutron.plugins.ml2.plugin [None req-c593af03-1316-4724-823b-aee971d154cf - - - - - -] Attempt 1 to provision port aaf0563f-aa01-40a6-a09a-3e032331e3e6 2026-04-14 06:49:04.067 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port e6835f0f-b330-4af6-b6d3-3ce2c8c11da4 2026-04-14 06:49:04.808 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 6c03ed4e-aabc-42a1-854d-dcf7592e0f8b 2026-04-14 06:49:05.985 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port e6835f0f-b330-4af6-b6d3-3ce2c8c11da4 2026-04-14 06:49:06.217 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 6c03ed4e-aabc-42a1-854d-dcf7592e0f8b 2026-04-14 06:49:08.169 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9431345d-71c5-4b1e-aa30-be37c35163ea 2026-04-14 06:49:08.871 9 INFO neutron.plugins.ml2.plugin [None req-4dd01924-3de8-4cac-b2b7-1928fa0d0036 - - - - - -] Attempt 1 to provision port 3e910bfc-27f2-43d5-9de4-b2a55847305d 2026-04-14 06:49:09.412 9 INFO neutron.plugins.ml2.plugin [None req-02ccc6ac-de2a-46cd-9613-e8e8be6c5e8a - - - - - -] Attempt 1 to provision port 9431345d-71c5-4b1e-aa30-be37c35163ea 2026-04-14 06:49:10.019 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9431345d-71c5-4b1e-aa30-be37c35163ea 2026-04-14 06:49:10.185 10 INFO neutron.plugins.ml2.plugin [None req-6bbdc970-47c7-46e5-9363-6d8c6ed844b1 - - - - - -] Attempt 1 to provision port 456184de-df8d-4479-8dc5-83d689bbaaf2 2026-04-14 06:49:11.930 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port d3727770-14c6-4535-b532-9ec59546a190 2026-04-14 06:49:12.145 10 INFO neutron.plugins.ml2.plugin [None req-f2f633d2-68c6-43bd-81b4-bfb0da16568e - - - - - -] Attempt 1 to provision port 71bff3ee-7fc5-4bca-a17e-3b310827fffa /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-04-14 06:49:12.897 9 INFO neutron.plugins.ml2.plugin [None req-f9ef709a-8979-4a85-b272-9c93ea030a5e - - - - - -] Attempt 1 to provision port 71bff3ee-7fc5-4bca-a17e-3b310827fffa 2026-04-14 06:49:13.900 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port d3727770-14c6-4535-b532-9ec59546a190 2026-04-14 06:49:15.669 9 INFO neutron.plugins.ml2.plugin [None req-d734e931-58df-4272-9ac8-bac3076df86c - - - - - -] Attempt 1 to provision port 30515a32-374a-4135-825c-49b66f34fb90 2026-04-14 06:49:15.835 10 INFO neutron.plugins.ml2.plugin [None req-0bc5388e-a009-4726-9195-56180fc3fcb9 - - - - - -] Attempt 1 to provision port acc16866-09d8-4171-82f2-111ef9d403c5 2026-04-14 06:49:15.964 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port acc16866-09d8-4171-82f2-111ef9d403c5 2026-04-14 06:49:17.946 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port acc16866-09d8-4171-82f2-111ef9d403c5 2026-04-14 06:49:18.037 10 INFO neutron.plugins.ml2.plugin [None req-7e3defb6-af84-4746-b747-39c85b89511c - - - - - -] Attempt 1 to provision port 21c01b01-97e2-43d7-9dff-8a6fdb3e818b 2026-04-14 06:49:18.497 10 INFO neutron.plugins.ml2.plugin [None req-07363201-d408-457e-9535-7d46b98d9d77 - - - - - -] Attempt 1 to provision port 1557d7be-58a3-4073-8561-c4c70d84c2f0 2026-04-14 06:49:18.748 10 INFO neutron.plugins.ml2.plugin [None req-0f1f8e44-c63a-4c5d-8754-8fb0311d1173 - - - - - -] Attempt 1 to provision port 21c01b01-97e2-43d7-9dff-8a6fdb3e818b 2026-04-14 06:49:19.976 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 138dfabe-7f64-484d-a6d9-8494e85bb102 2026-04-14 06:49:20.676 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 1557d7be-58a3-4073-8561-c4c70d84c2f0 2026-04-14 06:49:20.795 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2c2f692-bcf9-4d21-a425-3c66399a6ae6'] response: {'server_uuid': 'c0c96376-977e-435d-b3cd-c92b62cdc635', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1557d7be-58a3-4073-8561-c4c70d84c2f0', 'code': 200} 2026-04-14 06:49:21.910 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 138dfabe-7f64-484d-a6d9-8494e85bb102 2026-04-14 06:49:21.917 9 INFO neutron.plugins.ml2.plugin [None req-822f3bbe-a3ef-4cfd-8001-55a360523fed - - - - - -] Attempt 1 to provision port ddeaaba7-897d-4be1-ad7d-9d33338c9bac 2026-04-14 06:49:22.231 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 1557d7be-58a3-4073-8561-c4c70d84c2f0 2026-04-14 06:49:24.062 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ddeaaba7-897d-4be1-ad7d-9d33338c9bac 2026-04-14 06:49:24.295 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6992dd34-c9de-4fe0-8d99-06755212240a'] response: {'server_uuid': '5e2f3111-9842-4a67-beda-99c9c2997df9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ddeaaba7-897d-4be1-ad7d-9d33338c9bac', 'code': 200} 2026-04-14 06:49:26.107 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ddeaaba7-897d-4be1-ad7d-9d33338c9bac 2026-04-14 06:49:27.039 10 INFO neutron.plugins.ml2.plugin [None req-4f869858-b6bf-4078-a367-43622ae30c65 - - - - - -] Attempt 1 to provision port 847b252c-e4c4-4c86-a256-cf4e9fb4b5fc 2026-04-14 06:49:27.886 10 INFO neutron.plugins.ml2.plugin [None req-5afddb08-aa42-484a-a027-4e7122f9868b - - - - - -] Attempt 1 to provision port 65a40cb6-563a-4064-89f8-ed30211ba606 2026-04-14 06:49:28.038 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 3e910bfc-27f2-43d5-9de4-b2a55847305d 2026-04-14 06:49:28.442 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 65a40cb6-563a-4064-89f8-ed30211ba606 2026-04-14 06:49:29.581 10 INFO neutron.plugins.ml2.plugin [None req-e5d3b378-3e62-4cf1-b380-2eb3a3c79069 - - - - - -] Attempt 1 to provision port a6863aeb-3f42-44f1-974e-5348c278eebd 2026-04-14 06:49:30.036 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 3e910bfc-27f2-43d5-9de4-b2a55847305d 2026-04-14 06:49:30.228 9 INFO neutron.plugins.ml2.plugin [None req-463b87c7-25d7-4b92-ab56-ba0ae73634d5 - - - - - -] Attempt 1 to provision port a6863aeb-3f42-44f1-974e-5348c278eebd 2026-04-14 06:49:30.367 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 65a40cb6-563a-4064-89f8-ed30211ba606 /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-04-14 06:49:31.982 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port bc9c8123-44f0-453d-9e33-73b7d8a9f555 2026-04-14 06:49:34.007 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port bc9c8123-44f0-453d-9e33-73b7d8a9f555 2026-04-14 06:49:34.616 10 INFO neutron.plugins.ml2.plugin [None req-51cec5a8-8374-491f-a400-78f10ff4d633 - - - - - -] Attempt 1 to provision port 2db92903-ab97-4aa4-b521-9ff7f5c8d88c 2026-04-14 06:49:36.078 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 2db92903-ab97-4aa4-b521-9ff7f5c8d88c 2026-04-14 06:49:36.191 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5fe904b-9b56-47ce-b9ac-cf823f1e623d'] response: {'server_uuid': 'bbf06f75-12c8-4cca-ae73-450b7f43040c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2db92903-ab97-4aa4-b521-9ff7f5c8d88c', 'code': 200} 2026-04-14 06:49:39.598 9 INFO neutron.plugins.ml2.plugin [None req-7bf68bad-c37d-46af-aa09-2648fa7fea15 - - - - - -] Attempt 1 to provision port 85086ce4-cb94-4e05-982e-267c49546b4a /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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.569 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-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.569 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.572 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.573 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 2 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.618 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-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.618 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.619 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.619 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 3 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.652 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-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.652 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.653 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 4 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.676 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-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.676 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.677 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.677 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 5 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.701 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-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.701 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.702 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 6 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.724 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-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.724 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.725 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.725 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 7 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.742 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-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.742 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.743 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.743 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 8 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.760 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-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.760 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-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.760 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.761 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.761 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 9 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.780 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-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.780 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.781 9 INFO neutron.plugins.ml2.plugin [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Attempt 10 to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:45.799 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-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b96cd124-ef09-4a08-af0b-ba23d21b4d2f could not be found. 2026-04-14 06:49:45.799 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:45.800 9 ERROR neutron.plugins.ml2.managers [None req-f69e61b2-208f-493f-bd7b-c3fc2f3a5839 - - - - - -] Failed to bind port e6ec87b7-35b5-42a6-9dfb-033181a7c3f9 on host instance for vnic_type normal using segments [{'id': '8e6f67ea-19b0-47ef-93ed-e1515ead51e9', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 977, 'network_id': '6eb4d017-f3fd-4531-a4d3-ae8b9aa56dd2'}] 2026-04-14 06:49:45.967 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 63e74daa-866d-4f08-ad4a-af0cd2787b72 2026-04-14 06:49:46.189 9 INFO neutron.plugins.ml2.plugin [None req-e1af1176-cc35-4b8c-bbe7-edffb8594a4e - - - - - -] Attempt 1 to provision port 63e74daa-866d-4f08-ad4a-af0cd2787b72 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.557 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-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.557 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.560 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.560 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 2 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.578 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-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.578 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.579 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.580 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 3 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.602 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-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.602 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.603 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.603 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 4 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.628 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-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.628 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.629 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.629 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 5 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.648 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-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.648 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.649 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.649 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 6 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.682 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-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.682 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.683 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.683 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 7 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.702 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-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.702 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.703 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.703 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 8 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.728 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-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.728 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.729 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.729 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 9 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.749 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-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.749 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.750 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:52.750 10 INFO neutron.plugins.ml2.plugin [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Attempt 10 to bind port 8b346ca5-b211-4148-b679-d4c91844c55d 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:49:52.774 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-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e77fe902-b608-454b-82e5-40ee02e214ca could not be found. 2026-04-14 06:49:52.774 10 ERROR neutron.plugins.ml2.managers  2026-04-14 06:49:52.775 10 ERROR neutron.plugins.ml2.managers [None req-6d81da5e-696b-4894-82f9-d68af9d27076 - - - - - -] Failed to bind port 8b346ca5-b211-4148-b679-d4c91844c55d on host instance for vnic_type normal using segments [{'id': '42604aef-550e-4f82-be0b-a377bc856744', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 521, 'network_id': '95ba171c-2730-41fa-b686-b936758e16b4'}] 2026-04-14 06:49:53.728 10 INFO neutron.plugins.ml2.plugin [None req-90bd2e10-a9d6-41cd-a3cc-99fc8dcda660 - - - - - -] Attempt 1 to provision port cbb7e99b-e00a-4b24-850c-800205ddfa43 2026-04-14 06:49:53.957 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port cbb7e99b-e00a-4b24-850c-800205ddfa43 2026-04-14 06:49:59.929 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 85b81c8c-6135-45a4-8750-45ddad9d1df1 2026-04-14 06:50:01.981 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 85451c64-f58a-43e6-bd49-e2dae4ffcc5b 2026-04-14 06:50:02.061 9 INFO neutron.plugins.ml2.plugin [None req-b782249f-d436-4d36-9c5d-30cfd2a7c178 - - - - - -] Attempt 1 to provision port 85451c64-f58a-43e6-bd49-e2dae4ffcc5b /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-04-14 06:50:14.093 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 8a90f9e9-c1d3-43f7-8443-68cde1d1d319 2026-04-14 06:50:14.914 10 INFO neutron.plugins.ml2.plugin [None req-4013d8d0-baf5-458b-ba08-ee162fe2fbe8 - - - - - -] Attempt 1 to provision port 8a90f9e9-c1d3-43f7-8443-68cde1d1d319 2026-04-14 06:50:15.392 9 INFO neutron.plugins.ml2.plugin [None req-d111c279-23de-4a5f-9748-0068923a6cd1 - - - - - -] Attempt 1 to provision port 9362bc68-3d74-46c7-a519-67126fa22ad0 2026-04-14 06:50:15.962 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 8a90f9e9-c1d3-43f7-8443-68cde1d1d319 2026-04-14 06:50:16.089 10 INFO neutron.plugins.ml2.plugin [None req-4d57e1ad-63b7-4505-bbb1-e54c1b6c3ea2 - - - - - -] Attempt 1 to provision port 038f8a76-8a58-4977-9af8-5d1dfb517061 2026-04-14 06:50:16.343 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9362bc68-3d74-46c7-a519-67126fa22ad0 2026-04-14 06:50:16.654 10 INFO neutron.plugins.ml2.plugin [None req-5d090944-6580-4bd9-9e8f-a9a1ce549781 - - - - - -] Attempt 1 to provision port 038f8a76-8a58-4977-9af8-5d1dfb517061 2026-04-14 06:50:17.512 10 INFO neutron.plugins.ml2.plugin [None req-d15b6218-0b0b-455b-9746-46878ec6068a - - - - - -] Attempt 1 to provision port b7639af8-98ed-4d63-a719-7f9f35eecf97 2026-04-14 06:50:18.169 10 INFO neutron.plugins.ml2.plugin [None req-e5770f3c-fa07-4a1a-b75f-5496fda6d6f4 - - - - - -] Attempt 1 to provision port b7639af8-98ed-4d63-a719-7f9f35eecf97 2026-04-14 06:50:21.351 10 INFO neutron.plugins.ml2.plugin [None req-bd54b3e6-4797-4376-bf3c-d5d2954a5ff4 - - - - - -] Attempt 1 to provision port 64952e4d-6600-4f49-8e23-27450c8e1063 2026-04-14 06:50:25.980 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port bda99180-e5f4-403d-a8f8-0062a004b584 2026-04-14 06:50:26.147 9 INFO neutron.plugins.ml2.plugin [None req-98222fd8-8ca7-4213-9b5f-969a9e101077 - - - - - -] Attempt 1 to provision port 8a29a83f-9931-427d-b50d-168c474a0040 2026-04-14 06:50:26.469 9 INFO neutron.plugins.ml2.plugin [None req-98222fd8-8ca7-4213-9b5f-969a9e101077 - - - - - -] Attempt 1 to provision port 65f0107f-be17-410b-9689-7661f66613d8 2026-04-14 06:50:26.591 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 432369df-8e40-45c5-a72f-296add8359f4 2026-04-14 06:50:26.631 10 INFO neutron.plugins.ml2.plugin [None req-89462448-19ca-465c-bc78-6ce4aa1d68cb - - - - - -] Attempt 1 to provision port 432369df-8e40-45c5-a72f-296add8359f4 2026-04-14 06:50:27.104 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 8a29a83f-9931-427d-b50d-168c474a0040 2026-04-14 06:50:27.625 10 INFO neutron.plugins.ml2.plugin [None req-a37b9cf9-e734-4f71-9b2d-b1e161ff76ae - - - - - -] Attempt 1 to provision port 65f0107f-be17-410b-9689-7661f66613d8 2026-04-14 06:50:27.944 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 8a29a83f-9931-427d-b50d-168c474a0040 2026-04-14 06:50:28.069 10 INFO neutron.plugins.ml2.plugin [None req-0c179d54-d84b-4970-8afb-14e4ef23d3f9 - - - - - -] Attempt 1 to provision port 1d278176-b0c6-4001-b465-7dd3abbb85d8 2026-04-14 06:50:28.216 10 INFO neutron.plugins.ml2.plugin [None req-4142796d-8b45-491c-abf2-67445ac46689 - - - - - -] Attempt 1 to provision port 65f0107f-be17-410b-9689-7661f66613d8 2026-04-14 06:50:28.300 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port bda99180-e5f4-403d-a8f8-0062a004b584 2026-04-14 06:50:28.461 9 INFO neutron.plugins.ml2.plugin [None req-534865e0-b3b4-41c3-9cb3-ebfeec577567 - - - - - -] Attempt 1 to provision port 1d278176-b0c6-4001-b465-7dd3abbb85d8 2026-04-14 06:50:28.674 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 432369df-8e40-45c5-a72f-296add8359f4 2026-04-14 06:50:32.234 10 INFO neutron.plugins.ml2.plugin [None req-24ee19d0-42a5-441b-85a5-3a779c0a94a7 - - - - - -] Attempt 1 to provision port 3edadb99-07c4-4a5d-8d95-8c1f62e0e01c 2026-04-14 06:50:33.897 10 INFO neutron.plugins.ml2.plugin [None req-0a0054dc-f0e7-4aed-818d-1a7e48d284e3 - - - - - -] Attempt 1 to provision port 3a42d89f-6fdb-41f2-afd1-264d3743ffa2 2026-04-14 06:50:33.995 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 3a42d89f-6fdb-41f2-afd1-264d3743ffa2 2026-04-14 06:50:34.386 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 3edadb99-07c4-4a5d-8d95-8c1f62e0e01c 2026-04-14 06:50:34.513 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-665f8ca5-0260-46dc-b777-36b4f623d5ca'] response: {'server_uuid': '14e4f10a-7d76-4902-ad9f-b8011f7e8398', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3edadb99-07c4-4a5d-8d95-8c1f62e0e01c', 'code': 200} 2026-04-14 06:50:35.080 9 INFO neutron.plugins.ml2.plugin [None req-6b15fb42-a8e0-43d4-b089-fc44099a61f5 - - - - - -] Attempt 1 to provision port 4cb0c4e3-9c5b-499c-b690-921d55f8707d 2026-04-14 06:50:35.442 9 INFO neutron.plugins.ml2.plugin [None req-0480f20b-ebe7-4cb5-90c7-8d3150f8d89c - - - - - -] Attempt 1 to provision port 4cb0c4e3-9c5b-499c-b690-921d55f8707d 2026-04-14 06:50:35.971 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 3a42d89f-6fdb-41f2-afd1-264d3743ffa2 2026-04-14 06:50:36.404 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 3edadb99-07c4-4a5d-8d95-8c1f62e0e01c /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-04-14 06:50:39.440 10 INFO neutron.plugins.ml2.plugin [None req-fb3b86ee-88c7-4adb-8844-924d79bc1efe - - - - - -] Attempt 1 to provision port c35a83f5-88f1-4d45-92b5-95e2926c0883 2026-04-14 06:50:39.965 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 64952e4d-6600-4f49-8e23-27450c8e1063 2026-04-14 06:50:41.956 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 65f0107f-be17-410b-9689-7661f66613d8 2026-04-14 06:50:42.278 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 64952e4d-6600-4f49-8e23-27450c8e1063 2026-04-14 06:50:43.987 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 65f0107f-be17-410b-9689-7661f66613d8 2026-04-14 06:50:48.170 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a65cfcf8-dc71-4855-8657-20ceedc33d1f 2026-04-14 06:50:48.277 9 INFO neutron.plugins.ml2.plugin [None req-a16c57a0-fb29-411f-916d-4c599824b55e - - - - - -] Attempt 1 to provision port a2a70d38-ef6d-42bb-a717-4174d211dca5 2026-04-14 06:50:49.024 9 INFO neutron.plugins.ml2.plugin [None req-b02c147a-1c09-4e78-9248-1cbf4381d580 - - - - - -] Attempt 1 to provision port a65cfcf8-dc71-4855-8657-20ceedc33d1f 2026-04-14 06:50:49.950 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a65cfcf8-dc71-4855-8657-20ceedc33d1f 2026-04-14 06:50:50.818 10 INFO neutron.plugins.ml2.plugin [None req-3bf56353-3453-4b86-9d7a-fa12670ad6e7 - - - - - -] Attempt 1 to provision port d1016de2-50c8-4a48-8dae-11c1d0d6294b 2026-04-14 06:50:51.370 10 INFO neutron.plugins.ml2.plugin [None req-893f9fcb-df07-47cf-891f-cafa89bc5900 - - - - - -] Attempt 1 to provision port d1016de2-50c8-4a48-8dae-11c1d0d6294b 2026-04-14 06:50:51.970 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 6331e9d4-b28a-464e-a105-ed7fbe62ea4f 2026-04-14 06:50:53.949 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 6331e9d4-b28a-464e-a105-ed7fbe62ea4f 2026-04-14 06:50:55.163 9 INFO neutron.plugins.ml2.plugin [None req-22c9e601-ac5b-48bf-861a-ecebb66863cd - - - - - -] Attempt 1 to provision port 23eb66ec-bb6c-4ec7-9613-32f55753804e 2026-04-14 06:50:55.629 10 INFO neutron.plugins.ml2.plugin [None req-43058b28-c9b7-4c3b-8948-d15b5929297c - - - - - -] Attempt 1 to provision port 397ebcfe-12a2-4a82-b7b4-ae5faae420df 2026-04-14 06:50:55.960 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 397ebcfe-12a2-4a82-b7b4-ae5faae420df 2026-04-14 06:50:57.527 9 INFO neutron.plugins.ml2.plugin [None req-91145ba3-727b-4cb9-bb8b-8399ff73ee18 - - - - - -] Attempt 1 to provision port 05285892-7aa2-4c35-8561-29cab2be3150 2026-04-14 06:50:57.980 10 INFO neutron.plugins.ml2.plugin [None req-286a2196-b748-428e-856f-2cbe0efd57f4 - - - - - -] Attempt 1 to provision port 4fdb69cb-967b-4a62-9e4e-624f63e05104 2026-04-14 06:50:58.003 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4d1d0651-164c-42b6-86aa-cb99172fa00a 2026-04-14 06:50:58.344 10 INFO neutron.plugins.ml2.plugin [None req-76c6beed-bbf5-481d-8351-7240a7affb0e - - - - - -] Attempt 1 to provision port 05285892-7aa2-4c35-8561-29cab2be3150 2026-04-14 06:50:58.517 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 397ebcfe-12a2-4a82-b7b4-ae5faae420df 2026-04-14 06:51:00.084 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4d1d0651-164c-42b6-86aa-cb99172fa00a 2026-04-14 06:51:00.370 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4fdb69cb-967b-4a62-9e4e-624f63e05104 2026-04-14 06:51:00.526 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8e14180-b3c9-4187-b5b4-f0d549b5bb8b'] response: {'server_uuid': '248b28ea-1962-4e12-bf95-0b62039b2e46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4fdb69cb-967b-4a62-9e4e-624f63e05104', 'code': 200} 2026-04-14 06:51:02.054 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4fdb69cb-967b-4a62-9e4e-624f63e05104 2026-04-14 06:51:04.168 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4bcbf195-261f-4e64-b676-71030c498c31 2026-04-14 06:51:04.251 9 INFO neutron.plugins.ml2.plugin [None req-31d9ca90-39a9-40c9-9433-c3bccff17454 - - - - - -] Attempt 1 to provision port 541a48b7-ff87-4d39-a922-6e887ecfc0ba 2026-04-14 06:51:06.057 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 541a48b7-ff87-4d39-a922-6e887ecfc0ba 2026-04-14 06:51:06.202 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a241465-3409-4bbf-80ad-3097b86249bd'] response: {'server_uuid': '0f7ca7ad-fad2-497b-82a9-ce0d78615cb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '541a48b7-ff87-4d39-a922-6e887ecfc0ba', 'code': 200} 2026-04-14 06:51:07.982 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port d1016de2-50c8-4a48-8dae-11c1d0d6294b 2026-04-14 06:51:08.388 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 541a48b7-ff87-4d39-a922-6e887ecfc0ba 2026-04-14 06:51:08.792 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a2a70d38-ef6d-42bb-a717-4174d211dca5 2026-04-14 06:51:09.959 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port d1016de2-50c8-4a48-8dae-11c1d0d6294b 2026-04-14 06:51:10.218 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port a2a70d38-ef6d-42bb-a717-4174d211dca5 2026-04-14 06:51:13.979 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 05285892-7aa2-4c35-8561-29cab2be3150 2026-04-14 06:51:15.974 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 23eb66ec-bb6c-4ec7-9613-32f55753804e 2026-04-14 06:51:16.467 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 05285892-7aa2-4c35-8561-29cab2be3150 2026-04-14 06:51:17.993 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 23eb66ec-bb6c-4ec7-9613-32f55753804e 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.111 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-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.111 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.112 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.112 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 2 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.133 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-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.133 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.134 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 3 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.154 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-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.154 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.155 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 4 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.172 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-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.172 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.173 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 5 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.191 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-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.191 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.192 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.192 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 6 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.210 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-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.210 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.211 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.211 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 7 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.226 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-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.226 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.227 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.227 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 8 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.245 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-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.245 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.246 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 9 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.268 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-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.268 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:33.269 9 INFO neutron.plugins.ml2.plugin [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Attempt 10 to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:33.314 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-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 438ca3fc-a619-4c2a-8b2b-3d90df340de4 could not be found. 2026-04-14 06:51:33.314 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:33.316 9 ERROR neutron.plugins.ml2.managers [None req-88312878-7424-478d-a830-00e4f21a8dc5 - - - - - -] Failed to bind port b378223d-48c4-4096-8c8b-fa351fc214f4 on host instance for vnic_type normal using segments [{'id': 'fec8fbb8-2217-4e69-89ca-6909c65d17f8', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 713, 'network_id': 'cad76ce0-a92d-4205-84ec-e279c7e9579c'}] 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network cad76ce0-a92d-4205-84ec-e279c7e9579c could not be found. 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server raise self.value 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server raise self.value 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server raise self.value 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network cad76ce0-a92d-4205-84ec-e279c7e9579c could not be found. 2026-04-14 06:51:34.101 9 ERROR oslo_messaging.rpc.server  2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.338 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-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.338 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.339 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 2 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.358 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-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.358 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.359 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.359 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 3 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.375 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-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.375 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.375 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 4 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.392 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-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.392 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.393 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.393 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 5 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.410 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-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.410 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.411 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.412 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 6 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.430 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-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.430 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.432 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.432 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 7 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.453 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-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.453 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.453 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 8 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.480 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-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.480 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.481 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.481 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 9 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.498 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-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.498 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.499 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:35.499 9 INFO neutron.plugins.ml2.plugin [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Attempt 10 to bind port d0528dba-e356-4446-af63-5a8457536fcb 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 06:51:35.517 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-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8fc8f762-cb9a-4330-8bdb-8a10a43c5cdd could not be found. 2026-04-14 06:51:35.517 9 ERROR neutron.plugins.ml2.managers  2026-04-14 06:51:35.518 9 ERROR neutron.plugins.ml2.managers [None req-4f5b5351-dc11-4d5a-be6a-3056ecc3c08b - - - - - -] Failed to bind port d0528dba-e356-4446-af63-5a8457536fcb on host instance for vnic_type normal using segments [{'id': '3b7d3a0a-2bb4-47e3-acf4-b218e4b3ddcc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 16, 'network_id': '5a289d41-bab0-406b-b209-8a3033c3b18a'}] 2026-04-14 06:51:38.030 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port da627e37-3a6c-450e-92e7-b0ce92086d24 2026-04-14 06:51:42.037 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4da995e9-e50f-44de-b582-519b3ed85c75 2026-04-14 06:51:43.135 10 INFO neutron.plugins.ml2.plugin [None req-32b9870f-a650-4e8b-940e-e49e76b48e0a - - - - - -] Attempt 1 to provision port 4da995e9-e50f-44de-b582-519b3ed85c75 2026-04-14 06:51:44.075 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9e2b05ad-c9ad-4a7e-ac63-db9f90b7025b 2026-04-14 06:51:44.350 10 INFO neutron.plugins.ml2.plugin [None req-4bed7085-81e6-44a6-8059-8446597df0bb - - - - - -] Attempt 1 to provision port 4da995e9-e50f-44de-b582-519b3ed85c75 2026-04-14 06:51:44.621 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 27eb42db-2038-437f-9509-0f8c62abe9de 2026-04-14 06:51:44.722 10 INFO neutron.plugins.ml2.plugin [None req-c1f0b1eb-0c05-438a-bb31-2ed37fb14447 - - - - - -] Attempt 1 to provision port ceb600be-b359-465c-a26b-fbd6c1cc1be1 2026-04-14 06:51:45.029 9 INFO neutron.plugins.ml2.plugin [None req-d4a5544b-3e11-4181-8580-d0490af60969 - - - - - -] Attempt 1 to provision port 27eb42db-2038-437f-9509-0f8c62abe9de 2026-04-14 06:51:45.296 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 4da995e9-e50f-44de-b582-519b3ed85c75 2026-04-14 06:51:45.458 10 INFO neutron.plugins.ml2.plugin [None req-a7703068-5009-4650-92b1-1ccefb79c1c6 - - - - - -] Attempt 1 to provision port 27eb42db-2038-437f-9509-0f8c62abe9de 2026-04-14 06:51:45.952 10 INFO neutron.plugins.ml2.plugin [None req-1e92f674-c865-441b-9598-a4653e4f72d7 - - - - - -] Attempt 1 to provision port 9e2b05ad-c9ad-4a7e-ac63-db9f90b7025b 2026-04-14 06:51:45.997 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9e2b05ad-c9ad-4a7e-ac63-db9f90b7025b 2026-04-14 06:51:46.448 10 INFO neutron.plugins.ml2.plugin [None req-a8df8031-b67b-4c5d-8fc7-8b29288ec639 - - - - - -] Attempt 1 to provision port 9e2b05ad-c9ad-4a7e-ac63-db9f90b7025b 2026-04-14 06:51:46.510 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 27eb42db-2038-437f-9509-0f8c62abe9de 2026-04-14 06:51:47.036 10 INFO neutron.plugins.ml2.plugin [None req-76e8b662-f4be-48b2-a559-8cefbc8f864a - - - - - -] Attempt 1 to provision port 17966540-6dc6-4203-91f3-d423ea875848 2026-04-14 06:51:47.686 10 INFO neutron.plugins.ml2.plugin [None req-b6944054-6513-41b5-be39-748079df4da5 - - - - - -] Attempt 1 to provision port 17966540-6dc6-4203-91f3-d423ea875848 2026-04-14 06:51:47.988 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 72a69ffd-7ea3-441f-9d5b-4a0c7bb87577 2026-04-14 06:51:49.050 9 INFO neutron.plugins.ml2.plugin [None req-2578afd1-e540-49fa-ad39-e89547352724 - - - - - -] Attempt 1 to provision port d7eeb25e-acfa-4a02-a53e-af124a3aec2b 2026-04-14 06:51:49.726 10 INFO neutron.plugins.ml2.plugin [None req-a9737a3e-e897-43c3-8969-b6f8bdcfb646 - - - - - -] Attempt 1 to provision port d7eeb25e-acfa-4a02-a53e-af124a3aec2b 2026-04-14 06:51:49.947 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 72a69ffd-7ea3-441f-9d5b-4a0c7bb87577 2026-04-14 06:51:50.775 9 INFO neutron.plugins.ml2.plugin [None req-ea136847-126c-4e90-88d8-c9001c6018f9 - - - - - -] Attempt 1 to provision port f7df36ae-9292-4dff-a649-ffd31a5d878d 2026-04-14 06:51:51.425 9 INFO neutron.plugins.ml2.plugin [None req-ad5b6baf-82ec-47b0-95f4-d544f747a946 - - - - - -] Attempt 1 to provision port f7df36ae-9292-4dff-a649-ffd31a5d878d 2026-04-14 06:51:58.215 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7d934a79-b41c-43f5-b312-2954f0df8cae 2026-04-14 06:51:58.657 9 INFO neutron.plugins.ml2.plugin [None req-0c7f7cc6-404c-48fe-8727-538d68708898 - - - - - -] Attempt 1 to provision port 7d934a79-b41c-43f5-b312-2954f0df8cae 2026-04-14 06:51:58.724 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 32da89a2-cefc-43c1-82c3-3e061cbb2384 2026-04-14 06:51:58.897 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-68c2ef2f-c7aa-4dc8-bc87-0e7215d740fc'] response: {'server_uuid': '85acfe18-0cae-49c5-9316-9d53a6604fcc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '32da89a2-cefc-43c1-82c3-3e061cbb2384', 'code': 200} 2026-04-14 06:51:59.364 10 INFO neutron.plugins.ml2.plugin [None req-5a9580a3-f641-4aa7-9a9a-a32ce951b431 - - - - - -] Attempt 1 to provision port f8869df6-4fb4-486e-adcc-bcbe1a6236bf 2026-04-14 06:52:00.418 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7d934a79-b41c-43f5-b312-2954f0df8cae 2026-04-14 06:52:00.575 9 INFO neutron.plugins.ml2.plugin [None req-8d612a81-b873-48e1-9f6a-964b3ab922d2 - - - - - -] Attempt 1 to provision port 28aa2e45-3bf3-4380-88be-77abe0c4d3d9 2026-04-14 06:52:00.782 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9869db1f-7018-44e4-8fc0-9938039d97cb 2026-04-14 06:52:01.297 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port f8869df6-4fb4-486e-adcc-bcbe1a6236bf 2026-04-14 06:52:01.338 9 INFO neutron.plugins.ml2.plugin [None req-85d11340-9abe-4798-9204-a796c9474830 - - - - - -] Attempt 1 to provision port 9869db1f-7018-44e4-8fc0-9938039d97cb 2026-04-14 06:52:01.611 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 32da89a2-cefc-43c1-82c3-3e061cbb2384 2026-04-14 06:52:02.042 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 28aa2e45-3bf3-4380-88be-77abe0c4d3d9 2026-04-14 06:52:02.229 9 INFO neutron.plugins.ml2.plugin [None req-c5efc413-ba1a-4701-bbcc-4191948f4797 - - - - - -] Attempt 1 to provision port e8512cbc-4693-4c15-a4c2-88e74e8d3564 2026-04-14 06:52:02.599 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port e8512cbc-4693-4c15-a4c2-88e74e8d3564 2026-04-14 06:52:02.875 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 9869db1f-7018-44e4-8fc0-9938039d97cb 2026-04-14 06:52:03.338 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 28aa2e45-3bf3-4380-88be-77abe0c4d3d9 2026-04-14 06:52:04.547 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 17966540-6dc6-4203-91f3-d423ea875848 2026-04-14 06:52:04.880 9 INFO neutron.plugins.ml2.plugin [None req-53fa3b73-dfbb-4860-94cf-e71f081eb275 - - - - - -] Attempt 1 to provision port 2bf4779d-2b00-4807-ac25-bb96e5bdf271 2026-04-14 06:52:06.588 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 17966540-6dc6-4203-91f3-d423ea875848 2026-04-14 06:52:06.949 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ceb600be-b359-465c-a26b-fbd6c1cc1be1 2026-04-14 06:52:07.381 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port f7df36ae-9292-4dff-a649-ffd31a5d878d 2026-04-14 06:52:07.705 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port d7eeb25e-acfa-4a02-a53e-af124a3aec2b 2026-04-14 06:52:08.587 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 2bf4779d-2b00-4807-ac25-bb96e5bdf271 2026-04-14 06:52:08.696 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-92750c25-5f57-4389-bf29-8665506436e5'] response: {'server_uuid': '51307ca6-59a4-4414-aa41-cd675bd80dca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2bf4779d-2b00-4807-ac25-bb96e5bdf271', 'code': 200} 2026-04-14 06:52:08.997 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ceb600be-b359-465c-a26b-fbd6c1cc1be1 2026-04-14 06:52:09.233 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port f7df36ae-9292-4dff-a649-ffd31a5d878d 2026-04-14 06:52:09.505 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port d7eeb25e-acfa-4a02-a53e-af124a3aec2b 2026-04-14 06:52:10.487 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 2bf4779d-2b00-4807-ac25-bb96e5bdf271 2026-04-14 06:52:29.414 9 INFO neutron.plugins.ml2.plugin [None req-f9f17b2b-132a-433b-bab2-e9fae01dadd8 - - - - - -] Attempt 1 to provision port 73156019-1270-45a8-8c2e-7b270f58a1f3 2026-04-14 06:52:42.062 9 INFO neutron.plugins.ml2.plugin [None req-6e72f404-23fa-4804-8f52-40accca5aeb5 - - - - - -] Attempt 1 to provision port 7711ce94-2eca-42b4-ae2e-0d475a524cae 2026-04-14 06:52:44.556 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7711ce94-2eca-42b4-ae2e-0d475a524cae 2026-04-14 06:52:44.673 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c29cc4f5-213c-4e6a-a6ee-94fa60e351d3'] response: {'server_uuid': '8adb8944-0ef5-4eee-b187-c86168e1181c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7711ce94-2eca-42b4-ae2e-0d475a524cae', 'code': 200} 2026-04-14 06:52:46.489 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 7711ce94-2eca-42b4-ae2e-0d475a524cae 2026-04-14 06:53:22.512 10 INFO neutron.plugins.ml2.plugin [None req-5aba956b-da2f-42d2-ba03-9e25e545fa27 - - - - - -] Attempt 1 to provision port ac4be18e-ab5e-483b-aa5c-d552ff5f2e47 2026-04-14 06:53:26.576 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ac4be18e-ab5e-483b-aa5c-d552ff5f2e47 2026-04-14 06:53:26.700 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0231c11d-c6d5-466c-acca-0af4cdb9cd32'] response: {'server_uuid': '8adb8944-0ef5-4eee-b187-c86168e1181c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ac4be18e-ab5e-483b-aa5c-d552ff5f2e47', 'code': 200} 2026-04-14 06:53:28.538 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port ac4be18e-ab5e-483b-aa5c-d552ff5f2e47 2026-04-14 06:53:46.036 9 INFO neutron.plugins.ml2.plugin [None req-8139830c-31ad-4f6c-8beb-6d1153848ed3 - - - - - -] Attempt 1 to provision port 801dd2bb-09fa-475e-9ee0-6af07310b736 2026-04-14 06:53:48.797 9 INFO neutron.plugins.ml2.plugin [None req-ff86f460-f7f3-4081-abbb-3f4dc3ec7575 - - - - - -] Attempt 1 to provision port 801dd2bb-09fa-475e-9ee0-6af07310b736 2026-04-14 06:53:48.949 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc071606-778a-4ab9-b61a-95b95033e49c'] response: {'server_uuid': '8adb8944-0ef5-4eee-b187-c86168e1181c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '801dd2bb-09fa-475e-9ee0-6af07310b736', 'code': 200} 2026-04-14 06:53:50.547 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 801dd2bb-09fa-475e-9ee0-6af07310b736 2026-04-14 06:53:58.642 9 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 48b8cf97-7a96-4774-825d-0a0a8849dc51 2026-04-14 06:53:58.789 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-df00153c-3284-42aa-afda-867d66683d89'] response: {'server_uuid': '8adb8944-0ef5-4eee-b187-c86168e1181c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '48b8cf97-7a96-4774-825d-0a0a8849dc51', 'code': 200} 2026-04-14 06:53:59.572 9 INFO neutron.plugins.ml2.plugin [None req-914f6cd1-0ca1-45a3-a703-72c8e77bf008 - - - - - -] Attempt 1 to provision port 48b8cf97-7a96-4774-825d-0a0a8849dc51 2026-04-14 06:54:00.606 10 INFO neutron.plugins.ml2.plugin [None req-3d33933b-e4cd-4f4e-b0a1-1f4531072fad - - - - - -] Attempt 1 to provision port 48b8cf97-7a96-4774-825d-0a0a8849dc51 2026-04-14 06:54:09.944 10 INFO neutron.plugins.ml2.plugin [None req-94b38bb8-e6ab-408c-aa00-46efad7a0744 - - - - - -] Attempt 1 to provision port 48b8cf97-7a96-4774-825d-0a0a8849dc51 2026-04-14 06:54:15.556 10 INFO neutron.plugins.ml2.plugin [None req-18ae9cab-9160-43f0-9e2c-3ad09bb85601 - - - - - -] Attempt 1 to provision port 801dd2bb-09fa-475e-9ee0-6af07310b736