+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-08 18:54:53.931 1 INFO neutron.common.config [-] Logging enabled! 2026-05-08 18:54:53.931 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-08 18:54:53.932 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-08 18:54:53.932 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 18:54:54.718 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 18:54:54.720 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 18:54:54.722 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-08 18:54:54.723 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 18:54:54.723 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 18:54:54.724 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 18:54:54.724 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 18:54:54.729 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 18:54:54.729 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 18:54:54.729 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 18:54:54.744 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 18:54:54.745 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 18:54:54.745 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 18:54:54.775 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 18:54:54.775 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 18:54:54.775 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 18:54:54.775 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 18:54:54.781 1 WARNING oslo_policy.policy [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-05-08 18:54:55.035 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 18:54:55.291 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 18:54:55.291 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 18:54:55.291 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 18:54:55.338 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 18:54:55.338 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 18:54:55.338 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 18:54:55.339 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 18:54:55.339 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing extension driver 'qos' 2026-05-08 18:54:55.339 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 18:54:55.339 1 INFO neutron.plugins.ml2.managers [None req-5e6d33d9-aa14-4723-ad0b-71db9b42dcc0 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 18:54:55.353 1 INFO neutron.quota [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded quota_driver: . 2026-05-08 18:54:55.354 1 INFO neutron.plugins.ml2.plugin [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 18:54:55.354 1 INFO neutron.plugins.ml2.managers [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 18:54:55.354 1 INFO neutron.plugins.ml2.managers [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 18:54:55.354 1 INFO neutron.plugins.ml2.managers [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 18:54:55.354 1 INFO neutron.extensions.vlantransparent [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Disabled vlantransparent extension. 2026-05-08 18:54:55.355 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: qos 2026-05-08 18:54:55.364 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: router 2026-05-08 18:54:55.392 1 INFO neutron.services.service_base [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 18:54:55.392 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: segments 2026-05-08 18:54:55.454 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: trunk 2026-05-08 18:54:55.503 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: vpnaas 2026-05-08 18:54:55.535 1 WARNING stevedore.named [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 18:54:55.588 1 INFO neutron_vpnaas.services.vpn.plugin [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 18:54:55.588 1 INFO neutron.common.utils [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 18:54:55.589 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 18:54:55.594 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: tag 2026-05-08 18:54:55.599 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: timestamp 2026-05-08 18:54:55.602 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 18:54:55.610 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: flavors 2026-05-08 18:54:55.617 1 INFO neutron.manager [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loading Plugin: revisions 2026-05-08 18:54:55.620 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Initializing extension manager. 2026-05-08 18:54:55.621 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: address-group 2026-05-08 18:54:55.622 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: address-scope 2026-05-08 18:54:55.622 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 18:54:55.623 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: agent 2026-05-08 18:54:55.624 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 18:54:55.625 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 18:54:55.626 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 18:54:55.626 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: availability_zone 2026-05-08 18:54:55.627 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 18:54:55.627 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 18:54:55.628 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 18:54:55.629 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 18:54:55.630 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: dns-integration 2026-05-08 18:54:55.630 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 18:54:55.631 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 18:54:55.631 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: dvr 2026-05-08 18:54:55.632 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 18:54:55.632 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 18:54:55.633 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 18:54:55.634 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 18:54:55.634 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: external-net 2026-05-08 18:54:55.635 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 18:54:55.635 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: extraroute 2026-05-08 18:54:55.636 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 18:54:55.636 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 18:54:55.637 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 18:54:55.638 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 18:54:55.638 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 18:54:55.639 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: fip-port-details 2026-05-08 18:54:55.640 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: flavors 2026-05-08 18:54:55.641 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 18:54:55.641 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 18:54:55.642 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: ip_allocation 2026-05-08 18:54:55.643 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 18:54:55.643 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 18:54:55.644 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: router 2026-05-08 18:54:55.646 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 18:54:55.646 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 18:54:55.647 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: l3-ha 2026-05-08 18:54:55.648 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 18:54:55.648 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 18:54:55.649 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: l3-flavors 2026-05-08 18:54:55.649 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 18:54:55.650 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 18:54:55.651 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 18:54:55.652 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 18:54:55.653 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 18:54:55.654 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 18:54:55.655 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 18:54:55.655 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: multi-provider 2026-05-08 18:54:55.656 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: net-mtu 2026-05-08 18:54:55.656 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 18:54:55.657 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 18:54:55.658 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: network_ha 2026-05-08 18:54:55.658 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 18:54:55.659 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 18:54:55.660 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: pagination 2026-05-08 18:54:55.660 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-device-profile 2026-05-08 18:54:55.661 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 18:54:55.661 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 18:54:55.662 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-mac-override 2026-05-08 18:54:55.662 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 18:54:55.663 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 18:54:55.663 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-resource-request 2026-05-08 18:54:55.664 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 18:54:55.664 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: binding 2026-05-08 18:54:55.665 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: binding-extended 2026-05-08 18:54:55.666 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-security 2026-05-08 18:54:55.666 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: project-id 2026-05-08 18:54:55.666 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: provider 2026-05-08 18:54:55.668 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos 2026-05-08 18:54:55.669 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 18:54:55.669 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 18:54:55.670 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-default 2026-05-08 18:54:55.670 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-fip 2026-05-08 18:54:55.671 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 18:54:55.671 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 18:54:55.672 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 18:54:55.673 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 18:54:55.673 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 18:54:55.674 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-pps 2026-05-08 18:54:55.674 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 18:54:55.675 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 18:54:55.675 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 18:54:55.676 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 18:54:55.678 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: quotas 2026-05-08 18:54:55.680 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: quota_details 2026-05-08 18:54:55.681 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: rbac-policies 2026-05-08 18:54:55.681 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 18:54:55.682 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 18:54:55.682 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 18:54:55.683 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 18:54:55.683 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: revision-if-match 2026-05-08 18:54:55.684 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 18:54:55.685 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 18:54:55.685 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 18:54:55.686 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 18:54:55.687 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 18:54:55.687 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 18:54:55.688 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 18:54:55.689 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 18:54:55.695 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: security-group 2026-05-08 18:54:55.696 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: segment 2026-05-08 18:54:55.696 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 18:54:55.697 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: service-type 2026-05-08 18:54:55.697 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: sorting 2026-05-08 18:54:55.698 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 18:54:55.698 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 18:54:55.699 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 18:54:55.700 1 WARNING neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 18:54:55.700 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 18:54:55.701 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 18:54:55.701 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 18:54:55.702 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 18:54:55.702 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 18:54:55.703 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 18:54:55.704 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 18:54:55.706 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 18:54:55.707 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 18:54:55.707 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: trunk 2026-05-08 18:54:55.708 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: trunk-details 2026-05-08 18:54:55.708 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 18:54:55.709 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 18:54:55.709 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 18:54:55.710 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 18:54:55.711 1 INFO neutron.api.extensions [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Loaded extension: vpnaas 2026-05-08 18:54:55.714 1 INFO oslo_service.service [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Starting 2 workers 2026-05-08 18:54:55.718 1 INFO oslo_service.service [None req-27b08f77-58a5-43d9-a621-e95e75d74226 - - - - - -] Starting 1 workers 2026-05-08 18:55:34.852 9 INFO neutron.db.l3_hamode_db [None req-80fa7e82-9eca-4615-94c7-be81a152ecec - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 18:55:46.047 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port b07de242-8aee-4f98-987d-5dd8e64ddfd5 2026-05-08 18:55:47.258 10 INFO neutron.plugins.ml2.plugin [None req-a3ac220e-62a5-4ecf-81f8-149297062b39 - - - - - -] Attempt 1 to provision port b07de242-8aee-4f98-987d-5dd8e64ddfd5 2026-05-08 18:55:47.935 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port b07de242-8aee-4f98-987d-5dd8e64ddfd5 2026-05-08 19:00:03.736 10 INFO neutron.plugins.ml2.plugin [None req-0f0a9e09-b9bb-4a85-870c-0726e6ae70c5 - - - - - -] Attempt 1 to provision port 01a9ea32-ce33-4747-9104-013d45f4b588 2026-05-08 19:00:04.115 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 01a9ea32-ce33-4747-9104-013d45f4b588 2026-05-08 19:00:06.108 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 01a9ea32-ce33-4747-9104-013d45f4b588 2026-05-08 19:00:11.028 10 INFO neutron.plugins.ml2.plugin [None req-69bbec07-162a-40c3-a9da-f8165b05b726 - - - - - -] Attempt 1 to provision port e21bd996-02b8-46da-bbbf-5bec3df059be 2026-05-08 19:04:12.489 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port e21bd996-02b8-46da-bbbf-5bec3df059be 2026-05-08 19:04:14.274 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port e21bd996-02b8-46da-bbbf-5bec3df059be 2026-05-08 19:15:54.727 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9d8a3a07-f093-487f-a1d9-30cca98c7035 2026-05-08 19:15:56.734 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9d8a3a07-f093-487f-a1d9-30cca98c7035 2026-05-08 19:31:00.231 10 INFO neutron.plugins.ml2.plugin [None req-2d0a1296-5700-478c-a469-aab131fa4e5b - - - - - -] Attempt 1 to provision port 7b38f73f-04dc-4b9b-b4b7-38c5bdf7cb2b 2026-05-08 19:31:00.877 10 INFO neutron.plugins.ml2.plugin [None req-6bb369ae-43da-41af-aec4-21553118487e - - - - - -] Attempt 1 to provision port 848611a1-e724-4a5a-9543-38fd36983019 2026-05-08 19:31:01.240 10 INFO neutron.plugins.ml2.plugin [None req-2547119d-5a11-4dfc-89e4-caec08f6b18f - - - - - -] Attempt 1 to provision port 866c5aa8-aa68-4cd0-a47c-b900b3a33531 2026-05-08 19:31:01.383 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port b9be4e02-0662-4c0a-aa81-535877c9901d 2026-05-08 19:31:01.798 10 INFO neutron.plugins.ml2.plugin [None req-8c40ce55-19bb-4c20-9141-0d2925a3017e - - - - - -] Attempt 1 to provision port 2ff147c7-798f-4708-9ef7-98dc7c8cb149 2026-05-08 19:31:02.559 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 866c5aa8-aa68-4cd0-a47c-b900b3a33531 2026-05-08 19:31:02.644 10 INFO neutron.plugins.ml2.plugin [None req-8c40ce55-19bb-4c20-9141-0d2925a3017e - - - - - -] Attempt 1 to provision port b9be4e02-0662-4c0a-aa81-535877c9901d 2026-05-08 19:31:03.024 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2ff147c7-798f-4708-9ef7-98dc7c8cb149 2026-05-08 19:31:03.273 10 INFO neutron.plugins.ml2.plugin [None req-b21e1f92-7d6d-46e0-b949-4bc607f09949 - - - - - -] Attempt 1 to provision port 8e25f1a9-13b1-4f07-a159-28922e47aeb2 2026-05-08 19:31:03.345 10 INFO neutron.plugins.ml2.plugin [None req-b21e1f92-7d6d-46e0-b949-4bc607f09949 - - - - - -] Attempt 1 to provision port 300d9418-8a04-4d33-8ec7-b254de13d620 2026-05-08 19:31:03.680 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 866c5aa8-aa68-4cd0-a47c-b900b3a33531 2026-05-08 19:31:04.021 9 INFO neutron.plugins.ml2.plugin [None req-186a527c-7dcb-4be1-b7ca-3eb2c6993e08 - - - - - -] Attempt 1 to provision port 8e25f1a9-13b1-4f07-a159-28922e47aeb2 2026-05-08 19:31:04.064 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2ff147c7-798f-4708-9ef7-98dc7c8cb149 2026-05-08 19:31:04.329 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port b9be4e02-0662-4c0a-aa81-535877c9901d 2026-05-08 19:31:05.087 9 INFO neutron.plugins.ml2.plugin [None req-9984f839-7ac1-4edd-bcda-d99107898b1e - - - - - -] Attempt 1 to provision port f84ae519-944e-446c-b350-593df15746d9 2026-05-08 19:31:05.832 9 INFO neutron.plugins.ml2.plugin [None req-538743a8-93f7-4fa7-8dbc-8a60f257a30a - - - - - -] Attempt 1 to provision port f84ae519-944e-446c-b350-593df15746d9 2026-05-08 19:31:06.391 9 INFO neutron.plugins.ml2.plugin [None req-2ccbc637-a989-47bc-867a-b136fe62bf94 - - - - - -] Attempt 1 to provision port 5984690e-b9ed-43cd-9d72-af7869d5f399 2026-05-08 19:31:07.048 9 INFO neutron.plugins.ml2.plugin [None req-61ae8d23-bcde-4a1d-a817-93e7a70e8684 - - - - - -] Attempt 1 to provision port 5984690e-b9ed-43cd-9d72-af7869d5f399 2026-05-08 19:31:09.343 9 INFO neutron.plugins.ml2.plugin [None req-b6b60a43-5a7a-4a9f-a17f-a08346a62880 - - - - - -] Attempt 1 to provision port a3dc237f-4c22-4f63-84e1-9f83502bb935 2026-05-08 19:31:09.667 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4fbf9d53-bde7-4653-a02a-59b4c11722f3 2026-05-08 19:31:10.309 10 INFO neutron.plugins.ml2.plugin [None req-3710a632-b9fd-4ae0-9f7a-8be934126c48 - - - - - -] Attempt 1 to provision port 4fbf9d53-bde7-4653-a02a-59b4c11722f3 2026-05-08 19:31:11.667 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4fbf9d53-bde7-4653-a02a-59b4c11722f3 2026-05-08 19:31:11.799 9 INFO neutron.plugins.ml2.plugin [None req-6e65c523-a856-44ef-af31-97a0940b0ec0 - - - - - -] Attempt 1 to provision port 3f3ce7fe-7ae8-4796-b5bd-4c65bca55327 2026-05-08 19:31:12.778 10 INFO neutron.plugins.ml2.plugin [None req-0aec887d-4d40-45e2-98be-59432ea3cdd7 - - - - - -] Attempt 1 to provision port 3f3ce7fe-7ae8-4796-b5bd-4c65bca55327 2026-05-08 19:31:13.760 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bae6ea02-394c-457f-9845-2fa9b0a5da17 2026-05-08 19:31:14.255 10 INFO neutron.plugins.ml2.plugin [None req-e9e3d7be-079d-4f8a-9486-736c1445fe44 - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:14.257 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 797ebafc-e1b8-48bc-9f69-53591ff6df75 2026-05-08 19:31:16.254 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 5cdddba4-e578-4d39-b529-80824e4eedc3 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:31:17.060 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bae6ea02-394c-457f-9845-2fa9b0a5da17 2026-05-08 19:31:17.317 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 797ebafc-e1b8-48bc-9f69-53591ff6df75 2026-05-08 19:31:17.557 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 5cdddba4-e578-4d39-b529-80824e4eedc3 2026-05-08 19:31:18.139 10 INFO neutron.plugins.ml2.plugin [None req-3da01439-b203-4b7b-a506-461994652c22 - - - - - -] Attempt 1 to provision port 789f3e82-ae3b-4c1c-a83e-c482d0e4542b 2026-05-08 19:31:23.055 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:23.585 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 789f3e82-ae3b-4c1c-a83e-c482d0e4542b 2026-05-08 19:31:23.973 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-784907fc-42fd-4f1b-a0b9-4d5051e28269'] response: {'server_uuid': '8034648e-d140-4ad5-8b2f-5d2f902bc63e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3dac533a-7c6a-4e92-96d3-8a4728aef4a2', 'code': 200} 2026-05-08 19:31:25.045 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:25.401 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 789f3e82-ae3b-4c1c-a83e-c482d0e4542b 2026-05-08 19:31:26.027 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e8fc4ca-02cc-4780-bee9-da401220b1e7'] response: {'server_uuid': '43ad02c5-4cbc-4b0b-ad1d-268c9aa97e61', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '789f3e82-ae3b-4c1c-a83e-c482d0e4542b', 'code': 200} 2026-05-08 19:31:26.888 9 INFO neutron.plugins.ml2.plugin [None req-addcfc0b-be2c-41d9-ab57-8ccaff1ce1b3 - - - - - -] Attempt 1 to provision port 45736a23-ab66-4f4a-93a4-362d9694df69 2026-05-08 19:31:27.086 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 360aa033-7b7a-4ae2-bc67-7c142ec8d206 2026-05-08 19:31:28.188 10 INFO neutron.plugins.ml2.plugin [None req-1a55ad36-1f49-4dcf-9ab0-8df5566780fb - - - - - -] Attempt 1 to provision port 360aa033-7b7a-4ae2-bc67-7c142ec8d206 2026-05-08 19:31:28.959 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 360aa033-7b7a-4ae2-bc67-7c142ec8d206 2026-05-08 19:31:30.035 10 INFO neutron.plugins.ml2.plugin [None req-1d0e468c-6c88-4f1d-90f7-dd4020e5f311 - - - - - -] Attempt 1 to provision port d0e434ac-1c60-4d00-9987-20dad4ec98d5 2026-05-08 19:31:30.689 10 INFO neutron.plugins.ml2.plugin [None req-6b75ad86-c1d7-48c7-a42c-c0075f79d350 - - - - - -] Attempt 1 to provision port d0e434ac-1c60-4d00-9987-20dad4ec98d5 2026-05-08 19:31:30.930 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 03378c4d-ba8b-412b-acd5-50002bb307be 2026-05-08 19:31:33.027 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 03378c4d-ba8b-412b-acd5-50002bb307be 2026-05-08 19:31:35.379 10 INFO neutron.plugins.ml2.plugin [None req-a448a703-5ddd-462e-9513-9024180ee3dd - - - - - -] Attempt 1 to provision port d75e3f06-1ef9-4739-b80b-a06c43c6affa 2026-05-08 19:31:37.016 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port d75e3f06-1ef9-4739-b80b-a06c43c6affa 2026-05-08 19:31:37.130 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9a86b98-3e77-47d7-a4a9-b46f7a518aef'] response: {'server_uuid': 'c12c6795-7651-4235-b1e7-578f96e224a5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd75e3f06-1ef9-4739-b80b-a06c43c6affa', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:31:39.007 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 848611a1-e724-4a5a-9543-38fd36983019 2026-05-08 19:31:39.551 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port d75e3f06-1ef9-4739-b80b-a06c43c6affa 2026-05-08 19:31:41.061 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 848611a1-e724-4a5a-9543-38fd36983019 2026-05-08 19:31:41.304 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f84ae519-944e-446c-b350-593df15746d9 2026-05-08 19:31:42.179 10 INFO neutron.plugins.ml2.plugin [None req-640af732-afe3-4a57-80d3-8114b7af0e93 - - - - - -] Attempt 1 to provision port dbce61fe-ebb3-4430-bf02-cd72d68080cf 2026-05-08 19:31:42.723 10 INFO neutron.plugins.ml2.plugin [None req-db0c0674-5d2c-4fcf-a013-57f2169a3df1 - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:42.785 10 INFO neutron.plugins.ml2.plugin [None req-db0c0674-5d2c-4fcf-a013-57f2169a3df1 - - - - - -] Attempt 1 to provision port 65a0bfbe-2690-4241-8e9a-a5f332739004 2026-05-08 19:31:43.085 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 65a0bfbe-2690-4241-8e9a-a5f332739004 2026-05-08 19:31:43.383 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f84ae519-944e-446c-b350-593df15746d9 2026-05-08 19:31:43.736 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:45.186 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 65a0bfbe-2690-4241-8e9a-a5f332739004 2026-05-08 19:31:45.439 10 INFO neutron.plugins.ml2.plugin [None req-2b59d753-4374-4a7d-9625-2e82ad514498 - - - - - -] Attempt 1 to provision port 5c78bc72-0182-4b96-8892-3bf77c7ab7cd 2026-05-08 19:31:45.910 10 INFO neutron.plugins.ml2.plugin [None req-9240e262-e974-410c-8cc4-4decea335513 - - - - - -] Attempt 1 to provision port 5c78bc72-0182-4b96-8892-3bf77c7ab7cd /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:31:46.927 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7c12bf2b-2c4e-41e5-8101-2467dba7b15f 2026-05-08 19:31:48.305 10 INFO neutron.plugins.ml2.plugin [None req-847612c2-aa20-47ef-9155-687610fc7da2 - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:49.089 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7c12bf2b-2c4e-41e5-8101-2467dba7b15f 2026-05-08 19:31:49.362 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3dac533a-7c6a-4e92-96d3-8a4728aef4a2 2026-05-08 19:31:49.733 10 INFO neutron.plugins.ml2.plugin [None req-d8b3c92b-f205-453c-9624-c56b1c23c809 - - - - - -] Attempt 1 to provision port 07f86ab1-c935-4bac-bd0a-21817656f91a 2026-05-08 19:31:50.550 9 INFO neutron.plugins.ml2.plugin [None req-333b1b4f-89af-47cf-9900-8e0d8ba357c0 - - - - - -] Attempt 1 to provision port 40423b8c-3097-4700-aaf3-c86ac2ff7bfe 2026-05-08 19:31:51.716 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc1f9503-c578-4dee-addc-41ef6d4769d3'] response: {'server_uuid': '8034648e-d140-4ad5-8b2f-5d2f902bc63e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3dac533a-7c6a-4e92-96d3-8a4728aef4a2', 'code': 200} 2026-05-08 19:31:53.153 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 40423b8c-3097-4700-aaf3-c86ac2ff7bfe 2026-05-08 19:31:53.274 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c4bb1f9-ccb8-4c85-89df-136c482bda6a'] response: {'server_uuid': 'c65fb016-a890-4fab-9b28-d217cfe276d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '40423b8c-3097-4700-aaf3-c86ac2ff7bfe', 'code': 200} 2026-05-08 19:31:55.050 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 40423b8c-3097-4700-aaf3-c86ac2ff7bfe /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:31:57.288 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-51e89244-6a46-4284-9ee7-4f20126622ba'] response: {'server_uuid': 'c65fb016-a890-4fab-9b28-d217cfe276d6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '40423b8c-3097-4700-aaf3-c86ac2ff7bfe', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:32:02.395 9 INFO neutron.plugins.ml2.plugin [None req-25ebbdc0-c40d-4ca2-9ba1-369cf40816d2 - - - - - -] Attempt 1 to provision port 5840fffc-b39c-47a4-abea-f55abd19bd1b 2026-05-08 19:32:02.984 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9116e213-9841-4f1d-85c0-a945f60c7410 2026-05-08 19:32:03.053 10 INFO neutron.plugins.ml2.plugin [None req-633ec4f3-aa15-42b6-b0c1-ec19947c5d0c - - - - - -] Attempt 1 to provision port 9116e213-9841-4f1d-85c0-a945f60c7410 2026-05-08 19:32:04.965 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9116e213-9841-4f1d-85c0-a945f60c7410 2026-05-08 19:32:05.851 10 INFO neutron.plugins.ml2.plugin [None req-03d5213f-0b37-448a-b30b-2b4e52ba39c7 - - - - - -] Attempt 1 to provision port 64eced44-7ba2-4f1d-a571-7421bddde1f3 2026-05-08 19:32:06.495 10 INFO neutron.plugins.ml2.plugin [None req-8d5d3a4b-fc22-44d0-8c71-ee6ecfbe801c - - - - - -] Attempt 1 to provision port 64eced44-7ba2-4f1d-a571-7421bddde1f3 2026-05-08 19:32:06.950 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 5f2f76ff-8a75-40ed-b04d-dc9ab678cb0f 2026-05-08 19:32:08.941 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 5f2f76ff-8a75-40ed-b04d-dc9ab678cb0f 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.696 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.698 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.698 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 2 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.718 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.719 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.719 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 3 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.737 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.738 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.738 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 4 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.759 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.760 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 5 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.786 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.787 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 6 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.812 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.813 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.813 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 7 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.835 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.836 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.836 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 8 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.855 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.856 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.856 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 9 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.874 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:09.875 9 INFO neutron.plugins.ml2.plugin [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Attempt 10 to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4eff7fbb-f1e9-46b6-874b-4ccddc5c3c2b could not be found. 2026-05-08 19:32:09.896 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:09.897 9 ERROR neutron.plugins.ml2.managers [None req-c04cf142-0166-479a-96b3-3a2c5c2f0b67 - - - - - -] Failed to bind port fc8a1997-e80f-4702-8630-7cde5eb5988a on host instance for vnic_type normal using segments [{'id': '19915c75-8280-4b71-931d-e06f83df22be', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 741, 'network_id': '63886d42-8492-49d6-9732-dc94341fbc32'}] 2026-05-08 19:32:10.374 10 INFO neutron.plugins.ml2.plugin [None req-48fcae26-2ae3-4463-a9ca-6143ac3f8943 - - - - - -] Attempt 1 to provision port f23a5379-ef55-4647-9b5d-ba5bb4107b69 2026-05-08 19:32:11.011 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f23a5379-ef55-4647-9b5d-ba5bb4107b69 2026-05-08 19:32:13.127 9 INFO neutron.plugins.ml2.plugin [None req-af8dce60-a44d-4ff4-8565-172d19172c5c - - - - - -] Attempt 1 to provision port 86f8143f-1e42-47ed-a228-5095953543ff 2026-05-08 19:32:15.065 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 86f8143f-1e42-47ed-a228-5095953543ff 2026-05-08 19:32:15.221 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f314b59e-8bf0-4bc0-b5b0-df950d9d84fa'] response: {'server_uuid': 'c584a18c-d17c-4531-a103-f0470a7bf9d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '86f8143f-1e42-47ed-a228-5095953543ff', 'code': 200} 2026-05-08 19:32:17.000 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 86f8143f-1e42-47ed-a228-5095953543ff 2026-05-08 19:32:20.977 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port ef40a26a-07ae-4055-8544-702b438685ec 2026-05-08 19:32:22.507 10 WARNING neutron.plugins.ml2.plugin [None req-ce65ba84-293f-4cc5-a206-8769f73c176f - - - - - -] Concurrent port binding operations failed on port 64eced44-7ba2-4f1d-a571-7421bddde1f3 2026-05-08 19:32:22.512 10 INFO neutron.plugins.ml2.plugin [None req-ce65ba84-293f-4cc5-a206-8769f73c176f - - - - - -] Attempt 2 to bind port 64eced44-7ba2-4f1d-a571-7421bddde1f3 2026-05-08 19:32:23.018 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 5840fffc-b39c-47a4-abea-f55abd19bd1b /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:32:28.965 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port e9e332aa-30b2-4374-a504-5c8dd5927359 2026-05-08 19:32:29.027 9 INFO neutron.plugins.ml2.plugin [None req-3de8147c-1039-44ab-95a0-028894921890 - - - - - -] Attempt 1 to provision port f51fe8cb-56e8-48fc-8b8e-2e9436840427 2026-05-08 19:32:29.670 9 INFO neutron.plugins.ml2.plugin [None req-0d821dc2-a4c7-48a0-b18f-8ce6e8551bcc - - - - - -] Attempt 1 to provision port e9e332aa-30b2-4374-a504-5c8dd5927359 2026-05-08 19:32:30.971 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port e9e332aa-30b2-4374-a504-5c8dd5927359 2026-05-08 19:32:31.590 10 INFO neutron.plugins.ml2.plugin [None req-b926b3df-7e84-4ea1-8870-9616f22c2b7a - - - - - -] Attempt 1 to provision port 16e2149d-584d-49c7-82b8-c652a881f899 2026-05-08 19:32:32.457 10 INFO neutron.plugins.ml2.plugin [None req-8bf03f2e-ff11-4069-a339-9fac7ffc6175 - - - - - -] Attempt 1 to provision port 16e2149d-584d-49c7-82b8-c652a881f899 2026-05-08 19:32:32.989 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3583a97c-0689-4892-88ce-c6ca1fa4a719 2026-05-08 19:32:35.000 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3583a97c-0689-4892-88ce-c6ca1fa4a719 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.797 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:36.799 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:36.806 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 2 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.852 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:36.853 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:36.855 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 3 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:36.860 10 INFO neutron.plugins.ml2.plugin [None req-25096309-bea9-4a99-a397-e09012328e42 - - - - - -] Attempt 1 to provision port 23f4efb5-c751-44c5-bafc-88555c18aa9b 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:36.906 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:36.908 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 4 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.951 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:36.952 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:36.954 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 5 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:36.997 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:36.998 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:37.000 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 6 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.032 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:37.033 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:37.042 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 7 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.099 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:37.100 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:37.101 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 8 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.125 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:37.126 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:37.128 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 9 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.169 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:37.170 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:37.171 10 INFO neutron.plugins.ml2.plugin [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Attempt 10 to bind port cb8bf002-484b-4457-8a52-761872406692 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 93a2efcd-217d-40d1-8d05-13cd99ed5380 could not be found. 2026-05-08 19:32:37.192 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:32:37.193 10 ERROR neutron.plugins.ml2.managers [None req-90b36579-b9b6-458a-b01c-0718e70f7663 - - - - - -] Failed to bind port cb8bf002-484b-4457-8a52-761872406692 on host instance for vnic_type normal using segments [{'id': 'f5fff7aa-ce82-4699-8344-7c82af5975d6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 654, 'network_id': '77da7e0c-80c3-4309-9941-5349910aa0c6'}] 2026-05-08 19:32:41.037 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 23f4efb5-c751-44c5-bafc-88555c18aa9b 2026-05-08 19:32:41.143 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-453e3d97-3741-4944-bc8b-26316769f836'] response: {'server_uuid': 'e07272f6-b9e5-4c0a-a0a6-a74f6945a418', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '23f4efb5-c751-44c5-bafc-88555c18aa9b', 'code': 200} 2026-05-08 19:32:42.959 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 23f4efb5-c751-44c5-bafc-88555c18aa9b 2026-05-08 19:32:46.970 10 INFO neutron.plugins.ml2.plugin [None req-dcd4763f-3925-4303-8646-65d7acce0b5f - - - - - -] Attempt 1 to provision port 5e40cf2c-ab45-4c2d-bb9d-53c4843e8a52 2026-05-08 19:32:47.161 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 5e40cf2c-ab45-4c2d-bb9d-53c4843e8a52 2026-05-08 19:32:48.991 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 16e2149d-584d-49c7-82b8-c652a881f899 2026-05-08 19:32:49.414 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f51fe8cb-56e8-48fc-8b8e-2e9436840427 2026-05-08 19:32:50.981 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 16e2149d-584d-49c7-82b8-c652a881f899 2026-05-08 19:32:51.283 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f51fe8cb-56e8-48fc-8b8e-2e9436840427 2026-05-08 19:32:53.744 9 INFO neutron.plugins.ml2.plugin [None req-958b5e65-d17a-4bc9-bfd4-543d033ce0a4 - - - - - -] Attempt 1 to provision port b87439d6-324e-40e2-9d82-91d4ac7357fd 2026-05-08 19:32:54.695 9 INFO neutron.plugins.ml2.plugin [None req-85040941-4ea3-4aeb-9519-56fee3c002d2 - - - - - -] Attempt 1 to provision port 7489b193-f3a9-4d69-8fc9-bf05cacf0ad7 2026-05-08 19:32:55.040 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7489b193-f3a9-4d69-8fc9-bf05cacf0ad7 2026-05-08 19:32:55.530 10 INFO neutron.plugins.ml2.plugin [None req-193e0eb4-a7ac-4c66-8b17-9d2d0c0ae6fe - - - - - -] Attempt 1 to provision port f4e0f7c3-5aff-4bca-8343-76ce4514ee09 2026-05-08 19:32:55.591 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f4e0f7c3-5aff-4bca-8343-76ce4514ee09 2026-05-08 19:32:56.122 9 INFO neutron.plugins.ml2.plugin [None req-be1db611-b048-4a06-82dc-7dd6d205d681 - - - - - -] Attempt 1 to provision port b2ae354c-d696-42a9-9e71-76f1d4e81ef1 2026-05-08 19:32:56.783 9 INFO neutron.plugins.ml2.plugin [None req-aa0235c5-32b2-4a8f-9f9c-23a18238ddb0 - - - - - -] Attempt 1 to provision port b2ae354c-d696-42a9-9e71-76f1d4e81ef1 2026-05-08 19:32:57.005 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7489b193-f3a9-4d69-8fc9-bf05cacf0ad7 2026-05-08 19:32:57.340 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f4e0f7c3-5aff-4bca-8343-76ce4514ee09 2026-05-08 19:32:57.735 10 INFO neutron.plugins.ml2.plugin [None req-c276c13e-3d5c-47e7-9f8b-f39b59faea9f - - - - - -] Attempt 1 to provision port 438f827d-4092-4981-8daf-684c04ce938c 2026-05-08 19:32:58.486 9 INFO neutron.plugins.ml2.plugin [None req-8caa2a65-f1b7-45aa-9a01-a6eb442b19da - - - - - -] Attempt 1 to provision port 438f827d-4092-4981-8daf-684c04ce938c 2026-05-08 19:32:58.652 10 INFO neutron.plugins.ml2.plugin [None req-f10557cc-4929-447c-bf14-a21693df98d8 - - - - - -] Attempt 1 to provision port 9c677efc-7035-4914-808e-e68bab404a95 2026-05-08 19:32:58.944 10 INFO neutron.plugins.ml2.plugin [None req-f10557cc-4929-447c-bf14-a21693df98d8 - - - - - -] Attempt 1 to provision port 3218592e-76d8-444a-bf71-9191b148720c 2026-05-08 19:32:59.015 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 60540c40-8819-4c2a-8c60-3df56de915ba 2026-05-08 19:32:59.131 9 INFO neutron.plugins.ml2.plugin [None req-973e29cc-fbe6-4a8c-8f1e-eb3a1c9d8ee4 - - - - - -] Attempt 1 to provision port 3218592e-76d8-444a-bf71-9191b148720c 2026-05-08 19:32:59.673 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9c677efc-7035-4914-808e-e68bab404a95 2026-05-08 19:32:59.688 10 INFO neutron.plugins.ml2.plugin [None req-627c5cf5-7a74-4b87-9bc0-eb407b2f68f4 - - - - - -] Attempt 1 to provision port 3218592e-76d8-444a-bf71-9191b148720c 2026-05-08 19:33:01.036 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 60540c40-8819-4c2a-8c60-3df56de915ba 2026-05-08 19:33:01.370 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9c677efc-7035-4914-808e-e68bab404a95 2026-05-08 19:33:04.073 10 INFO neutron.plugins.ml2.plugin [None req-39b8c54b-a86b-49cc-9feb-9438dc2b116f - - - - - -] Attempt 1 to provision port d2179d54-bb15-499f-87a0-65ec80202ec6 2026-05-08 19:33:05.020 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-72168d3c-8ffa-4f2e-af5b-72ac314416d7'] response: {'server_uuid': 'e07272f6-b9e5-4c0a-a0a6-a74f6945a418', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '23f4efb5-c751-44c5-bafc-88555c18aa9b', 'code': 200} 2026-05-08 19:33:05.723 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 23f4efb5-c751-44c5-bafc-88555c18aa9b 2026-05-08 19:33:06.170 10 INFO neutron.plugins.ml2.plugin [None req-19a0d526-3fd5-47ca-9868-71970637e379 - - - - - -] Attempt 1 to provision port 39aa12d2-d6fa-424b-8911-c0effd143955 2026-05-08 19:33:06.249 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 39aa12d2-d6fa-424b-8911-c0effd143955 2026-05-08 19:33:07.082 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-69bde622-cf93-43df-828c-4ec188db7a07'] response: {'server_uuid': 'e07272f6-b9e5-4c0a-a0a6-a74f6945a418', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '23f4efb5-c751-44c5-bafc-88555c18aa9b', 'code': 200} 2026-05-08 19:33:07.143 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 23f4efb5-c751-44c5-bafc-88555c18aa9b 2026-05-08 19:33:07.264 10 INFO neutron.plugins.ml2.plugin [None req-bab37e15-ad6f-462a-afb9-338b07188a70 - - - - - -] Attempt 1 to provision port be78a003-ead2-4aa1-9768-1940a90d4125 2026-05-08 19:33:07.464 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port d2179d54-bb15-499f-87a0-65ec80202ec6 2026-05-08 19:33:07.599 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3171cf88-d7b0-4983-a75d-2ec6c64464eb'] response: {'server_uuid': '33602b34-2105-4997-9a0f-7d9666cbc01f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd2179d54-bb15-499f-87a0-65ec80202ec6', 'code': 200} 2026-05-08 19:33:07.907 10 INFO neutron.plugins.ml2.plugin [None req-b257aafe-9e47-4903-9e2c-8baf5f5dd66a - - - - - -] Attempt 1 to provision port be78a003-ead2-4aa1-9768-1940a90d4125 2026-05-08 19:33:08.018 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 39aa12d2-d6fa-424b-8911-c0effd143955 2026-05-08 19:33:09.020 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port d2179d54-bb15-499f-87a0-65ec80202ec6 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:33:13.148 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 39b42a1c-d718-4c1b-a522-3679dbdfbdfe 2026-05-08 19:33:13.992 10 INFO neutron.plugins.ml2.plugin [None req-2ddebdc5-61ed-4e8d-8181-98e1aab55689 - - - - - -] Attempt 1 to provision port 39b42a1c-d718-4c1b-a522-3679dbdfbdfe 2026-05-08 19:33:15.014 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 39b42a1c-d718-4c1b-a522-3679dbdfbdfe 2026-05-08 19:33:15.074 9 INFO neutron.plugins.ml2.plugin [None req-bb663b1e-227c-42fd-9eff-feb97991f749 - - - - - -] Attempt 1 to provision port 8d11be48-3c75-4902-8c36-37f9979bca60 2026-05-08 19:33:15.284 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port b87439d6-324e-40e2-9d82-91d4ac7357fd 2026-05-08 19:33:15.318 9 INFO neutron.plugins.ml2.plugin [None req-a3c7133e-94f9-438b-bfd5-555022e749a4 - - - - - -] Attempt 1 to provision port 8d11be48-3c75-4902-8c36-37f9979bca60 2026-05-08 19:33:15.661 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3218592e-76d8-444a-bf71-9191b148720c 2026-05-08 19:33:17.044 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port b87439d6-324e-40e2-9d82-91d4ac7357fd 2026-05-08 19:33:17.234 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3218592e-76d8-444a-bf71-9191b148720c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:33:19.092 9 INFO neutron.plugins.ml2.plugin [None req-12b3d349-32aa-4040-8640-1518c2f3b5c1 - - - - - -] Attempt 1 to provision port 40028d93-792d-4294-8b50-e849abea5992 2026-05-08 19:33:29.057 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port c4d6f268-33ef-4151-a1fc-6e9320bd8c7e 2026-05-08 19:33:29.341 10 INFO neutron.plugins.ml2.plugin [None req-e7f7e804-c8f9-4fc6-bc93-1ea7cf4f1be8 - - - - - -] Attempt 1 to provision port c4d6f268-33ef-4151-a1fc-6e9320bd8c7e 2026-05-08 19:33:29.753 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7944b0d5-e853-43b4-9a5a-682b48cf814b 2026-05-08 19:33:30.077 9 INFO neutron.plugins.ml2.plugin [None req-f76e9b32-4223-4100-8abb-4c67bc401b89 - - - - - -] Attempt 1 to provision port c4d6f268-33ef-4151-a1fc-6e9320bd8c7e 2026-05-08 19:33:30.767 9 INFO neutron.plugins.ml2.plugin [None req-9a48d6e5-ff1b-45c3-9dfe-c5fcf6b18aa4 - - - - - -] Attempt 1 to provision port 6cf716c7-7ddb-4d0e-8031-9b52fd74dad9 2026-05-08 19:33:31.016 10 INFO neutron.plugins.ml2.plugin [None req-8ee304de-e19c-4639-9660-6b913c008fad - - - - - -] Attempt 1 to provision port 7944b0d5-e853-43b4-9a5a-682b48cf814b 2026-05-08 19:33:31.362 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2501a2d8-a1c0-41a1-8431-58ad498bf3c8 2026-05-08 19:33:31.504 9 INFO neutron.plugins.ml2.plugin [None req-0ee3b4e7-92e9-4c0c-bdc1-cccece8ec9ee - - - - - -] Attempt 1 to provision port 7944b0d5-e853-43b4-9a5a-682b48cf814b 2026-05-08 19:33:32.204 9 INFO neutron.plugins.ml2.plugin [None req-d1168795-00b2-4528-a2cb-45c1d98e20c2 - - - - - -] Attempt 1 to provision port 2501a2d8-a1c0-41a1-8431-58ad498bf3c8 2026-05-08 19:33:32.434 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port c4d6f268-33ef-4151-a1fc-6e9320bd8c7e 2026-05-08 19:33:32.507 10 INFO neutron.plugins.ml2.plugin [None req-1ff3669c-e74b-4f46-b940-bbb4c69fb5ac - - - - - -] Attempt 1 to provision port bde1fdbf-d40a-4404-98cd-2872dd44bb15 2026-05-08 19:33:32.718 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7944b0d5-e853-43b4-9a5a-682b48cf814b 2026-05-08 19:33:32.959 10 INFO neutron.plugins.ml2.plugin [None req-0ff02c61-e7c9-43cc-b7c1-07ca313c39f2 - - - - - -] Attempt 1 to provision port 2501a2d8-a1c0-41a1-8431-58ad498bf3c8 2026-05-08 19:33:33.290 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2501a2d8-a1c0-41a1-8431-58ad498bf3c8 2026-05-08 19:33:34.049 9 INFO neutron.plugins.ml2.plugin [None req-e16f92e5-52c4-46f7-89e0-e55759788e3d - - - - - -] Attempt 1 to provision port 592f777e-9373-4fd4-a901-2f5f039a509d 2026-05-08 19:33:34.807 9 INFO neutron.plugins.ml2.plugin [None req-7770c99d-2ff6-4349-9099-4d37d54ccb50 - - - - - -] Attempt 1 to provision port 592f777e-9373-4fd4-a901-2f5f039a509d 2026-05-08 19:33:35.369 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bde1fdbf-d40a-4404-98cd-2872dd44bb15 2026-05-08 19:33:35.503 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6371c6a-bc2b-4c7b-bac6-1d986ebdc13d'] response: {'server_uuid': 'd63e46a2-8740-4abe-bdc8-42f99820ec9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bde1fdbf-d40a-4404-98cd-2872dd44bb15', 'code': 200} 2026-05-08 19:33:35.766 9 INFO neutron.plugins.ml2.plugin [None req-594d9a85-9b55-4086-8c5c-31a1a00b7d41 - - - - - -] Attempt 1 to provision port 95d1ceb8-0580-4835-9cbf-7cdbe8116d49 2026-05-08 19:33:35.829 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 97f8c20c-ee4f-4fe2-8cc6-0db8022ad1e7 2026-05-08 19:33:36.527 9 INFO neutron.plugins.ml2.plugin [None req-06d3a555-162f-4726-be3a-44e5c132a25a - - - - - -] Attempt 1 to provision port 95d1ceb8-0580-4835-9cbf-7cdbe8116d49 2026-05-08 19:33:37.377 9 INFO neutron.plugins.ml2.plugin [None req-8a60bd09-fc8c-484d-96cf-5301f2447e2d - - - - - -] Attempt 1 to provision port 4320d500-97e7-4811-8e96-13d87b63b307 2026-05-08 19:33:37.534 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bde1fdbf-d40a-4404-98cd-2872dd44bb15 2026-05-08 19:33:37.942 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 97f8c20c-ee4f-4fe2-8cc6-0db8022ad1e7 2026-05-08 19:33:38.431 10 INFO neutron.plugins.ml2.plugin [None req-672c252d-cba4-4cac-ba8a-1a31b39b0c39 - - - - - -] Attempt 1 to provision port 4320d500-97e7-4811-8e96-13d87b63b307 2026-05-08 19:33:42.843 10 INFO neutron.plugins.ml2.plugin [None req-f53017a1-2e0b-4b62-bb27-3eb9a9e2f5dc - - - - - -] Attempt 1 to provision port c10ed3e9-4b5f-481e-946e-1a8b9addd954 2026-05-08 19:33:43.369 10 INFO neutron.plugins.ml2.plugin [None req-f53017a1-2e0b-4b62-bb27-3eb9a9e2f5dc - - - - - -] Attempt 2 to provision port c10ed3e9-4b5f-481e-946e-1a8b9addd954 2026-05-08 19:33:45.660 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port c10ed3e9-4b5f-481e-946e-1a8b9addd954 2026-05-08 19:33:45.798 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-46373070-eefa-4faa-8784-884bec55a600'] response: {'server_uuid': '2c51cf2a-9241-4c79-93c6-fc3ed127c190', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c10ed3e9-4b5f-481e-946e-1a8b9addd954', 'code': 200} 2026-05-08 19:33:47.386 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port c10ed3e9-4b5f-481e-946e-1a8b9addd954 2026-05-08 19:33:53.431 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 592f777e-9373-4fd4-a901-2f5f039a509d 2026-05-08 19:33:53.922 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4320d500-97e7-4811-8e96-13d87b63b307 2026-05-08 19:33:55.485 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 592f777e-9373-4fd4-a901-2f5f039a509d 2026-05-08 19:33:55.780 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 6cf716c7-7ddb-4d0e-8031-9b52fd74dad9 2026-05-08 19:33:56.450 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bfc7e285-2d62-4d76-a880-28eb660ef179 2026-05-08 19:33:56.592 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e87bc6af-2a71-49dd-bf86-503b289f4f42'] response: {'server_uuid': 'd693e0dd-cc64-402a-97d0-4e7c5fa25e60', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bfc7e285-2d62-4d76-a880-28eb660ef179', 'code': 200} 2026-05-08 19:33:57.003 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 95d1ceb8-0580-4835-9cbf-7cdbe8116d49 2026-05-08 19:33:57.448 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4320d500-97e7-4811-8e96-13d87b63b307 2026-05-08 19:33:58.010 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 6cf716c7-7ddb-4d0e-8031-9b52fd74dad9 2026-05-08 19:33:58.085 10 INFO neutron.plugins.ml2.plugin [None req-b7913c25-dd95-47a9-95aa-616699d2523d - - - - - -] Attempt 1 to provision port 83e44d02-0ccd-416d-84bc-24cdb984800f 2026-05-08 19:33:58.407 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bfc7e285-2d62-4d76-a880-28eb660ef179 2026-05-08 19:33:58.483 10 INFO neutron.plugins.ml2.plugin [None req-dc92c2a7-f775-4f22-8041-ecc749f56b43 - - - - - -] Attempt 1 to provision port 2e516520-711e-43b7-842e-525976e3943a 2026-05-08 19:33:58.660 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 95d1ceb8-0580-4835-9cbf-7cdbe8116d49 2026-05-08 19:33:58.970 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 83e44d02-0ccd-416d-84bc-24cdb984800f 2026-05-08 19:33:59.001 9 INFO neutron.plugins.ml2.plugin [None req-1a6fccec-a5e6-40ed-a63c-e0dbeeb8ae0f - - - - - -] Attempt 1 to provision port c5070e4b-49e3-466a-88f8-9d2443add796 2026-05-08 19:33:59.235 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2e516520-711e-43b7-842e-525976e3943a 2026-05-08 19:33:59.466 9 INFO neutron.plugins.ml2.plugin [None req-a896bf92-132c-4256-b550-c70787165216 - - - - - -] Attempt 1 to provision port c5070e4b-49e3-466a-88f8-9d2443add796 2026-05-08 19:34:00.028 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 83e44d02-0ccd-416d-84bc-24cdb984800f 2026-05-08 19:34:00.230 10 INFO neutron.plugins.ml2.plugin [None req-b5a5dd23-afa3-49fd-8ffe-e66187894526 - - - - - -] Attempt 1 to provision port b311eb50-319f-46aa-90f1-aa4e4cbc583f 2026-05-08 19:34:00.304 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2e516520-711e-43b7-842e-525976e3943a 2026-05-08 19:34:00.904 10 INFO neutron.plugins.ml2.plugin [None req-9c8dcf39-65ca-47bf-bd20-b6dc681e44c0 - - - - - -] Attempt 1 to provision port b311eb50-319f-46aa-90f1-aa4e4cbc583f 2026-05-08 19:34:07.949 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bf6bb0f7-cd88-428f-834f-ebbd3fc48052 2026-05-08 19:34:08.423 9 INFO neutron.plugins.ml2.plugin [None req-88a11ddf-e5af-416a-b2fb-a731472a1201 - - - - - -] Attempt 1 to provision port bf6bb0f7-cd88-428f-834f-ebbd3fc48052 2026-05-08 19:34:09.039 9 INFO neutron.plugins.ml2.plugin [None req-d30fb5bc-90fa-4c29-8c9c-f1d9da079904 - - - - - -] Attempt 1 to provision port 1832a07f-6e3d-4085-92fe-2886e96e21e2 2026-05-08 19:34:09.391 9 INFO neutron.plugins.ml2.plugin [None req-8db4778f-53e4-4d87-ae1c-de287def7181 - - - - - -] Attempt 1 to provision port ae5d16f4-48b3-4186-bef2-0577befe6ed8 2026-05-08 19:34:09.761 9 INFO neutron.plugins.ml2.plugin [None req-14a967dc-51e8-4953-924f-bd96d022dda9 - - - - - -] Attempt 1 to provision port 1aa94974-0dab-4df9-9885-ee20fbfd2adb 2026-05-08 19:34:10.003 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port bf6bb0f7-cd88-428f-834f-ebbd3fc48052 2026-05-08 19:34:10.124 9 INFO neutron.plugins.ml2.plugin [None req-d6c42fbc-1888-4603-8fd4-593c3e1ed958 - - - - - -] Attempt 1 to provision port ae5d16f4-48b3-4186-bef2-0577befe6ed8 2026-05-08 19:34:10.263 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 1aa94974-0dab-4df9-9885-ee20fbfd2adb 2026-05-08 19:34:11.902 10 INFO neutron.plugins.ml2.plugin [None req-f2e9e315-c54d-401b-ad2c-af2b08b61d4e - - - - - -] Attempt 1 to provision port 13ba8953-66f7-4ad3-a093-69a2e1f9aab2 2026-05-08 19:34:12.024 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7b908f03-ea36-48a1-9c30-c2918a802ed4 2026-05-08 19:34:12.511 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 1aa94974-0dab-4df9-9885-ee20fbfd2adb 2026-05-08 19:34:12.570 9 INFO neutron.plugins.ml2.plugin [None req-1b268f26-efda-4cab-bf4f-1b9ae3d15e6d - - - - - -] Attempt 1 to provision port 13ba8953-66f7-4ad3-a093-69a2e1f9aab2 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:34:13.886 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 7b908f03-ea36-48a1-9c30-c2918a802ed4 2026-05-08 19:34:15.752 9 INFO neutron.plugins.ml2.plugin [None req-3589d844-bffc-440a-8f58-8e251acb1318 - - - - - -] Attempt 1 to provision port 40188abd-4a2d-44e2-9db0-7c4016576176 2026-05-08 19:34:16.126 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 0d74233c-93c8-42c8-8b39-b8334bcafc00 2026-05-08 19:34:16.809 10 INFO neutron.plugins.ml2.plugin [None req-dffc84c9-02ce-4835-bef1-38b42aac84ce - - - - - -] Attempt 1 to provision port 0d74233c-93c8-42c8-8b39-b8334bcafc00 2026-05-08 19:34:17.015 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 8122b8d9-1f05-4c0b-bb59-21ddfbd85d86 2026-05-08 19:34:17.038 9 INFO neutron.plugins.ml2.plugin [None req-df542824-f372-44d0-801a-3d2a55759b0d - - - - - -] Attempt 1 to provision port 8122b8d9-1f05-4c0b-bb59-21ddfbd85d86 2026-05-08 19:34:18.229 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 8122b8d9-1f05-4c0b-bb59-21ddfbd85d86 2026-05-08 19:34:18.510 10 INFO neutron.plugins.ml2.plugin [None req-a5ea019e-8bd0-4e2a-a9b2-26d8056928d8 - - - - - -] Attempt 1 to provision port 9bea65bd-3103-4c1d-9158-4a39074b9c88 2026-05-08 19:34:18.542 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 0d74233c-93c8-42c8-8b39-b8334bcafc00 2026-05-08 19:34:18.661 9 INFO neutron.plugins.ml2.plugin [None req-b0051a1a-c02d-44a6-9dcb-7d91082d44ae - - - - - -] Attempt 1 to provision port fa7bd995-41c7-4ee3-86e0-658e92f84a0f 2026-05-08 19:34:19.115 10 INFO neutron.plugins.ml2.plugin [None req-6ba798a8-d3f8-4fc1-8d91-d1b41be54892 - - - - - -] Attempt 1 to provision port 9bea65bd-3103-4c1d-9158-4a39074b9c88 2026-05-08 19:34:19.466 10 INFO neutron.plugins.ml2.plugin [None req-75b8a1b0-624b-49d6-852e-b3d503cb0798 - - - - - -] Attempt 1 to provision port fa7bd995-41c7-4ee3-86e0-658e92f84a0f 2026-05-08 19:34:20.586 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 42cc0b86-25bb-45b9-8550-84400d24a84e 2026-05-08 19:34:22.216 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 42cc0b86-25bb-45b9-8550-84400d24a84e 2026-05-08 19:34:24.743 10 INFO neutron.plugins.ml2.plugin [None req-daa05265-6d37-4fe3-9d80-8cda9a224e87 - - - - - -] Attempt 1 to provision port 453a06b1-bcee-47a9-85a9-5b8e4ac28ed8 2026-05-08 19:34:27.648 10 INFO neutron.plugins.ml2.plugin [None req-8db89e18-aff7-484b-ac4e-c98378d2a8cc - - - - - -] Attempt 1 to provision port 6103a6e9-4b04-4b47-b22e-e7cc4d501970 2026-05-08 19:34:29.820 9 INFO neutron.plugins.ml2.plugin [None req-0ced66b2-ccf9-4a10-8f2e-1fc1efb31807 - - - - - -] Attempt 1 to provision port 9c53fb9f-7016-447d-b9f6-2092df0d9951 2026-05-08 19:34:30.175 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 1832a07f-6e3d-4085-92fe-2886e96e21e2 2026-05-08 19:34:30.515 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 13ba8953-66f7-4ad3-a093-69a2e1f9aab2 2026-05-08 19:34:32.321 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 1832a07f-6e3d-4085-92fe-2886e96e21e2 2026-05-08 19:34:32.493 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9c53fb9f-7016-447d-b9f6-2092df0d9951 2026-05-08 19:34:32.606 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff1605bb-e0a3-41c2-bfa4-7bbe078f42c3'] response: {'server_uuid': '9fe3d801-edf4-4428-a1e1-b9c0df651c9a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c53fb9f-7016-447d-b9f6-2092df0d9951', 'code': 200} 2026-05-08 19:34:32.895 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 13ba8953-66f7-4ad3-a093-69a2e1f9aab2 2026-05-08 19:34:34.204 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 9c53fb9f-7016-447d-b9f6-2092df0d9951 2026-05-08 19:34:36.191 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port fa7bd995-41c7-4ee3-86e0-658e92f84a0f 2026-05-08 19:34:36.513 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 40188abd-4a2d-44e2-9db0-7c4016576176 2026-05-08 19:34:38.188 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port fa7bd995-41c7-4ee3-86e0-658e92f84a0f 2026-05-08 19:34:38.426 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 40188abd-4a2d-44e2-9db0-7c4016576176 2026-05-08 19:34:41.650 10 INFO neutron.plugins.ml2.plugin [None req-b5f9dc85-7be6-4af5-85b9-038e2cee17cb - - - - - -] Attempt 1 to provision port f341d155-9624-4abb-8999-1e84daf358dd 2026-05-08 19:34:42.100 10 INFO neutron.plugins.ml2.plugin [None req-cbb37a58-f961-4863-ba50-3ec69caf319e - - - - - -] Attempt 1 to provision port 1645c415-1369-4a0d-9238-2b8559a8a9d4 2026-05-08 19:34:42.190 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 96a5ed6d-61aa-4af6-87dc-85fa6929bac2 2026-05-08 19:34:43.042 9 INFO neutron.plugins.ml2.plugin [None req-686cccec-29b2-4d26-bc99-94daf48433d4 - - - - - -] Attempt 1 to provision port 96a5ed6d-61aa-4af6-87dc-85fa6929bac2 2026-05-08 19:34:44.345 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 96a5ed6d-61aa-4af6-87dc-85fa6929bac2 2026-05-08 19:34:44.525 9 INFO neutron.plugins.ml2.plugin [None req-3478f77b-dc89-4b83-af60-4dc3b8da20ed - - - - - -] Attempt 1 to provision port e2281701-1d13-4aea-a8a8-2f796d894397 2026-05-08 19:34:44.757 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f341d155-9624-4abb-8999-1e84daf358dd 2026-05-08 19:34:44.894 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eb6fd84-1a52-436a-b815-7cb12cffd17e'] response: {'server_uuid': '2ae10f87-7806-4fb3-b6ac-f73271c1c20b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f341d155-9624-4abb-8999-1e84daf358dd', 'code': 200} 2026-05-08 19:34:45.394 10 INFO neutron.plugins.ml2.plugin [None req-ff880ed7-dd52-4f7c-be41-bfa8353ee8f6 - - - - - -] Attempt 1 to provision port e2281701-1d13-4aea-a8a8-2f796d894397 2026-05-08 19:34:46.306 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port f341d155-9624-4abb-8999-1e84daf358dd 2026-05-08 19:34:46.620 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 50e9ce47-a058-4936-b9aa-03adee9799f8 2026-05-08 19:34:48.185 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 50e9ce47-a058-4936-b9aa-03adee9799f8 2026-05-08 19:34:50.496 10 INFO neutron.plugins.ml2.plugin [None req-88b9a712-25fe-4bfb-b2f6-0656ad87a2ef - - - - - -] Attempt 1 to provision port 929ef49e-e8cc-4db6-a30d-e2054dc96a1f 2026-05-08 19:34:52.438 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 929ef49e-e8cc-4db6-a30d-e2054dc96a1f 2026-05-08 19:34:52.612 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-63d040d8-de37-4df8-9664-fbe4db68d83e'] response: {'server_uuid': 'bfcb5592-3613-4afc-ae03-13f08e9ea4e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '929ef49e-e8cc-4db6-a30d-e2054dc96a1f', 'code': 200} 2026-05-08 19:34:54.231 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 929ef49e-e8cc-4db6-a30d-e2054dc96a1f /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 19:35:23.792 9 INFO neutron.plugins.ml2.plugin [None req-4e95dee9-9338-4f4b-88fb-3972ac9d9f87 - - - - - -] Attempt 1 to provision port 3989b42f-1392-41d1-9157-fe1713d5a006 2026-05-08 19:35:26.824 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3989b42f-1392-41d1-9157-fe1713d5a006 2026-05-08 19:35:26.932 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bd23351-b40c-4c53-a516-4ee111b11a94'] response: {'server_uuid': '2ae10f87-7806-4fb3-b6ac-f73271c1c20b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3989b42f-1392-41d1-9157-fe1713d5a006', 'code': 200} 2026-05-08 19:35:28.318 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 3989b42f-1392-41d1-9157-fe1713d5a006 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.058 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.059 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.059 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 2 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.079 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.080 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.080 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 3 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.095 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.096 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.096 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 4 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.115 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.116 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.116 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 5 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.138 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.139 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.139 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 6 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.165 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.166 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.166 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 7 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.184 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.184 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 8 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.199 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.199 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 9 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.218 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.218 9 INFO neutron.plugins.ml2.plugin [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Attempt 10 to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet f7d6ba5a-4548-41ff-bf35-de22897caf4f could not be found. 2026-05-08 19:35:30.239 9 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:30.240 9 ERROR neutron.plugins.ml2.managers [None req-8a589456-c73f-4aab-9847-8518bd343a91 - - - - - -] Failed to bind port 4fa997bb-7f85-4e92-8274-18df79ef25ee on host instance for vnic_type normal using segments [{'id': '8af602da-59ab-4d9f-aa19-d4b8943a34db', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 75, 'network_id': 'ff57c013-6d69-4a7b-8117-323f1d66348b'}] 2026-05-08 19:35:30.459 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port a53f72cf-33b9-48dd-a693-2562fbcad79e 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.660 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.661 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.662 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 2 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.680 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.681 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.681 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 3 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.705 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.706 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.706 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 4 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.727 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.728 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.729 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 5 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.746 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.747 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.747 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 6 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.764 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.765 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 7 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.782 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.783 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.783 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 8 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.806 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.807 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.807 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 9 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.827 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.828 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:31.828 10 INFO neutron.plugins.ml2.plugin [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Attempt 10 to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 2026-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:35:31.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-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet efcc2742-4c64-4ec0-a90e-d9ef47a7aa68 could not be found. 2026-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:35:31.845 10 ERROR neutron.plugins.ml2.managers [None req-63b494b9-ee90-4e3b-b544-64bdd8701775 - - - - - -] Failed to bind port 83655604-d6c8-44b5-8143-c636c1df0b33 on host instance for vnic_type normal using segments [{'id': 'dcd973db-4906-49df-a098-25ed995dbdf2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 3, 'network_id': '72028a97-17f1-49d3-9751-679a04692d4d'}] 2026-05-08 19:35:34.267 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 2009fecf-348a-4327-b657-46c93dcfbcb8 2026-05-08 19:35:53.916 9 INFO neutron.plugins.ml2.plugin [None req-c0377812-ecd1-4401-ae7b-60659b68ff8b - - - - - -] Attempt 1 to provision port dc9dc559-2d72-4fa0-9321-b2defe0784a2 2026-05-08 19:35:56.348 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 6d260166-6775-45a9-9055-8b29b6351e3c 2026-05-08 19:35:57.190 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port dc9dc559-2d72-4fa0-9321-b2defe0784a2 2026-05-08 19:35:57.381 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b1024ef-0cb7-4933-aeb2-f18e1ce4f913'] response: {'server_uuid': '2ae10f87-7806-4fb3-b6ac-f73271c1c20b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dc9dc559-2d72-4fa0-9321-b2defe0784a2', 'code': 200} 2026-05-08 19:35:57.538 10 INFO neutron.plugins.ml2.plugin [None req-35918966-b7b1-43e8-87e2-07255aa74100 - - - - - -] Attempt 1 to provision port 6d260166-6775-45a9-9055-8b29b6351e3c 2026-05-08 19:35:58.135 9 INFO neutron.plugins.ml2.plugin [None req-3cb416b4-6823-43b8-ac5d-76d519f99171 - - - - - -] Attempt 1 to provision port ef85d92d-15d1-4338-8a7d-724654480c13 2026-05-08 19:35:58.567 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port ef85d92d-15d1-4338-8a7d-724654480c13 2026-05-08 19:35:58.601 9 INFO neutron.plugins.ml2.plugin [None req-a6edac31-847c-48de-a039-c2fe523b8364 - - - - - -] Attempt 1 to provision port 64de9cbd-7caf-4376-aeb6-97cda6b0e00a 2026-05-08 19:35:58.963 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 6d260166-6775-45a9-9055-8b29b6351e3c 2026-05-08 19:35:59.014 9 INFO neutron.plugins.ml2.db [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] No ports have port_id starting with 6d260166-6775-45a9-9055-8b29b6351e3c 2026-05-08 19:35:59.078 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port dc9dc559-2d72-4fa0-9321-b2defe0784a2 2026-05-08 19:35:59.360 10 INFO neutron.plugins.ml2.plugin [None req-f196b3e2-bd03-44e2-b6ac-1c919cf72b24 - - - - - -] Attempt 1 to provision port 236acca5-23bb-405b-a6ed-6a8b94409429 2026-05-08 19:35:59.455 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 236acca5-23bb-405b-a6ed-6a8b94409429 2026-05-08 19:35:59.725 10 INFO neutron.plugins.ml2.plugin [None req-c2470c82-dc75-4326-9bef-84e85284dbd9 - - - - - -] Attempt 1 to provision port 391908dd-d5cf-4d31-af20-9d1a752ff9e6 2026-05-08 19:35:59.797 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 391908dd-d5cf-4d31-af20-9d1a752ff9e6 2026-05-08 19:36:04.684 10 INFO neutron.plugins.ml2.plugin [None req-05dd2100-8aeb-4523-8a9d-86091896af4c - - - - - -] Attempt 1 to provision port 4fa18e4b-a957-4568-afb5-1a74bca66390 2026-05-08 19:36:08.388 9 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4fa18e4b-a957-4568-afb5-1a74bca66390 2026-05-08 19:36:08.512 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1140ef5f-baf1-46aa-8aad-76a5cc1816e5'] response: {'server_uuid': '2ae10f87-7806-4fb3-b6ac-f73271c1c20b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4fa18e4b-a957-4568-afb5-1a74bca66390', 'code': 200} 2026-05-08 19:36:10.243 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4fa18e4b-a957-4568-afb5-1a74bca66390 2026-05-08 19:36:17.949 9 INFO neutron.plugins.ml2.plugin [None req-c5595d92-7f61-4f44-83c8-0bc28865fad1 - - - - - -] Attempt 1 to provision port 4fa18e4b-a957-4568-afb5-1a74bca66390 2026-05-08 19:36:18.290 10 INFO neutron.plugins.ml2.plugin [None req-eb2711fb-5a0f-41c4-a897-c5acd97d52ef - - - - - -] Attempt 1 to provision port 4fa18e4b-a957-4568-afb5-1a74bca66390 2026-05-08 19:36:23.570 10 INFO neutron.plugins.ml2.plugin [None req-d3fcdd29-9eb2-400e-a506-ef65c2c4acd4 - - - - - -] Attempt 1 to provision port dc9dc559-2d72-4fa0-9321-b2defe0784a2