+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:55: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-04-14 08:22:28.430 1 INFO neutron.common.config [-] Logging enabled! 2026-04-14 08:22:28.431 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-04-14 08:22:28.431 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-14 08:22:28.431 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 08:22:29.585 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:22:29.588 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 08:22:29.590 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-14 08:22:29.591 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:22:29.591 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 08:22:29.592 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 08:22:29.592 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:22:29.597 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:22:29.597 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:22:29.597 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:22:29.616 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 08:22:29.618 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:22:29.618 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 08:22:29.651 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 08:22:29.652 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 08:22:29.652 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 08:22:29.652 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 08:22:29.658 1 WARNING oslo_policy.policy [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] 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 08:22:29.963 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 08:22:30.111 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 08:22:30.112 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 08:22:30.112 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 08:22:30.150 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 08:22:30.150 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 08:22:30.150 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 08:22:30.150 1 INFO neutron.plugins.ml2.extensions.port_security [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 08:22:30.151 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing extension driver 'qos' 2026-04-14 08:22:30.151 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 08:22:30.151 1 INFO neutron.plugins.ml2.managers [None req-a0c5d659-6e48-4530-99c3-9363c43a7129 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 08:22:30.163 1 INFO neutron.quota [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded quota_driver: . 2026-04-14 08:22:30.164 1 INFO neutron.plugins.ml2.plugin [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 08:22:30.164 1 INFO neutron.plugins.ml2.managers [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 08:22:30.164 1 INFO neutron.plugins.ml2.managers [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 08:22:30.165 1 INFO neutron.plugins.ml2.managers [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 08:22:30.165 1 INFO neutron.extensions.vlantransparent [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Disabled vlantransparent extension. 2026-04-14 08:22:30.165 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: qos 2026-04-14 08:22:30.175 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: router 2026-04-14 08:22:30.202 1 INFO neutron.services.service_base [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 08:22:30.202 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: segments 2026-04-14 08:22:30.274 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: trunk 2026-04-14 08:22:30.334 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: vpnaas 2026-04-14 08:22:30.373 1 WARNING stevedore.named [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:22:30.440 1 INFO neutron_vpnaas.services.vpn.plugin [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 08:22:30.441 1 INFO neutron.common.utils [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 08:22:30.441 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: auto_allocate 2026-04-14 08:22:30.446 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: tag 2026-04-14 08:22:30.451 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: timestamp 2026-04-14 08:22:30.453 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 08:22:30.459 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: flavors 2026-04-14 08:22:30.462 1 INFO neutron.manager [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loading Plugin: revisions 2026-04-14 08:22:30.465 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Initializing extension manager. 2026-04-14 08:22:30.466 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: address-group 2026-04-14 08:22:30.467 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: address-scope 2026-04-14 08:22:30.468 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 08:22:30.468 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: agent 2026-04-14 08:22:30.469 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 08:22:30.471 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 08:22:30.472 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 08:22:30.473 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: availability_zone 2026-04-14 08:22:30.473 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 08:22:30.474 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 08:22:30.476 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: default-subnetpools 2026-04-14 08:22:30.479 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 08:22:30.480 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: dns-integration 2026-04-14 08:22:30.481 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 08:22:30.482 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 08:22:30.482 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: dvr 2026-04-14 08:22:30.484 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 08:22:30.485 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 08:22:30.486 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:22:30.487 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 08:22:30.488 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: external-net 2026-04-14 08:22:30.488 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 08:22:30.489 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: extraroute 2026-04-14 08:22:30.490 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 08:22:30.491 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 08:22:30.492 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 08:22:30.493 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 08:22:30.494 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 08:22:30.496 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: fip-port-details 2026-04-14 08:22:30.496 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: flavors 2026-04-14 08:22:30.497 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 08:22:30.498 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: floatingip-pools 2026-04-14 08:22:30.498 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: ip_allocation 2026-04-14 08:22:30.499 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 08:22:30.499 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: l2_adjacency 2026-04-14 08:22:30.500 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: router 2026-04-14 08:22:30.502 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:22:30.503 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 08:22:30.503 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 08:22:30.504 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 08:22:30.505 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: l3-ha 2026-04-14 08:22:30.505 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:22:30.506 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 08:22:30.506 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: l3-flavors 2026-04-14 08:22:30.507 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:22:30.508 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 08:22:30.511 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 08:22:30.512 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 08:22:30.513 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 08:22:30.514 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 08:22:30.515 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 08:22:30.517 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: multi-provider 2026-04-14 08:22:30.517 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: net-mtu 2026-04-14 08:22:30.518 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 08:22:30.518 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: network_availability_zone 2026-04-14 08:22:30.519 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: network_ha 2026-04-14 08:22:30.521 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: network-ip-availability 2026-04-14 08:22:30.522 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 08:22:30.522 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: pagination 2026-04-14 08:22:30.523 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-device-profile 2026-04-14 08:22:30.523 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 08:22:30.524 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 08:22:30.524 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 08:22:30.525 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-mac-override 2026-04-14 08:22:30.526 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 08:22:30.527 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 08:22:30.528 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-resource-request 2026-04-14 08:22:30.529 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 08:22:30.530 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: binding 2026-04-14 08:22:30.531 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: binding-extended 2026-04-14 08:22:30.532 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-security 2026-04-14 08:22:30.532 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: project-id 2026-04-14 08:22:30.534 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: provider 2026-04-14 08:22:30.538 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos 2026-04-14 08:22:30.540 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 08:22:30.541 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 08:22:30.541 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-default 2026-04-14 08:22:30.542 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-fip 2026-04-14 08:22:30.544 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 08:22:30.544 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 08:22:30.545 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 08:22:30.546 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 08:22:30.547 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 08:22:30.548 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-pps 2026-04-14 08:22:30.548 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 08:22:30.549 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 08:22:30.550 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 08:22:30.551 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: quota-check-limit 2026-04-14 08:22:30.553 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: quotas 2026-04-14 08:22:30.555 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: quota_details 2026-04-14 08:22:30.556 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: rbac-policies 2026-04-14 08:22:30.557 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: rbac-address-group 2026-04-14 08:22:30.557 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 08:22:30.558 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 08:22:30.558 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 08:22:30.559 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: revision-if-match 2026-04-14 08:22:30.559 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 08:22:30.560 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: router_availability_zone 2026-04-14 08:22:30.560 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 08:22:30.562 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 08:22:30.562 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 08:22:30.563 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 08:22:30.563 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 08:22:30.564 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 08:22:30.564 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 08:22:30.571 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: security-group 2026-04-14 08:22:30.572 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: segment 2026-04-14 08:22:30.572 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 08:22:30.573 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: service-type 2026-04-14 08:22:30.573 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: sorting 2026-04-14 08:22:30.574 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 08:22:30.574 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: standard-attr-description 2026-04-14 08:22:30.575 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: stateful-security-group 2026-04-14 08:22:30.576 1 WARNING neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 08:22:30.576 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 08:22:30.577 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: subnet_onboard 2026-04-14 08:22:30.577 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 08:22:30.578 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: subnet-service-types 2026-04-14 08:22:30.578 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: subnet_allocation 2026-04-14 08:22:30.579 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 08:22:30.579 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 08:22:30.582 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 08:22:30.583 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 08:22:30.583 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: trunk 2026-04-14 08:22:30.584 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: trunk-details 2026-04-14 08:22:30.584 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 08:22:30.585 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 08:22:30.586 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 08:22:30.587 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 08:22:30.588 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: vpn-flavors 2026-04-14 08:22:30.589 1 INFO neutron.api.extensions [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Loaded extension: vpnaas 2026-04-14 08:22:30.592 1 INFO oslo_service.service [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Starting 2 workers 2026-04-14 08:22:30.596 1 INFO oslo_service.service [None req-76dda2a4-6608-4c96-a510-e6af9913a95f - - - - - -] Starting 1 workers 2026-04-14 08:23:10.924 10 INFO neutron.db.l3_hamode_db [None req-24ec3a83-5b05-4c9e-9b63-fa1a6b8f4357 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:23:19.110 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b65e4c1f-93ba-4ebb-b3ee-b427c6ad4402 2026-04-14 08:23:20.230 10 INFO neutron.plugins.ml2.plugin [None req-2552a1cd-a698-4152-a7e5-6b9dda5695a8 - - - - - -] Attempt 1 to provision port b65e4c1f-93ba-4ebb-b3ee-b427c6ad4402 2026-04-14 08:23:20.862 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b65e4c1f-93ba-4ebb-b3ee-b427c6ad4402 2026-04-14 08:27:41.094 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dd315a3c-d533-40ab-97e2-ecf10ec0e57b 2026-04-14 08:27:41.400 9 INFO neutron.plugins.ml2.plugin [None req-17e7d585-50e2-40e1-b12c-e0ab1dea14fd - - - - - -] Attempt 1 to provision port dd315a3c-d533-40ab-97e2-ecf10ec0e57b 2026-04-14 08:27:43.081 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dd315a3c-d533-40ab-97e2-ecf10ec0e57b 2026-04-14 08:27:48.934 10 INFO neutron.plugins.ml2.plugin [None req-33f6e57f-57bf-44bc-94a6-3c626e2b1c8d - - - - - -] Attempt 1 to provision port 22a224b5-626f-4241-94b1-f507aa3ff861 2026-04-14 08:31:13.322 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 22a224b5-626f-4241-94b1-f507aa3ff861 2026-04-14 08:31:15.214 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 22a224b5-626f-4241-94b1-f507aa3ff861 2026-04-14 08:39:09.522 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 016ff4bb-4224-4d82-ace1-b88ecb0e5273 2026-04-14 08:39:11.504 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 016ff4bb-4224-4d82-ace1-b88ecb0e5273 2026-04-14 08:54:20.133 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 65b1133a-cccf-40f9-9176-4edcdf45b486 2026-04-14 08:54:21.092 10 INFO neutron.plugins.ml2.plugin [None req-972ae81f-0b91-41df-8308-e71e3291c03d - - - - - -] Attempt 1 to provision port 65b1133a-cccf-40f9-9176-4edcdf45b486 2026-04-14 08:54:21.311 10 INFO neutron.plugins.ml2.plugin [None req-064d80f4-c3c7-4730-a823-e7c3755a07d1 - - - - - -] Attempt 1 to provision port 1c36737e-b172-4360-927d-a2815fdd8695 2026-04-14 08:54:21.565 9 INFO neutron.plugins.ml2.plugin [None req-e187965a-e9ca-444a-b4c4-bb7d5eb45814 - - - - - -] Attempt 1 to provision port e3166e66-b847-49ef-85e0-d51b6533bf67 2026-04-14 08:54:21.913 9 INFO neutron.plugins.ml2.plugin [None req-90db2540-b516-48f7-b27d-03b221256ead - - - - - -] Attempt 1 to provision port 41f719b4-9317-4945-b9bd-c0dd479aa7d9 2026-04-14 08:54:22.228 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 103ed6e1-cb0c-4f3a-b729-24b13baf2f2d 2026-04-14 08:54:22.329 10 INFO neutron.plugins.ml2.plugin [None req-541fda4b-6096-4b05-9a9c-69bbdf5402a9 - - - - - -] Attempt 1 to provision port 103ed6e1-cb0c-4f3a-b729-24b13baf2f2d 2026-04-14 08:54:22.862 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 41f719b4-9317-4945-b9bd-c0dd479aa7d9 2026-04-14 08:54:23.419 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 65b1133a-cccf-40f9-9176-4edcdf45b486 2026-04-14 08:54:23.907 10 INFO neutron.plugins.ml2.plugin [None req-a1c0e479-d1c4-4ddb-9ef5-4a29fc15ca59 - - - - - -] Attempt 1 to provision port 0410f901-bafc-499b-9224-3cadd42640b1 2026-04-14 08:54:24.143 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 41f719b4-9317-4945-b9bd-c0dd479aa7d9 2026-04-14 08:54:24.480 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 103ed6e1-cb0c-4f3a-b729-24b13baf2f2d 2026-04-14 08:54:24.555 9 INFO neutron.plugins.ml2.plugin [None req-df5a96ee-9f55-4134-9e58-95b265d010b8 - - - - - -] Attempt 1 to provision port d65f5de3-1646-4f48-9b16-c9477532d7b0 2026-04-14 08:54:25.107 9 INFO neutron.plugins.ml2.plugin [None req-92eddf65-f2cc-4b65-a8b4-f12ee53170bc - - - - - -] Attempt 1 to provision port d65f5de3-1646-4f48-9b16-c9477532d7b0 2026-04-14 08:54:26.182 10 INFO neutron.plugins.ml2.plugin [None req-a6b29a08-23d0-4cdf-8f20-a276f3dffc6a - - - - - -] Attempt 1 to provision port 23985592-90e2-4b81-ae49-aebc709ed905 2026-04-14 08:54:26.426 9 INFO neutron.plugins.ml2.plugin [None req-e43d332f-7f9f-4578-ab9d-1c7bee156f38 - - - - - -] Attempt 1 to provision port bc7a9b46-a114-4526-a145-b6f9695f8e20 2026-04-14 08:54:26.865 9 INFO neutron.plugins.ml2.plugin [None req-87f50984-5606-4ca7-b5d2-20fe076d56e8 - - - - - -] Attempt 1 to provision port 23985592-90e2-4b81-ae49-aebc709ed905 2026-04-14 08:54:27.316 10 INFO neutron.plugins.ml2.plugin [None req-b710d7da-5299-48ed-add4-4646102e83fa - - - - - -] Attempt 1 to provision port bc7a9b46-a114-4526-a145-b6f9695f8e20 2026-04-14 08:54:27.685 10 INFO neutron.plugins.ml2.plugin [None req-d22c04b1-26b3-4c4c-9047-c7577b4c4ff6 - - - - - -] Attempt 1 to provision port ca194706-ea16-4816-8cc8-f488d96b0adc 2026-04-14 08:54:28.128 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ca194706-ea16-4816-8cc8-f488d96b0adc 2026-04-14 08:54:28.362 9 INFO neutron.plugins.ml2.plugin [None req-3bcc114b-f159-4cee-9082-d282cede2fb6 - - - - - -] Attempt 1 to provision port 81591333-d8be-4871-94da-e4f731c2b95e 2026-04-14 08:54:30.717 9 INFO neutron.plugins.ml2.plugin [None req-7e266284-c892-4ebf-8b17-e543d09d4082 - - - - - -] Attempt 1 to provision port 3c53a3f1-fec5-4be7-86c1-214fd7e6f0ac 2026-04-14 08:54:31.275 9 INFO neutron.plugins.ml2.plugin [None req-3f9ba55f-2f5a-4d82-bbf0-ee06ecc63635 - - - - - -] Attempt 1 to provision port 3c53a3f1-fec5-4be7-86c1-214fd7e6f0ac 2026-04-14 08:54:32.273 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ffc67714-88cc-487d-b4d2-77a6c78a2b93 2026-04-14 08:54:32.782 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ed0ba56b-2dba-4cf3-bd4f-47665dc6ab89 2026-04-14 08:54:33.241 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port c1db8e6a-ecbf-49c5-b7e0-0c421d99d17c 2026-04-14 08:54:33.742 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 746e9a3a-ae23-4d8c-b8d8-219d5458d849 2026-04-14 08:54:34.418 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port c1db8e6a-ecbf-49c5-b7e0-0c421d99d17c 2026-04-14 08:54:34.818 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 746e9a3a-ae23-4d8c-b8d8-219d5458d849 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:54:39.603 9 INFO neutron.plugins.ml2.plugin [None req-60322790-3ab4-42c5-9b28-c45e070ea08b - - - - - -] Attempt 1 to provision port 5814b7b9-561a-455b-a07b-f0e403b9a8a4 2026-04-14 08:54:39.851 9 INFO neutron.plugins.ml2.plugin [None req-6ce6ec7a-9388-4b79-b6bc-76d9ee1f204a - - - - - -] Attempt 1 to provision port 71540ee5-2cae-4cf4-9760-15a9f04380cb 2026-04-14 08:54:40.106 10 INFO neutron.plugins.ml2.plugin [None req-eaf7f814-815b-437e-93f8-1855b3d70d5f - - - - - -] Attempt 1 to provision port 4730dcaa-123d-48fc-b3ab-c1ae9a1d0b16 2026-04-14 08:54:40.310 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a2450fec-4ed6-49c2-8654-813a9b326144 2026-04-14 08:54:40.646 9 INFO neutron.plugins.ml2.plugin [None req-f42f5419-211e-40a0-b7e2-ebf9f0e72645 - - - - - -] Attempt 1 to provision port a2450fec-4ed6-49c2-8654-813a9b326144 2026-04-14 08:54:42.501 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a2450fec-4ed6-49c2-8654-813a9b326144 2026-04-14 08:54:42.587 9 INFO neutron.plugins.ml2.plugin [None req-293d7b91-65a2-41ce-8d85-9c678bc1cec5 - - - - - -] Attempt 1 to provision port bf83bd92-bb14-416c-ba5c-c0455ba64b6f 2026-04-14 08:54:43.364 9 INFO neutron.plugins.ml2.plugin [None req-ddc3cf9b-7aff-4e14-8ac4-3e4dad8303e5 - - - - - -] Attempt 1 to provision port bf83bd92-bb14-416c-ba5c-c0455ba64b6f 2026-04-14 08:54:44.341 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 39ab8171-aef7-4a41-8322-51f2cd07458f 2026-04-14 08:54:46.506 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 5814b7b9-561a-455b-a07b-f0e403b9a8a4 2026-04-14 08:54:47.041 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4730dcaa-123d-48fc-b3ab-c1ae9a1d0b16 2026-04-14 08:54:47.412 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d45e3ef-0f6b-40e7-8245-d4427e1f64b3'] response: {'server_uuid': '4d00ce14-b93c-4e0d-a59f-c69ecd160fa9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5814b7b9-561a-455b-a07b-f0e403b9a8a4', 'code': 200} 2026-04-14 08:54:47.698 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 39ab8171-aef7-4a41-8322-51f2cd07458f 2026-04-14 08:54:48.074 10 INFO neutron.plugins.ml2.plugin [None req-0ceae052-03a7-4e79-83aa-1ed481dc1719 - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 2026-04-14 08:54:48.405 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4730dcaa-123d-48fc-b3ab-c1ae9a1d0b16 2026-04-14 08:54:48.740 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 5814b7b9-561a-455b-a07b-f0e403b9a8a4 2026-04-14 08:54:49.453 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e5e3aeb-ac54-4971-9dad-a1ba1ce81828'] response: {'server_uuid': '26c3fc28-9cee-4500-a0ca-27a119005bf8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4730dcaa-123d-48fc-b3ab-c1ae9a1d0b16', 'code': 200} 2026-04-14 08:54:50.450 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 2026-04-14 08:54:51.350 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-49982cdb-ea1b-4f74-b452-e9a36b132dc2'] response: {'server_uuid': 'f725ac94-4ef2-4b1e-a807-89bf6fedcfe8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81b25a93-8cb4-4440-9024-82b6de60f4f5', 'code': 200} 2026-04-14 08:54:52.437 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:55:02.418 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4211e488-69d3-4d40-ab61-39a9cea56128 2026-04-14 08:55:02.840 10 INFO neutron.plugins.ml2.plugin [None req-af3774ac-ce6b-4247-b803-0b1b4bccd2bd - - - - - -] Attempt 1 to provision port 2a4c1bc3-17f6-4009-b85c-4f3a2715fc10 2026-04-14 08:55:03.622 9 INFO neutron.plugins.ml2.plugin [None req-cd8c35ea-6d1b-4898-bc93-fe24447eff0f - - - - - -] Attempt 1 to provision port 4211e488-69d3-4d40-ab61-39a9cea56128 2026-04-14 08:55:04.346 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4211e488-69d3-4d40-ab61-39a9cea56128 2026-04-14 08:55:05.121 10 INFO neutron.plugins.ml2.plugin [None req-c3c11372-2ed5-4c5f-85e3-71ac3e8eefc0 - - - - - -] Attempt 1 to provision port b011b40c-e608-4c13-8e01-9509bdefbdf7 2026-04-14 08:55:05.886 10 INFO neutron.plugins.ml2.plugin [None req-ce78aed9-aab4-465b-b4f2-7a62915997cc - - - - - -] Attempt 1 to provision port b011b40c-e608-4c13-8e01-9509bdefbdf7 2026-04-14 08:55:06.432 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 9ed73585-a7ba-4886-bcef-8d87d093e627 2026-04-14 08:55:06.996 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 71540ee5-2cae-4cf4-9760-15a9f04380cb 2026-04-14 08:55:07.337 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port bf83bd92-bb14-416c-ba5c-c0455ba64b6f 2026-04-14 08:55:08.414 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 9ed73585-a7ba-4886-bcef-8d87d093e627 2026-04-14 08:55:08.708 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 71540ee5-2cae-4cf4-9760-15a9f04380cb 2026-04-14 08:55:08.925 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port bf83bd92-bb14-416c-ba5c-c0455ba64b6f 2026-04-14 08:55:09.090 10 INFO neutron.plugins.ml2.plugin [None req-95cb807e-ebd5-4c27-a651-148c64109a02 - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 2026-04-14 08:55:10.558 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 2026-04-14 08:55:11.620 9 INFO neutron.plugins.ml2.plugin [None req-2b420897-8fde-4dbc-8013-79e196040515 - - - - - -] Attempt 1 to provision port 4a0f213f-356a-4059-98b2-b271020a84a2 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.651 9 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.651 9 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.651 9 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.651 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 08:55:11.651 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.651 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.653 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.655 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 2 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.700 9 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.700 9 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.700 9 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.700 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 08:55:11.700 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.700 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.701 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.707 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 3 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.764 9 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.764 9 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.764 9 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.764 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 08:55:11.764 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.764 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.765 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.766 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 4 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.802 9 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.802 9 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.802 9 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.802 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 08:55:11.802 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.802 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.803 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.806 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 5 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.840 9 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.840 9 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.840 9 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.840 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 08:55:11.840 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.840 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.841 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.842 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 6 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.867 9 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.867 9 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.867 9 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.867 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 08:55:11.867 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.867 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.868 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.868 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 7 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.900 9 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.900 9 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.900 9 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.900 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 08:55:11.900 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.900 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.901 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.902 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 8 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.937 9 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.937 9 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.937 9 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.937 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 08:55:11.937 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.937 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.938 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.938 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 9 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.968 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.969 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:11.969 9 INFO neutron.plugins.ml2.plugin [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Attempt 10 to bind port aede6444-0453-413d-b5a7-170ab2d1e354 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.989 9 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.989 9 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:55:11.989 9 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:55:11.989 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 08:55:11.989 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 37005d0b-f82f-4f86-8099-37a9edef237f could not be found. 2026-04-14 08:55:11.989 9 ERROR neutron.plugins.ml2.managers  2026-04-14 08:55:11.990 9 ERROR neutron.plugins.ml2.managers [None req-6f431b1e-4fd8-4e63-9929-3b77029b6eff - - - - - -] Failed to bind port aede6444-0453-413d-b5a7-170ab2d1e354 on host instance for vnic_type normal using segments [{'id': '65fed827-3161-4e95-b859-59033f5a898f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 496, 'network_id': 'a4854b98-d594-4442-954a-437667021468'}] 2026-04-14 08:55:12.539 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4fd74e54-b629-48a2-80e1-29cfe60f8cde 2026-04-14 08:55:13.814 9 INFO neutron.plugins.ml2.plugin [None req-7bcbc421-6131-4376-90df-cafb24b186aa - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 2026-04-14 08:55:14.658 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81b25a93-8cb4-4440-9024-82b6de60f4f5 2026-04-14 08:55:15.205 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4a0f213f-356a-4059-98b2-b271020a84a2 2026-04-14 08:55:15.372 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6df50f71-d65f-4e5a-a1cd-e92c00c5c421'] response: {'server_uuid': '47450ebc-844c-4cf2-b89b-8737c1980865', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4a0f213f-356a-4059-98b2-b271020a84a2', 'code': 200} 2026-04-14 08:55:16.347 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4a0f213f-356a-4059-98b2-b271020a84a2 2026-04-14 08:55:20.547 10 INFO neutron.plugins.ml2.plugin [None req-3aa15221-377e-4d69-b207-90d7b110f10d - - - - - -] Attempt 1 to provision port d1bd946c-cf4e-4b10-998f-e6c6b926c874 2026-04-14 08:55:20.553 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d1bd946c-cf4e-4b10-998f-e6c6b926c874 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:55:22.363 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d1bd946c-cf4e-4b10-998f-e6c6b926c874 2026-04-14 08:55:22.452 10 INFO neutron.plugins.ml2.plugin [None req-7ae9b144-2dc5-41ea-be24-24632d259a2c - - - - - -] Attempt 1 to provision port 2225c163-a7b6-426a-b1e1-d745a87149b8 2026-04-14 08:55:25.732 10 INFO neutron.plugins.ml2.plugin [None req-a7cc8da8-b38c-47f9-b5cf-d463b167a51b - - - - - -] Attempt 1 to provision port 37af78af-07a6-497b-8130-61e98ec54e3d 2026-04-14 08:55:26.412 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 472a0719-4a4c-4c84-8010-49de28daf983 2026-04-14 08:55:26.487 9 INFO neutron.plugins.ml2.plugin [None req-aea0bc9d-58c6-426a-9f89-8bb37f9d30b0 - - - - - -] Attempt 1 to provision port 472a0719-4a4c-4c84-8010-49de28daf983 2026-04-14 08:55:28.392 9 INFO neutron.plugins.ml2.plugin [None req-1b3c3f1f-d14b-4c5d-82e9-418ed1ffcd37 - - - - - -] Attempt 1 to provision port 0ad9441d-e1ff-4679-89ec-636f14cb0a33 2026-04-14 08:55:28.413 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 472a0719-4a4c-4c84-8010-49de28daf983 2026-04-14 08:55:29.263 9 INFO neutron.plugins.ml2.plugin [None req-fccf3237-5a65-4298-95b5-a37f90e4f3f9 - - - - - -] Attempt 1 to provision port 0ad9441d-e1ff-4679-89ec-636f14cb0a33 2026-04-14 08:55:30.520 10 INFO neutron.plugins.ml2.plugin [None req-622140cb-d0bd-4029-8a2d-99a51b28e8f5 - - - - - -] Attempt 1 to provision port c7844476-5619-4a2a-bc8b-e1463494dfea 2026-04-14 08:55:30.739 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port cf3fdd05-8fac-4915-8223-6e536f1406cb 2026-04-14 08:55:31.301 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 2a4c1bc3-17f6-4009-b85c-4f3a2715fc10 2026-04-14 08:55:31.647 9 INFO neutron.plugins.ml2.plugin [None req-fdfbc379-a6a3-4884-a018-1d9f66e6a40c - - - - - -] Attempt 1 to provision port 0520b759-a0f8-4158-931d-a05ea32f97c5 2026-04-14 08:55:31.674 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 0520b759-a0f8-4158-931d-a05ea32f97c5 2026-04-14 08:55:32.195 10 INFO neutron.plugins.ml2.plugin [None req-227225e0-2181-46ca-95ff-bdefb14a89dd - - - - - -] Attempt 1 to provision port bd5c5ad9-3cd7-4b01-9c07-6c2e8c6bd40d 2026-04-14 08:55:32.575 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port c7844476-5619-4a2a-bc8b-e1463494dfea 2026-04-14 08:55:32.636 9 INFO neutron.plugins.ml2.plugin [None req-f3deb717-6b14-412d-b576-e76c60cd0655 - - - - - -] Attempt 1 to provision port bd5c5ad9-3cd7-4b01-9c07-6c2e8c6bd40d 2026-04-14 08:55:32.876 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b011b40c-e608-4c13-8e01-9509bdefbdf7 2026-04-14 08:55:33.751 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port cf3fdd05-8fac-4915-8223-6e536f1406cb 2026-04-14 08:55:34.083 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 2a4c1bc3-17f6-4009-b85c-4f3a2715fc10 2026-04-14 08:55:34.318 9 INFO neutron.plugins.ml2.plugin [None req-6fc6f456-9845-40f0-a89d-de366154a780 - - - - - -] Attempt 1 to provision port 42b9a72e-ae12-42eb-b300-989c7a81be56 2026-04-14 08:55:34.320 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b011b40c-e608-4c13-8e01-9509bdefbdf7 2026-04-14 08:55:34.564 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 0520b759-a0f8-4158-931d-a05ea32f97c5 2026-04-14 08:55:34.807 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port c7844476-5619-4a2a-bc8b-e1463494dfea 2026-04-14 08:55:35.163 10 INFO neutron.plugins.ml2.plugin [None req-7132cc70-ffba-48da-968d-121dbefd88cd - - - - - -] Attempt 1 to provision port 42b9a72e-ae12-42eb-b300-989c7a81be56 2026-04-14 08:55:39.553 10 INFO neutron.plugins.ml2.plugin [None req-3ec4d64b-bf26-4691-b410-2f8fea4a4718 - - - - - -] Attempt 1 to provision port 7de89a50-b9f8-4517-88f8-14c856a3dd0e 2026-04-14 08:55:39.653 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-960a21a5-e74c-4f3d-b270-2a3dfd483cd9'] response: {'server_uuid': '47450ebc-844c-4cf2-b89b-8737c1980865', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4a0f213f-356a-4059-98b2-b271020a84a2', 'code': 200} 2026-04-14 08:55:40.670 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4a0f213f-356a-4059-98b2-b271020a84a2 2026-04-14 08:55:40.806 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fd92e6b-84dd-44ae-94fb-8f09793def73'] response: {'server_uuid': '47450ebc-844c-4cf2-b89b-8737c1980865', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4a0f213f-356a-4059-98b2-b271020a84a2', 'code': 200} 2026-04-14 08:55:41.668 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4a0f213f-356a-4059-98b2-b271020a84a2 2026-04-14 08:55:43.655 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 7de89a50-b9f8-4517-88f8-14c856a3dd0e 2026-04-14 08:55:43.844 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-54cfc02b-5cd6-4760-ab98-1a540d068ee0'] response: {'server_uuid': 'bf0249fd-329f-4abe-94f8-d571da1f5ba4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7de89a50-b9f8-4517-88f8-14c856a3dd0e', 'code': 200} 2026-04-14 08:55:43.851 10 INFO neutron.plugins.ml2.plugin [None req-505ae9cb-0beb-4597-9a85-89d889c7b2d9 - - - - - -] Attempt 1 to provision port 174ea541-963d-4fe0-9666-5f92048af1ad 2026-04-14 08:55:44.146 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 174ea541-963d-4fe0-9666-5f92048af1ad 2026-04-14 08:55:44.951 9 INFO neutron.plugins.ml2.plugin [None req-b1d6639f-57c5-4774-8bc2-7915e7d625ff - - - - - -] Attempt 1 to provision port f639014e-dac9-48d6-8060-8a52e2a86c4f 2026-04-14 08:55:45.619 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 37af78af-07a6-497b-8130-61e98ec54e3d 2026-04-14 08:55:45.835 9 INFO neutron.plugins.ml2.plugin [None req-94945855-266c-4127-9af6-eedf580a72e3 - - - - - -] Attempt 1 to provision port f639014e-dac9-48d6-8060-8a52e2a86c4f 2026-04-14 08:55:46.124 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 7de89a50-b9f8-4517-88f8-14c856a3dd0e 2026-04-14 08:55:46.604 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 174ea541-963d-4fe0-9666-5f92048af1ad 2026-04-14 08:55:46.918 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 0ad9441d-e1ff-4679-89ec-636f14cb0a33 2026-04-14 08:55:47.658 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 37af78af-07a6-497b-8130-61e98ec54e3d 2026-04-14 08:55:47.858 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 0ad9441d-e1ff-4679-89ec-636f14cb0a33 2026-04-14 08:55:51.741 9 INFO neutron.plugins.ml2.plugin [None req-5247f18b-f0bf-447a-82dd-a6853ffce5f7 - - - - - -] Attempt 1 to provision port 82c59e11-9249-4251-b5a0-763f62d49326 2026-04-14 08:55:51.812 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 82c59e11-9249-4251-b5a0-763f62d49326 2026-04-14 08:55:53.398 9 INFO neutron.plugins.ml2.plugin [None req-3c757ba6-43d1-4777-8485-6a98d9916eb8 - - - - - -] Attempt 1 to provision port 0b368811-289e-482d-aad1-c16b5980d7e5 2026-04-14 08:55:53.603 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 82c59e11-9249-4251-b5a0-763f62d49326 2026-04-14 08:55:53.752 9 INFO neutron.plugins.ml2.plugin [None req-d9338b54-acb3-4c2c-8540-c6e49cc8fd08 - - - - - -] Attempt 1 to provision port 0b368811-289e-482d-aad1-c16b5980d7e5 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:55:57.250 9 INFO neutron.plugins.ml2.plugin [None req-53951c0d-9924-4258-b8fb-a95c2fa59394 - - - - - -] Attempt 1 to provision port 76286517-a971-45d5-b8f5-11e588168e61 2026-04-14 08:55:57.794 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-95014530-d3ac-447a-85f5-88287002d544'] response: {'server_uuid': '47450ebc-844c-4cf2-b89b-8737c1980865', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4a0f213f-356a-4059-98b2-b271020a84a2', 'code': 200} 2026-04-14 08:55:58.711 10 INFO neutron.plugins.ml2.plugin [None req-a202fa8a-49d8-4098-b6ad-97e3eab4a1a7 - - - - - -] Attempt 1 to provision port 6af54adf-6de4-446b-ac4c-7dcc8f215901 2026-04-14 08:56:03.710 9 INFO neutron.plugins.ml2.plugin [None req-ea39b439-5819-4061-a861-615864a634b9 - - - - - -] Attempt 1 to provision port d903c183-58cf-4334-b541-ce112526daba 2026-04-14 08:56:03.745 9 INFO neutron.plugins.ml2.plugin [None req-ea39b439-5819-4061-a861-615864a634b9 - - - - - -] Attempt 1 to provision port a42ec758-6f15-4802-921d-7684d18174bd 2026-04-14 08:56:03.802 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ba4c9bdf-16e0-4694-bd6d-23cbdb0fb637 2026-04-14 08:56:04.309 9 INFO neutron.plugins.ml2.plugin [None req-a625fb40-3ff7-457b-9185-0f4e14eb2d74 - - - - - -] Attempt 1 to provision port d903c183-58cf-4334-b541-ce112526daba 2026-04-14 08:56:04.431 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a42ec758-6f15-4802-921d-7684d18174bd 2026-04-14 08:56:04.460 10 INFO neutron.plugins.ml2.plugin [None req-31a86449-47c2-4871-aeba-fc6f32a05033 - - - - - -] Attempt 1 to provision port d903c183-58cf-4334-b541-ce112526daba 2026-04-14 08:56:05.580 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ba4c9bdf-16e0-4694-bd6d-23cbdb0fb637 2026-04-14 08:56:05.962 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a42ec758-6f15-4802-921d-7684d18174bd 2026-04-14 08:56:08.990 9 INFO neutron.plugins.ml2.plugin [None req-6f03fd0b-c047-4767-91d3-53b4f8fb3b01 - - - - - -] Attempt 1 to provision port 352229cd-81d8-42f4-b7de-e350e6e8589a 2026-04-14 08:56:10.667 10 INFO neutron.plugins.ml2.plugin [None req-a778a701-b68a-4653-9205-63cfa5cdc0ac - - - - - -] Attempt 1 to provision port a3e1a893-caab-492b-8f52-05f3559d6853 2026-04-14 08:56:11.412 10 INFO neutron.plugins.ml2.plugin [None req-fdbce71d-12fe-47c1-a260-1a019fb2d96c - - - - - -] Attempt 1 to provision port 08f4d082-8f54-4bad-9985-5accf695b82f 2026-04-14 08:56:11.675 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 08f4d082-8f54-4bad-9985-5accf695b82f 2026-04-14 08:56:11.932 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 352229cd-81d8-42f4-b7de-e350e6e8589a 2026-04-14 08:56:12.061 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d0e6bdd-b18c-4aa9-ad77-305ffccd75d0'] response: {'server_uuid': '96c42290-2f74-4fc7-abab-7c6292bafc46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '352229cd-81d8-42f4-b7de-e350e6e8589a', 'code': 200} 2026-04-14 08:56:13.180 10 INFO neutron.plugins.ml2.plugin [None req-0eb37a49-c3a3-4150-b126-168bfb959aa6 - - - - - -] Attempt 1 to provision port 83ab2f52-8e11-49a9-bee1-b4690f819d40 2026-04-14 08:56:13.747 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 08f4d082-8f54-4bad-9985-5accf695b82f 2026-04-14 08:56:13.854 9 INFO neutron.plugins.ml2.plugin [None req-5d5dc2f2-d682-4db9-9e84-2c6b34012599 - - - - - -] Attempt 1 to provision port 83ab2f52-8e11-49a9-bee1-b4690f819d40 2026-04-14 08:56:14.298 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 352229cd-81d8-42f4-b7de-e350e6e8589a 2026-04-14 08:56:14.582 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 76b168e5-e5bb-4bba-b1c6-9e0038791363 2026-04-14 08:56:15.587 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 76b168e5-e5bb-4bba-b1c6-9e0038791363 2026-04-14 08:56:17.541 10 INFO neutron.plugins.ml2.plugin [None req-39fa9434-6cc5-445e-8d1c-7ea9a55866d0 - - - - - -] Attempt 1 to provision port 97c4e33d-4205-4d8f-8555-089a7192bd22 2026-04-14 08:56:18.105 10 INFO neutron.plugins.ml2.plugin [None req-39fa9434-6cc5-445e-8d1c-7ea9a55866d0 - - - - - -] Attempt 2 to provision port 97c4e33d-4205-4d8f-8555-089a7192bd22 2026-04-14 08:56:19.944 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 97c4e33d-4205-4d8f-8555-089a7192bd22 2026-04-14 08:56:20.092 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-59cd8ed0-4c8d-4638-be86-fd730cb74bbc'] response: {'server_uuid': '44204d32-3f93-49ee-9e6c-8f1b997bdb3c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97c4e33d-4205-4d8f-8555-089a7192bd22', 'code': 200} 2026-04-14 08:56:20.451 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d903c183-58cf-4334-b541-ce112526daba 2026-04-14 08:56:20.796 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 6af54adf-6de4-446b-ac4c-7dcc8f215901 2026-04-14 08:56:21.699 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d903c183-58cf-4334-b541-ce112526daba 2026-04-14 08:56:21.945 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 6af54adf-6de4-446b-ac4c-7dcc8f215901 2026-04-14 08:56:25.506 10 INFO neutron.plugins.ml2.plugin [None req-364b57fc-9a3d-49a4-8afe-96b3dfdf5421 - - - - - -] Attempt 1 to provision port bfbdcd12-85c8-4647-9771-9fe604d8e45f 2026-04-14 08:56:25.785 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 16c5ee80-3be9-4259-a8e1-61ad8b99f670 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:56:26.679 10 INFO neutron.plugins.ml2.plugin [None req-47219aac-9ce1-42c0-a210-67018733c3bd - - - - - -] Attempt 1 to provision port 16c5ee80-3be9-4259-a8e1-61ad8b99f670 2026-04-14 08:56:27.736 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 16c5ee80-3be9-4259-a8e1-61ad8b99f670 2026-04-14 08:56:28.006 9 INFO neutron.plugins.ml2.plugin [None req-f41120cd-d911-47a6-b6c2-ed2e3a338404 - - - - - -] Attempt 1 to provision port f1969c58-438a-4ec2-9113-f0ba843b41a1 2026-04-14 08:56:28.655 9 INFO neutron.plugins.ml2.plugin [None req-a682d910-8165-4ac9-b279-8ac89eb7fcb5 - - - - - -] Attempt 1 to provision port f1969c58-438a-4ec2-9113-f0ba843b41a1 2026-04-14 08:56:29.781 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 5edcc3eb-ea84-4e9f-ab16-ac03c8acf801 2026-04-14 08:56:31.241 10 INFO neutron.plugins.ml2.plugin [None req-f2c6b3b5-5fcb-4504-be76-c6ed963ecbf5 - - - - - -] Attempt 1 to provision port ab4bae14-d4a2-440a-9714-163f19dc388d 2026-04-14 08:56:31.872 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 5edcc3eb-ea84-4e9f-ab16-ac03c8acf801 2026-04-14 08:56:32.208 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ab4bae14-d4a2-440a-9714-163f19dc388d 2026-04-14 08:56:33.512 10 INFO neutron.plugins.ml2.plugin [None req-05e7bc2f-518c-4870-b168-e6cdd3257f10 - - - - - -] Attempt 1 to provision port 202b36e5-bd93-459b-a085-a8f110992bcb 2026-04-14 08:56:35.907 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 202b36e5-bd93-459b-a085-a8f110992bcb 2026-04-14 08:56:36.045 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-329399b3-c2a9-4fd8-a5c0-1b07b61d0de0'] response: {'server_uuid': 'a30a23a6-ce54-411f-a40a-0830c0d9d316', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '202b36e5-bd93-459b-a085-a8f110992bcb', 'code': 200} 2026-04-14 08:56:38.228 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a038c401-e5fd-4570-8618-0d705073117a 2026-04-14 08:56:38.403 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3cc2a48-cf9f-42b2-939e-b240d37002f5'] response: {'server_uuid': 'a35fae0c-11c4-4416-a507-f3d772b7714a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a038c401-e5fd-4570-8618-0d705073117a', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:56:39.806 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a038c401-e5fd-4570-8618-0d705073117a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:56:45.825 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b590ccff-6f54-4131-82a9-2aa1104ab33e 2026-04-14 08:56:49.789 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ef8b5580-8d38-43ff-8890-d0d525404485 2026-04-14 08:56:49.862 10 INFO neutron.plugins.ml2.plugin [None req-d2f16d1a-cf41-4bd6-af04-4ac2a9e330e7 - - - - - -] Attempt 1 to provision port 8902ec00-a76e-4bd3-adc9-49e4bb0742cd 2026-04-14 08:56:50.609 9 INFO neutron.plugins.ml2.plugin [None req-f0eeffa6-83e5-4e06-9a68-9f6efd4d78d9 - - - - - -] Attempt 1 to provision port ef8b5580-8d38-43ff-8890-d0d525404485 2026-04-14 08:56:51.724 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port ef8b5580-8d38-43ff-8890-d0d525404485 2026-04-14 08:56:52.523 10 INFO neutron.plugins.ml2.plugin [None req-1ea55efa-cd95-4217-a11f-c06e20e8797e - - - - - -] Attempt 1 to provision port 5a03cfa8-771d-427c-a12a-f6706922ab78 2026-04-14 08:56:53.372 10 INFO neutron.plugins.ml2.plugin [None req-d6992311-823c-467f-b29e-22f3f317ae8b - - - - - -] Attempt 1 to provision port 5a03cfa8-771d-427c-a12a-f6706922ab78 2026-04-14 08:56:53.811 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port e2b2c41d-b0fe-4092-8bdc-c0d87ba25e4d 2026-04-14 08:56:55.775 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port e2b2c41d-b0fe-4092-8bdc-c0d87ba25e4d 2026-04-14 08:56:56.653 9 INFO neutron.plugins.ml2.plugin [None req-cc6b4680-6fdc-411d-9153-d0e239078fb3 - - - - - -] Attempt 1 to provision port 6e82958a-1ee9-4afb-8d9e-a743fbf12ca8 2026-04-14 08:56:57.828 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 67627b33-001c-41b7-b341-8d115ea22f4a 2026-04-14 08:56:58.123 10 INFO neutron.plugins.ml2.plugin [None req-58574c15-1824-4e86-b04b-214777a8a716 - - - - - -] Attempt 1 to provision port 67627b33-001c-41b7-b341-8d115ea22f4a 2026-04-14 08:56:59.520 10 INFO neutron.plugins.ml2.plugin [None req-faa34eba-942a-4202-abd1-1b1a191f6afe - - - - - -] Attempt 1 to provision port afef274d-c6fc-4357-9da9-413fa3f12a2d 2026-04-14 08:56:59.840 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 67627b33-001c-41b7-b341-8d115ea22f4a 2026-04-14 08:57:00.384 10 INFO neutron.plugins.ml2.plugin [None req-fc025190-82f0-4464-86ac-695487bfe68c - - - - - -] Attempt 1 to provision port afef274d-c6fc-4357-9da9-413fa3f12a2d 2026-04-14 08:57:02.019 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 3acedefd-f361-4012-bca4-cd75e68fc4ae 2026-04-14 08:57:03.782 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 3acedefd-f361-4012-bca4-cd75e68fc4ae 2026-04-14 08:57:05.825 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d537b4bc-7f24-4e64-8ef4-0fde1760e303 2026-04-14 08:57:05.975 9 INFO neutron.plugins.ml2.plugin [None req-a41808bd-3452-4781-9ab1-5a2cdb90087f - - - - - -] Attempt 1 to provision port d537b4bc-7f24-4e64-8ef4-0fde1760e303 2026-04-14 08:57:06.356 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d236fa0c-b79d-4fc3-b1d8-76829ac9e07f 2026-04-14 08:57:06.494 10 INFO neutron.plugins.ml2.plugin [None req-72df96e2-f13f-4b71-9edf-4acfb48ae44e - - - - - -] Attempt 1 to provision port d236fa0c-b79d-4fc3-b1d8-76829ac9e07f 2026-04-14 08:57:06.950 9 INFO neutron.plugins.ml2.plugin [None req-ff0b8e3f-e0ee-489f-81e1-e08f8d5b7e92 - - - - - -] Attempt 1 to provision port 276fce2d-8d78-4b4e-a7a2-8df8d336b4ff 2026-04-14 08:57:07.597 9 INFO neutron.plugins.ml2.plugin [None req-c1ea5d2e-4257-4b39-8417-ab5dff674ee5 - - - - - -] Attempt 1 to provision port 276fce2d-8d78-4b4e-a7a2-8df8d336b4ff 2026-04-14 08:57:07.920 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d537b4bc-7f24-4e64-8ef4-0fde1760e303 2026-04-14 08:57:08.227 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port c328bc3b-52a9-45de-aae0-5b5920a25f21 2026-04-14 08:57:08.376 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-383991fa-6174-47f6-97de-776eddfcb12e'] response: {'server_uuid': '0498d266-fae3-4674-944f-d8c315f2d8fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c328bc3b-52a9-45de-aae0-5b5920a25f21', 'code': 200} 2026-04-14 08:57:08.814 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port d236fa0c-b79d-4fc3-b1d8-76829ac9e07f 2026-04-14 08:57:09.274 10 INFO neutron.plugins.ml2.plugin [None req-3655525b-9fae-481c-b0a6-973edfdcce36 - - - - - -] Attempt 1 to provision port 26a42e75-857d-47fe-a4ca-5eb2e8dbe88e 2026-04-14 08:57:09.765 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 5a03cfa8-771d-427c-a12a-f6706922ab78 2026-04-14 08:57:10.162 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port c328bc3b-52a9-45de-aae0-5b5920a25f21 2026-04-14 08:57:10.354 9 INFO neutron.plugins.ml2.plugin [None req-1f5ad93b-3af8-466f-a155-25910d8e7bdf - - - - - -] Attempt 1 to provision port 26a42e75-857d-47fe-a4ca-5eb2e8dbe88e 2026-04-14 08:57:11.804 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 5a03cfa8-771d-427c-a12a-f6706922ab78 2026-04-14 08:57:12.293 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 8902ec00-a76e-4bd3-adc9-49e4bb0742cd 2026-04-14 08:57:13.843 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 8902ec00-a76e-4bd3-adc9-49e4bb0742cd 2026-04-14 08:57:17.869 10 INFO neutron.plugins.ml2.plugin [None req-5a48da31-dbf4-451f-8a2a-7dc84a2f64cc - - - - - -] Attempt 1 to provision port 81ca9c46-f3ff-4f7f-9a69-e1486d375655 2026-04-14 08:57:17.998 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port afef274d-c6fc-4357-9da9-413fa3f12a2d 2026-04-14 08:57:18.361 9 INFO neutron.plugins.ml2.plugin [None req-5c8aa2a2-2279-4bce-90b0-619d91d7f9d0 - - - - - -] Attempt 1 to provision port e9bbe684-93e9-4137-b56e-c11b728c0443 2026-04-14 08:57:18.477 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 6e82958a-1ee9-4afb-8d9e-a743fbf12ca8 2026-04-14 08:57:18.948 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81ca9c46-f3ff-4f7f-9a69-e1486d375655 2026-04-14 08:57:19.520 9 INFO neutron.plugins.ml2.plugin [None req-597f52c4-1d32-4179-a8a2-9193281260a7 - - - - - -] Attempt 1 to provision port e9bbe684-93e9-4137-b56e-c11b728c0443 2026-04-14 08:57:19.758 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port afef274d-c6fc-4357-9da9-413fa3f12a2d 2026-04-14 08:57:20.062 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 6e82958a-1ee9-4afb-8d9e-a743fbf12ca8 2026-04-14 08:57:20.324 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81ca9c46-f3ff-4f7f-9a69-e1486d375655 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-14 08:57:23.895 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dd49fe14-2206-4d47-94c1-b3f74dc2771c 2026-04-14 08:57:24.799 10 INFO neutron.plugins.ml2.plugin [None req-a7417389-524b-4ec2-88f9-c4948d56a803 - - - - - -] Attempt 1 to provision port dd49fe14-2206-4d47-94c1-b3f74dc2771c 2026-04-14 08:57:25.749 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dd49fe14-2206-4d47-94c1-b3f74dc2771c 2026-04-14 08:57:26.068 9 INFO neutron.plugins.ml2.plugin [None req-c1fb5a03-123e-430e-844c-9a162237322a - - - - - -] Attempt 1 to provision port cbad01bf-d012-4134-8a9f-9b0a345261fe 2026-04-14 08:57:26.619 10 INFO neutron.plugins.ml2.plugin [None req-db241f8d-096c-4708-b156-0a7cdc2c5dc3 - - - - - -] Attempt 1 to provision port cbad01bf-d012-4134-8a9f-9b0a345261fe 2026-04-14 08:57:32.121 9 INFO neutron.plugins.ml2.plugin [None req-913ccd9b-255a-4915-8b8a-7e21715311ce - - - - - -] Attempt 1 to provision port 2196cd1a-22c9-4702-bdde-97e83a678a09 2026-04-14 08:57:47.793 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 90d7471c-239d-49ef-9589-e41c32c4d827 2026-04-14 08:57:47.902 10 INFO neutron.plugins.ml2.plugin [None req-e0158eb2-4240-4ac6-ad44-582063197169 - - - - - -] Attempt 1 to provision port 90d7471c-239d-49ef-9589-e41c32c4d827 2026-04-14 08:57:48.305 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 217a93e1-e587-4bd2-9a7c-733bfc0262ee 2026-04-14 08:57:49.134 9 INFO neutron.plugins.ml2.plugin [None req-ba595418-18c9-4c04-8fcf-7caaf0c20e36 - - - - - -] Attempt 1 to provision port 217a93e1-e587-4bd2-9a7c-733bfc0262ee 2026-04-14 08:57:49.564 9 INFO neutron.plugins.ml2.plugin [None req-fa7fc3b8-0d9b-4420-9333-5787f7769626 - - - - - -] Attempt 1 to provision port 107f475b-0365-4d93-adb7-66c5331aeab3 2026-04-14 08:57:49.955 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 107f475b-0365-4d93-adb7-66c5331aeab3 2026-04-14 08:57:50.359 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 81f3c275-b657-44b5-a9e3-1e4580a09f0e 2026-04-14 08:57:50.471 9 INFO neutron.plugins.ml2.plugin [None req-69a826b3-3f0e-44f2-9b06-79e744681fac - - - - - -] Attempt 1 to provision port 81f3c275-b657-44b5-a9e3-1e4580a09f0e 2026-04-14 08:57:50.718 9 INFO neutron.plugins.ml2.plugin [None req-b2b90ca5-91d0-4f6f-8214-5b6ffc7dfb96 - - - - - -] Attempt 1 to provision port a80a7590-9f52-450c-8b3d-898b22d35b69 2026-04-14 08:57:50.927 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port a80a7590-9f52-450c-8b3d-898b22d35b69 2026-04-14 08:57:51.178 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] No ports have port_id starting with a80a7590-9f52-450c-8b3d-898b22d35b69 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.715 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 08:58:07.715 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.715 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.717 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.717 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 2 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.743 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 08:58:07.743 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.743 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.744 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.745 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 3 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.777 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 08:58:07.777 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.777 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.778 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.778 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 4 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.795 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 08:58:07.795 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.795 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.796 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.796 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 5 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.821 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 08:58:07.821 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.821 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.822 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 6 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.840 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 08:58:07.840 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.840 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.841 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.841 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 7 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.866 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 08:58:07.866 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.866 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.867 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.867 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 8 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.882 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 08:58:07.882 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.882 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.883 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.883 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 9 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.897 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 08:58:07.897 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.897 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:07.897 10 INFO neutron.plugins.ml2.plugin [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Attempt 10 to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:07.913 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 08:58:07.913 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 968456b3-2a7c-49c5-9fbc-bfd09c9bf304 could not be found. 2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:07.913 10 ERROR neutron.plugins.ml2.managers [None req-a6383a00-4ecc-4c6f-9bb1-c3a34cd1a4c9 - - - - - -] Failed to bind port ccf02133-d796-41a7-b6a1-37807f3a7e7d on host instance for vnic_type normal using segments [{'id': '582fffe5-d8e6-40b2-8360-c6e568263553', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 456, 'network_id': '150e672b-99dc-4b20-84ec-19514989fdb6'}] 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:09.903 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 08:58:09.903 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.903 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:09.904 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:09.904 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 2 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:09.929 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 08:58:09.929 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.929 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:09.931 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:09.931 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 3 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:09.951 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 08:58:09.951 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:09.951 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:09.951 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 4 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:09.968 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 08:58:09.968 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:09.968 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:09.969 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 5 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:09.984 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 08:58:09.984 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:09.984 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:09.984 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 6 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:10.002 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 08:58:10.002 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.002 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:10.003 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:10.003 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 7 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:10.032 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 08:58:10.032 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.032 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:10.033 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:10.033 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 8 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:10.047 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 08:58:10.047 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.047 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:10.048 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:10.048 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 9 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:10.065 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 08:58:10.065 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.065 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:10.066 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:10.066 10 INFO neutron.plugins.ml2.plugin [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Attempt 10 to bind port d3033726-d87c-44e0-ac78-0f115392d43a 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-14 08:58:10.084 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 08:58:10.084 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b916cb9f-a031-4f9e-a546-95af00126674 could not be found. 2026-04-14 08:58:10.084 10 ERROR neutron.plugins.ml2.managers  2026-04-14 08:58:10.085 10 ERROR neutron.plugins.ml2.managers [None req-c673a6be-4ff2-4052-bbfa-72d1654204ee - - - - - -] Failed to bind port d3033726-d87c-44e0-ac78-0f115392d43a on host instance for vnic_type normal using segments [{'id': '0ae04762-3804-404c-9103-963012402002', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 775, 'network_id': '590e81fd-3a67-4dd7-9f2f-95d436b28635'}] 2026-04-14 08:58:51.895 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 1478daf2-8643-43cc-a823-5daccc443e01 2026-04-14 08:58:53.329 10 INFO neutron.plugins.ml2.plugin [None req-cb5a1bb6-1045-4d7f-b59b-69ceecbd9b75 - - - - - -] Attempt 1 to provision port 1478daf2-8643-43cc-a823-5daccc443e01 2026-04-14 08:58:53.897 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 1478daf2-8643-43cc-a823-5daccc443e01 2026-04-14 08:58:54.163 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4c4ed632-5b13-4338-ad62-7b15d90ec283 2026-04-14 08:58:54.431 10 INFO neutron.plugins.ml2.plugin [None req-35d6bd53-c4d5-4de2-bb2d-8922d19ebabb - - - - - -] Attempt 1 to provision port 9b883bd6-f3ab-4fc9-ad33-fb7f4a497c4e 2026-04-14 08:58:54.639 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 364e4097-d0cd-44dc-b974-9698e34cd552 2026-04-14 08:58:55.007 10 INFO neutron.plugins.ml2.plugin [None req-1d8dc2dd-ca7d-4821-a009-7e567497dfda - - - - - -] Attempt 1 to provision port 1478daf2-8643-43cc-a823-5daccc443e01 2026-04-14 08:58:55.190 10 INFO neutron.plugins.ml2.plugin [None req-128b2de0-0c95-403b-bba1-da8ae981a5bf - - - - - -] Attempt 1 to provision port 364e4097-d0cd-44dc-b974-9698e34cd552 2026-04-14 08:58:55.793 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 364e4097-d0cd-44dc-b974-9698e34cd552 2026-04-14 08:58:55.860 9 INFO neutron.plugins.ml2.plugin [None req-9133985c-ea84-4a32-b201-0d29755e9879 - - - - - -] Attempt 1 to provision port 4c4ed632-5b13-4338-ad62-7b15d90ec283 2026-04-14 08:58:56.036 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 4c4ed632-5b13-4338-ad62-7b15d90ec283 2026-04-14 08:58:56.961 9 INFO neutron.plugins.ml2.plugin [None req-55793b97-5fc4-4045-9b5f-0f6df1b5f803 - - - - - -] Attempt 1 to provision port e96e2a6f-10ac-4e8b-98d7-9ce7d7ca0555 2026-04-14 08:58:57.201 10 INFO neutron.plugins.ml2.plugin [None req-d78265e7-f602-4337-b8cd-6d07d2126a2c - - - - - -] Attempt 1 to provision port 364e4097-d0cd-44dc-b974-9698e34cd552 2026-04-14 08:58:57.724 10 INFO neutron.plugins.ml2.plugin [None req-35b7369b-cd3c-4259-9421-8f19cfe22f7f - - - - - -] Attempt 1 to provision port e96e2a6f-10ac-4e8b-98d7-9ce7d7ca0555 2026-04-14 08:58:57.796 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dbdd09ee-c184-4406-8070-7d911f6fdbf4 2026-04-14 08:58:57.866 10 INFO neutron.plugins.ml2.plugin [None req-92d1c316-bdcc-47a5-a4d1-97a5c1ef2324 - - - - - -] Attempt 1 to provision port 4c4ed632-5b13-4338-ad62-7b15d90ec283 2026-04-14 08:58:59.548 10 INFO neutron.plugins.ml2.plugin [None req-d1493e22-6de8-4a7d-8290-daceb021549a - - - - - -] Attempt 1 to provision port cccab176-bb98-42aa-810c-caade4c3b0a4 2026-04-14 08:58:59.814 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dbdd09ee-c184-4406-8070-7d911f6fdbf4 2026-04-14 08:59:00.403 9 INFO neutron.plugins.ml2.plugin [None req-ffb2a964-013f-4254-9ffc-f7c9fd389d67 - - - - - -] Attempt 1 to provision port cccab176-bb98-42aa-810c-caade4c3b0a4 2026-04-14 08:59:01.346 9 INFO neutron.plugins.ml2.plugin [None req-ec300e27-4d0f-4105-beca-d596d1bb4ca6 - - - - - -] Attempt 1 to provision port dfab904c-ba86-4d19-9f5e-36b9fd528f62 2026-04-14 08:59:02.196 9 INFO neutron.plugins.ml2.plugin [None req-76450efc-6cb5-4546-8b02-f3b89130ef58 - - - - - -] Attempt 1 to provision port dfab904c-ba86-4d19-9f5e-36b9fd528f62 2026-04-14 08:59:09.855 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port f4b85d59-de13-4ec5-89e1-eff3fc52f7a9 2026-04-14 08:59:09.986 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6202747d-8499-4187-806f-b08415891d3f'] response: {'server_uuid': '21de379e-8b71-40dd-908d-f62bf344c60a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f4b85d59-de13-4ec5-89e1-eff3fc52f7a9', 'code': 200} 2026-04-14 08:59:11.801 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port f4b85d59-de13-4ec5-89e1-eff3fc52f7a9 2026-04-14 08:59:17.803 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dfab904c-ba86-4d19-9f5e-36b9fd528f62 2026-04-14 08:59:18.260 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port e96e2a6f-10ac-4e8b-98d7-9ce7d7ca0555 2026-04-14 08:59:18.571 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 9b883bd6-f3ab-4fc9-ad33-fb7f4a497c4e 2026-04-14 08:59:18.872 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port cccab176-bb98-42aa-810c-caade4c3b0a4 2026-04-14 08:59:19.809 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port dfab904c-ba86-4d19-9f5e-36b9fd528f62 2026-04-14 08:59:20.058 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port e96e2a6f-10ac-4e8b-98d7-9ce7d7ca0555 2026-04-14 08:59:20.318 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 9b883bd6-f3ab-4fc9-ad33-fb7f4a497c4e 2026-04-14 08:59:20.517 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port cccab176-bb98-42aa-810c-caade4c3b0a4 2026-04-14 08:59:21.849 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 141587f7-2670-4adb-b01f-80065c758071 2026-04-14 08:59:21.962 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c72cb47-63ad-4096-8c4a-724898d36291'] response: {'server_uuid': '1fdb7f82-bc18-40c0-8702-2d27c6267d24', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '141587f7-2670-4adb-b01f-80065c758071', 'code': 200} 2026-04-14 08:59:23.805 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 141587f7-2670-4adb-b01f-80065c758071 2026-04-14 08:59:40.465 10 INFO neutron.plugins.ml2.plugin [None req-b435532c-4dca-4860-9284-72ecda827df2 - - - - - -] Attempt 1 to provision port 7411c42e-5535-42c5-a060-de0605d1b455 2026-04-14 08:59:54.708 10 INFO neutron.plugins.ml2.plugin [None req-909267bf-4340-4818-a07e-febaaf490e40 - - - - - -] Attempt 1 to provision port e8578b94-c0ad-48c0-9d29-b9df156a80bb 2026-04-14 08:59:55.912 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port e8578b94-c0ad-48c0-9d29-b9df156a80bb 2026-04-14 08:59:56.124 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-85bf72bd-c1f8-4440-8dde-fca10a63dc97'] response: {'server_uuid': '782ef13b-5bf1-42c1-ab8a-30fd4107cb42', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8578b94-c0ad-48c0-9d29-b9df156a80bb', 'code': 200} 2026-04-14 08:59:57.838 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port e8578b94-c0ad-48c0-9d29-b9df156a80bb 2026-04-14 09:00:35.864 9 INFO neutron.plugins.ml2.plugin [None req-c94f3e92-7b30-4d0a-82f7-cefd6ad0927f - - - - - -] Attempt 1 to provision port 00434edc-9532-4364-9813-1063cab28b03 2026-04-14 09:00:39.900 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 00434edc-9532-4364-9813-1063cab28b03 2026-04-14 09:00:40.112 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2571f2d7-b498-49cb-ac3a-008059a54e6e'] response: {'server_uuid': '782ef13b-5bf1-42c1-ab8a-30fd4107cb42', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '00434edc-9532-4364-9813-1063cab28b03', 'code': 200} 2026-04-14 09:00:41.849 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 00434edc-9532-4364-9813-1063cab28b03 2026-04-14 09:01:10.071 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b267fba6-a126-4fcf-986c-42a0ead8a15e 2026-04-14 09:01:10.201 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-be350325-72bd-4fca-a231-c4725843d251'] response: {'server_uuid': '782ef13b-5bf1-42c1-ab8a-30fd4107cb42', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b267fba6-a126-4fcf-986c-42a0ead8a15e', 'code': 200} 2026-04-14 09:01:11.888 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b267fba6-a126-4fcf-986c-42a0ead8a15e 2026-04-14 09:01:19.962 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 3267363e-84e5-4f59-a0d4-8f526b5c4a0e 2026-04-14 09:01:20.092 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-58d5af46-2729-48ee-872e-0c78127ce0dd'] response: {'server_uuid': '782ef13b-5bf1-42c1-ab8a-30fd4107cb42', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3267363e-84e5-4f59-a0d4-8f526b5c4a0e', 'code': 200} 2026-04-14 09:01:21.006 10 INFO neutron.plugins.ml2.plugin [None req-57712044-2feb-4bdc-9139-17877c0dcdbd - - - - - -] Attempt 1 to provision port 3267363e-84e5-4f59-a0d4-8f526b5c4a0e 2026-04-14 09:01:21.984 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 3267363e-84e5-4f59-a0d4-8f526b5c4a0e 2026-04-14 09:01:30.988 9 INFO neutron.plugins.ml2.plugin [None req-3dad74ff-85b1-46e2-8d0c-09b6c9f3934e - - - - - -] Attempt 1 to provision port 3267363e-84e5-4f59-a0d4-8f526b5c4a0e 2026-04-14 09:01:31.973 10 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port 3267363e-84e5-4f59-a0d4-8f526b5c4a0e 2026-04-14 09:01:56.966 10 INFO neutron.plugins.ml2.plugin [None req-23a10ae4-3cca-4679-87af-657c52428bf1 - - - - - -] Attempt 1 to provision port b267fba6-a126-4fcf-986c-42a0ead8a15e 2026-04-14 09:01:57.975 9 INFO neutron.plugins.ml2.plugin [None req-184a6f2c-e369-4fdd-b770-fce9e2ff6e88 - - - - - -] Attempt 1 to provision port b267fba6-a126-4fcf-986c-42a0ead8a15e