+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-04-22 19:00:44.021 1 INFO neutron.common.config [-] Logging enabled! 2026-04-22 19:00:44.021 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-04-22 19:00:44.021 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-22 19:00:44.021 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-22 19:00:44.777 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-22 19:00:44.780 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-22 19:00:44.782 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-22 19:00:44.783 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-22 19:00:44.783 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-22 19:00:44.783 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-22 19:00:44.783 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:00:44.788 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:00:44.788 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:00:44.788 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-22 19:00:44.804 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-22 19:00:44.805 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-22 19:00:44.805 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-22 19:00:44.830 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-22 19:00:44.831 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-22 19:00:44.831 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-22 19:00:44.831 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-22 19:00:44.836 1 WARNING oslo_policy.policy [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-04-22 19:00:45.147 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing driver for type 'vlan' 2026-04-22 19:00:46.205 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] VlanTypeDriver initialization complete 2026-04-22 19:00:46.205 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing driver for type 'vxlan' 2026-04-22 19:00:46.206 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-22 19:00:46.225 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-22 19:00:46.225 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-22 19:00:46.226 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing extension driver 'port_security' 2026-04-22 19:00:46.226 1 INFO neutron.plugins.ml2.extensions.port_security [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-22 19:00:46.226 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing extension driver 'qos' 2026-04-22 19:00:46.226 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-22 19:00:46.227 1 INFO neutron.plugins.ml2.managers [None req-17fbd200-a749-4560-82f9-595b595b5703 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-22 19:00:46.236 1 INFO neutron.quota [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded quota_driver: . 2026-04-22 19:00:46.237 1 INFO neutron.plugins.ml2.plugin [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Modular L2 Plugin initialization complete 2026-04-22 19:00:46.237 1 INFO neutron.plugins.ml2.managers [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-22 19:00:46.237 1 INFO neutron.plugins.ml2.managers [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-22 19:00:46.237 1 INFO neutron.plugins.ml2.managers [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Got port-security extension from driver 'port_security' 2026-04-22 19:00:46.237 1 INFO neutron.extensions.vlantransparent [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Disabled vlantransparent extension. 2026-04-22 19:00:46.238 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: qos 2026-04-22 19:00:46.246 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: router 2026-04-22 19:00:46.276 1 INFO neutron.services.service_base [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-22 19:00:46.277 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: segments 2026-04-22 19:00:46.338 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: trunk 2026-04-22 19:00:46.388 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: vpnaas 2026-04-22 19:00:46.420 1 WARNING stevedore.named [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-22 19:00:46.471 1 INFO neutron_vpnaas.services.vpn.plugin [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-22 19:00:46.472 1 INFO neutron.common.utils [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-22 19:00:46.472 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: auto_allocate 2026-04-22 19:00:46.475 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: tag 2026-04-22 19:00:46.479 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: timestamp 2026-04-22 19:00:46.481 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: network_ip_availability 2026-04-22 19:00:46.484 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: flavors 2026-04-22 19:00:46.487 1 INFO neutron.manager [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loading Plugin: revisions 2026-04-22 19:00:46.489 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Initializing extension manager. 2026-04-22 19:00:46.490 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: address-group 2026-04-22 19:00:46.491 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: address-scope 2026-04-22 19:00:46.491 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-22 19:00:46.492 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: agent 2026-04-22 19:00:46.492 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: agent-resources-synced 2026-04-22 19:00:46.493 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: allowed-address-pairs 2026-04-22 19:00:46.494 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: auto-allocated-topology 2026-04-22 19:00:46.495 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: availability_zone 2026-04-22 19:00:46.495 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: availability_zone_filter 2026-04-22 19:00:46.496 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-22 19:00:46.496 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: default-subnetpools 2026-04-22 19:00:46.497 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-22 19:00:46.498 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: dns-integration 2026-04-22 19:00:46.498 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: dns-domain-ports 2026-04-22 19:00:46.499 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-22 19:00:46.499 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: dvr 2026-04-22 19:00:46.500 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-22 19:00:46.500 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: empty-string-filtering 2026-04-22 19:00:46.501 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 19:00:46.501 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-22 19:00:46.501 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: external-net 2026-04-22 19:00:46.502 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-22 19:00:46.502 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: extraroute 2026-04-22 19:00:46.503 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: extraroute-atomic 2026-04-22 19:00:46.503 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-22 19:00:46.504 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-22 19:00:46.504 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-22 19:00:46.505 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-22 19:00:46.505 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: fip-port-details 2026-04-22 19:00:46.506 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: flavors 2026-04-22 19:00:46.507 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-22 19:00:46.508 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: floatingip-pools 2026-04-22 19:00:46.508 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: ip_allocation 2026-04-22 19:00:46.508 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: ip-substring-filtering 2026-04-22 19:00:46.509 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: l2_adjacency 2026-04-22 19:00:46.510 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: router 2026-04-22 19:00:46.511 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 19:00:46.512 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: ext-gw-mode 2026-04-22 19:00:46.512 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: l3-ha 2026-04-22 19:00:46.512 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-22 19:00:46.513 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-22 19:00:46.513 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: l3-flavors 2026-04-22 19:00:46.514 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-22 19:00:46.515 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-22 19:00:46.516 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-22 19:00:46.517 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-22 19:00:46.518 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-22 19:00:46.519 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-22 19:00:46.519 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-22 19:00:46.520 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: multi-provider 2026-04-22 19:00:46.520 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: net-mtu 2026-04-22 19:00:46.521 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: net-mtu-writable 2026-04-22 19:00:46.521 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: network_availability_zone 2026-04-22 19:00:46.521 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: network_ha 2026-04-22 19:00:46.522 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: network-ip-availability 2026-04-22 19:00:46.523 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-22 19:00:46.523 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: pagination 2026-04-22 19:00:46.524 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-device-profile 2026-04-22 19:00:46.524 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-22 19:00:46.525 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-22 19:00:46.525 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-mac-override 2026-04-22 19:00:46.525 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-22 19:00:46.526 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-22 19:00:46.526 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-resource-request 2026-04-22 19:00:46.527 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-resource-request-groups 2026-04-22 19:00:46.527 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: binding 2026-04-22 19:00:46.528 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: binding-extended 2026-04-22 19:00:46.528 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-security 2026-04-22 19:00:46.529 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: project-id 2026-04-22 19:00:46.529 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: provider 2026-04-22 19:00:46.531 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos 2026-04-22 19:00:46.531 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-22 19:00:46.532 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-22 19:00:46.532 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-default 2026-04-22 19:00:46.533 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-fip 2026-04-22 19:00:46.533 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-22 19:00:46.534 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-gateway-ip 2026-04-22 19:00:46.534 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-port-network-policy 2026-04-22 19:00:46.535 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-pps-minimum 2026-04-22 19:00:46.535 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-22 19:00:46.536 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-pps 2026-04-22 19:00:46.536 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-rule-type-details 2026-04-22 19:00:46.536 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-22 19:00:46.537 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: qos-rules-alias 2026-04-22 19:00:46.537 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: quota-check-limit 2026-04-22 19:00:46.539 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: quotas 2026-04-22 19:00:46.541 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: quota_details 2026-04-22 19:00:46.542 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: rbac-policies 2026-04-22 19:00:46.543 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: rbac-address-group 2026-04-22 19:00:46.543 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: rbac-address-scope 2026-04-22 19:00:46.544 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: rbac-security-groups 2026-04-22 19:00:46.544 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: rbac-subnetpool 2026-04-22 19:00:46.544 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: revision-if-match 2026-04-22 19:00:46.545 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: standard-attr-revisions 2026-04-22 19:00:46.546 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: router_availability_zone 2026-04-22 19:00:46.546 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-22 19:00:46.547 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: security-groups-default-rules 2026-04-22 19:00:46.548 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-22 19:00:46.548 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-22 19:00:46.549 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-22 19:00:46.549 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-22 19:00:46.673 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: security-group 2026-04-22 19:00:46.675 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: segment 2026-04-22 19:00:46.675 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-22 19:00:46.676 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: service-type 2026-04-22 19:00:46.676 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: sorting 2026-04-22 19:00:46.676 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: standard-attr-segment 2026-04-22 19:00:46.677 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: standard-attr-description 2026-04-22 19:00:46.678 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: stateful-security-group 2026-04-22 19:00:46.678 1 WARNING neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-22 19:00:46.679 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-22 19:00:46.679 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: subnet_onboard 2026-04-22 19:00:46.680 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-22 19:00:46.680 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: subnet-service-types 2026-04-22 19:00:46.681 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: subnet_allocation 2026-04-22 19:00:46.681 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-22 19:00:46.682 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-22 19:00:46.684 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: standard-attr-tag 2026-04-22 19:00:46.685 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-22 19:00:46.685 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: trunk 2026-04-22 19:00:46.686 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: trunk-details 2026-04-22 19:00:46.686 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-22 19:00:46.687 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-22 19:00:46.687 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-22 19:00:46.688 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: vpn-flavors 2026-04-22 19:00:46.689 1 INFO neutron.api.extensions [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Loaded extension: vpnaas 2026-04-22 19:00:46.692 1 INFO oslo_service.service [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Starting 2 workers 2026-04-22 19:00:46.696 1 INFO oslo_service.service [None req-4469d9a0-9430-4271-b7a5-8b3f6c1ad69c - - - - - -] Starting 1 workers 2026-04-22 19:01:22.237 9 INFO neutron.db.l3_hamode_db [None req-030dc3ec-3b0d-4bc3-b6cb-4344ee8b84bd - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-22 19:01:34.043 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5d3cb7e6-e84f-4b51-9725-d8a6ffd0934c 2026-04-22 19:01:34.709 10 INFO neutron.plugins.ml2.plugin [None req-d6f91ea7-f262-41b8-8e62-83c4539ca569 - - - - - -] Attempt 1 to provision port 5d3cb7e6-e84f-4b51-9725-d8a6ffd0934c 2026-04-22 19:01:35.754 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5d3cb7e6-e84f-4b51-9725-d8a6ffd0934c 2026-04-22 19:05:51.297 10 INFO neutron.plugins.ml2.plugin [None req-a681b5ce-db38-40a8-994c-7de2f093cd2b - - - - - -] Attempt 1 to provision port bbdb877e-5be3-4834-b0cf-c17e18671b4b 2026-04-22 19:05:51.963 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port bbdb877e-5be3-4834-b0cf-c17e18671b4b 2026-04-22 19:05:58.616 9 INFO neutron.plugins.ml2.plugin [None req-b2363a94-f33d-4896-93a1-278145ad9585 - - - - - -] Attempt 1 to provision port 8af892b2-0b83-4075-a164-d864dbf59ea2 2026-04-22 19:09:30.221 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 8af892b2-0b83-4075-a164-d864dbf59ea2 2026-04-22 19:09:32.101 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 8af892b2-0b83-4075-a164-d864dbf59ea2 2026-04-22 19:17:46.444 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e059b7d3-6062-49a9-a313-a3942a76566b 2026-04-22 19:17:48.400 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e059b7d3-6062-49a9-a313-a3942a76566b 2026-04-22 19:32:16.549 10 INFO neutron.plugins.ml2.plugin [None req-d30ed6da-8bcd-4e93-a125-27bc84fdd362 - - - - - -] Attempt 1 to provision port 14286a4b-a7a8-4aec-9703-e92f9f6d9f04 2026-04-22 19:32:16.998 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7cbf9671-044e-409c-93c7-fd2ba3b34379 2026-04-22 19:32:17.315 9 INFO neutron.plugins.ml2.plugin [None req-811866ba-391f-450e-9fb0-1e67ea89abb3 - - - - - -] Attempt 1 to provision port 7cbf9671-044e-409c-93c7-fd2ba3b34379 2026-04-22 19:32:17.474 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 96320f4d-c6da-4c6a-b266-f475eccf05b2 2026-04-22 19:32:17.503 10 INFO neutron.plugins.ml2.plugin [None req-44ae48d5-31c4-41a2-b88d-01e5663b6fdf - - - - - -] Attempt 1 to provision port 2b3505e9-ae0a-41f4-9295-0d9462b05252 2026-04-22 19:32:17.552 10 INFO neutron.plugins.ml2.plugin [None req-44ae48d5-31c4-41a2-b88d-01e5663b6fdf - - - - - -] Attempt 1 to provision port 96320f4d-c6da-4c6a-b266-f475eccf05b2 2026-04-22 19:32:19.034 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7cbf9671-044e-409c-93c7-fd2ba3b34379 2026-04-22 19:32:19.482 9 INFO neutron.plugins.ml2.plugin [None req-da9ab790-a598-46d8-a706-70862d59afb1 - - - - - -] Attempt 1 to provision port 2afe62c9-96ea-4398-b79b-4061a14775db 2026-04-22 19:32:19.636 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 96320f4d-c6da-4c6a-b266-f475eccf05b2 2026-04-22 19:32:20.266 10 INFO neutron.plugins.ml2.plugin [None req-bbf56e82-7f88-4f24-aeb9-88c5c983a108 - - - - - -] Attempt 1 to provision port 2afe62c9-96ea-4398-b79b-4061a14775db 2026-04-22 19:32:20.302 10 INFO neutron.plugins.ml2.plugin [None req-bbf56e82-7f88-4f24-aeb9-88c5c983a108 - - - - - -] Attempt 1 to provision port 0cdc3278-639c-4151-8715-2198a8fc2f95 2026-04-22 19:32:20.943 9 INFO neutron.plugins.ml2.plugin [None req-5efe12c4-fddb-44aa-ae16-57a7a1356b3d - - - - - -] Attempt 1 to provision port 0cdc3278-639c-4151-8715-2198a8fc2f95 2026-04-22 19:32:22.699 10 INFO neutron.plugins.ml2.plugin [None req-282eb953-7198-4a71-8515-e6ed8456cb18 - - - - - -] Attempt 1 to provision port c8b3f4d9-aab8-44d7-981b-648c7548b5c9 2026-04-22 19:32:22.954 10 INFO neutron.plugins.ml2.plugin [None req-4fa4a0ae-cb36-4dd7-bb95-1cc5d225a888 - - - - - -] Attempt 1 to provision port e95777de-60f7-46b3-a297-1e89e8ef87d6 2026-04-22 19:32:22.990 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e95777de-60f7-46b3-a297-1e89e8ef87d6 2026-04-22 19:32:24.971 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e95777de-60f7-46b3-a297-1e89e8ef87d6 2026-04-22 19:32:25.024 10 INFO neutron.plugins.ml2.plugin [None req-ab96c81b-dff1-4c0e-afc3-89ede5969c8d - - - - - -] Attempt 1 to provision port f1e8225f-5034-4576-9067-1311cb88def0 2026-04-22 19:32:25.467 10 INFO neutron.plugins.ml2.plugin [None req-d6442cef-bdb1-409d-8254-c4afa215baf5 - - - - - -] Attempt 1 to provision port f1e8225f-5034-4576-9067-1311cb88def0 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:32:29.095 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 789e7d2b-24ba-442b-9dd1-f0c057431175 2026-04-22 19:32:29.643 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2808ae1e-929a-4544-a8ec-4629915c82c2 2026-04-22 19:32:31.032 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2808ae1e-929a-4544-a8ec-4629915c82c2 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:32:32.471 10 INFO neutron.plugins.ml2.plugin [None req-1f5e0280-babb-4472-a7d8-72fee255a95d - - - - - -] Attempt 1 to provision port d4bcc400-62f5-4bbd-a301-4a034343e017 2026-04-22 19:32:32.921 9 INFO neutron.plugins.ml2.plugin [None req-3aeb8282-0011-426f-90eb-255c7bbaf393 - - - - - -] Attempt 1 to provision port 89018849-3afa-4262-814f-9c01be8d2c28 2026-04-22 19:32:33.211 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f633e01b-be78-4d82-951b-273bd70983b1 2026-04-22 19:32:33.403 9 INFO neutron.plugins.ml2.plugin [None req-ba720544-e243-4e25-82a2-7cf1238de08d - - - - - -] Attempt 1 to provision port f633e01b-be78-4d82-951b-273bd70983b1 2026-04-22 19:32:35.045 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f633e01b-be78-4d82-951b-273bd70983b1 2026-04-22 19:32:35.523 10 INFO neutron.plugins.ml2.plugin [None req-099f2429-846b-45ef-a634-49fdc9057076 - - - - - -] Attempt 1 to provision port b513fafc-2ed7-4119-94e4-4441af95a42a 2026-04-22 19:32:36.272 9 INFO neutron.plugins.ml2.plugin [None req-97a4187b-3245-412e-8055-5c9a8896ba10 - - - - - -] Attempt 1 to provision port b513fafc-2ed7-4119-94e4-4441af95a42a 2026-04-22 19:32:36.639 10 INFO neutron.plugins.ml2.plugin [None req-e18de8ff-6901-499c-97db-aceb00112e06 - - - - - -] Attempt 1 to provision port e7599859-aa03-4e12-8479-ed8905dc7f9c 2026-04-22 19:32:37.220 10 INFO neutron.plugins.ml2.plugin [None req-b6e482f7-e228-44e7-9873-112a2f5784d2 - - - - - -] Attempt 1 to provision port 8ff7d07f-40ea-4c2d-b3b6-da84ac2daf93 2026-04-22 19:32:37.275 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 8ff7d07f-40ea-4c2d-b3b6-da84ac2daf93 2026-04-22 19:32:38.156 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port b46893e9-4735-4084-b2d1-a5ed172289f3 2026-04-22 19:32:38.872 9 INFO neutron.plugins.ml2.plugin [None req-f32df74d-c46f-4324-994d-055cbe5e4815 - - - - - -] Attempt 1 to provision port fffefa4b-335c-4711-9ee3-35c56d379d6b 2026-04-22 19:32:38.982 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port b46893e9-4735-4084-b2d1-a5ed172289f3 2026-04-22 19:32:39.276 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 8ff7d07f-40ea-4c2d-b3b6-da84ac2daf93 2026-04-22 19:32:39.449 10 INFO neutron.plugins.ml2.plugin [None req-06e11b98-3e6c-4005-bf1a-937900f52365 - - - - - -] Attempt 1 to provision port fffefa4b-335c-4711-9ee3-35c56d379d6b 2026-04-22 19:32:41.043 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 33a7d1ab-ca08-4226-a05c-525f0f91ea37 2026-04-22 19:32:41.613 10 INFO neutron.plugins.ml2.plugin [None req-168a9eaf-0a6a-465e-bc68-c4e3a1fb5289 - - - - - -] Attempt 1 to provision port 7cc4908d-e029-4d16-bce6-dda8e9386553 2026-04-22 19:32:41.718 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 89018849-3afa-4262-814f-9c01be8d2c28 2026-04-22 19:32:42.218 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9af3b687-0c95-4cba-a7bc-f35dcc03efd0'] response: {'server_uuid': '147014e1-e258-4405-932e-452bb7fac812', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '89018849-3afa-4262-814f-9c01be8d2c28', 'code': 200} 2026-04-22 19:32:42.884 10 INFO neutron.plugins.ml2.plugin [None req-15770740-b01f-40f2-9938-98a248f2734e - - - - - -] Attempt 1 to provision port 57459958-9e9c-4aa8-87ec-bbef43002f97 2026-04-22 19:32:43.001 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 33a7d1ab-ca08-4226-a05c-525f0f91ea37 2026-04-22 19:32:43.319 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 89018849-3afa-4262-814f-9c01be8d2c28 2026-04-22 19:32:45.176 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7cc4908d-e029-4d16-bce6-dda8e9386553 2026-04-22 19:32:45.809 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5e55bf7-a63d-45d0-98c1-37f3fca0ebc3'] response: {'server_uuid': '3ebe0a2a-8188-47b0-8abb-3073b34068a9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cc4908d-e029-4d16-bce6-dda8e9386553', 'code': 200} 2026-04-22 19:32:47.076 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7cc4908d-e029-4d16-bce6-dda8e9386553 2026-04-22 19:32:48.416 10 INFO neutron.plugins.ml2.plugin [None req-e9808443-e73a-44ee-898e-7b69a8c25068 - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 2026-04-22 19:32:51.096 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2b3505e9-ae0a-41f4-9295-0d9462b05252 2026-04-22 19:32:51.799 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4442f96-8b36-4312-a134-623a0035d3d2'] response: {'server_uuid': '3ebe0a2a-8188-47b0-8abb-3073b34068a9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7cc4908d-e029-4d16-bce6-dda8e9386553', 'code': 200} 2026-04-22 19:32:53.283 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:32:53.856 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-acb29ac1-a114-4026-8340-a0d04f70d68f'] response: {'server_uuid': 'a296b271-bc79-4a5e-a64c-7174738a0992', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '094e4533-d51b-4cf2-8fbe-745128082977', 'code': 200} 2026-04-22 19:32:55.035 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 2026-04-22 19:33:01.056 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port fffefa4b-335c-4711-9ee3-35c56d379d6b 2026-04-22 19:33:01.435 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e7599859-aa03-4e12-8479-ed8905dc7f9c 2026-04-22 19:33:02.363 10 INFO neutron.plugins.ml2.plugin [None req-714133c5-5d26-4811-9404-5e7917f24ea3 - - - - - -] Attempt 1 to provision port e305e77a-f8b3-4b27-a966-6f4c7509ab35 2026-04-22 19:33:03.051 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e53a08c1-fad6-4548-8235-e752e7a131fc 2026-04-22 19:33:03.210 9 INFO neutron.plugins.ml2.plugin [None req-c8bc3ddc-3809-4f57-9f3d-48fa9386432d - - - - - -] Attempt 1 to provision port e53a08c1-fad6-4548-8235-e752e7a131fc 2026-04-22 19:33:03.483 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port fffefa4b-335c-4711-9ee3-35c56d379d6b 2026-04-22 19:33:03.965 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e7599859-aa03-4e12-8479-ed8905dc7f9c 2026-04-22 19:33:04.699 9 INFO neutron.plugins.ml2.plugin [None req-b0c79036-ca7a-403a-a47e-009da6f5907b - - - - - -] Attempt 1 to provision port b5ee71a7-826e-44a3-9bf4-1b839776de98 2026-04-22 19:33:04.977 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e53a08c1-fad6-4548-8235-e752e7a131fc 2026-04-22 19:33:05.336 10 INFO neutron.plugins.ml2.plugin [None req-bcca846d-73e9-4efa-b03a-b838693348ce - - - - - -] Attempt 1 to provision port b5ee71a7-826e-44a3-9bf4-1b839776de98 2026-04-22 19:33:06.985 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1231b02d-4663-4fc6-8f83-f95d3d2ef14a 2026-04-22 19:33:09.079 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1231b02d-4663-4fc6-8f83-f95d3d2ef14a 2026-04-22 19:33:10.182 9 INFO neutron.plugins.ml2.plugin [None req-b89a667c-90bd-4aa7-a81b-b1df2971f0d7 - - - - - -] Attempt 1 to provision port 68b4f553-135d-4b80-9c54-a949361b3be8 2026-04-22 19:33:13.084 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 68b4f553-135d-4b80-9c54-a949361b3be8 2026-04-22 19:33:13.201 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f7dd0ec-0366-4ed2-9ff9-eb77438c71e2'] response: {'server_uuid': 'fb08780b-3e59-45b4-9401-d6e28e62df32', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '68b4f553-135d-4b80-9c54-a949361b3be8', 'code': 200} 2026-04-22 19:33:14.180 9 INFO neutron.plugins.ml2.plugin [None req-0babc57d-d8af-47dc-94b6-5d6b85d4c7db - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 2026-04-22 19:33:15.030 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 2026-04-22 19:33:15.280 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 68b4f553-135d-4b80-9c54-a949361b3be8 2026-04-22 19:33:16.618 10 INFO neutron.plugins.ml2.plugin [None req-acf7c6e3-a5f0-4a38-881a-0124448eaedf - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 2026-04-22 19:33:17.023 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 094e4533-d51b-4cf2-8fbe-745128082977 2026-04-22 19:33:19.287 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f54a5fe-87d4-4ea7-b08d-c0a62037ff16'] response: {'server_uuid': 'a296b271-bc79-4a5e-a64c-7174738a0992', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '094e4533-d51b-4cf2-8fbe-745128082977', 'code': 200} 2026-04-22 19:33:19.400 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] No ports have port_id starting with 094e4533-d51b-4cf2-8fbe-745128082977 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:33:23.320 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 90368e3b-7ba8-4fbd-99af-7eafc17a24ee 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.794 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:23.796 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:23.798 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 2 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.871 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:23.872 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:23.874 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 3 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.917 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:23.918 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:23.919 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 4 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.948 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:23.949 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:23.950 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 5 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:23.978 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:23.979 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:23.979 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 6 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:24.001 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:24.004 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 7 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.027 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:24.028 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:24.030 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 8 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.053 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:24.054 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:24.056 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 9 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:24.105 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:24.106 10 INFO neutron.plugins.ml2.plugin [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Attempt 10 to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 664a4926-f1fd-46ee-a77e-5ef47fdb3942 could not be found. 2026-04-22 19:33:24.168 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:24.169 10 ERROR neutron.plugins.ml2.managers [None req-5dca25bf-2ba1-4b08-9814-041e8b00efbd - - - - - -] Failed to bind port e3a659f4-593a-4882-a3df-f1e22ce238ab on host instance for vnic_type normal using segments [{'id': 'ed2449a9-016c-4575-bcdb-a02d47fde1aa', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 886, 'network_id': '5f32f4a3-a154-4a09-9835-7e7020dbd13e'}] 2026-04-22 19:33:24.266 9 INFO neutron.plugins.ml2.plugin [None req-836eef68-d2f0-429b-b008-44869fb5f7ec - - - - - -] Attempt 1 to provision port 90368e3b-7ba8-4fbd-99af-7eafc17a24ee 2026-04-22 19:33:25.100 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 90368e3b-7ba8-4fbd-99af-7eafc17a24ee 2026-04-22 19:33:29.991 10 INFO neutron.plugins.ml2.plugin [None req-b3481a49-60f5-493a-ae41-bbbe9e91dce8 - - - - - -] Attempt 1 to provision port ae562f02-bb37-4d99-99de-8d4fa936a158 2026-04-22 19:33:30.336 10 INFO neutron.plugins.ml2.plugin [None req-708338b7-1bec-4684-b212-c696342cee37 - - - - - -] Attempt 1 to provision port 3d478654-59d7-402f-9003-d65815446dcc 2026-04-22 19:33:31.210 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 3d478654-59d7-402f-9003-d65815446dcc 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.498 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.499 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.499 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 2 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.529 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.530 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.530 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 3 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.549 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.550 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.550 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 4 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.573 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.574 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.574 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 5 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.633 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.634 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 6 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.653 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.654 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.654 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 7 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.675 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.676 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.676 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 8 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.701 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.702 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.702 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 9 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.718 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.719 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:31.719 10 INFO neutron.plugins.ml2.plugin [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Attempt 10 to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 2026-04-22 19:33:31.729 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2ea78a78-92d8-44d6-9182-5f540b1e4ed5 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet df8b0945-b6eb-488a-a5ab-09e273de37ad could not be found. 2026-04-22 19:33:31.752 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:33:31.753 10 ERROR neutron.plugins.ml2.managers [None req-3a11019c-ff9f-4a1c-9339-17eaa48ab532 - - - - - -] Failed to bind port 1480ee95-38b4-4a0f-87ab-01148c195fd1 on host instance for vnic_type normal using segments [{'id': 'bef0bf56-5ade-423d-bf31-55310b9510a2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 237, 'network_id': '62a11d92-b7ca-4182-a801-9c014cc937fc'}] 2026-04-22 19:33:32.198 10 INFO neutron.plugins.ml2.plugin [None req-71f3407a-0f11-4e30-9d89-65bbd42bd636 - - - - - -] Attempt 1 to provision port 2ea78a78-92d8-44d6-9182-5f540b1e4ed5 2026-04-22 19:33:33.099 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e03c679c-7673-44dd-9313-1361777db021 2026-04-22 19:33:33.596 9 INFO neutron.plugins.ml2.plugin [None req-1a13842d-2219-4866-bbb1-7e52f4c4176d - - - - - -] Attempt 1 to provision port 4c518a82-2639-43a1-8c47-97ba59c53661 2026-04-22 19:33:34.050 10 INFO neutron.plugins.ml2.plugin [None req-60c4d208-c1af-4cf9-a260-d79d23c9ab6a - - - - - -] Attempt 1 to provision port 4c518a82-2639-43a1-8c47-97ba59c53661 2026-04-22 19:33:34.995 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e03c679c-7673-44dd-9313-1361777db021 2026-04-22 19:33:38.151 10 INFO neutron.plugins.ml2.plugin [None req-6e63cce2-a506-4693-9dce-2843b5e76acd - - - - - -] Attempt 1 to provision port 7e4085a7-1b93-4fea-af0b-f68ae20d6534 2026-04-22 19:33:39.208 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2f1a7192-3aa5-48ba-a92a-91bb966e6809 2026-04-22 19:33:39.696 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1ac7d4fe-03b9-4643-a590-2cb277bd2a5b 2026-04-22 19:33:39.704 10 INFO neutron.plugins.ml2.plugin [None req-2a1f8460-62ad-430b-b4cc-59cfd5489c9b - - - - - -] Attempt 1 to provision port 1ac7d4fe-03b9-4643-a590-2cb277bd2a5b 2026-04-22 19:33:40.586 10 INFO neutron.plugins.ml2.plugin [None req-0cc8cfad-5ddb-4db6-a31b-91dd08f6d414 - - - - - -] Attempt 1 to provision port 2f1a7192-3aa5-48ba-a92a-91bb966e6809 2026-04-22 19:33:40.978 10 INFO neutron.plugins.ml2.plugin [None req-44d04412-f70d-41f5-aefe-f411007b7ea8 - - - - - -] Attempt 1 to provision port 06260188-0e9d-4eec-97f3-a8070a6b31ed 2026-04-22 19:33:41.112 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1ac7d4fe-03b9-4643-a590-2cb277bd2a5b 2026-04-22 19:33:41.529 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2f1a7192-3aa5-48ba-a92a-91bb966e6809 2026-04-22 19:33:41.530 10 INFO neutron.plugins.ml2.plugin [None req-4f57c97b-30b5-42bf-b331-f9c097595eda - - - - - -] Attempt 1 to provision port 06260188-0e9d-4eec-97f3-a8070a6b31ed 2026-04-22 19:33:41.847 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7e4085a7-1b93-4fea-af0b-f68ae20d6534 2026-04-22 19:33:41.968 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-48abebf3-5239-4c24-9842-316c6264d93c'] response: {'server_uuid': 'c31b06ce-3c4b-489e-8aa8-230680665906', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e4085a7-1b93-4fea-af0b-f68ae20d6534', 'code': 200} 2026-04-22 19:33:42.385 9 INFO neutron.plugins.ml2.plugin [None req-a9199732-0bc6-4ee0-b054-594e9ea6d6d2 - - - - - -] Attempt 1 to provision port b99a9ddf-d7ea-48a7-b6f5-ca5f6ba3f2a9 2026-04-22 19:33:43.031 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7e4085a7-1b93-4fea-af0b-f68ae20d6534 2026-04-22 19:33:43.038 9 INFO neutron.plugins.ml2.plugin [None req-598556f8-7e44-4d46-92c5-ff2d9cd019eb - - - - - -] Attempt 1 to provision port b99a9ddf-d7ea-48a7-b6f5-ca5f6ba3f2a9 2026-04-22 19:33:49.640 10 INFO neutron.plugins.ml2.plugin [None req-670e3700-6ed1-4d51-affb-0ee9af2c88ce - - - - - -] Attempt 1 to provision port 82d3e38c-5c92-4b68-841e-310dd7f54bea 2026-04-22 19:33:50.286 10 INFO neutron.plugins.ml2.plugin [None req-98e7e5b3-eb8f-41e2-960f-4ee141b3afd9 - - - - - -] Attempt 1 to provision port 5ac96b6b-18f8-4afb-adc3-89be41bb6563 2026-04-22 19:33:51.145 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port ae562f02-bb37-4d99-99de-8d4fa936a158 2026-04-22 19:33:51.219 10 INFO neutron.plugins.ml2.plugin [None req-056b9204-d8b2-4660-8315-bc7efa3fa7b6 - - - - - -] Attempt 1 to provision port 71f43918-3645-45bf-9f20-9349eb06b9e4 2026-04-22 19:33:51.608 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5ac96b6b-18f8-4afb-adc3-89be41bb6563 2026-04-22 19:33:51.891 9 INFO neutron.plugins.ml2.plugin [None req-48c4e114-a9ce-4a95-ba8a-67a99fea188b - - - - - -] Attempt 1 to provision port 71f43918-3645-45bf-9f20-9349eb06b9e4 2026-04-22 19:33:52.112 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 4c518a82-2639-43a1-8c47-97ba59c53661 2026-04-22 19:33:53.197 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 17815731-a960-4d94-9636-2e8e004d0f13 2026-04-22 19:33:53.763 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 9111dc59-cfa8-4fa8-9d1b-00d02788e937 2026-04-22 19:33:53.866 10 INFO neutron.plugins.ml2.plugin [None req-6c83172a-d2fb-4c19-8677-02464828b62f - - - - - -] Attempt 1 to provision port 9c9c52c5-47e8-40f6-ac91-abd4766605cb 2026-04-22 19:33:53.923 10 INFO neutron.plugins.ml2.plugin [None req-6c83172a-d2fb-4c19-8677-02464828b62f - - - - - -] Attempt 1 to provision port 17815731-a960-4d94-9636-2e8e004d0f13 2026-04-22 19:33:54.540 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 4c518a82-2639-43a1-8c47-97ba59c53661 2026-04-22 19:33:54.825 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port ae562f02-bb37-4d99-99de-8d4fa936a158 2026-04-22 19:33:55.160 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 17815731-a960-4d94-9636-2e8e004d0f13 2026-04-22 19:33:55.342 9 INFO neutron.plugins.ml2.plugin [None req-d1b37915-d194-4b3d-9c34-a57a6eed4a28 - - - - - -] Attempt 1 to provision port 9c9c52c5-47e8-40f6-ac91-abd4766605cb 2026-04-22 19:33:55.617 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 9111dc59-cfa8-4fa8-9d1b-00d02788e937 2026-04-22 19:33:55.806 10 INFO neutron.plugins.ml2.plugin [None req-7d2576b1-2779-4ba4-996d-8096385d2175 - - - - - -] Attempt 1 to provision port 9c9c52c5-47e8-40f6-ac91-abd4766605cb 2026-04-22 19:33:57.172 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 046be9db-ed62-4361-82e1-8b436dda0693 2026-04-22 19:33:57.290 10 INFO neutron.plugins.ml2.plugin [None req-f71a73f6-883e-4060-9a31-033c44f77eff - - - - - -] Attempt 1 to provision port 5d3f76f5-d31d-4a85-9410-2aa95bb240fe 2026-04-22 19:33:57.823 10 INFO neutron.plugins.ml2.plugin [None req-86a6d44c-cf00-4a93-8c03-4b8c8aadcbd9 - - - - - -] Attempt 1 to provision port 046be9db-ed62-4361-82e1-8b436dda0693 2026-04-22 19:33:57.970 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5d3f76f5-d31d-4a85-9410-2aa95bb240fe 2026-04-22 19:33:58.398 10 INFO neutron.plugins.ml2.plugin [None req-480d5cfa-1132-49d9-8a61-13bd9ba0dfbb - - - - - -] Attempt 1 to provision port afd6d4b1-4dd3-4490-9473-6243a7ae33d4 2026-04-22 19:33:58.944 10 INFO neutron.plugins.ml2.plugin [None req-14ac6c19-649c-4be7-aac4-26450ce10cca - - - - - -] Attempt 1 to provision port afd6d4b1-4dd3-4490-9473-6243a7ae33d4 2026-04-22 19:33:59.090 9 INFO neutron.plugins.ml2.plugin [None req-7cd190c3-8c82-45e4-86d4-d1b2d0687def - - - - - -] Attempt 1 to provision port 30f7f453-83c2-4d74-a9c6-bb038a30f968 2026-04-22 19:33:59.198 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 046be9db-ed62-4361-82e1-8b436dda0693 2026-04-22 19:33:59.549 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5d3f76f5-d31d-4a85-9410-2aa95bb240fe 2026-04-22 19:33:59.835 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 30f7f453-83c2-4d74-a9c6-bb038a30f968 2026-04-22 19:34:00.117 10 INFO neutron.plugins.ml2.plugin [None req-9bd99506-4e40-4943-9b77-6b21e30f5abb - - - - - -] Attempt 1 to provision port 5a299ae8-ee5a-4c5a-be3b-70cea0d4c0d5 2026-04-22 19:34:00.460 9 INFO neutron.plugins.ml2.plugin [None req-f26b5f6d-96a9-4bd7-9712-694c7fda7448 - - - - - -] Attempt 1 to provision port 8e151513-3c43-494e-9021-218128027b68 2026-04-22 19:34:01.188 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 30f7f453-83c2-4d74-a9c6-bb038a30f968 2026-04-22 19:34:01.326 9 INFO neutron.plugins.ml2.plugin [None req-4db07828-599a-457d-b493-2978f09eceb7 - - - - - -] Attempt 1 to provision port 5a299ae8-ee5a-4c5a-be3b-70cea0d4c0d5 2026-04-22 19:34:04.223 9 INFO neutron.plugins.ml2.plugin [None req-d82aa8d0-9c84-4c4b-9ec8-a46455fc89c2 - - - - - -] Attempt 1 to provision port 25da0923-d810-40da-bbbc-006aa5318254 2026-04-22 19:34:05.271 9 INFO neutron.plugins.ml2.plugin [None req-c130ea86-b170-4405-a776-239112592890 - - - - - -] Attempt 1 to provision port 04313946-09fd-4fd0-bc42-c1807dd171d6 2026-04-22 19:34:07.469 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1fdd7b0-0dd9-4458-b56e-1ed1191a146f'] response: {'server_uuid': 'c31b06ce-3c4b-489e-8aa8-230680665906', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7e4085a7-1b93-4fea-af0b-f68ae20d6534', 'code': 200} 2026-04-22 19:34:09.344 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 04313946-09fd-4fd0-bc42-c1807dd171d6 2026-04-22 19:34:09.443 9 INFO neutron.plugins.ml2.plugin [None req-d623591f-5a60-4ae8-a82f-cc139e3e9e93 - - - - - -] Attempt 1 to provision port 33479f25-b7b6-4694-8a59-b175edda7270 2026-04-22 19:34:09.484 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5044fc69-64e2-4a45-a3e8-4d83bb1f3e6d'] response: {'server_uuid': '0d016c59-4dd1-47ad-9750-868bbc94fbf9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04313946-09fd-4fd0-bc42-c1807dd171d6', 'code': 200} 2026-04-22 19:34:09.925 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7e4085a7-1b93-4fea-af0b-f68ae20d6534 2026-04-22 19:34:10.334 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 82d3e38c-5c92-4b68-841e-310dd7f54bea 2026-04-22 19:34:10.547 9 INFO neutron.plugins.ml2.plugin [None req-e9353a98-3e87-4e6f-9355-e06771c71578 - - - - - -] Attempt 1 to provision port 58bf9bce-832b-4fa9-8a8a-d34887f2cded 2026-04-22 19:34:10.644 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 33479f25-b7b6-4694-8a59-b175edda7270 2026-04-22 19:34:11.195 10 INFO neutron.plugins.ml2.plugin [None req-47cb305b-85ea-4ad5-91b0-005c31ad4e52 - - - - - -] Attempt 1 to provision port 58bf9bce-832b-4fa9-8a8a-d34887f2cded 2026-04-22 19:34:11.239 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 04313946-09fd-4fd0-bc42-c1807dd171d6 2026-04-22 19:34:11.535 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d8c7a29-d6f3-41e0-a1fd-034744f7fe4c'] response: {'server_uuid': 'c31b06ce-3c4b-489e-8aa8-230680665906', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e4085a7-1b93-4fea-af0b-f68ae20d6534', 'code': 200} 2026-04-22 19:34:11.553 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 9c9c52c5-47e8-40f6-ac91-abd4766605cb 2026-04-22 19:34:11.878 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7e4085a7-1b93-4fea-af0b-f68ae20d6534 2026-04-22 19:34:12.093 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 82d3e38c-5c92-4b68-841e-310dd7f54bea 2026-04-22 19:34:12.304 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 33479f25-b7b6-4694-8a59-b175edda7270 2026-04-22 19:34:13.195 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 9c9c52c5-47e8-40f6-ac91-abd4766605cb 2026-04-22 19:34:16.777 9 INFO neutron.plugins.ml2.plugin [None req-e12f950d-7584-4f1e-a514-fc769276cad1 - - - - - -] Attempt 1 to provision port f91c22bf-93e0-4ba8-a419-31789c9f8c83 2026-04-22 19:34:17.142 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f91c22bf-93e0-4ba8-a419-31789c9f8c83 2026-04-22 19:34:18.234 10 INFO neutron.plugins.ml2.plugin [None req-37921f5d-4e85-4962-9078-82d679d66c72 - - - - - -] Attempt 1 to provision port 7de9b297-bc95-48d3-9b99-4da9e540efab 2026-04-22 19:34:18.981 10 INFO neutron.plugins.ml2.plugin [None req-093cadce-e58c-4ced-a042-7de23b31cdba - - - - - -] Attempt 1 to provision port 7de9b297-bc95-48d3-9b99-4da9e540efab 2026-04-22 19:34:19.133 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f91c22bf-93e0-4ba8-a419-31789c9f8c83 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:34:22.660 9 INFO neutron.plugins.ml2.plugin [None req-915ce774-4973-4e92-8648-da4c9d64208b - - - - - -] Attempt 1 to provision port c25eb865-7bc8-4ca0-bb79-21dc3f35df51 2026-04-22 19:34:32.069 10 INFO neutron.plugins.ml2.plugin [None req-fa99636f-104d-4b10-8bce-d5541440328f - - - - - -] Attempt 1 to provision port fac1714c-d954-4471-a349-9b3cb5cdf36d /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.706 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.707 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.707 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 2 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.728 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.729 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.729 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 3 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.752 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.754 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.754 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 4 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.783 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.784 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.784 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 5 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.809 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.810 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.810 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 6 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.845 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.846 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.846 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 7 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.862 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.863 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.863 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 8 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.885 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.886 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.886 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 9 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.909 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.910 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:33.910 10 INFO neutron.plugins.ml2.plugin [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Attempt 10 to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 08066d88-ff76-4d87-a954-c7cf35a8dca1 could not be found. 2026-04-22 19:34:33.935 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:33.936 10 ERROR neutron.plugins.ml2.managers [None req-fb3c6564-e76e-41d2-8da4-be105dbfa1fe - - - - - -] Failed to bind port ea6a6b28-deb8-4ade-984f-54df57dd3435 on host instance for vnic_type normal using segments [{'id': '1905a900-2969-47c8-b7a7-86d6872f8389', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 176, 'network_id': 'f9506ffb-09e6-4c5d-9a62-af81f2a6449b'}] 2026-04-22 19:34:35.231 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port fac1714c-d954-4471-a349-9b3cb5cdf36d 2026-04-22 19:34:35.339 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f541717c-9498-49f6-9d0f-4c89e741b381'] response: {'server_uuid': 'cf461f54-c8fd-43a2-b7ea-2188fd2a9b09', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fac1714c-d954-4471-a349-9b3cb5cdf36d', 'code': 200} 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.530 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.531 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.538 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 2 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.568 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.569 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.569 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 3 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.591 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.592 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.592 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 4 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.610 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.611 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.611 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 5 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.630 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.631 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.631 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 6 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.650 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.651 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.651 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 7 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.674 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.675 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.675 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 8 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.697 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.698 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 9 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.718 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.719 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:35.719 10 INFO neutron.plugins.ml2.plugin [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Attempt 10 to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5c7ffcac-28db-4510-b72a-a08dce160449 could not be found. 2026-04-22 19:34:35.743 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:34:35.744 10 ERROR neutron.plugins.ml2.managers [None req-dd804573-7f27-4a3e-b335-ffe9fc4fe1cc - - - - - -] Failed to bind port 5fd9adfa-adbc-4cc3-ba71-dc7c9c138748 on host instance for vnic_type normal using segments [{'id': '971a6247-6c73-4e60-8427-08c8a709f351', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 330, 'network_id': '74eacf49-3117-4ce5-9252-20f01fbec4ab'}] 2026-04-22 19:34:37.298 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 0e0477ff-17e4-4428-9a5e-7f9b727d2a35 2026-04-22 19:34:37.461 10 INFO neutron.plugins.ml2.plugin [None req-02b4b906-cb50-448a-a2e0-cd966bb99c63 - - - - - -] Attempt 1 to provision port ffd0e556-28c5-41c1-a9df-bd96897e6f5a 2026-04-22 19:34:37.615 9 INFO neutron.plugins.ml2.plugin [None req-c431332b-1007-4958-8c04-3cbb847da999 - - - - - -] Attempt 1 to provision port 0e0477ff-17e4-4428-9a5e-7f9b727d2a35 2026-04-22 19:34:37.782 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port fac1714c-d954-4471-a349-9b3cb5cdf36d 2026-04-22 19:34:39.115 9 INFO neutron.plugins.ml2.plugin [None req-817d0508-df12-489f-92eb-4c773a7977d7 - - - - - -] Attempt 1 to provision port 2f788609-22f9-4be4-a43c-4fdef49b1368 2026-04-22 19:34:39.296 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 2f788609-22f9-4be4-a43c-4fdef49b1368 2026-04-22 19:34:39.601 10 INFO neutron.plugins.ml2.plugin [None req-7b78b877-c545-41e3-b094-d9e06e0849d1 - - - - - -] Attempt 1 to provision port abcc0f49-5d1d-44a3-bc1d-f9747c920398 2026-04-22 19:34:39.731 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 0e0477ff-17e4-4428-9a5e-7f9b727d2a35 2026-04-22 19:34:40.051 10 INFO neutron.plugins.ml2.plugin [None req-52d07f5d-8eec-473f-a75c-6eeabe98f160 - - - - - -] Attempt 1 to provision port abcc0f49-5d1d-44a3-bc1d-f9747c920398 2026-04-22 19:34:41.166 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 194bc639-c35b-4ffa-b927-84344a272fd0 2026-04-22 19:34:43.178 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 194bc639-c35b-4ffa-b927-84344a272fd0 2026-04-22 19:34:43.619 10 INFO neutron.plugins.ml2.plugin [None req-5931ee17-a8f3-4e92-9e6b-41b893bfd127 - - - - - -] Attempt 1 to provision port 1c6ea5ff-2cfa-4c19-bca7-ce28a2a0f0bf 2026-04-22 19:34:45.335 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1c6ea5ff-2cfa-4c19-bca7-ce28a2a0f0bf 2026-04-22 19:34:45.459 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe578759-6468-4399-9820-149b78e97b93'] response: {'server_uuid': '9e000e44-9005-4f5d-82f2-2b9b55c10e01', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1c6ea5ff-2cfa-4c19-bca7-ce28a2a0f0bf', 'code': 200} 2026-04-22 19:35:06.237 9 INFO neutron.plugins.ml2.plugin [None req-226cfa5e-53f6-4cfa-a494-6ccac33493ee - - - - - -] Attempt 1 to provision port 066f2733-329d-4092-bd5a-18386e54deb5 2026-04-22 19:35:06.903 9 INFO neutron.plugins.ml2.plugin [None req-7fdee03e-7f73-44f4-b246-dadc0ec877dd - - - - - -] Attempt 1 to provision port 69867934-5972-4c5e-9193-07ebba9e698d 2026-04-22 19:35:07.233 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 69867934-5972-4c5e-9193-07ebba9e698d 2026-04-22 19:35:08.957 10 INFO neutron.plugins.ml2.plugin [None req-0f4fe96d-b4d3-4423-a7ec-aa01f40636cf - - - - - -] Attempt 1 to provision port 5aa791e2-3096-429d-90e3-0ad42f2b0b72 2026-04-22 19:35:09.212 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 69867934-5972-4c5e-9193-07ebba9e698d 2026-04-22 19:35:09.633 9 INFO neutron.plugins.ml2.plugin [None req-36befb5a-a67d-43ff-b30f-a04632f2094a - - - - - -] Attempt 1 to provision port 5aa791e2-3096-429d-90e3-0ad42f2b0b72 2026-04-22 19:35:11.243 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 6ce94cfe-75a8-427d-aa3a-1d170c628bde 2026-04-22 19:35:13.122 10 INFO neutron.plugins.ml2.plugin [None req-6b3414b0-ca96-4055-ae76-ca1c8793e08c - - - - - -] Attempt 1 to provision port f9452991-b0f9-44ff-a184-7b364062c3c4 2026-04-22 19:35:13.275 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 6ce94cfe-75a8-427d-aa3a-1d170c628bde 2026-04-22 19:35:13.651 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e4495398-0155-495a-bc2a-71c4d5f6c2b9 2026-04-22 19:35:13.881 9 INFO neutron.plugins.ml2.plugin [None req-b36a9075-4348-415f-b149-0fa69cf65823 - - - - - -] Attempt 1 to provision port e4495398-0155-495a-bc2a-71c4d5f6c2b9 2026-04-22 19:35:15.359 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port e4495398-0155-495a-bc2a-71c4d5f6c2b9 2026-04-22 19:35:16.053 9 INFO neutron.plugins.ml2.plugin [None req-f70acf74-dd0c-4ae8-891a-68c086379ae6 - - - - - -] Attempt 1 to provision port a1a15bf3-7676-4c08-983f-5a136892c05e 2026-04-22 19:35:16.629 9 INFO neutron.plugins.ml2.plugin [None req-e48e5d71-978b-49b3-aa05-ecd79f782ee6 - - - - - -] Attempt 1 to provision port a1a15bf3-7676-4c08-983f-5a136892c05e 2026-04-22 19:35:17.193 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port c6aa05e1-383b-4d8d-b737-da398bd6d6c4 2026-04-22 19:35:18.713 10 INFO neutron.plugins.ml2.plugin [None req-2d8a3ce1-f3a1-4c2e-8885-8fde1b546fe4 - - - - - -] Attempt 1 to provision port 554f4a95-e8ff-40ba-b233-1dea84fcfc8a 2026-04-22 19:35:19.244 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port c6aa05e1-383b-4d8d-b737-da398bd6d6c4 2026-04-22 19:35:23.185 10 INFO neutron.plugins.ml2.plugin [None req-2e669688-7346-4db6-93f8-58550cde03f0 - - - - - -] Attempt 1 to provision port 483d07d6-0b70-4fce-9f7c-e9e45d4bf576 2026-04-22 19:35:25.365 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 483d07d6-0b70-4fce-9f7c-e9e45d4bf576 2026-04-22 19:35:25.500 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-57b909b6-daff-4bc3-b975-d1b684985a1d'] response: {'server_uuid': '029a7042-d19a-422c-a72d-f6d8fa1062a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '483d07d6-0b70-4fce-9f7c-e9e45d4bf576', 'code': 200} 2026-04-22 19:35:27.219 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 483d07d6-0b70-4fce-9f7c-e9e45d4bf576 2026-04-22 19:35:27.494 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 066f2733-329d-4092-bd5a-18386e54deb5 2026-04-22 19:35:27.965 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5aa791e2-3096-429d-90e3-0ad42f2b0b72 2026-04-22 19:35:29.345 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 5aa791e2-3096-429d-90e3-0ad42f2b0b72 2026-04-22 19:35:29.705 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 066f2733-329d-4092-bd5a-18386e54deb5 2026-04-22 19:35:31.335 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f5e21288-2fd2-4920-a3ca-1b096ffad93c 2026-04-22 19:35:33.246 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f9452991-b0f9-44ff-a184-7b364062c3c4 2026-04-22 19:35:33.575 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port a1a15bf3-7676-4c08-983f-5a136892c05e 2026-04-22 19:35:35.273 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f9452991-b0f9-44ff-a184-7b364062c3c4 2026-04-22 19:35:35.466 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port a1a15bf3-7676-4c08-983f-5a136892c05e 2026-04-22 19:35:42.489 10 INFO neutron.plugins.ml2.plugin [None req-a2bfc6df-82c6-4eed-b8cd-616d5adeac14 - - - - - -] Attempt 1 to provision port accb9577-b5f5-4c7f-8c0a-659415ee8ecd 2026-04-22 19:35:43.258 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 76dcf4b5-a34e-479f-b944-81caea5b268d 2026-04-22 19:35:43.261 9 INFO neutron.plugins.ml2.plugin [None req-9019a754-08fb-4166-8c84-3fdca5b50b7e - - - - - -] Attempt 1 to provision port 76dcf4b5-a34e-479f-b944-81caea5b268d 2026-04-22 19:35:45.172 10 INFO neutron.plugins.ml2.plugin [None req-7e8de4b1-d430-461a-a2c7-d3e7fc166e78 - - - - - -] Attempt 1 to provision port 5e9c6957-11e1-4784-9a09-e6f4e8a35a21 2026-04-22 19:35:45.442 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 76dcf4b5-a34e-479f-b944-81caea5b268d 2026-04-22 19:35:45.716 9 INFO neutron.plugins.ml2.plugin [None req-a0f65d64-6d2b-4251-801a-e35b7d86fe2d - - - - - -] Attempt 1 to provision port 5e9c6957-11e1-4784-9a09-e6f4e8a35a21 2026-04-22 19:35:47.261 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port be6d0bea-b290-4c2a-98b2-f8888c80ded6 2026-04-22 19:35:47.997 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 296cd968-d36b-4237-9262-8826e79f1087 2026-04-22 19:35:49.494 10 INFO neutron.plugins.ml2.plugin [None req-3632b38a-6d7c-466e-a1ef-57caacb97409 - - - - - -] Attempt 1 to provision port 296cd968-d36b-4237-9262-8826e79f1087 2026-04-22 19:35:49.974 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port be6d0bea-b290-4c2a-98b2-f8888c80ded6 2026-04-22 19:35:50.108 10 INFO neutron.plugins.ml2.plugin [None req-4fd81e6b-48d0-41bc-a1dc-7ccc2ebd07f1 - - - - - -] Attempt 1 to provision port 296cd968-d36b-4237-9262-8826e79f1087 2026-04-22 19:35:50.326 10 INFO neutron.plugins.ml2.plugin [None req-5e32dacd-b095-4d89-9312-05bf394828c4 - - - - - -] Attempt 1 to provision port c49dedd7-0476-4f3e-9cf8-82e361303dd8 2026-04-22 19:35:50.459 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f1b1b0e8-1ecc-40a1-8fc7-def177efa6f9 2026-04-22 19:35:50.874 10 INFO neutron.plugins.ml2.plugin [None req-0673cf3d-db6e-4499-81b1-12914da6350a - - - - - -] Attempt 1 to provision port f1b1b0e8-1ecc-40a1-8fc7-def177efa6f9 2026-04-22 19:35:51.264 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 296cd968-d36b-4237-9262-8826e79f1087 2026-04-22 19:35:51.500 9 INFO neutron.plugins.ml2.plugin [None req-3db913ae-030e-4332-a5c3-3d93459a3153 - - - - - -] Attempt 1 to provision port f1b1b0e8-1ecc-40a1-8fc7-def177efa6f9 2026-04-22 19:35:51.814 10 INFO neutron.plugins.ml2.plugin [None req-d17282ca-3a35-4d4e-8951-d1fb945125c0 - - - - - -] Attempt 1 to provision port 1ae72f19-8cc9-4546-8b9e-f21d4c801728 2026-04-22 19:35:51.899 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1ae72f19-8cc9-4546-8b9e-f21d4c801728 2026-04-22 19:35:52.439 10 INFO neutron.plugins.ml2.plugin [None req-f8846595-01e6-4fe8-bfc2-7f5650a607d2 - - - - - -] Attempt 1 to provision port f175028d-026b-4eff-ae9c-fa97e6df8da1 2026-04-22 19:35:52.780 10 INFO neutron.plugins.ml2.plugin [None req-8fe4b36c-8359-4504-ae0a-f4d8f4db37cf - - - - - -] Attempt 1 to provision port 1ae72f19-8cc9-4546-8b9e-f21d4c801728 2026-04-22 19:35:52.939 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f1b1b0e8-1ecc-40a1-8fc7-def177efa6f9 2026-04-22 19:35:53.170 10 INFO neutron.plugins.ml2.plugin [None req-010f2e17-ded9-4b90-b10a-f443762fbe54 - - - - - -] Attempt 1 to provision port 1959c134-0c58-41d5-b071-9be64af390cf 2026-04-22 19:35:53.855 9 INFO neutron.plugins.ml2.plugin [None req-4edd5f4e-c38e-42b4-9e38-bc404130fb33 - - - - - -] Attempt 1 to provision port 1959c134-0c58-41d5-b071-9be64af390cf 2026-04-22 19:35:54.065 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 6f8210ee-f176-45ca-bf45-b6c02870516c 2026-04-22 19:35:54.534 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f175028d-026b-4eff-ae9c-fa97e6df8da1 2026-04-22 19:35:54.641 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0193f20c-16ee-4175-b765-451c59d04992'] response: {'server_uuid': 'c6ce6632-28cd-42e2-add6-fd3be8934dda', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f175028d-026b-4eff-ae9c-fa97e6df8da1', 'code': 200} 2026-04-22 19:35:54.990 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1ae72f19-8cc9-4546-8b9e-f21d4c801728 2026-04-22 19:35:55.524 10 INFO neutron.plugins.ml2.plugin [None req-04ba838d-725f-4c39-96df-f9a368752273 - - - - - -] Attempt 1 to provision port cd697307-7a35-4450-bddd-488e20a6c392 2026-04-22 19:35:55.923 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f175028d-026b-4eff-ae9c-fa97e6df8da1 2026-04-22 19:35:56.173 9 INFO neutron.plugins.ml2.plugin [None req-6d03f595-056e-443c-af6b-e6bad73e26fa - - - - - -] Attempt 1 to provision port cd697307-7a35-4450-bddd-488e20a6c392 2026-04-22 19:35:56.221 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 6f8210ee-f176-45ca-bf45-b6c02870516c 2026-04-22 19:35:57.327 9 INFO neutron.plugins.ml2.plugin [None req-16ad268c-ef60-41a3-b8f5-360d8b6400d2 - - - - - -] Attempt 1 to provision port 7753f590-4f12-45f5-b588-bda563711700 2026-04-22 19:35:58.195 10 INFO neutron.plugins.ml2.plugin [None req-204d180b-a8dc-4f1e-b98b-c3569b27af31 - - - - - -] Attempt 1 to provision port 7753f590-4f12-45f5-b588-bda563711700 2026-04-22 19:36:03.185 10 INFO neutron.plugins.ml2.plugin [None req-dbe45742-e8eb-4eba-b3e7-2615d4b89166 - - - - - -] Attempt 1 to provision port 83b291a2-45fa-4a12-af15-5785aeef052e /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-22 19:36:05.900 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 83b291a2-45fa-4a12-af15-5785aeef052e 2026-04-22 19:36:06.021 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-55b01e71-3e5e-4438-85df-ce47535a527a'] response: {'server_uuid': '641adb9f-8a31-41b2-a9a4-70553a1889a7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '83b291a2-45fa-4a12-af15-5785aeef052e', 'code': 200} 2026-04-22 19:36:07.846 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 83b291a2-45fa-4a12-af15-5785aeef052e 2026-04-22 19:36:13.935 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7753f590-4f12-45f5-b588-bda563711700 2026-04-22 19:36:14.353 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1959c134-0c58-41d5-b071-9be64af390cf 2026-04-22 19:36:14.663 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port cd697307-7a35-4450-bddd-488e20a6c392 2026-04-22 19:36:14.966 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port c49dedd7-0476-4f3e-9cf8-82e361303dd8 2026-04-22 19:36:15.315 9 INFO neutron.plugins.ml2.plugin [None req-c835908b-1abb-4139-9244-9d735371e1dc - - - - - -] Attempt 1 to provision port 22e68958-2c29-465f-9009-35ac835eae80 2026-04-22 19:36:15.882 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 7753f590-4f12-45f5-b588-bda563711700 2026-04-22 19:36:16.161 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 1959c134-0c58-41d5-b071-9be64af390cf 2026-04-22 19:36:16.440 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port cd697307-7a35-4450-bddd-488e20a6c392 2026-04-22 19:36:16.730 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port c49dedd7-0476-4f3e-9cf8-82e361303dd8 2026-04-22 19:36:17.919 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 22e68958-2c29-465f-9009-35ac835eae80 2026-04-22 19:36:18.054 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e424086-aa20-4b68-af4c-7b86eb2903e1'] response: {'server_uuid': 'bf5c5c8f-3275-49cf-9ac1-0b0a5270f996', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '22e68958-2c29-465f-9009-35ac835eae80', 'code': 200} 2026-04-22 19:36:19.890 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 22e68958-2c29-465f-9009-35ac835eae80 2026-04-22 19:36:34.719 9 INFO neutron.plugins.ml2.plugin [None req-f2903035-6093-44ef-904e-ee0beb735013 - - - - - -] Attempt 1 to provision port f87a1483-6d2c-4e1f-8f39-0f73aa49b22c 2026-04-22 19:36:37.946 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port a2127ee5-9aec-4d5c-9174-25ef2d91a94d 2026-04-22 19:36:39.954 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port b1f7df92-3295-47ab-83d0-328cd648342a 2026-04-22 19:36:40.407 10 INFO neutron.plugins.ml2.plugin [None req-aacb69b1-fef7-4054-921a-7b7abbda0054 - - - - - -] Attempt 1 to provision port b1f7df92-3295-47ab-83d0-328cd648342a 2026-04-22 19:36:40.487 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port c37238e5-543e-4619-966a-1ee0ecb721e5 2026-04-22 19:36:41.335 9 INFO neutron.plugins.ml2.plugin [None req-b7404c4e-0fcb-45cf-a4bc-cde1174b45d4 - - - - - -] Attempt 1 to provision port c37238e5-543e-4619-966a-1ee0ecb721e5 2026-04-22 19:36:41.994 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port f1336b31-47f1-4d3b-a6e4-a22e25f4e116 2026-04-22 19:36:42.294 10 INFO neutron.plugins.ml2.plugin [None req-dad40b90-f152-4dc8-8751-d42e2ab183b4 - - - - - -] Attempt 1 to provision port f1336b31-47f1-4d3b-a6e4-a22e25f4e116 2026-04-22 19:36:42.790 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 976afdd1-573e-4bab-81a1-c3f7cb892546 2026-04-22 19:36:42.860 9 INFO neutron.plugins.ml2.plugin [None req-46fb35f2-5317-4a0a-a584-d395b86121b4 - - - - - -] Attempt 1 to provision port 976afdd1-573e-4bab-81a1-c3f7cb892546 2026-04-22 19:36:43.358 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 35296602-132d-4acb-99cc-0d75f48412f4 2026-04-22 19:36:43.661 10 INFO neutron.plugins.ml2.plugin [None req-d672dfc7-b10e-4327-96ff-1ac9e62d3b03 - - - - - -] Attempt 1 to provision port 35296602-132d-4acb-99cc-0d75f48412f4 2026-04-22 19:36:43.917 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 35296602-132d-4acb-99cc-0d75f48412f4 2026-04-22 19:36:49.688 9 INFO neutron.plugins.ml2.plugin [None req-afff97eb-f6cb-44dd-80a4-4fa69f8dc72e - - - - - -] Attempt 1 to provision port 97a5feb3-a374-43ea-a0b0-cbca488babb6 2026-04-22 19:36:51.984 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 97a5feb3-a374-43ea-a0b0-cbca488babb6 2026-04-22 19:36:52.100 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-16d41073-d23f-46a6-98e7-730934b64728'] response: {'server_uuid': '531df925-74f4-4bb4-bf78-c5f1913034be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97a5feb3-a374-43ea-a0b0-cbca488babb6', 'code': 200} 2026-04-22 19:36:53.906 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 97a5feb3-a374-43ea-a0b0-cbca488babb6 2026-04-22 19:37:30.339 10 INFO neutron.plugins.ml2.plugin [None req-e61eeeb7-49f5-4955-8d4e-058a30ae4d14 - - - - - -] Attempt 1 to provision port 949fffb0-349b-441b-84f5-d460d86ae5ca 2026-04-22 19:37:34.019 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 949fffb0-349b-441b-84f5-d460d86ae5ca 2026-04-22 19:37:34.155 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8f904dc-df04-4ef7-b4c7-90bdac1b404d'] response: {'server_uuid': '531df925-74f4-4bb4-bf78-c5f1913034be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '949fffb0-349b-441b-84f5-d460d86ae5ca', 'code': 200} 2026-04-22 19:37:35.944 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 949fffb0-349b-441b-84f5-d460d86ae5ca 2026-04-22 19:38:01.815 9 INFO neutron.plugins.ml2.plugin [None req-d0f4b7d4-ca05-4ac4-8198-cb6d5b25d96b - - - - - -] Attempt 1 to provision port 6a5d10e9-abb7-4927-b9e2-6b2e718c5a6e 2026-04-22 19:38:04.486 9 INFO neutron.plugins.ml2.plugin [None req-c1cbbbd0-9582-4ca2-b8dc-844e1c8f08ad - - - - - -] Attempt 1 to provision port 6a5d10e9-abb7-4927-b9e2-6b2e718c5a6e 2026-04-22 19:38:04.656 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3ae9ceb-6061-45ba-9c47-16cb6d1a6c1d'] response: {'server_uuid': '531df925-74f4-4bb4-bf78-c5f1913034be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6a5d10e9-abb7-4927-b9e2-6b2e718c5a6e', 'code': 200} 2026-04-22 19:38:06.016 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port 6a5d10e9-abb7-4927-b9e2-6b2e718c5a6e 2026-04-22 19:38:16.092 9 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port a65b191f-f4af-42a7-9c63-ef8d42f13fd5 2026-04-22 19:38:16.256 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fc29030-e5db-4502-8d6c-d0b13cb66b38'] response: {'server_uuid': '531df925-74f4-4bb4-bf78-c5f1913034be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a65b191f-f4af-42a7-9c63-ef8d42f13fd5', 'code': 200} 2026-04-22 19:38:17.986 10 INFO neutron.plugins.ml2.plugin [None req-85b2500e-0f80-4f26-b567-146d48c6fb9e - - - - - -] Attempt 1 to provision port a65b191f-f4af-42a7-9c63-ef8d42f13fd5 2026-04-22 19:38:24.968 10 INFO neutron.plugins.ml2.plugin [None req-73ec79de-d2a1-452c-b3d4-9178958830d1 - - - - - -] Attempt 1 to provision port a65b191f-f4af-42a7-9c63-ef8d42f13fd5 2026-04-22 19:38:30.285 10 INFO neutron.plugins.ml2.plugin [None req-49972888-e5e4-43a0-91b8-25f53a3af3a5 - - - - - -] Attempt 1 to provision port 6a5d10e9-abb7-4927-b9e2-6b2e718c5a6e