+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-07 23:58:41.785 1 INFO neutron.common.config [-] Logging enabled! 2026-05-07 23:58:41.785 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-07 23:58:41.785 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-07 23:58:41.786 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 23:58:42.557 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 23:58:42.559 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 23:58:42.562 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-07 23:58:42.562 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 23:58:42.562 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 23:58:42.563 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 23:58:42.563 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:58:42.568 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:58:42.568 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:58:42.568 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 23:58:42.584 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 23:58:42.585 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 23:58:42.585 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 23:58:42.615 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 23:58:42.615 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 23:58:42.615 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 23:58:42.615 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 23:58:42.621 1 WARNING oslo_policy.policy [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-05-07 23:58:42.898 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 23:58:43.161 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 23:58:43.161 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 23:58:43.162 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 23:58:43.211 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 23:58:43.211 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 23:58:43.212 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 23:58:43.212 1 INFO neutron.plugins.ml2.extensions.port_security [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 23:58:43.212 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing extension driver 'qos' 2026-05-07 23:58:43.213 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 23:58:43.213 1 INFO neutron.plugins.ml2.managers [None req-d3bacd6a-9824-4c42-827d-5bef9cae29e5 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 23:58:43.225 1 INFO neutron.quota [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded quota_driver: . 2026-05-07 23:58:43.225 1 INFO neutron.plugins.ml2.plugin [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 23:58:43.226 1 INFO neutron.plugins.ml2.managers [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 23:58:43.226 1 INFO neutron.plugins.ml2.managers [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 23:58:43.226 1 INFO neutron.plugins.ml2.managers [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 23:58:43.226 1 INFO neutron.extensions.vlantransparent [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Disabled vlantransparent extension. 2026-05-07 23:58:43.226 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: qos 2026-05-07 23:58:43.235 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: router 2026-05-07 23:58:43.262 1 INFO neutron.services.service_base [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 23:58:43.263 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: segments 2026-05-07 23:58:43.323 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: trunk 2026-05-07 23:58:43.374 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: vpnaas 2026-05-07 23:58:43.411 1 WARNING stevedore.named [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 23:58:43.475 1 INFO neutron_vpnaas.services.vpn.plugin [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 23:58:43.475 1 INFO neutron.common.utils [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 23:58:43.475 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 23:58:43.479 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: tag 2026-05-07 23:58:43.486 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: timestamp 2026-05-07 23:58:43.488 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 23:58:43.492 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: flavors 2026-05-07 23:58:43.495 1 INFO neutron.manager [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loading Plugin: revisions 2026-05-07 23:58:43.497 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Initializing extension manager. 2026-05-07 23:58:43.498 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: address-group 2026-05-07 23:58:43.499 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: address-scope 2026-05-07 23:58:43.499 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 23:58:43.500 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: agent 2026-05-07 23:58:43.501 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 23:58:43.502 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 23:58:43.502 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 23:58:43.503 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: availability_zone 2026-05-07 23:58:43.503 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 23:58:43.504 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 23:58:43.504 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 23:58:43.505 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 23:58:43.506 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: dns-integration 2026-05-07 23:58:43.506 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 23:58:43.507 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 23:58:43.507 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: dvr 2026-05-07 23:58:43.508 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 23:58:43.508 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 23:58:43.509 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 23:58:43.509 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 23:58:43.509 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: external-net 2026-05-07 23:58:43.510 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 23:58:43.510 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: extraroute 2026-05-07 23:58:43.511 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 23:58:43.512 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 23:58:43.512 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 23:58:43.512 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 23:58:43.513 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 23:58:43.513 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: fip-port-details 2026-05-07 23:58:43.514 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: flavors 2026-05-07 23:58:43.515 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 23:58:43.515 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 23:58:43.516 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: ip_allocation 2026-05-07 23:58:43.516 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 23:58:43.517 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 23:58:43.518 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: router 2026-05-07 23:58:43.519 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 23:58:43.519 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 23:58:43.520 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: l3-ha 2026-05-07 23:58:43.520 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 23:58:43.521 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 23:58:43.521 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: l3-flavors 2026-05-07 23:58:43.522 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 23:58:43.522 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 23:58:43.524 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 23:58:43.525 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 23:58:43.525 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 23:58:43.526 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 23:58:43.527 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 23:58:43.527 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: multi-provider 2026-05-07 23:58:43.528 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: net-mtu 2026-05-07 23:58:43.528 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 23:58:43.529 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 23:58:43.529 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: network_ha 2026-05-07 23:58:43.530 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 23:58:43.530 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 23:58:43.531 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: pagination 2026-05-07 23:58:43.531 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-device-profile 2026-05-07 23:58:43.532 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 23:58:43.532 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 23:58:43.533 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-mac-override 2026-05-07 23:58:43.533 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 23:58:43.534 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 23:58:43.534 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-resource-request 2026-05-07 23:58:43.534 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 23:58:43.535 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: binding 2026-05-07 23:58:43.536 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: binding-extended 2026-05-07 23:58:43.536 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-security 2026-05-07 23:58:43.536 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: project-id 2026-05-07 23:58:43.537 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: provider 2026-05-07 23:58:43.538 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos 2026-05-07 23:58:43.539 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 23:58:43.539 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 23:58:43.540 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-default 2026-05-07 23:58:43.540 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-fip 2026-05-07 23:58:43.541 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 23:58:43.541 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 23:58:43.542 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 23:58:43.542 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 23:58:43.543 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 23:58:43.543 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-pps 2026-05-07 23:58:43.544 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 23:58:43.544 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 23:58:43.545 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 23:58:43.545 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 23:58:43.546 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: quotas 2026-05-07 23:58:43.548 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: quota_details 2026-05-07 23:58:43.549 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: rbac-policies 2026-05-07 23:58:43.550 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 23:58:43.550 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 23:58:43.551 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 23:58:43.551 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 23:58:43.552 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: revision-if-match 2026-05-07 23:58:43.552 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 23:58:43.553 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 23:58:43.553 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 23:58:43.554 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 23:58:43.555 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 23:58:43.555 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 23:58:43.556 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 23:58:43.556 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 23:58:43.562 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: security-group 2026-05-07 23:58:43.563 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: segment 2026-05-07 23:58:43.564 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 23:58:43.564 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: service-type 2026-05-07 23:58:43.565 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: sorting 2026-05-07 23:58:43.565 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 23:58:43.566 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 23:58:43.566 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 23:58:43.567 1 WARNING neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 23:58:43.567 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 23:58:43.568 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 23:58:43.568 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 23:58:43.568 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 23:58:43.569 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 23:58:43.570 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 23:58:43.570 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 23:58:43.572 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 23:58:43.573 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 23:58:43.574 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: trunk 2026-05-07 23:58:43.574 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: trunk-details 2026-05-07 23:58:43.574 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 23:58:43.575 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 23:58:43.576 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 23:58:43.576 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 23:58:43.577 1 INFO neutron.api.extensions [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Loaded extension: vpnaas 2026-05-07 23:58:43.580 1 INFO oslo_service.service [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Starting 2 workers 2026-05-07 23:58:43.584 1 INFO oslo_service.service [None req-ae628ec1-cfe9-459f-9aaa-b80d4c202174 - - - - - -] Starting 1 workers 2026-05-07 23:59:23.380 10 INFO neutron.db.l3_hamode_db [None req-e8ea1d13-0dea-4cda-a3d0-a758b6a74d2c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 23:59:37.740 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 96a0f345-0282-4a28-9d82-e2c4dced7847 2026-05-07 23:59:39.142 9 INFO neutron.plugins.ml2.plugin [None req-037e4650-ce01-492d-b933-ceb165d39c87 - - - - - -] Attempt 1 to provision port 96a0f345-0282-4a28-9d82-e2c4dced7847 2026-05-07 23:59:39.674 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 96a0f345-0282-4a28-9d82-e2c4dced7847 2026-05-08 00:03:51.867 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 38fb7e8a-36fb-45d0-9616-b5d94d4ef71b 2026-05-08 00:03:52.534 10 INFO neutron.plugins.ml2.plugin [None req-f2b3adc9-4964-4b10-8428-bb77790a9d50 - - - - - -] Attempt 1 to provision port 38fb7e8a-36fb-45d0-9616-b5d94d4ef71b 2026-05-08 00:03:53.851 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 38fb7e8a-36fb-45d0-9616-b5d94d4ef71b 2026-05-08 00:03:59.559 9 INFO neutron.plugins.ml2.plugin [None req-2c5769b0-fa90-4ad1-b08c-23e3f67334bb - - - - - -] Attempt 1 to provision port 1b51f60d-d739-4ba5-9d92-d962efefa881 2026-05-08 00:07:44.102 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 1b51f60d-d739-4ba5-9d92-d962efefa881 2026-05-08 00:07:45.989 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 1b51f60d-d739-4ba5-9d92-d962efefa881 2026-05-08 00:18:04.413 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 1c3660c5-683b-4fc0-bfc4-8236f2e68410 2026-05-08 00:18:06.395 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 1c3660c5-683b-4fc0-bfc4-8236f2e68410 2026-05-08 00:32:27.059 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port f749e6a4-16a0-47c0-ac62-42987fe33c64 2026-05-08 00:32:27.304 10 INFO neutron.plugins.ml2.plugin [None req-5c5882fa-40c1-457b-9218-f3c4d29ce9c5 - - - - - -] Attempt 1 to provision port 0dd7cc60-ca5e-4952-8b92-2df19f11219c 2026-05-08 00:32:27.489 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 3d0a0895-a206-46c5-b284-1f2c0bbabd4c 2026-05-08 00:32:27.784 9 INFO neutron.plugins.ml2.plugin [None req-3e6f1e24-bb19-4c8a-a91e-04aed3bae393 - - - - - -] Attempt 1 to provision port 43c44e62-b0ad-4ce2-af02-58e8a8c3fc5f 2026-05-08 00:32:27.932 9 INFO neutron.plugins.ml2.plugin [None req-64163f48-859f-4acf-b475-013a12c5fd7b - - - - - -] Attempt 1 to provision port 3d0a0895-a206-46c5-b284-1f2c0bbabd4c 2026-05-08 00:32:28.134 10 INFO neutron.plugins.ml2.plugin [None req-bbf0484b-143f-4278-a049-04e90803a7bd - - - - - -] Attempt 1 to provision port f749e6a4-16a0-47c0-ac62-42987fe33c64 2026-05-08 00:32:28.975 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port f749e6a4-16a0-47c0-ac62-42987fe33c64 2026-05-08 00:32:29.496 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 3d0a0895-a206-46c5-b284-1f2c0bbabd4c 2026-05-08 00:32:30.412 9 INFO neutron.plugins.ml2.plugin [None req-973ed39a-0bc9-475c-86b9-e28456d22094 - - - - - -] Attempt 1 to provision port 0189092b-fc24-46d9-b46d-dd478a63ea50 2026-05-08 00:32:30.676 10 INFO neutron.plugins.ml2.plugin [None req-f27a4e37-c0fb-478a-ae34-101f569fe341 - - - - - -] Attempt 1 to provision port 3fa6ba75-b092-4cc6-b62b-e55fbb35d503 2026-05-08 00:32:30.965 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 04f5b97d-de40-4697-9976-19997dbd144d 2026-05-08 00:32:31.120 9 INFO neutron.plugins.ml2.plugin [None req-7b961dfb-eb5e-478b-8835-9d7b9bf248c4 - - - - - -] Attempt 1 to provision port 0189092b-fc24-46d9-b46d-dd478a63ea50 2026-05-08 00:32:31.573 9 INFO neutron.plugins.ml2.plugin [None req-69087343-da4b-4ddb-9e07-c991d3ad5acf - - - - - -] Attempt 1 to provision port 04f5b97d-de40-4697-9976-19997dbd144d 2026-05-08 00:32:31.958 9 INFO neutron.plugins.ml2.plugin [None req-c95830fa-8e10-4ec1-8c82-f7fd64cd7338 - - - - - -] Attempt 1 to provision port ca1adc00-42ad-4dc2-ad80-65ff4a600dd6 2026-05-08 00:32:32.622 10 INFO neutron.plugins.ml2.plugin [None req-84d2ecdb-8f13-48a4-bb91-dd8cfbc585a0 - - - - - -] Attempt 1 to provision port ca1adc00-42ad-4dc2-ad80-65ff4a600dd6 2026-05-08 00:32:32.955 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 04f5b97d-de40-4697-9976-19997dbd144d 2026-05-08 00:32:33.572 10 INFO neutron.plugins.ml2.plugin [None req-4f6bd245-57d6-4726-8d7c-705bb43b499e - - - - - -] Attempt 1 to provision port fabe3a2d-903d-401c-b755-23920b661adf 2026-05-08 00:32:34.220 9 INFO neutron.plugins.ml2.plugin [None req-11a021e8-fc97-4ef9-85c9-9eaf48eaeb58 - - - - - -] Attempt 1 to provision port fabe3a2d-903d-401c-b755-23920b661adf 2026-05-08 00:32:34.268 9 INFO neutron.plugins.ml2.plugin [None req-11a021e8-fc97-4ef9-85c9-9eaf48eaeb58 - - - - - -] Attempt 1 to provision port fc159b72-61c4-4cab-a913-bff4643dfe3b 2026-05-08 00:32:34.957 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8052849e-bdea-4e39-85df-09447ed08d6d 2026-05-08 00:32:35.326 10 INFO neutron.plugins.ml2.plugin [None req-1f304e92-a8e3-4e85-9151-4bc53a7804e5 - - - - - -] Attempt 1 to provision port 8052849e-bdea-4e39-85df-09447ed08d6d 2026-05-08 00:32:36.749 10 INFO neutron.plugins.ml2.plugin [None req-c04cfcea-9a2d-4e09-b41d-7c6c992ad354 - - - - - -] Attempt 1 to provision port 23cd0ad4-2f61-4082-9ac3-b5c5fa30bc84 2026-05-08 00:32:36.951 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8052849e-bdea-4e39-85df-09447ed08d6d 2026-05-08 00:32:37.294 9 INFO neutron.plugins.ml2.plugin [None req-64b97ab1-4982-4ca9-890f-46d4725a02ab - - - - - -] Attempt 1 to provision port 23cd0ad4-2f61-4082-9ac3-b5c5fa30bc84 2026-05-08 00:32:39.110 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ec7eddc3-508b-4175-8149-e01ac8525dab 2026-05-08 00:32:39.681 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 6dec9ea5-cccd-4c07-8dd9-6da8ceae07fd 2026-05-08 00:32:39.919 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 65454e97-9ee7-4b93-8cc4-50002454e53c 2026-05-08 00:32:40.427 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 770e6a1b-47b8-4112-94e3-79976effc829 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:32:41.235 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 65454e97-9ee7-4b93-8cc4-50002454e53c 2026-05-08 00:32:41.546 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 770e6a1b-47b8-4112-94e3-79976effc829 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:32:45.905 9 INFO neutron.plugins.ml2.plugin [None req-18216507-c771-4126-b73b-57da9ed35592 - - - - - -] Attempt 1 to provision port cdff7706-0248-4be0-b22e-1ad76cecbf4d 2026-05-08 00:32:46.359 9 INFO neutron.plugins.ml2.plugin [None req-20fd9034-5fda-4572-984f-5e5e678182e4 - - - - - -] Attempt 1 to provision port 45d66d0a-8cfe-4381-8638-9ce3679ecf8f 2026-05-08 00:32:46.917 9 INFO neutron.plugins.ml2.plugin [None req-bf8d2e92-74f6-432f-8b65-254f240bd31c - - - - - -] Attempt 1 to provision port 5ef21c9c-f371-4939-a272-70430b4c000e 2026-05-08 00:32:47.413 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 16b0faf9-8b62-4352-98cd-6881c18749f6 2026-05-08 00:32:47.524 10 INFO neutron.plugins.ml2.plugin [None req-e9f8ce5f-3bde-440f-9be3-be8b4cae8612 - - - - - -] Attempt 1 to provision port 16b0faf9-8b62-4352-98cd-6881c18749f6 2026-05-08 00:32:48.211 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 5ef21c9c-f371-4939-a272-70430b4c000e 2026-05-08 00:32:48.376 10 INFO neutron.plugins.ml2.plugin [None req-63b8b3b2-4d9e-43fe-af89-b04172f8a52e - - - - - -] Attempt 1 to provision port 626d2205-076b-45a7-b421-41b3622bf2a7 2026-05-08 00:32:48.840 9 INFO neutron.plugins.ml2.plugin [None req-3ddabbff-c70a-4301-b663-4bccdb7f4cd2 - - - - - -] Attempt 1 to provision port 8c763e51-3f47-47ac-ae91-8f8d3ac0777e 2026-05-08 00:32:48.885 9 INFO neutron.plugins.ml2.plugin [None req-3ddabbff-c70a-4301-b663-4bccdb7f4cd2 - - - - - -] Attempt 1 to provision port 97e50f10-456f-45e5-8ee4-4e5366ad7242 2026-05-08 00:32:49.251 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 90625211-a94c-4799-bee2-b2be689fcbdd 2026-05-08 00:32:49.346 9 INFO neutron.plugins.ml2.plugin [None req-f7b1d856-91dd-4206-a2dd-e77ddf88c3c9 - - - - - -] Attempt 1 to provision port 8c763e51-3f47-47ac-ae91-8f8d3ac0777e 2026-05-08 00:32:49.500 10 INFO neutron.plugins.ml2.plugin [None req-6489306b-42ae-4861-a9b9-ef68efd8ab22 - - - - - -] Attempt 1 to provision port 4a144a0e-f299-4645-badc-b319a5e133dd 2026-05-08 00:32:49.885 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 16b0faf9-8b62-4352-98cd-6881c18749f6 2026-05-08 00:32:50.157 10 INFO neutron.plugins.ml2.plugin [None req-2720b1b3-5f58-45ba-96f9-d6d57bed0ea6 - - - - - -] Attempt 1 to provision port 4a144a0e-f299-4645-badc-b319a5e133dd 2026-05-08 00:32:50.170 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 5ef21c9c-f371-4939-a272-70430b4c000e 2026-05-08 00:32:51.275 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 90625211-a94c-4799-bee2-b2be689fcbdd 2026-05-08 00:32:51.721 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8998f62f-309c-445c-87c1-d83de022e626 2026-05-08 00:32:53.202 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8998f62f-309c-445c-87c1-d83de022e626 2026-05-08 00:32:54.647 9 INFO neutron.plugins.ml2.plugin [None req-05f93df9-9998-4bb7-91b8-e365d926ac66 - - - - - -] Attempt 1 to provision port 8cb46304-85dd-46ab-9ea5-3f3c5464f310 2026-05-08 00:32:55.275 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 626d2205-076b-45a7-b421-41b3622bf2a7 2026-05-08 00:32:55.722 10 INFO neutron.plugins.ml2.plugin [None req-bbffb592-7a2c-4e95-9954-0294f74e1e87 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:32:55.900 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-79bf0fe2-e6f9-4418-8e72-f9c3a79ac5b0'] response: {'server_uuid': 'd65d7cc5-97bc-49cd-960a-57501159d124', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '626d2205-076b-45a7-b421-41b3622bf2a7', 'code': 200} 2026-05-08 00:32:55.955 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 97e50f10-456f-45e5-8ee4-4e5366ad7242 2026-05-08 00:32:57.397 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 626d2205-076b-45a7-b421-41b3622bf2a7 2026-05-08 00:32:57.681 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8cb46304-85dd-46ab-9ea5-3f3c5464f310 2026-05-08 00:32:57.949 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-946708fa-af19-41f4-a323-53f5ed1121d4'] response: {'server_uuid': '428ad8aa-1ab6-457a-8243-f3e0a8eb95a7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97e50f10-456f-45e5-8ee4-4e5366ad7242', 'code': 200} 2026-05-08 00:32:57.950 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-946708fa-af19-41f4-a323-53f5ed1121d4'] response: {'server_uuid': '5759793f-520a-4f86-bfb4-f39050be17b3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8cb46304-85dd-46ab-9ea5-3f3c5464f310', 'code': 200} 2026-05-08 00:32:58.472 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 97e50f10-456f-45e5-8ee4-4e5366ad7242 2026-05-08 00:32:59.038 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:32:59.855 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8cb46304-85dd-46ab-9ea5-3f3c5464f310 2026-05-08 00:33:00.118 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:33:00.997 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8326f36c-4907-4b4d-b601-6e9434c03b8c'] response: {'server_uuid': '83ee94eb-17b7-4037-bcae-ed56775399a5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b4992da8-bbb8-438c-9520-78982d72045d', 'code': 200} 2026-05-08 00:33:10.690 9 INFO neutron.plugins.ml2.plugin [None req-128e14c7-83b5-4be5-baf6-937bb37e42b5 - - - - - -] Attempt 1 to provision port 1d7b47ae-b022-4d77-bdb2-f37a9c6e4e1c 2026-05-08 00:33:11.241 9 INFO neutron.plugins.ml2.plugin [None req-088917fb-9eb0-4cfc-807f-72ccbef78ddc - - - - - -] Attempt 1 to provision port 29821c05-bcb4-45e0-a172-a8b367b605e5 2026-05-08 00:33:11.873 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 29821c05-bcb4-45e0-a172-a8b367b605e5 2026-05-08 00:33:12.821 10 INFO neutron.plugins.ml2.plugin [None req-49e28b69-1f4e-46fc-a48d-c3e3e020aad0 - - - - - -] Attempt 1 to provision port bc919d6d-31bd-49f1-a4a7-3dd4328db3fb 2026-05-08 00:33:13.497 9 INFO neutron.plugins.ml2.plugin [None req-3513e9c5-53bd-4d70-9cc4-c88341c42221 - - - - - -] Attempt 1 to provision port bc919d6d-31bd-49f1-a4a7-3dd4328db3fb 2026-05-08 00:33:14.031 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 33726af8-8abe-4361-94a6-1f92b711e612 2026-05-08 00:33:14.563 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port fc159b72-61c4-4cab-a913-bff4643dfe3b 2026-05-08 00:33:14.891 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 23cd0ad4-2f61-4082-9ac3-b5c5fa30bc84 2026-05-08 00:33:15.795 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 33726af8-8abe-4361-94a6-1f92b711e612 2026-05-08 00:33:16.091 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port fc159b72-61c4-4cab-a913-bff4643dfe3b 2026-05-08 00:33:16.331 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 23cd0ad4-2f61-4082-9ac3-b5c5fa30bc84 2026-05-08 00:33:17.782 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b41ef2d9-0a6b-4a26-910f-a869b365a875'] response: {'server_uuid': '428ad8aa-1ab6-457a-8243-f3e0a8eb95a7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '97e50f10-456f-45e5-8ee4-4e5366ad7242', 'code': 200} 2026-05-08 00:33:18.104 10 INFO neutron.plugins.ml2.plugin [None req-fdfde2de-ee11-458c-842b-f6555e651ced - - - - - -] Attempt 1 to provision port d08f1efd-de03-4e7f-80db-dc42e89f6ca9 2026-05-08 00:33:18.566 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 97e50f10-456f-45e5-8ee4-4e5366ad7242 2026-05-08 00:33:19.108 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 45d66d0a-8cfe-4381-8638-9ce3679ecf8f 2026-05-08 00:33:19.881 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea25671-dc7c-4324-a697-39e23e68b22f'] response: {'server_uuid': '428ad8aa-1ab6-457a-8243-f3e0a8eb95a7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97e50f10-456f-45e5-8ee4-4e5366ad7242', 'code': 200} 2026-05-08 00:33:19.943 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 4a144a0e-f299-4645-badc-b319a5e133dd 2026-05-08 00:33:20.339 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 97e50f10-456f-45e5-8ee4-4e5366ad7242 2026-05-08 00:33:20.618 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 45d66d0a-8cfe-4381-8638-9ce3679ecf8f 2026-05-08 00:33:20.783 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d08f1efd-de03-4e7f-80db-dc42e89f6ca9 2026-05-08 00:33:21.509 10 INFO neutron.plugins.ml2.plugin [None req-4763beca-b0b7-46ff-addb-b7217a08e0a1 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:33:21.797 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 4a144a0e-f299-4645-badc-b319a5e133dd 2026-05-08 00:33:21.915 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-540b1d8d-6fc5-449c-b2fd-6ae9b16cc842'] response: {'server_uuid': '3ccff270-59f5-4ec9-94d1-ec53ae9a9612', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd08f1efd-de03-4e7f-80db-dc42e89f6ca9', 'code': 200} 2026-05-08 00:33:22.071 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d08f1efd-de03-4e7f-80db-dc42e89f6ca9 2026-05-08 00:33:22.345 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:33:23.501 9 INFO neutron.plugins.ml2.plugin [None req-869cbd03-6475-46fa-b46e-4b2d67bab762 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:33:23.825 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b4992da8-bbb8-438c-9520-78982d72045d 2026-05-08 00:33:26.562 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e82e863a-f99d-42d2-98ac-2bcb686119bf'] response: {'server_uuid': '3ccff270-59f5-4ec9-94d1-ec53ae9a9612', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd08f1efd-de03-4e7f-80db-dc42e89f6ca9', 'code': 200} 2026-05-08 00:33:28.551 10 INFO neutron.plugins.ml2.plugin [None req-a2712086-1669-4ed4-9ad9-16bfe89698b6 - - - - - -] Attempt 1 to provision port c589c4ef-76b9-438c-8f2c-2dac0c681649 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:33:37.835 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 3640859b-59dc-4d43-9343-d11b0e5baf9f 2026-05-08 00:33:37.876 10 INFO neutron.plugins.ml2.plugin [None req-2e3a8157-7d1a-4ceb-bb21-77f51ab99344 - - - - - -] Attempt 1 to provision port b2ddfa49-b224-4b98-bb5c-abc9a9471ef5 2026-05-08 00:33:38.338 10 INFO neutron.plugins.ml2.plugin [None req-3d7a4175-8c2c-4e93-b10a-6001165683e9 - - - - - -] Attempt 1 to provision port 3640859b-59dc-4d43-9343-d11b0e5baf9f 2026-05-08 00:33:39.891 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 3640859b-59dc-4d43-9343-d11b0e5baf9f 2026-05-08 00:33:40.631 9 INFO neutron.plugins.ml2.plugin [None req-dcb8604f-bd2f-44e0-b862-d3d779d03915 - - - - - -] Attempt 1 to provision port caa8b022-0ffd-4065-aa59-392fee12bb83 2026-05-08 00:33:41.296 9 INFO neutron.plugins.ml2.plugin [None req-a19ca0d0-3b8b-4fef-8939-71e3410bf59d - - - - - -] Attempt 1 to provision port caa8b022-0ffd-4065-aa59-392fee12bb83 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:33:41.821 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 111326b8-1aaa-4936-bce1-8498fbd075fe 2026-05-08 00:33:43.824 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 111326b8-1aaa-4936-bce1-8498fbd075fe 2026-05-08 00:33:44.662 10 INFO neutron.plugins.ml2.plugin [None req-06edbab6-3439-41ff-9318-df8c4b5e1782 - - - - - -] Attempt 1 to provision port 0e256c5a-be9f-49f4-91a1-76e6cfd07d35 2026-05-08 00:33:47.929 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 0e256c5a-be9f-49f4-91a1-76e6cfd07d35 2026-05-08 00:33:48.052 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb03c7bf-87d9-4fee-94ed-4da639c7e357'] response: {'server_uuid': 'da643b0d-0ec0-44b0-9429-b6bb0e6279b3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0e256c5a-be9f-49f4-91a1-76e6cfd07d35', 'code': 200} 2026-05-08 00:33:49.791 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 0e256c5a-be9f-49f4-91a1-76e6cfd07d35 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:33:55.892 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 97afd4fc-86dc-492e-9232-51e120c5c63a 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:00.982 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:00.984 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:00.985 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 2 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.011 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.013 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.013 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 3 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.061 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.062 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.063 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 4 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.093 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.094 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.094 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 5 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.119 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.120 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 6 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.143 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.144 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.144 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 7 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.161 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.162 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.163 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 8 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.184 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.185 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 9 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.208 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.209 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:01.209 10 INFO neutron.plugins.ml2.plugin [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Attempt 10 to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9fd58aa5-ba38-43e5-b8a5-5a6723eb8be1 could not be found. 2026-05-08 00:34:01.228 10 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:01.229 10 ERROR neutron.plugins.ml2.managers [None req-b23654d8-1ac8-4bfb-a04e-244a13c07180 - - - - - -] Failed to bind port 394d802b-962d-4057-b83b-7c46c5b14aa9 on host instance for vnic_type normal using segments [{'id': '77fbc9c5-3734-4561-b7af-122b2998130d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 509, 'network_id': '2ec8f9a9-4765-4442-b150-84f22fd6209e'}] 2026-05-08 00:34:02.073 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b30a9ece-b564-49e1-a520-34f5c14b082c 2026-05-08 00:34:02.492 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 139a0d43-e6f2-47ec-be86-b678ac33a546 2026-05-08 00:34:03.663 9 INFO neutron.plugins.ml2.plugin [None req-6215c10c-39d0-47d2-9c03-0e9e4e051adb - - - - - -] Attempt 1 to provision port d361073d-72f4-45a8-b944-aa8b5f5da540 2026-05-08 00:34:04.110 9 INFO neutron.plugins.ml2.plugin [None req-3b7c663b-54bb-463f-a75e-889969f42e21 - - - - - -] Attempt 1 to provision port b30a9ece-b564-49e1-a520-34f5c14b082c 2026-05-08 00:34:04.125 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b30a9ece-b564-49e1-a520-34f5c14b082c 2026-05-08 00:34:04.282 9 INFO neutron.plugins.ml2.plugin [None req-1c367b26-d10a-4dce-b1dd-2b06d925aa64 - - - - - -] Attempt 1 to provision port 35b47b1d-8151-43f6-9c23-c4acc71c6c73 2026-05-08 00:34:04.535 10 INFO neutron.plugins.ml2.plugin [None req-8f09a5bc-6946-464d-a104-5559e2c0a95c - - - - - -] Attempt 1 to provision port 35b47b1d-8151-43f6-9c23-c4acc71c6c73 2026-05-08 00:34:04.578 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d361073d-72f4-45a8-b944-aa8b5f5da540 2026-05-08 00:34:05.183 10 INFO neutron.plugins.ml2.plugin [None req-949df0aa-9dbd-4073-8e88-e1ab10b79edf - - - - - -] Attempt 1 to provision port e202c9d7-4d34-4764-8e05-b8cfa58ff786 2026-05-08 00:34:05.831 10 INFO neutron.plugins.ml2.plugin [None req-515f1803-5d35-402b-8dde-707a0b09dd55 - - - - - -] Attempt 1 to provision port e202c9d7-4d34-4764-8e05-b8cfa58ff786 2026-05-08 00:34:05.906 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d361073d-72f4-45a8-b944-aa8b5f5da540 2026-05-08 00:34:09.981 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port c983a06f-2a76-4cd7-b2bc-fb6bb6b90f75 2026-05-08 00:34:10.845 10 INFO neutron.plugins.ml2.plugin [None req-df7d98cd-10f1-4e76-918c-9442e05400d2 - - - - - -] Attempt 1 to provision port c983a06f-2a76-4cd7-b2bc-fb6bb6b90f75 2026-05-08 00:34:14.052 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b21da529-9069-4083-97e2-648614c4101a 2026-05-08 00:34:14.072 10 INFO neutron.plugins.ml2.plugin [None req-c3698e53-d031-448e-91ae-9f64953d8430 - - - - - -] Attempt 1 to provision port b21da529-9069-4083-97e2-648614c4101a 2026-05-08 00:34:14.499 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 7f5303d3-7e8d-4327-978b-aba469834446 2026-05-08 00:34:15.329 10 INFO neutron.plugins.ml2.plugin [None req-8ce92799-0f4c-462c-9956-0d1e0d1164b1 - - - - - -] Attempt 1 to provision port c87b59b7-4e98-4fd3-ad22-4cf1feec4efa 2026-05-08 00:34:15.938 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b21da529-9069-4083-97e2-648614c4101a 2026-05-08 00:34:16.176 9 INFO neutron.plugins.ml2.plugin [None req-cb0a263d-8eb4-4790-a647-29c9d2506d61 - - - - - -] Attempt 1 to provision port c87b59b7-4e98-4fd3-ad22-4cf1feec4efa 2026-05-08 00:34:18.139 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 874605d1-e32a-4ad0-b044-ccdbb1203375 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.686 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.688 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.689 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 2 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.742 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.743 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.744 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 3 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.767 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.768 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.768 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 4 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.790 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.791 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 5 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.809 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.810 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.810 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 6 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.829 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.830 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 7 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.846 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.847 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.847 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 8 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.861 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.862 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.862 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 9 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.880 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.881 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:18.881 9 INFO neutron.plugins.ml2.plugin [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Attempt 10 to bind port 3f9bed55-59fd-40ce-9759-c933b547672c 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7227b3b6-1123-4e6b-8bca-b71a3cf3e063 could not be found. 2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:34:18.898 9 ERROR neutron.plugins.ml2.managers [None req-517aa9fb-9c82-4e71-b177-eeedc135df23 - - - - - -] Failed to bind port 3f9bed55-59fd-40ce-9759-c933b547672c on host instance for vnic_type normal using segments [{'id': '6baa82df-8ddc-41a5-b528-bd9a3f500cfb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 593, 'network_id': '5f5dc42b-39d2-40d0-acd5-98a96d622e58'}] 2026-05-08 00:34:19.034 10 INFO neutron.plugins.ml2.plugin [None req-ccf08850-ef4d-4efe-897c-8899f6d030c0 - - - - - -] Attempt 1 to provision port 874605d1-e32a-4ad0-b044-ccdbb1203375 2026-05-08 00:34:20.022 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 874605d1-e32a-4ad0-b044-ccdbb1203375 2026-05-08 00:34:22.089 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port fae29383-8571-48b8-801c-fb0d4ef5ed67 2026-05-08 00:34:22.746 9 INFO neutron.plugins.ml2.plugin [None req-7211c7cc-bda3-448e-988e-7f7fccf7540e - - - - - -] Attempt 1 to provision port fae29383-8571-48b8-801c-fb0d4ef5ed67 2026-05-08 00:34:23.048 9 INFO neutron.plugins.ml2.plugin [None req-fa155066-8ca7-4aef-8104-b120d9d94689 - - - - - -] Attempt 1 to provision port fae29383-8571-48b8-801c-fb0d4ef5ed67 2026-05-08 00:34:23.110 9 INFO neutron.plugins.ml2.plugin [None req-fa155066-8ca7-4aef-8104-b120d9d94689 - - - - - -] Attempt 1 to provision port 12d5c5e6-b175-4201-b3ff-074f3f232681 2026-05-08 00:34:23.349 9 INFO neutron.plugins.ml2.plugin [None req-4bc7ec12-e7da-43a3-97e1-bdb865bca4ea - - - - - -] Attempt 1 to provision port 12d5c5e6-b175-4201-b3ff-074f3f232681 2026-05-08 00:34:23.707 10 INFO neutron.plugins.ml2.plugin [None req-163fd63d-55e9-4fc4-9610-fb1024f40169 - - - - - -] Attempt 1 to provision port 12d5c5e6-b175-4201-b3ff-074f3f232681 2026-05-08 00:34:23.897 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port fae29383-8571-48b8-801c-fb0d4ef5ed67 2026-05-08 00:34:25.960 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 0ca87f17-bd1c-4806-a925-78175de20135 2026-05-08 00:34:26.476 10 INFO neutron.plugins.ml2.plugin [None req-f8e9fa57-9854-4431-ae9f-89b2a0383d17 - - - - - -] Attempt 1 to provision port 0ca87f17-bd1c-4806-a925-78175de20135 2026-05-08 00:34:27.965 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 25416f3a-cc53-47c6-b1a6-a75f0fd84eb7 2026-05-08 00:34:28.322 10 INFO neutron.plugins.ml2.plugin [None req-56520bd3-fd61-4662-ae02-d38d48ea76f0 - - - - - -] Attempt 1 to provision port 25416f3a-cc53-47c6-b1a6-a75f0fd84eb7 2026-05-08 00:34:28.572 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 24a2ed32-719a-49e3-ba51-e597a2cf04cc 2026-05-08 00:34:28.613 9 INFO neutron.plugins.ml2.plugin [None req-a9d211b3-a2d6-4e38-b5a5-c0e19c607872 - - - - - -] Attempt 1 to provision port 24a2ed32-719a-49e3-ba51-e597a2cf04cc 2026-05-08 00:34:29.441 10 INFO neutron.plugins.ml2.plugin [None req-cef4cf2c-4e1c-4c51-ac9d-4031fb0ed5c6 - - - - - -] Attempt 1 to provision port 9f45a6c5-58fa-4246-a626-8233421ad7e9 2026-05-08 00:34:30.013 9 INFO neutron.plugins.ml2.plugin [None req-73acab44-61ef-4d33-a69b-bc7dca199ee4 - - - - - -] Attempt 1 to provision port a1cbc29a-42cb-468f-8806-bf13bcb1d860 2026-05-08 00:34:30.176 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 77dc4d25-76c7-45c3-b8e8-60c4f785392c 2026-05-08 00:34:30.575 9 INFO neutron.plugins.ml2.plugin [None req-ecf8d75b-1515-4767-8940-7d0d49e754e8 - - - - - -] Attempt 1 to provision port a1cbc29a-42cb-468f-8806-bf13bcb1d860 2026-05-08 00:34:30.608 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 25416f3a-cc53-47c6-b1a6-a75f0fd84eb7 2026-05-08 00:34:31.026 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 24a2ed32-719a-49e3-ba51-e597a2cf04cc 2026-05-08 00:34:31.228 9 INFO neutron.plugins.ml2.plugin [None req-b58cce04-aa56-40c1-b7e9-f698550c0c2e - - - - - -] Attempt 1 to provision port 77dc4d25-76c7-45c3-b8e8-60c4f785392c 2026-05-08 00:34:31.813 10 INFO neutron.plugins.ml2.plugin [None req-3f22b02e-abdc-46be-bb66-6d0302bdcac1 - - - - - -] Attempt 1 to provision port 39f8e849-a550-4843-b917-35390421e429 2026-05-08 00:34:31.939 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 77dc4d25-76c7-45c3-b8e8-60c4f785392c 2026-05-08 00:34:32.386 9 INFO neutron.plugins.ml2.plugin [None req-732d877a-6dae-4d4e-b0bb-68c271497699 - - - - - -] Attempt 1 to provision port 39f8e849-a550-4843-b917-35390421e429 2026-05-08 00:34:39.495 10 INFO neutron.plugins.ml2.plugin [None req-9f210f27-dce6-4f27-aae0-bc93737d9773 - - - - - -] Attempt 1 to provision port 16bdf76a-89e7-40a3-a7de-b0f0c7778d10 2026-05-08 00:34:39.948 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port cf30d37c-ec51-45da-9c48-8041e562127c 2026-05-08 00:34:40.148 9 INFO neutron.plugins.ml2.plugin [None req-ad1fe678-ce7e-473d-bd07-3647d780c6a5 - - - - - -] Attempt 1 to provision port e0ad353f-cb71-43d7-8ae9-a56ac0ce1665 2026-05-08 00:34:40.523 10 INFO neutron.plugins.ml2.plugin [None req-3edecbaf-8b64-4c01-8cb5-7d6abc662179 - - - - - -] Attempt 1 to provision port cf30d37c-ec51-45da-9c48-8041e562127c 2026-05-08 00:34:40.573 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port e0ad353f-cb71-43d7-8ae9-a56ac0ce1665 2026-05-08 00:34:41.014 9 INFO neutron.plugins.ml2.plugin [None req-49a04429-1603-437e-933a-2e681b29a375 - - - - - -] Attempt 1 to provision port f9254ae1-3068-42da-94a9-53aed13d7dd4 2026-05-08 00:34:41.871 9 INFO neutron.plugins.ml2.plugin [None req-118010dc-0bde-4516-a994-7d8fa2b92b52 - - - - - -] Attempt 1 to provision port 676e82b2-4d7d-4caa-a847-385400aedc5d 2026-05-08 00:34:42.089 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port e0ad353f-cb71-43d7-8ae9-a56ac0ce1665 2026-05-08 00:34:42.350 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 5c4faa57-5d25-4f3f-bc1d-b0d6e854d689 2026-05-08 00:34:42.728 9 INFO neutron.plugins.ml2.plugin [None req-a12db856-329a-4591-a38d-40f70d5174ad - - - - - -] Attempt 1 to provision port f9254ae1-3068-42da-94a9-53aed13d7dd4 2026-05-08 00:34:42.884 10 INFO neutron.plugins.ml2.plugin [None req-e296c042-4b97-4391-a63d-8d05bb672b95 - - - - - -] Attempt 1 to provision port 676e82b2-4d7d-4caa-a847-385400aedc5d 2026-05-08 00:34:42.914 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port cf30d37c-ec51-45da-9c48-8041e562127c 2026-05-08 00:34:43.248 10 INFO neutron.plugins.ml2.plugin [None req-411967fe-3d4b-44df-87e7-8be07712e0fc - - - - - -] Attempt 1 to provision port 5c4faa57-5d25-4f3f-bc1d-b0d6e854d689 2026-05-08 00:34:43.634 10 INFO neutron.plugins.ml2.plugin [None req-73abdf60-eafa-4dcc-9f8d-b5c9a1191d5f - - - - - -] Attempt 1 to provision port 8fc70433-d54e-4b1a-8635-5927831421c1 2026-05-08 00:34:44.041 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 879851ff-d1f5-4c50-90e0-ff26a26b5e62 2026-05-08 00:34:44.508 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 5c4faa57-5d25-4f3f-bc1d-b0d6e854d689 2026-05-08 00:34:46.002 9 INFO neutron.plugins.ml2.plugin [None req-9e7ffa4b-4240-4998-8316-fee491085117 - - - - - -] Attempt 1 to provision port ceff0503-1eae-4737-a1c6-20a8b4008b60 2026-05-08 00:34:46.077 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 879851ff-d1f5-4c50-90e0-ff26a26b5e62 2026-05-08 00:34:46.732 10 INFO neutron.plugins.ml2.plugin [None req-e6659573-40c1-4e7b-966d-b47c17cdf3c3 - - - - - -] Attempt 1 to provision port ceff0503-1eae-4737-a1c6-20a8b4008b60 2026-05-08 00:34:48.016 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ca9e7ec0-fcb9-4245-a6ed-6d7c3511a264 2026-05-08 00:34:48.588 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 85e8b7ec-531c-4775-8b0d-78c63f298f6c 2026-05-08 00:34:48.907 9 INFO neutron.plugins.ml2.plugin [None req-28e0b792-33ec-4d85-bce2-bbc1dcf1942d - - - - - -] Attempt 1 to provision port b7492515-6602-4a2e-9c25-d3a90fdc7916 2026-05-08 00:34:49.060 9 INFO neutron.plugins.ml2.plugin [None req-41359ce5-878b-4ba4-b2c2-1bb39a72fc0a - - - - - -] Attempt 1 to provision port 85e8b7ec-531c-4775-8b0d-78c63f298f6c 2026-05-08 00:34:49.930 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ca9e7ec0-fcb9-4245-a6ed-6d7c3511a264 2026-05-08 00:34:50.239 9 INFO neutron.plugins.ml2.plugin [None req-bd27e0b0-bc5d-4614-aa01-2ca1fce462aa - - - - - -] Attempt 1 to provision port 80d4a8ff-8b78-4f63-aa43-1a7075364315 2026-05-08 00:34:50.240 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 85e8b7ec-531c-4775-8b0d-78c63f298f6c 2026-05-08 00:34:50.512 10 INFO neutron.plugins.ml2.plugin [None req-d3624ed9-8739-4956-9bda-ceb5624ee374 - - - - - -] Attempt 1 to provision port 80d4a8ff-8b78-4f63-aa43-1a7075364315 2026-05-08 00:34:51.566 9 INFO neutron.plugins.ml2.plugin [None req-009b4541-8314-4f25-ab75-8e36445440a3 - - - - - -] Attempt 1 to provision port 83dfdc09-973f-4a00-89b9-2b89fa5dd83a 2026-05-08 00:34:51.978 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ff0a9051-e137-4ac3-bf2b-13f375eac5f0 2026-05-08 00:34:52.214 10 INFO neutron.plugins.ml2.plugin [None req-54b684c5-6436-4795-9ce1-cd6f513df189 - - - - - -] Attempt 1 to provision port ff0a9051-e137-4ac3-bf2b-13f375eac5f0 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:34:53.609 10 INFO neutron.plugins.ml2.plugin [None req-e58010ed-a453-471f-b152-f4ff7e621ba1 - - - - - -] Attempt 1 to provision port 82a791bb-5e90-4021-9c9d-36739b75f951 2026-05-08 00:34:54.124 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ff0a9051-e137-4ac3-bf2b-13f375eac5f0 2026-05-08 00:34:54.270 9 INFO neutron.plugins.ml2.plugin [None req-3a2dc7e8-ea99-4a5b-b054-c926f68a954b - - - - - -] Attempt 1 to provision port 82a791bb-5e90-4021-9c9d-36739b75f951 2026-05-08 00:34:54.446 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b7492515-6602-4a2e-9c25-d3a90fdc7916 2026-05-08 00:34:54.563 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9ac704a-7f01-423f-974e-dbcf1cab97e7'] response: {'server_uuid': '9e609582-a199-4247-a5cc-6c2ce94aad06', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b7492515-6602-4a2e-9c25-d3a90fdc7916', 'code': 200} 2026-05-08 00:34:55.559 9 INFO neutron.plugins.ml2.plugin [None req-b2426f6f-1603-4473-b10a-970cc110e416 - - - - - -] Attempt 1 to provision port 76285b92-9ba0-447f-bf05-2ec95f8b59c4 2026-05-08 00:34:56.211 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port c79180d4-90c7-4307-81c8-cd67707ab3d4 2026-05-08 00:34:56.725 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b7492515-6602-4a2e-9c25-d3a90fdc7916 2026-05-08 00:34:58.192 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port c79180d4-90c7-4307-81c8-cd67707ab3d4 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:35:02.157 9 INFO neutron.plugins.ml2.plugin [None req-9b6c0199-a5dc-4121-a81a-da206b5068fb - - - - - -] Attempt 1 to provision port 4d809821-cacc-489e-95f4-372888506362 2026-05-08 00:35:04.135 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8fc70433-d54e-4b1a-8635-5927831421c1 2026-05-08 00:35:04.541 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ceff0503-1eae-4737-a1c6-20a8b4008b60 2026-05-08 00:35:04.894 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 4d809821-cacc-489e-95f4-372888506362 2026-05-08 00:35:05.036 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3f0d2ec-59bf-4cc3-918e-f0a710d2d318'] response: {'server_uuid': '58629f1d-39b6-48a7-8db8-830a021b98c0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d809821-cacc-489e-95f4-372888506362', 'code': 200} 2026-05-08 00:35:05.958 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8fc70433-d54e-4b1a-8635-5927831421c1 2026-05-08 00:35:06.255 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port ceff0503-1eae-4737-a1c6-20a8b4008b60 2026-05-08 00:35:06.520 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 4d809821-cacc-489e-95f4-372888506362 2026-05-08 00:35:10.083 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 82a791bb-5e90-4021-9c9d-36739b75f951 2026-05-08 00:35:10.435 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 83dfdc09-973f-4a00-89b9-2b89fa5dd83a 2026-05-08 00:35:11.932 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 82a791bb-5e90-4021-9c9d-36739b75f951 2026-05-08 00:35:12.235 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 83dfdc09-973f-4a00-89b9-2b89fa5dd83a 2026-05-08 00:35:21.395 9 INFO neutron.plugins.ml2.plugin [None req-257cf9e9-7159-4e81-94c3-662a801324fa - - - - - -] Attempt 1 to provision port 8499bfa9-5aba-4ddf-ad16-aac20b5e4c7e 2026-05-08 00:35:26.018 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port f7dad820-eedf-4a62-842b-43f9c0d9b10e 2026-05-08 00:35:26.392 9 INFO neutron.plugins.ml2.plugin [None req-feb01295-17ad-441a-b541-27e920594948 - - - - - -] Attempt 1 to provision port f6712347-c4b0-4b42-9b3f-654472ce890b 2026-05-08 00:35:26.429 9 INFO neutron.plugins.ml2.plugin [None req-feb01295-17ad-441a-b541-27e920594948 - - - - - -] Attempt 1 to provision port f7dad820-eedf-4a62-842b-43f9c0d9b10e 2026-05-08 00:35:26.517 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 31d7dab6-b503-423b-ae2b-dd52f2d00f0c 2026-05-08 00:35:27.038 10 INFO neutron.plugins.ml2.plugin [None req-e651919a-aa48-4947-b442-e0b8884c5e67 - - - - - -] Attempt 1 to provision port f6712347-c4b0-4b42-9b3f-654472ce890b 2026-05-08 00:35:27.410 10 INFO neutron.plugins.ml2.plugin [None req-893c18d2-f9bf-4e5c-81ab-7367bae28bb1 - - - - - -] Attempt 1 to provision port f6712347-c4b0-4b42-9b3f-654472ce890b 2026-05-08 00:35:28.020 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port f7dad820-eedf-4a62-842b-43f9c0d9b10e 2026-05-08 00:35:28.255 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 31d7dab6-b503-423b-ae2b-dd52f2d00f0c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 00:35:30.982 9 INFO neutron.plugins.ml2.plugin [None req-b59b0084-36c7-4ff3-ac11-ec3f8b9fdbd4 - - - - - -] Attempt 1 to provision port 33d27ec0-eb8b-472e-99f3-6e737a48e0d9 2026-05-08 00:35:33.990 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 33d27ec0-eb8b-472e-99f3-6e737a48e0d9 2026-05-08 00:35:34.112 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6cef20f-87a8-4e02-9970-dcfc9b4155ac'] response: {'server_uuid': 'c632793e-89f7-4b5a-8cc6-76696f9e2688', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '33d27ec0-eb8b-472e-99f3-6e737a48e0d9', 'code': 200} 2026-05-08 00:35:35.945 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 33d27ec0-eb8b-472e-99f3-6e737a48e0d9 2026-05-08 00:35:42.025 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port f6712347-c4b0-4b42-9b3f-654472ce890b 2026-05-08 00:35:42.336 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8499bfa9-5aba-4ddf-ad16-aac20b5e4c7e 2026-05-08 00:35:43.985 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port f6712347-c4b0-4b42-9b3f-654472ce890b 2026-05-08 00:35:44.272 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 8499bfa9-5aba-4ddf-ad16-aac20b5e4c7e 2026-05-08 00:35:57.433 10 INFO neutron.plugins.ml2.plugin [None req-c1dade2e-ea77-4922-8bb9-30158fd002f4 - - - - - -] Attempt 1 to provision port 961294ab-d8a8-4e0f-bda1-d467d5e576a7 2026-05-08 00:35:59.997 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 961294ab-d8a8-4e0f-bda1-d467d5e576a7 2026-05-08 00:36:00.114 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1421969b-5d90-4f47-84ff-c97e9e962a39'] response: {'server_uuid': '0e4bfb2d-6268-44a4-af4f-81cb990b5a22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '961294ab-d8a8-4e0f-bda1-d467d5e576a7', 'code': 200} 2026-05-08 00:36:01.963 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 961294ab-d8a8-4e0f-bda1-d467d5e576a7 2026-05-08 00:36:14.142 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a75336ee-c788-459e-b235-90a4a0eacf8c'] response: {'server_uuid': '0e4bfb2d-6268-44a4-af4f-81cb990b5a22', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '961294ab-d8a8-4e0f-bda1-d467d5e576a7', 'code': 200} 2026-05-08 00:36:17.954 9 INFO neutron.plugins.ml2.plugin [None req-78dc46a6-e684-4db5-a07e-2dafa2adf326 - - - - - -] Attempt 1 to provision port e9169140-5413-480f-9070-07dba36343c5 2026-05-08 00:36:18.107 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d24b5dbb-00de-4395-8c94-25c5505a4955 2026-05-08 00:36:18.708 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 54a83460-3376-4a83-b5d4-bf1df845cbfa 2026-05-08 00:36:18.920 10 INFO neutron.plugins.ml2.plugin [None req-b6d890a3-7e56-426c-bf56-aca3a802e0c9 - - - - - -] Attempt 1 to provision port 54a83460-3376-4a83-b5d4-bf1df845cbfa 2026-05-08 00:36:19.207 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port e9169140-5413-480f-9070-07dba36343c5 2026-05-08 00:36:19.457 10 INFO neutron.plugins.ml2.plugin [None req-bc8ebbca-2a0e-47e3-b91f-c0b0229653d4 - - - - - -] Attempt 1 to provision port d24b5dbb-00de-4395-8c94-25c5505a4955 2026-05-08 00:36:20.250 9 INFO neutron.plugins.ml2.plugin [None req-d42ec83b-deee-42c6-9118-9160e901ca4b - - - - - -] Attempt 1 to provision port c6be0b64-473b-4440-8a4e-c3ae777fbea9 2026-05-08 00:36:20.406 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port b1b76bcb-1f24-4c88-8726-6c13defafbcd 2026-05-08 00:36:20.823 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port c6be0b64-473b-4440-8a4e-c3ae777fbea9 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.504 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.505 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.505 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 2 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.529 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.530 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.530 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 3 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.560 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.561 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.561 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 4 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.583 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.584 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.584 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 5 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.605 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.606 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.606 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 6 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.624 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.625 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.625 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 7 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.646 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.647 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.647 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 8 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.663 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.664 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.664 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 9 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.689 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.690 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:27.690 9 INFO neutron.plugins.ml2.plugin [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Attempt 10 to bind port a375170c-5338-40af-940d-e46b9f5b0d49 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e2ae5e7-106b-4e79-8382-6d3754e260ec could not be found. 2026-05-08 00:36:27.708 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:27.709 9 ERROR neutron.plugins.ml2.managers [None req-62089680-ea80-4e7c-aae4-ce0010df49fa - - - - - -] Failed to bind port a375170c-5338-40af-940d-e46b9f5b0d49 on host instance for vnic_type normal using segments [{'id': '7f70b331-22d8-4383-8f38-ec12316f4ff7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 124, 'network_id': '7f396778-b373-4bdf-aaa4-fddc7f635e0b'}] 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.174 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.175 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.175 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 2 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.192 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.193 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 3 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.212 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.212 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 4 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.230 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.231 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 5 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.254 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.255 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.255 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 6 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.277 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.278 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 7 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.293 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.294 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.294 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 8 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.311 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.312 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.312 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 9 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.331 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.332 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:29.332 9 INFO neutron.plugins.ml2.plugin [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Attempt 10 to bind port faf641d1-3d00-4585-972d-957843ffee04 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5d7c7d12-cdb8-41ba-9a47-53444d53fc3e could not be found. 2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers  2026-05-08 00:36:29.366 9 ERROR neutron.plugins.ml2.managers [None req-057e4f71-9fcb-4e3e-9aae-e3859c7abbe3 - - - - - -] Failed to bind port faf641d1-3d00-4585-972d-957843ffee04 on host instance for vnic_type normal using segments [{'id': 'aec64da6-c789-475d-9a16-c8a78e3e122a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 471, 'network_id': 'aefbc145-7d8b-401d-b490-3fbd01b49104'}] 2026-05-08 00:36:32.111 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port a9e3b8b9-2538-46dd-be41-868053b2fb68 2026-05-08 00:36:32.459 10 INFO neutron.plugins.ml2.plugin [None req-4d731949-3285-42a5-be38-bd737b97ffe7 - - - - - -] Attempt 1 to provision port a9e3b8b9-2538-46dd-be41-868053b2fb68 2026-05-08 00:37:12.210 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 97a3691b-66d0-45a6-b3cd-6fd8403c2b25 2026-05-08 00:37:32.150 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 293c3560-bb6f-454c-a4d2-8e69e2f5b266 2026-05-08 00:37:32.374 9 INFO neutron.plugins.ml2.plugin [None req-5e3fb37c-173e-49dd-bbef-7ffc11068bda - - - - - -] Attempt 1 to provision port 293c3560-bb6f-454c-a4d2-8e69e2f5b266 2026-05-08 00:37:32.758 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 98efb993-b8f5-40c9-9c6c-b6fb2bbd8823 2026-05-08 00:37:33.284 9 INFO neutron.plugins.ml2.plugin [None req-9adc68b7-f6be-4045-bc52-86f43802fbff - - - - - -] Attempt 1 to provision port 293c3560-bb6f-454c-a4d2-8e69e2f5b266 2026-05-08 00:37:33.563 10 INFO neutron.plugins.ml2.plugin [None req-c6627d86-abaf-4013-b74d-181c0b50bb29 - - - - - -] Attempt 1 to provision port c95e59f4-5f14-486e-82b1-44f1c944ac4d 2026-05-08 00:37:33.913 9 INFO neutron.plugins.ml2.plugin [None req-bd4179ed-1037-48b1-8577-7254a4c9e6aa - - - - - -] Attempt 1 to provision port 98efb993-b8f5-40c9-9c6c-b6fb2bbd8823 2026-05-08 00:37:34.218 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 293c3560-bb6f-454c-a4d2-8e69e2f5b266 2026-05-08 00:37:34.348 9 INFO neutron.plugins.ml2.plugin [None req-d14cae91-ec04-4b7e-ad9c-1970a482c506 - - - - - -] Attempt 1 to provision port 98efb993-b8f5-40c9-9c6c-b6fb2bbd8823 2026-05-08 00:37:34.522 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 70dba748-d4cb-4dd3-8efe-8f410de77cdd 2026-05-08 00:37:34.742 9 INFO neutron.plugins.ml2.plugin [None req-709498f1-8737-40ad-9396-4d45c546ef13 - - - - - -] Attempt 1 to provision port 70dba748-d4cb-4dd3-8efe-8f410de77cdd 2026-05-08 00:37:35.047 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 98efb993-b8f5-40c9-9c6c-b6fb2bbd8823 2026-05-08 00:37:35.287 10 INFO neutron.plugins.ml2.plugin [None req-9f960a2a-473a-404b-bb55-ef9d1aa4deb5 - - - - - -] Attempt 1 to provision port 70dba748-d4cb-4dd3-8efe-8f410de77cdd 2026-05-08 00:37:36.172 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 70dba748-d4cb-4dd3-8efe-8f410de77cdd 2026-05-08 00:37:36.666 9 INFO neutron.plugins.ml2.plugin [None req-e4b6493d-f2c8-40ae-9a1f-c64ab33005fc - - - - - -] Attempt 1 to provision port 37a69320-d914-46ee-a987-06ac9125b8e8 2026-05-08 00:37:37.320 9 INFO neutron.plugins.ml2.plugin [None req-bc1aa053-496e-47f3-8f83-daa10fa11e70 - - - - - -] Attempt 1 to provision port 37a69320-d914-46ee-a987-06ac9125b8e8 2026-05-08 00:37:38.153 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 26d0444a-2a79-458e-a42f-6d0e66f0f63f 2026-05-08 00:37:38.368 10 INFO neutron.plugins.ml2.plugin [None req-e9302df5-8899-4b8c-80d0-21152bde0cbc - - - - - -] Attempt 1 to provision port d32e3e4b-2d1b-4f76-a8fc-cf722c64d105 2026-05-08 00:37:39.109 10 INFO neutron.plugins.ml2.plugin [None req-e99ae3da-d4b4-48f4-8632-b776084c1fae - - - - - -] Attempt 1 to provision port d32e3e4b-2d1b-4f76-a8fc-cf722c64d105 2026-05-08 00:37:40.135 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 26d0444a-2a79-458e-a42f-6d0e66f0f63f 2026-05-08 00:37:40.157 9 INFO neutron.plugins.ml2.plugin [None req-23b922f1-0444-4eb7-9fa7-90094e78a177 - - - - - -] Attempt 1 to provision port 92f3b157-b948-4e49-815e-b1b6c37e0360 2026-05-08 00:37:40.902 9 INFO neutron.plugins.ml2.plugin [None req-bcdf34a7-50c3-4550-98a7-c4cb762aec0e - - - - - -] Attempt 1 to provision port 92f3b157-b948-4e49-815e-b1b6c37e0360 2026-05-08 00:37:45.694 9 INFO neutron.plugins.ml2.plugin [None req-e6ba041c-0565-4265-9811-c344f4669059 - - - - - -] Attempt 1 to provision port 44856a8f-f87b-4e35-8df5-c7d05f003fac 2026-05-08 00:37:48.223 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 44856a8f-f87b-4e35-8df5-c7d05f003fac 2026-05-08 00:37:48.331 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b06d5628-8cb7-4221-bd5b-7819b10a33ba'] response: {'server_uuid': 'bb3733ac-d167-4cec-b885-a23bd69ad1b4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '44856a8f-f87b-4e35-8df5-c7d05f003fac', 'code': 200} 2026-05-08 00:37:50.185 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 44856a8f-f87b-4e35-8df5-c7d05f003fac 2026-05-08 00:37:53.309 10 INFO neutron.plugins.ml2.plugin [None req-ec367547-e73c-47b0-9bcd-6a309d686d19 - - - - - -] Attempt 1 to provision port d503bf09-4a2b-49d8-ae1a-2b52f4105c88 2026-05-08 00:37:56.197 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d503bf09-4a2b-49d8-ae1a-2b52f4105c88 2026-05-08 00:37:56.320 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9aebea46-00ae-4d07-b0c3-0e495602929f'] response: {'server_uuid': '98eb73bc-a10a-4f93-9413-6fd4b1c1e056', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd503bf09-4a2b-49d8-ae1a-2b52f4105c88', 'code': 200} 2026-05-08 00:37:58.173 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d503bf09-4a2b-49d8-ae1a-2b52f4105c88 2026-05-08 00:38:02.175 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 37a69320-d914-46ee-a987-06ac9125b8e8 2026-05-08 00:38:04.212 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 92f3b157-b948-4e49-815e-b1b6c37e0360 2026-05-08 00:38:04.538 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port c95e59f4-5f14-486e-82b1-44f1c944ac4d 2026-05-08 00:38:04.870 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 37a69320-d914-46ee-a987-06ac9125b8e8 2026-05-08 00:38:05.151 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d32e3e4b-2d1b-4f76-a8fc-cf722c64d105 2026-05-08 00:38:06.211 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 92f3b157-b948-4e49-815e-b1b6c37e0360 2026-05-08 00:38:06.573 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port c95e59f4-5f14-486e-82b1-44f1c944ac4d 2026-05-08 00:38:06.763 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d32e3e4b-2d1b-4f76-a8fc-cf722c64d105 2026-05-08 00:38:14.514 9 INFO neutron.plugins.ml2.plugin [None req-c0a7bdb0-f5b0-4a53-9120-bc7870a2df3d - - - - - -] Attempt 1 to provision port d5553563-ae9a-43c3-a769-24e7937a2faa 2026-05-08 00:38:27.042 9 INFO neutron.plugins.ml2.plugin [None req-a1705d22-f318-4751-aa2c-b81dfcd84506 - - - - - -] Attempt 1 to provision port 77e81578-5a3c-4686-a9ee-9ae32c872462 2026-05-08 00:38:28.253 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 77e81578-5a3c-4686-a9ee-9ae32c872462 2026-05-08 00:38:28.410 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-132b86a5-7801-46c8-917e-4ced618f47d9'] response: {'server_uuid': '8b7cce25-35ac-4408-8ebd-e2b705df6398', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '77e81578-5a3c-4686-a9ee-9ae32c872462', 'code': 200} 2026-05-08 00:38:30.188 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 77e81578-5a3c-4686-a9ee-9ae32c872462 2026-05-08 00:39:10.616 10 INFO neutron.plugins.ml2.plugin [None req-e68cb3e1-c6f0-424b-994a-dba4a4f76a90 - - - - - -] Attempt 1 to provision port d1a24778-1d7b-4de1-9b11-81e04ae3fa42 2026-05-08 00:39:12.397 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d1a24778-1d7b-4de1-9b11-81e04ae3fa42 2026-05-08 00:39:13.145 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d7eca03-34c5-4ad9-8d6f-3182bdeb501c'] response: {'server_uuid': '8b7cce25-35ac-4408-8ebd-e2b705df6398', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd1a24778-1d7b-4de1-9b11-81e04ae3fa42', 'code': 200} 2026-05-08 00:39:14.347 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port d1a24778-1d7b-4de1-9b11-81e04ae3fa42 2026-05-08 00:39:40.936 10 INFO neutron.plugins.ml2.plugin [None req-13121789-100a-4c2c-a9e1-d958b9484595 - - - - - -] Attempt 1 to provision port 6994b151-c98c-4f47-acd8-6205a9de902e 2026-05-08 00:39:44.318 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 6994b151-c98c-4f47-acd8-6205a9de902e 2026-05-08 00:39:44.441 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-40ceefe6-7dd6-494b-8d36-7db92c33aba8'] response: {'server_uuid': '8b7cce25-35ac-4408-8ebd-e2b705df6398', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6994b151-c98c-4f47-acd8-6205a9de902e', 'code': 200} 2026-05-08 00:39:46.260 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 6994b151-c98c-4f47-acd8-6205a9de902e 2026-05-08 00:39:56.653 9 INFO neutron.plugins.ml2.plugin [None req-c4d380ed-a4ac-4b0d-be80-a711a9dfc940 - - - - - -] Attempt 1 to provision port 5dda7a9e-ebac-4add-a309-2af644dd797e 2026-05-08 00:39:56.771 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaadae15-698b-4ce6-b2b9-7ca366bd4ad7'] response: {'server_uuid': '8b7cce25-35ac-4408-8ebd-e2b705df6398', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5dda7a9e-ebac-4add-a309-2af644dd797e', 'code': 200} 2026-05-08 00:39:58.317 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 5dda7a9e-ebac-4add-a309-2af644dd797e 2026-05-08 00:40:10.152 10 INFO neutron.plugins.ml2.plugin [None req-09b6e59b-415e-40cd-8909-6414f7edc0d2 - - - - - -] Attempt 1 to provision port 5dda7a9e-ebac-4add-a309-2af644dd797e 2026-05-08 00:40:10.323 9 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 5dda7a9e-ebac-4add-a309-2af644dd797e 2026-05-08 00:40:16.072 9 INFO neutron.plugins.ml2.plugin [None req-59a1066b-8fa1-4bde-91b8-ec591d5d0b1f - - - - - -] Attempt 1 to provision port 6994b151-c98c-4f47-acd8-6205a9de902e 2026-05-08 00:40:16.432 10 INFO neutron.plugins.ml2.plugin [None req-2a357ab4-42c6-4b7a-a35f-95893252d5e2 - - - - - -] Attempt 1 to provision port 6994b151-c98c-4f47-acd8-6205a9de902e 2026-05-08 00:40:42.579 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae2eaf1c-f622-45eb-be60-fc47440439f1'] response: {'server_uuid': '98eb73bc-a10a-4f93-9413-6fd4b1c1e056', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd503bf09-4a2b-49d8-ae1a-2b52f4105c88', 'code': 200}