+ 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-26 06:22:15.389 1 INFO neutron.common.config [-] Logging enabled! 2026-05-26 06:22:15.390 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-26 06:22:15.390 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-26 06:22:15.390 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 06:22:16.185 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:22:16.188 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 06:22:16.190 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-26 06:22:16.191 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:22:16.191 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 06:22:16.191 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 06:22:16.192 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:22:16.197 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:22:16.198 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:22:16.198 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:22:16.213 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 06:22:16.214 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:22:16.214 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 06:22:16.242 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 06:22:16.242 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 06:22:16.242 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 06:22:16.242 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 06:22:16.248 1 WARNING oslo_policy.policy [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] 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-26 06:22:16.518 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing driver for type 'vlan' 2026-05-26 06:22:16.770 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] VlanTypeDriver initialization complete 2026-05-26 06:22:16.771 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 06:22:16.771 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 06:22:16.825 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 06:22:16.825 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 06:22:16.826 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing extension driver 'port_security' 2026-05-26 06:22:16.826 1 INFO neutron.plugins.ml2.extensions.port_security [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 06:22:16.826 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing extension driver 'qos' 2026-05-26 06:22:16.827 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 06:22:16.827 1 INFO neutron.plugins.ml2.managers [None req-472454fd-d83a-4cda-8646-ad9fe6727fdc - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 06:22:16.841 1 INFO neutron.quota [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded quota_driver: . 2026-05-26 06:22:16.841 1 INFO neutron.plugins.ml2.plugin [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 06:22:16.842 1 INFO neutron.plugins.ml2.managers [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 06:22:16.842 1 INFO neutron.plugins.ml2.managers [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 06:22:16.842 1 INFO neutron.plugins.ml2.managers [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 06:22:16.842 1 INFO neutron.extensions.vlantransparent [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Disabled vlantransparent extension. 2026-05-26 06:22:16.843 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: qos 2026-05-26 06:22:16.852 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: router 2026-05-26 06:22:16.880 1 INFO neutron.services.service_base [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 06:22:16.881 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: segments 2026-05-26 06:22:16.943 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: trunk 2026-05-26 06:22:16.999 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: vpnaas 2026-05-26 06:22:17.036 1 WARNING stevedore.named [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 06:22:17.097 1 INFO neutron_vpnaas.services.vpn.plugin [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 06:22:17.097 1 INFO neutron.common.utils [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 06:22:17.097 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 06:22:17.101 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: tag 2026-05-26 06:22:17.107 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: timestamp 2026-05-26 06:22:17.110 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 06:22:17.113 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: flavors 2026-05-26 06:22:17.116 1 INFO neutron.manager [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loading Plugin: revisions 2026-05-26 06:22:17.118 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Initializing extension manager. 2026-05-26 06:22:17.119 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: address-group 2026-05-26 06:22:17.120 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: address-scope 2026-05-26 06:22:17.120 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 06:22:17.121 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: agent 2026-05-26 06:22:17.122 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 06:22:17.123 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 06:22:17.123 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 06:22:17.124 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: availability_zone 2026-05-26 06:22:17.124 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 06:22:17.125 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 06:22:17.125 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 06:22:17.126 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 06:22:17.127 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: dns-integration 2026-05-26 06:22:17.127 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 06:22:17.128 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 06:22:17.128 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: dvr 2026-05-26 06:22:17.129 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 06:22:17.129 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 06:22:17.130 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:22:17.130 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 06:22:17.131 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: external-net 2026-05-26 06:22:17.131 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 06:22:17.132 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: extraroute 2026-05-26 06:22:17.132 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 06:22:17.133 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 06:22:17.133 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 06:22:17.133 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 06:22:17.134 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 06:22:17.134 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: fip-port-details 2026-05-26 06:22:17.135 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: flavors 2026-05-26 06:22:17.136 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 06:22:17.136 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 06:22:17.137 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: ip_allocation 2026-05-26 06:22:17.137 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 06:22:17.138 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 06:22:17.139 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: router 2026-05-26 06:22:17.140 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:22:17.141 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 06:22:17.141 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: l3-ha 2026-05-26 06:22:17.142 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:22:17.142 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 06:22:17.142 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: l3-flavors 2026-05-26 06:22:17.143 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:22:17.144 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 06:22:17.145 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 06:22:17.146 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 06:22:17.147 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 06:22:17.148 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 06:22:17.148 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 06:22:17.149 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: multi-provider 2026-05-26 06:22:17.149 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: net-mtu 2026-05-26 06:22:17.150 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 06:22:17.150 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 06:22:17.151 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: network_ha 2026-05-26 06:22:17.151 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 06:22:17.152 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 06:22:17.153 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: pagination 2026-05-26 06:22:17.153 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-device-profile 2026-05-26 06:22:17.154 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 06:22:17.154 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 06:22:17.155 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-mac-override 2026-05-26 06:22:17.155 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 06:22:17.156 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 06:22:17.156 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-resource-request 2026-05-26 06:22:17.156 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 06:22:17.157 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: binding 2026-05-26 06:22:17.158 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: binding-extended 2026-05-26 06:22:17.158 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-security 2026-05-26 06:22:17.158 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: project-id 2026-05-26 06:22:17.159 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: provider 2026-05-26 06:22:17.160 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos 2026-05-26 06:22:17.161 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 06:22:17.162 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 06:22:17.162 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-default 2026-05-26 06:22:17.163 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-fip 2026-05-26 06:22:17.163 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 06:22:17.164 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 06:22:17.164 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 06:22:17.165 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 06:22:17.165 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 06:22:17.166 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-pps 2026-05-26 06:22:17.166 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 06:22:17.167 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 06:22:17.167 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 06:22:17.168 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 06:22:17.169 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: quotas 2026-05-26 06:22:17.171 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: quota_details 2026-05-26 06:22:17.173 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: rbac-policies 2026-05-26 06:22:17.173 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 06:22:17.174 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 06:22:17.174 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 06:22:17.175 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 06:22:17.175 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: revision-if-match 2026-05-26 06:22:17.176 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 06:22:17.176 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 06:22:17.177 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 06:22:17.178 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 06:22:17.178 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 06:22:17.179 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 06:22:17.180 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 06:22:17.180 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 06:22:17.187 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: security-group 2026-05-26 06:22:17.188 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: segment 2026-05-26 06:22:17.188 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 06:22:17.189 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: service-type 2026-05-26 06:22:17.189 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: sorting 2026-05-26 06:22:17.190 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 06:22:17.190 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 06:22:17.191 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 06:22:17.191 1 WARNING neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 06:22:17.192 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 06:22:17.192 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 06:22:17.193 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 06:22:17.193 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 06:22:17.194 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 06:22:17.195 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 06:22:17.195 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 06:22:17.198 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 06:22:17.198 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 06:22:17.199 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: trunk 2026-05-26 06:22:17.200 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: trunk-details 2026-05-26 06:22:17.200 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 06:22:17.201 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 06:22:17.201 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 06:22:17.202 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 06:22:17.203 1 INFO neutron.api.extensions [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Loaded extension: vpnaas 2026-05-26 06:22:17.206 1 INFO oslo_service.service [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Starting 2 workers 2026-05-26 06:22:17.211 1 INFO oslo_service.service [None req-684b6ddc-9cfb-4296-b9d1-6b5bd8ea67e6 - - - - - -] Starting 1 workers 2026-05-26 06:22:51.919 10 INFO neutron.db.l3_hamode_db [None req-f3efbe78-72a0-4b2a-a986-483c909ec4a2 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:23:06.298 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port edbc4375-6f33-40fb-9382-40c776e6334c 2026-05-26 06:23:06.350 10 INFO neutron.plugins.ml2.plugin [None req-f2ba1f88-6a70-48ad-b275-d16e3a72cad9 - - - - - -] Attempt 1 to provision port edbc4375-6f33-40fb-9382-40c776e6334c 2026-05-26 06:23:08.069 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port edbc4375-6f33-40fb-9382-40c776e6334c 2026-05-26 06:27:23.597 10 INFO neutron.plugins.ml2.plugin [None req-f8af343a-8422-4fbe-ae11-1fe14ea966f8 - - - - - -] Attempt 1 to provision port da2c8b0d-2ccb-4d9b-849c-a6975e945879 2026-05-26 06:27:24.325 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port da2c8b0d-2ccb-4d9b-849c-a6975e945879 2026-05-26 06:27:30.709 9 INFO neutron.plugins.ml2.plugin [None req-179f473e-80fe-433f-95f6-aca80248c8df - - - - - -] Attempt 1 to provision port 1ff2ddb6-4db0-4100-8cd7-29d9059c019e 2026-05-26 06:30:58.522 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 1ff2ddb6-4db0-4100-8cd7-29d9059c019e 2026-05-26 06:31:00.420 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 1ff2ddb6-4db0-4100-8cd7-29d9059c019e 2026-05-26 06:39:14.750 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bca73197-79d7-47f9-ad54-9fead7038d3d 2026-05-26 06:39:16.737 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bca73197-79d7-47f9-ad54-9fead7038d3d 2026-05-26 06:54:36.417 9 INFO neutron.plugins.ml2.plugin [None req-b6f14513-06b5-4d16-8255-c26076a89896 - - - - - -] Attempt 1 to provision port c24145df-c66f-48df-82a2-02499e0e263d 2026-05-26 06:54:36.763 9 INFO neutron.plugins.ml2.plugin [None req-d86e8f75-42a1-4328-8084-654652d1ba0e - - - - - -] Attempt 1 to provision port 75e433ac-bfb2-4d14-85d4-9a363549d5b2 2026-05-26 06:54:37.209 10 INFO neutron.plugins.ml2.plugin [None req-1d992bab-7f3f-4b22-9d03-18172f0f8784 - - - - - -] Attempt 1 to provision port 5498137f-b431-4513-af04-811171bc2a15 2026-05-26 06:54:37.368 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 0bdd71fa-6742-4547-b719-2f5c89b81568 2026-05-26 06:54:37.608 9 INFO neutron.plugins.ml2.plugin [None req-7ce1429b-dbfd-4018-b340-0b3b0fec32db - - - - - -] Attempt 1 to provision port 0bdd71fa-6742-4547-b719-2f5c89b81568 2026-05-26 06:54:37.930 10 INFO neutron.plugins.ml2.plugin [None req-5aa0d28c-12ee-40f5-87e6-663a06a8c1f7 - - - - - -] Attempt 1 to provision port 103424ca-7f1c-4c80-9617-a6877926e9b8 2026-05-26 06:54:38.396 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5498137f-b431-4513-af04-811171bc2a15 2026-05-26 06:54:38.811 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 103424ca-7f1c-4c80-9617-a6877926e9b8 2026-05-26 06:54:39.294 10 INFO neutron.plugins.ml2.plugin [None req-6c48fb0d-b3b8-468c-bb01-37ed3fde8032 - - - - - -] Attempt 1 to provision port 9015f9f9-8707-41d1-99c8-4d35751d30c3 2026-05-26 06:54:39.421 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5498137f-b431-4513-af04-811171bc2a15 2026-05-26 06:54:39.503 10 INFO neutron.plugins.ml2.plugin [None req-537fc801-5a34-4c9b-aa62-cec7e7c5253a - - - - - -] Attempt 1 to provision port bcf12e69-e930-4493-a69c-030081767064 2026-05-26 06:54:39.687 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 103424ca-7f1c-4c80-9617-a6877926e9b8 2026-05-26 06:54:39.966 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 0bdd71fa-6742-4547-b719-2f5c89b81568 2026-05-26 06:54:40.176 10 INFO neutron.plugins.ml2.plugin [None req-e5941906-e8ff-48e4-8697-f866b22da73c - - - - - -] Attempt 1 to provision port bcf12e69-e930-4493-a69c-030081767064 2026-05-26 06:54:41.237 10 INFO neutron.plugins.ml2.plugin [None req-2e962e09-afbb-40ce-83ad-1aed969ecd35 - - - - - -] Attempt 1 to provision port 09963a4f-5ae6-45c1-ae07-378f7742c128 2026-05-26 06:54:41.814 9 INFO neutron.plugins.ml2.plugin [None req-faadef54-0b6a-409e-98e8-9327a40e477c - - - - - -] Attempt 1 to provision port 09963a4f-5ae6-45c1-ae07-378f7742c128 2026-05-26 06:54:41.966 10 INFO neutron.plugins.ml2.plugin [None req-0ee4b0b7-afcd-485d-acb8-14f903f66efa - - - - - -] Attempt 1 to provision port 31460dbb-d8b1-494a-80b5-ff0e9b30e494 2026-05-26 06:54:42.408 10 INFO neutron.plugins.ml2.plugin [None req-1fe06c08-9c88-41bb-84d7-b560890f1387 - - - - - -] Attempt 1 to provision port 31460dbb-d8b1-494a-80b5-ff0e9b30e494 2026-05-26 06:54:44.881 10 INFO neutron.plugins.ml2.plugin [None req-a9dc80ce-ad37-474f-90f5-1654c8d32a3c - - - - - -] Attempt 1 to provision port 7fd8b120-7e0e-4568-b13d-40fadb0714e8 2026-05-26 06:54:45.418 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 7346819d-33b8-4ea0-82ae-c3c6ca8ad28c 2026-05-26 06:54:45.434 9 INFO neutron.plugins.ml2.plugin [None req-02825f98-38b2-4bda-96f1-4027284dc677 - - - - - -] Attempt 1 to provision port 7346819d-33b8-4ea0-82ae-c3c6ca8ad28c 2026-05-26 06:54:47.128 9 INFO neutron.plugins.ml2.plugin [None req-79ff0498-742b-4fc3-b57b-613bcd314cc8 - - - - - -] Attempt 1 to provision port e173a1f8-9fc1-461f-a7e7-f7eef90118e4 2026-05-26 06:54:47.406 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 7346819d-33b8-4ea0-82ae-c3c6ca8ad28c 2026-05-26 06:54:47.792 10 INFO neutron.plugins.ml2.plugin [None req-0ca62ca2-c804-4f23-b818-f66898f62723 - - - - - -] Attempt 1 to provision port e173a1f8-9fc1-461f-a7e7-f7eef90118e4 2026-05-26 06:54:48.964 9 INFO neutron.plugins.ml2.plugin [None req-a52d6f7a-fb0e-4310-ae89-36a6520a7d42 - - - - - -] Attempt 1 to provision port 9b83dbc3-d18c-4578-8030-dbccc2b5a6d3 2026-05-26 06:54:49.550 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 08ca6639-d4a8-4d41-8f5b-c6c3e594ab54 2026-05-26 06:54:50.164 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port c39d2663-5b73-44be-b406-72771d69504d /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-26 06:54:50.803 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 377de0a7-738c-4825-a3ce-a71e3bec67ad 2026-05-26 06:54:51.453 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 08ca6639-d4a8-4d41-8f5b-c6c3e594ab54 2026-05-26 06:54:51.786 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port c39d2663-5b73-44be-b406-72771d69504d 2026-05-26 06:54:52.079 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 377de0a7-738c-4825-a3ce-a71e3bec67ad 2026-05-26 06:54:52.343 10 INFO neutron.plugins.ml2.plugin [None req-cfb403c0-451c-4588-86ad-4e8718af1c8a - - - - - -] Attempt 1 to provision port 69de2548-87e2-4763-8588-45b08aefa394 2026-05-26 06:54:55.665 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5f4faf6e-228a-4789-8336-2809fa437954 2026-05-26 06:54:55.746 10 INFO neutron.plugins.ml2.plugin [None req-cea0029e-caad-415d-8b3b-75d957bab35d - - - - - -] Attempt 1 to provision port e7042388-b7a4-4cfd-a16b-b60c22e01b14 2026-05-26 06:54:56.303 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9b83dbc3-d18c-4578-8030-dbccc2b5a6d3 2026-05-26 06:54:56.703 10 INFO neutron.plugins.ml2.plugin [None req-127b8501-2ee9-4c3b-a743-b45c4a6ddf27 - - - - - -] Attempt 1 to provision port 5f4faf6e-228a-4789-8336-2809fa437954 2026-05-26 06:54:56.922 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 69de2548-87e2-4763-8588-45b08aefa394 2026-05-26 06:54:56.937 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-202dfd9c-b933-43ae-8783-94753997d7e7'] response: {'server_uuid': 'a56ab59c-737c-4954-9825-1c354695f357', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b83dbc3-d18c-4578-8030-dbccc2b5a6d3', 'code': 200} 2026-05-26 06:54:58.083 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 69de2548-87e2-4763-8588-45b08aefa394 2026-05-26 06:54:58.213 10 INFO neutron.plugins.ml2.plugin [None req-708a4058-57c4-4909-9790-0e4bbf5b39c1 - - - - - -] Attempt 1 to provision port 8754d73f-0cf7-4a63-b56b-87c3a75fc95c 2026-05-26 06:54:58.471 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9b83dbc3-d18c-4578-8030-dbccc2b5a6d3 2026-05-26 06:54:58.813 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5f4faf6e-228a-4789-8336-2809fa437954 2026-05-26 06:54:58.875 10 INFO neutron.plugins.ml2.plugin [None req-d362eb3d-a241-4e39-9208-438ee87bcfdd - - - - - -] Attempt 1 to provision port 8754d73f-0cf7-4a63-b56b-87c3a75fc95c 2026-05-26 06:54:58.974 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-415aa364-c14f-4284-acd7-0ff867a0ee9a'] response: {'server_uuid': '6c4a8fe2-6e69-4f9b-b989-a5ecaed54192', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '69de2548-87e2-4763-8588-45b08aefa394', 'code': 200} 2026-05-26 06:55:00.021 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port d233f32e-bb7f-4fa7-bcc0-fe25f70a3f90 2026-05-26 06:55:01.239 10 INFO neutron.plugins.ml2.plugin [None req-7494f856-824b-42a3-a9c9-bd12d585d85b - - - - - -] Attempt 1 to provision port bcacd8a8-535d-44f3-8ccc-67959ae83533 2026-05-26 06:55:02.025 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port d233f32e-bb7f-4fa7-bcc0-fe25f70a3f90 2026-05-26 06:55:02.216 9 INFO neutron.plugins.ml2.plugin [None req-6bcec5e7-f3fd-40d0-bfb6-e80a49463b1f - - - - - -] Attempt 1 to provision port 5202ae29-3407-4cc3-bb4d-4a8241ee8c16 2026-05-26 06:55:02.327 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5202ae29-3407-4cc3-bb4d-4a8241ee8c16 2026-05-26 06:55:03.918 9 INFO neutron.plugins.ml2.plugin [None req-424aa31e-e854-4cfd-b08e-852151e54f1a - - - - - -] Attempt 1 to provision port cca7beb0-948c-4bed-9593-7456b56989dd 2026-05-26 06:55:04.199 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5202ae29-3407-4cc3-bb4d-4a8241ee8c16 2026-05-26 06:55:04.813 9 INFO neutron.plugins.ml2.plugin [None req-a29ac671-b630-4039-b250-95ccc11163d3 - - - - - -] Attempt 1 to provision port cca7beb0-948c-4bed-9593-7456b56989dd 2026-05-26 06:55:05.925 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9e28c064-595f-4e8f-bff9-21e19d4184b4 2026-05-26 06:55:08.063 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9e28c064-595f-4e8f-bff9-21e19d4184b4 2026-05-26 06:55:08.505 10 INFO neutron.plugins.ml2.plugin [None req-7b692047-8353-46ca-bebf-a3cb0fe72a6f - - - - - -] Attempt 1 to provision port 36b28abe-5e0b-4e3d-bae7-6bc50dc9650e 2026-05-26 06:55:12.120 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 36b28abe-5e0b-4e3d-bae7-6bc50dc9650e 2026-05-26 06:55:12.284 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a47766d7-7edd-45ef-81b9-4618e438199a'] response: {'server_uuid': 'd0831064-5dc5-4364-ab83-c6e2bca145a8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '36b28abe-5e0b-4e3d-bae7-6bc50dc9650e', 'code': 200} 2026-05-26 06:55:12.596 10 INFO neutron.plugins.ml2.plugin [None req-c95f4650-911d-4d65-ae50-6003858d1875 - - - - - -] Attempt 1 to provision port dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4 2026-05-26 06:55:13.996 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 36b28abe-5e0b-4e3d-bae7-6bc50dc9650e 2026-05-26 06:55:15.191 9 INFO neutron.plugins.ml2.plugin [None req-817e78e0-c2f2-46d2-910b-b7e1596b7286 - - - - - -] Attempt 1 to provision port 494c3336-1812-4105-b064-37c146c6dc2d 2026-05-26 06:55:16.001 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 6e38a0ce-f8f2-4147-8866-68f5c0588b96 2026-05-26 06:55:16.059 9 INFO neutron.plugins.ml2.plugin [None req-e7bcea2a-23b9-4b38-a6c9-415aa71d650d - - - - - -] Attempt 1 to provision port 6e38a0ce-f8f2-4147-8866-68f5c0588b96 2026-05-26 06:55:16.484 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4 2026-05-26 06:55:16.627 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e342bdd6-46c7-4b66-930a-3e044c32a29e'] response: {'server_uuid': '14f7ba92-6075-4146-851b-03feea861d55', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4', 'code': 200} 2026-05-26 06:55:17.884 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 6e38a0ce-f8f2-4147-8866-68f5c0588b96 2026-05-26 06:55:18.081 10 INFO neutron.plugins.ml2.plugin [None req-0ffa6ac6-8da2-4f3c-8480-cc9511dc08f1 - - - - - -] Attempt 1 to provision port 0c78d378-43b2-41a9-be1f-f5010d015189 2026-05-26 06:55:18.167 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4 2026-05-26 06:55:18.522 9 INFO neutron.plugins.ml2.plugin [None req-40adb060-1ffb-42a8-95e4-29be91eaf728 - - - - - -] Attempt 1 to provision port 5bb1a6f7-d283-456a-9e97-4cc948a68b7d 2026-05-26 06:55:18.888 9 INFO neutron.plugins.ml2.plugin [None req-397c31f5-2aa8-42ed-85e9-12ad08cf627e - - - - - -] Attempt 1 to provision port 0c78d378-43b2-41a9-be1f-f5010d015189 2026-05-26 06:55:19.454 10 INFO neutron.plugins.ml2.plugin [None req-c542663d-dd89-43fc-823c-415a6b42749e - - - - - -] Attempt 1 to provision port 2337f610-a535-4a6c-adef-ce7b963eba27 2026-05-26 06:55:19.725 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c60425f-d895-4747-8f12-211b51a0187e'] response: {'server_uuid': 'd0831064-5dc5-4364-ab83-c6e2bca145a8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '36b28abe-5e0b-4e3d-bae7-6bc50dc9650e', 'code': 200} 2026-05-26 06:55:20.057 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 2337f610-a535-4a6c-adef-ce7b963eba27 2026-05-26 06:55:20.497 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 59b40d27-7477-4179-92bb-63119838aa26 2026-05-26 06:55:21.337 9 INFO neutron.plugins.ml2.plugin [None req-9295fa38-dad7-44fe-a574-2a62aa254ea1 - - - - - -] Attempt 1 to provision port d941f08a-f8d7-4ad1-8a69-9018f4465ce0 2026-05-26 06:55:21.891 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 2337f610-a535-4a6c-adef-ce7b963eba27 2026-05-26 06:55:21.914 10 INFO neutron.plugins.ml2.plugin [None req-02015e69-18ce-4e63-a284-65cc53ed4a4a - - - - - -] Attempt 1 to provision port d941f08a-f8d7-4ad1-8a69-9018f4465ce0 2026-05-26 06:55:22.424 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 59b40d27-7477-4179-92bb-63119838aa26 2026-05-26 06:55:24.069 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 257e4339-9d3a-48ed-9af8-d18d45aa2325 2026-05-26 06:55:25.636 9 INFO neutron.plugins.ml2.plugin [None req-6f39f352-9bc9-4043-8343-ae2e35fa737c - - - - - -] Attempt 1 to provision port bcfdeb3c-1f67-480c-92e6-ebda5463abcf 2026-05-26 06:55:26.121 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 257e4339-9d3a-48ed-9af8-d18d45aa2325 2026-05-26 06:55:26.489 9 INFO neutron.plugins.ml2.plugin [None req-ea3128a2-a33f-4d30-9261-f34a0912afcc - - - - - -] Attempt 1 to provision port dd3d58e7-668f-436e-997a-0216bd075ed2 2026-05-26 06:55:28.190 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port dd3d58e7-668f-436e-997a-0216bd075ed2 2026-05-26 06:55:28.642 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bcacd8a8-535d-44f3-8ccc-67959ae83533 2026-05-26 06:55:28.865 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-23ccf072-8aa7-48e0-9005-15565e039c27'] response: {'server_uuid': 'a7773dc6-25be-4856-a3cc-636476ebed33', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dd3d58e7-668f-436e-997a-0216bd075ed2', 'code': 200} 2026-05-26 06:55:29.128 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port cca7beb0-948c-4bed-9593-7456b56989dd 2026-05-26 06:55:29.551 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bcfdeb3c-1f67-480c-92e6-ebda5463abcf 2026-05-26 06:55:30.375 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bcacd8a8-535d-44f3-8ccc-67959ae83533 2026-05-26 06:55:30.592 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port cca7beb0-948c-4bed-9593-7456b56989dd 2026-05-26 06:55:30.915 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b1eb811-1420-456f-969b-cd0126718754'] response: {'server_uuid': 'f23d7d5f-8848-4503-9bcd-ddba14fa7a8f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bcfdeb3c-1f67-480c-92e6-ebda5463abcf', 'code': 200} 2026-05-26 06:55:31.000 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bcfdeb3c-1f67-480c-92e6-ebda5463abcf 2026-05-26 06:55:34.395 10 INFO neutron.plugins.ml2.plugin [None req-abc2a4b0-bb4d-4b2c-8a07-0f284cae9ee7 - - - - - -] Attempt 1 to provision port dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4 2026-05-26 06:55:34.471 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4 2026-05-26 06:55:36.371 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 0c78d378-43b2-41a9-be1f-f5010d015189 2026-05-26 06:55:36.796 10 INFO neutron.plugins.ml2.plugin [None req-c7e890b3-dfd1-4152-97e9-c3f1d9823fff - - - - - -] Attempt 1 to provision port dd46ffe4-1f01-4f08-92bc-0382a2e6f6d4 2026-05-26 06:55:38.403 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 494c3336-1812-4105-b064-37c146c6dc2d 2026-05-26 06:55:38.817 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 0c78d378-43b2-41a9-be1f-f5010d015189 2026-05-26 06:55:40.421 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 494c3336-1812-4105-b064-37c146c6dc2d 2026-05-26 06:55:46.354 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-dea7ef98-57ca-474e-a69a-eb29e89b5244'] response: {'server_uuid': 'f23d7d5f-8848-4503-9bcd-ddba14fa7a8f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bcfdeb3c-1f67-480c-92e6-ebda5463abcf', 'code': 200} 2026-05-26 06:55:46.987 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bcfdeb3c-1f67-480c-92e6-ebda5463abcf 2026-05-26 06:55:48.326 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bcfdeb3c-1f67-480c-92e6-ebda5463abcf 2026-05-26 06:55:48.404 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fac75b3d-bc66-4c38-93b7-f927791a59e8'] response: {'server_uuid': 'f23d7d5f-8848-4503-9bcd-ddba14fa7a8f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bcfdeb3c-1f67-480c-92e6-ebda5463abcf', 'code': 200} 2026-05-26 06:55:49.866 9 INFO neutron.plugins.ml2.plugin [None req-9fb52445-82ed-4f13-bd0f-256413f3848f - - - - - -] Attempt 1 to provision port 74a327a5-741b-4a55-87c4-f6ea964b1f52 2026-05-26 06:55:50.290 10 INFO neutron.plugins.ml2.plugin [None req-1d803bae-0977-4c55-8e3e-ecb6e2eebcc3 - - - - - -] Attempt 1 to provision port 364caad0-867f-451b-99b9-6f578960eb68 2026-05-26 06:55:50.392 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 74a327a5-741b-4a55-87c4-f6ea964b1f52 2026-05-26 06:55:50.753 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 364caad0-867f-451b-99b9-6f578960eb68 2026-05-26 06:55:51.198 10 INFO neutron.plugins.ml2.plugin [None req-603a5006-0488-453b-8cbb-e13b1c9f7f27 - - - - - -] Attempt 1 to provision port e1362f92-37c2-4aa7-9711-6fbfa5986e73 2026-05-26 06:55:51.537 9 INFO neutron.plugins.ml2.plugin [None req-2f231f3d-14b6-4a39-8118-d8bcdcc6750d - - - - - -] Attempt 1 to provision port e1362f92-37c2-4aa7-9711-6fbfa5986e73 2026-05-26 06:55:52.183 10 INFO neutron.plugins.ml2.plugin [None req-a2c6a9b0-fbdd-4cc7-8e39-496cc78bffa6 - - - - - -] Attempt 1 to provision port 5f62ed17-eee7-4752-83de-a31fc0d8de66 2026-05-26 06:55:52.313 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 74a327a5-741b-4a55-87c4-f6ea964b1f52 2026-05-26 06:55:52.607 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 364caad0-867f-451b-99b9-6f578960eb68 2026-05-26 06:55:52.732 10 INFO neutron.plugins.ml2.plugin [None req-9673d7ed-51cc-42b5-808b-32209a382e4a - - - - - -] Attempt 1 to provision port 5f62ed17-eee7-4752-83de-a31fc0d8de66 2026-05-26 06:56:00.158 9 INFO neutron.plugins.ml2.plugin [None req-b7eb6ed1-e376-450e-8456-ea8fe35f8a3a - - - - - -] Attempt 1 to provision port a1a1cd26-e294-491c-b374-059f56b794f5 2026-05-26 06:56:00.409 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port a1a1cd26-e294-491c-b374-059f56b794f5 2026-05-26 06:56:00.950 9 INFO neutron.plugins.ml2.plugin [None req-07c12c6a-0b6c-4906-8a52-b75a35dacd32 - - - - - -] Attempt 1 to provision port 16d78b25-d3c0-4565-8610-70535c46bb55 2026-05-26 06:56:02.425 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port a1a1cd26-e294-491c-b374-059f56b794f5 2026-05-26 06:56:06.607 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5a3e483f-ebec-4a98-8321-58f47259f6f8 2026-05-26 06:56:07.476 9 INFO neutron.plugins.ml2.plugin [None req-61d137a0-f418-4736-9cfc-b98d6c159f83 - - - - - -] Attempt 1 to provision port 5a3e483f-ebec-4a98-8321-58f47259f6f8 2026-05-26 06:56:08.571 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ce12b504-0f28-4ff0-84c8-649d7102bced 2026-05-26 06:56:08.675 10 INFO neutron.plugins.ml2.plugin [None req-2183eb68-6ba1-4de2-82a5-806f4de2b4c6 - - - - - -] Attempt 1 to provision port 543d9ddd-8bc9-4dc4-bb63-fcff5e07eaf0 2026-05-26 06:56:09.152 10 INFO neutron.plugins.ml2.plugin [None req-5cec54c2-2dec-4031-98d7-1263ebb2ab26 - - - - - -] Attempt 1 to provision port 543d9ddd-8bc9-4dc4-bb63-fcff5e07eaf0 2026-05-26 06:56:09.510 9 INFO neutron.plugins.ml2.plugin [None req-b19233c9-73c9-4826-889a-73ea61c61d68 - - - - - -] Attempt 1 to provision port ce12b504-0f28-4ff0-84c8-649d7102bced 2026-05-26 06:56:09.551 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5a3e483f-ebec-4a98-8321-58f47259f6f8 2026-05-26 06:56:10.390 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ce12b504-0f28-4ff0-84c8-649d7102bced /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() /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-26 06:56:13.961 10 INFO neutron.plugins.ml2.plugin [None req-0efad1ac-7807-42e5-a328-5aa5b11250a3 - - - - - -] Attempt 1 to provision port 3950e473-76e0-4f75-a3bf-9fd474ea1a8c 2026-05-26 06:56:28.454 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ce2c3196-99c4-4d2a-ade0-9f0477b0d5e7 2026-05-26 06:56:29.360 10 INFO neutron.plugins.ml2.plugin [None req-db2ab29c-58b5-4846-b982-eebcc4922f47 - - - - - -] Attempt 1 to provision port ce2c3196-99c4-4d2a-ade0-9f0477b0d5e7 2026-05-26 06:56:29.948 10 INFO neutron.plugins.ml2.plugin [None req-d18e4825-2e0a-4b66-a9b7-6a5556f67655 - - - - - -] Attempt 1 to provision port a96f2d41-6517-482e-88c2-9ac5c1d27848 2026-05-26 06:56:30.400 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ce2c3196-99c4-4d2a-ade0-9f0477b0d5e7 2026-05-26 06:56:30.645 9 INFO neutron.plugins.ml2.plugin [None req-13b1b676-2ca7-47fc-b2a3-ac7e8a7f5ae1 - - - - - -] Attempt 1 to provision port c2c664cb-4f75-477a-bf0f-8e96743df900 2026-05-26 06:56:30.719 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port a96f2d41-6517-482e-88c2-9ac5c1d27848 2026-05-26 06:56:31.309 9 INFO neutron.plugins.ml2.plugin [None req-b75af0ac-c271-4dc0-aa44-75d7056d507d - - - - - -] Attempt 1 to provision port c2c664cb-4f75-477a-bf0f-8e96743df900 2026-05-26 06:56:32.278 9 INFO neutron.plugins.ml2.plugin [None req-c71eb4db-849c-4bb0-b4de-49ab30baa9c4 - - - - - -] Attempt 1 to provision port 069749cb-f0be-4e8a-9ab1-f0a308f2c772 2026-05-26 06:56:32.366 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port a96f2d41-6517-482e-88c2-9ac5c1d27848 2026-05-26 06:56:32.959 10 INFO neutron.plugins.ml2.plugin [None req-013a41b4-d26a-4223-8193-11140ec2de23 - - - - - -] Attempt 1 to provision port 069749cb-f0be-4e8a-9ab1-f0a308f2c772 2026-05-26 06:56:35.133 10 INFO neutron.plugins.ml2.plugin [None req-2daf9d6d-8ccd-4c1b-bf19-e85bfd36a2fc - - - - - -] Attempt 1 to provision port c7456aa3-cd73-4170-9980-a499ae74032e 2026-05-26 06:56:37.296 10 INFO neutron.plugins.ml2.plugin [None req-0fa4031e-276c-4331-a351-db0d1cf9db25 - - - - - -] Attempt 1 to provision port 1a635fc9-d494-4726-8cc3-a41eab927f13 2026-05-26 06:56:38.045 10 INFO neutron.plugins.ml2.plugin [None req-333fa30c-1992-4a6e-b2ba-7f2b7e205625 - - - - - -] Attempt 1 to provision port 03308793-55b3-4da1-875f-c827cbcd8f0a 2026-05-26 06:56:38.357 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 03308793-55b3-4da1-875f-c827cbcd8f0a 2026-05-26 06:56:40.304 9 INFO neutron.plugins.ml2.plugin [None req-e379f19a-d731-445d-9f28-db477cbf8d55 - - - - - -] Attempt 1 to provision port de82b54b-c7b8-46f6-a256-115fe26b9ff2 2026-05-26 06:56:40.361 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 03308793-55b3-4da1-875f-c827cbcd8f0a 2026-05-26 06:56:40.960 9 INFO neutron.plugins.ml2.plugin [None req-f91acbe9-d1ff-445b-8144-1e295b44dc8a - - - - - -] Attempt 1 to provision port de82b54b-c7b8-46f6-a256-115fe26b9ff2 2026-05-26 06:56:42.404 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port fece6296-6fcd-4438-ab3a-a97f729be830 2026-05-26 06:56:43.852 10 INFO neutron.plugins.ml2.plugin [None req-34983970-3257-466e-b65e-daa946b0e76f - - - - - -] Attempt 1 to provision port 2d9f59b5-0b0b-4132-9e8f-51171b384118 2026-05-26 06:56:44.504 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port fece6296-6fcd-4438-ab3a-a97f729be830 2026-05-26 06:56:44.773 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 2d9f59b5-0b0b-4132-9e8f-51171b384118 2026-05-26 06:56:45.013 9 INFO neutron.plugins.ml2.plugin [None req-b046bf45-ad6a-4b55-b527-9c7bc3b2dc5e - - - - - -] Attempt 1 to provision port f1999644-4306-4d30-a4f5-328a99345877 2026-05-26 06:56:45.868 9 INFO neutron.plugins.ml2.plugin [None req-3c88518f-e87a-43d3-9a8d-a1a9444e7a00 - - - - - -] Attempt 1 to provision port f1999644-4306-4d30-a4f5-328a99345877 2026-05-26 06:56:48.032 10 INFO neutron.plugins.ml2.plugin [None req-4f23068a-fa7f-4e57-9069-053dc660cf9c - - - - - -] Attempt 1 to provision port 8aa6bf00-7a05-4358-be64-c276711c2e97 2026-05-26 06:56:50.530 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 8aa6bf00-7a05-4358-be64-c276711c2e97 2026-05-26 06:56:50.668 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-be91d8f6-39d7-4a75-b33e-3f6261907558'] response: {'server_uuid': '8be0dfdc-846b-4ae1-8531-373d02a10f99', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8aa6bf00-7a05-4358-be64-c276711c2e97', 'code': 200} 2026-05-26 06:56:52.464 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 8aa6bf00-7a05-4358-be64-c276711c2e97 2026-05-26 06:56:52.616 10 INFO neutron.plugins.ml2.plugin [None req-b846385e-17b6-41fd-87a1-08525166467e - - - - - -] Attempt 1 to provision port 5732226c-ba09-4511-9719-1aa0cc1dd59f 2026-05-26 06:56:52.774 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5732226c-ba09-4511-9719-1aa0cc1dd59f 2026-05-26 06:56:53.498 10 INFO neutron.plugins.ml2.plugin [None req-94a77e62-df47-4d85-aedb-3d04dcb7182c - - - - - -] Attempt 1 to provision port 7f1f4533-2bd6-462b-885a-c335cbedf9e6 2026-05-26 06:56:54.067 10 INFO neutron.plugins.ml2.plugin [None req-ba6b45a1-673a-4639-b748-93a43d493a45 - - - - - -] Attempt 1 to provision port 7f1f4533-2bd6-462b-885a-c335cbedf9e6 2026-05-26 06:56:54.356 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5732226c-ba09-4511-9719-1aa0cc1dd59f 2026-05-26 06:56:58.660 10 INFO neutron.plugins.ml2.plugin [None req-db15eaa1-1d22-4726-ae51-807f9629528c - - - - - -] Attempt 1 to provision port 9b6e8155-4f16-4c96-9702-32b933a72386 2026-05-26 06:57:04.076 9 INFO neutron.plugins.ml2.plugin [None req-f0e387c8-4f04-41a0-bab6-3fc752d727d4 - - - - - -] Attempt 1 to provision port e3fcbb40-a934-404b-a990-17a760d59b37 2026-05-26 06:57:04.404 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ee58e676-b6af-428c-bce0-fde03848d354 2026-05-26 06:57:04.533 10 INFO neutron.plugins.ml2.plugin [None req-e77af85f-3954-40f6-bb71-d4c245448d34 - - - - - -] Attempt 1 to provision port 08f377bc-f901-4e8f-a596-17d310a24f35 2026-05-26 06:57:04.873 10 INFO neutron.plugins.ml2.plugin [None req-7c3d715f-553f-4062-af42-c21d148a9b4c - - - - - -] Attempt 1 to provision port ee58e676-b6af-428c-bce0-fde03848d354 2026-05-26 06:57:06.355 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ee58e676-b6af-428c-bce0-fde03848d354 2026-05-26 06:57:06.780 10 INFO neutron.plugins.ml2.plugin [None req-26cd02b7-b8ca-458b-96f6-473e9b0e70a7 - - - - - -] Attempt 1 to provision port 5aaf859a-12d5-4454-ab14-2db34fa66d8b 2026-05-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.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-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.199 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.201 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.203 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 2 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.244 9 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.244 9 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.244 9 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.244 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-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.244 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.245 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.246 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 3 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.290 9 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.290 9 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.290 9 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.290 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-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.290 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.291 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.292 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 4 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.315 9 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.315 9 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.315 9 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.315 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-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.315 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.316 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.317 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 5 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.340 9 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.340 9 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.340 9 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.340 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-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.340 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.341 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.341 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 6 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.372 9 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.372 9 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.372 9 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.372 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-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.372 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.374 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 7 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.401 9 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.401 9 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.401 9 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.401 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-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.401 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.402 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.403 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 8 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.459 9 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.459 9 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.459 9 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.459 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-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.459 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.460 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.460 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 9 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.512 9 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.512 9 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.512 9 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.512 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-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.512 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.513 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:07.513 9 INFO neutron.plugins.ml2.plugin [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Attempt 10 to bind port f261b632-e818-4bac-be5b-2ac2460a9342 2026-05-26 06:57:07.536 10 INFO neutron.plugins.ml2.plugin [None req-61f484ea-b8f5-4e59-a0cd-4fd69fcfca57 - - - - - -] Attempt 1 to provision port 5aaf859a-12d5-4454-ab14-2db34fa66d8b 2026-05-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.541 9 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.541 9 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:07.541 9 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:07.541 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-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ab8464f9-2f8d-4f7e-bdba-1fe82d553874 could not be found. 2026-05-26 06:57:07.541 9 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:07.542 9 ERROR neutron.plugins.ml2.managers [None req-10c6d3a8-db4f-4fe2-921e-d5cb9ca26e47 - - - - - -] Failed to bind port f261b632-e818-4bac-be5b-2ac2460a9342 on host instance for vnic_type normal using segments [{'id': '946e7485-7419-47db-b7de-da6903c9f501', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 385, 'network_id': '463e155e-31ef-46a5-ac68-494bf1a25977'}] 2026-05-26 06:57:08.538 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port f6ba37cd-8b03-4f7f-8d46-6d887d3423c7 2026-05-26 06:57:09.149 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5a37d669-5841-43ed-9652-a09b851c9fa5 2026-05-26 06:57:10.347 10 INFO neutron.plugins.ml2.plugin [None req-76ef8954-2d62-42b7-a54c-0df9c572ac1a - - - - - -] Attempt 1 to provision port dacb7e70-9ae5-49d4-b70c-60e2d65d6049 2026-05-26 06:57:10.385 10 INFO neutron.plugins.ml2.plugin [None req-76ef8954-2d62-42b7-a54c-0df9c572ac1a - - - - - -] Attempt 1 to provision port 58ef7732-71b8-4b4f-a8d8-0ed39d4090f4 2026-05-26 06:57:10.523 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5a37d669-5841-43ed-9652-a09b851c9fa5 2026-05-26 06:57:11.100 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 58ef7732-71b8-4b4f-a8d8-0ed39d4090f4 2026-05-26 06:57:11.285 10 INFO neutron.plugins.ml2.plugin [None req-de687939-a272-4852-b551-b59d82a765e5 - - - - - -] Attempt 1 to provision port dacb7e70-9ae5-49d4-b70c-60e2d65d6049 2026-05-26 06:57:11.427 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port f6ba37cd-8b03-4f7f-8d46-6d887d3423c7 2026-05-26 06:57:11.844 10 INFO neutron.plugins.ml2.plugin [None req-6db308b2-1a60-4212-92ae-14647c4cdb54 - - - - - -] Attempt 1 to provision port dacb7e70-9ae5-49d4-b70c-60e2d65d6049 2026-05-26 06:57:12.005 9 INFO neutron.plugins.ml2.plugin [None req-3c52366c-4df0-4954-b7e4-3ba1b32bee5d - - - - - -] Attempt 1 to provision port 18473500-3b32-4659-b606-46223c0a41be 2026-05-26 06:57:12.550 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 50d89b52-45ce-4b5f-80c3-bcc793f0d9d9 2026-05-26 06:57:12.873 10 INFO neutron.plugins.ml2.plugin [None req-acf5329c-5a8c-4ef4-8cad-993fded50a70 - - - - - -] Attempt 1 to provision port 50d89b52-45ce-4b5f-80c3-bcc793f0d9d9 2026-05-26 06:57:13.193 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 58ef7732-71b8-4b4f-a8d8-0ed39d4090f4 2026-05-26 06:57:14.318 9 INFO neutron.plugins.ml2.plugin [None req-e27ac150-51c2-40b8-ad36-568c75c4acb5 - - - - - -] Attempt 1 to provision port cdedaac1-b605-412c-a5d8-ae2cdfa8f80e 2026-05-26 06:57:14.425 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 50d89b52-45ce-4b5f-80c3-bcc793f0d9d9 2026-05-26 06:57:15.092 10 INFO neutron.plugins.ml2.plugin [None req-4a7ec48a-21ff-4741-8c12-338d784f5007 - - - - - -] Attempt 1 to provision port cdedaac1-b605-412c-a5d8-ae2cdfa8f80e 2026-05-26 06:57:16.607 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port df0a2904-b236-4daa-b9a9-4d9038fa3d24 2026-05-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.611 10 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.611 10 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.611 10 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.611 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-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.611 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.613 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.613 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 2 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.642 10 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.642 10 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.642 10 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.642 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-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.642 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.643 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.645 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 3 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.671 10 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.671 10 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.671 10 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.671 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-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.671 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.672 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.678 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 4 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.708 10 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.708 10 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.708 10 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.708 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-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.708 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.709 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.709 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 5 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.753 10 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.753 10 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.753 10 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.753 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-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.753 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.754 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.755 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 6 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.786 10 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.786 10 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.786 10 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.786 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-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.786 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.787 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 7 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.823 10 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.823 10 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.823 10 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.823 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-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.823 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.824 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.824 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 8 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.856 10 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.856 10 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.856 10 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.856 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-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.856 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.857 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.857 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 9 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.891 10 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.891 10 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.891 10 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.891 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-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.891 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.892 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:16.893 10 INFO neutron.plugins.ml2.plugin [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Attempt 10 to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:16.929 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-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:16.929 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-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1df59b9d-9514-4b52-b71e-ecc12c3215ed could not be found. 2026-05-26 06:57:16.929 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:16.930 10 ERROR neutron.plugins.ml2.managers [None req-0e3711e2-a804-4c6a-aec9-3a717ac6d892 - - - - - -] Failed to bind port 7ae32a53-24a7-4fe3-98d7-fb257a694712 on host instance for vnic_type normal using segments [{'id': 'd5edd846-44c4-44f2-a241-088e5f74132c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '2049df43-4c4e-46b1-9997-07edb526cb5f'}] 2026-05-26 06:57:17.191 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 064c335a-4cf8-4127-9e3d-6452551e8cb1 2026-05-26 06:57:17.774 10 INFO neutron.plugins.ml2.plugin [None req-dda2918a-0924-4e15-a25e-738b9f1e052c - - - - - -] Attempt 1 to provision port df0a2904-b236-4daa-b9a9-4d9038fa3d24 2026-05-26 06:57:18.069 9 INFO neutron.plugins.ml2.plugin [None req-072df117-6ce2-4a67-8b98-bd1174a5a7a0 - - - - - -] Attempt 1 to provision port 7e2afcb2-4598-412e-883d-c62793388930 2026-05-26 06:57:18.458 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port df0a2904-b236-4daa-b9a9-4d9038fa3d24 2026-05-26 06:57:18.852 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 064c335a-4cf8-4127-9e3d-6452551e8cb1 2026-05-26 06:57:20.446 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 7e2afcb2-4598-412e-883d-c62793388930 2026-05-26 06:57:20.625 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-67f31436-9492-4464-8abc-65742a7b4f9d'] response: {'server_uuid': '359c506e-83da-4731-a224-70d46cfe04a5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e2afcb2-4598-412e-883d-c62793388930', 'code': 200} 2026-05-26 06:57:22.135 9 INFO neutron.plugins.ml2.plugin [None req-30cf6ab5-c242-41c1-8929-b928a8065aa9 - - - - - -] Attempt 1 to provision port 9a8a83b7-0a9f-49de-b4c0-e870ff7a445d 2026-05-26 06:57:22.435 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 7e2afcb2-4598-412e-883d-c62793388930 2026-05-26 06:57:24.500 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 3976e8f4-5273-4537-90aa-ccc04d7e2a2a 2026-05-26 06:57:25.514 10 INFO neutron.plugins.ml2.plugin [None req-533e7317-ce40-4dc3-b280-1253ff55c30a - - - - - -] Attempt 1 to provision port 3976e8f4-5273-4537-90aa-ccc04d7e2a2a /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() 2026-05-26 06:57:26.587 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port e3fcbb40-a934-404b-a990-17a760d59b37 /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-26 06:57:26.946 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port dacb7e70-9ae5-49d4-b70c-60e2d65d6049 2026-05-26 06:57:27.318 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9a8a83b7-0a9f-49de-b4c0-e870ff7a445d 2026-05-26 06:57:27.437 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-73a61251-abe2-4121-a872-f290fad9f8fd'] response: {'server_uuid': '60775f21-800e-47db-8b4c-db66e20a4df4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a8a83b7-0a9f-49de-b4c0-e870ff7a445d', 'code': 200} 2026-05-26 06:57:28.416 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port e3fcbb40-a934-404b-a990-17a760d59b37 2026-05-26 06:57:28.744 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port dacb7e70-9ae5-49d4-b70c-60e2d65d6049 2026-05-26 06:57:29.137 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9a8a83b7-0a9f-49de-b4c0-e870ff7a445d 2026-05-26 06:57:30.423 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 08f377bc-f901-4e8f-a596-17d310a24f35 2026-05-26 06:57:31.122 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5aaf859a-12d5-4454-ab14-2db34fa66d8b 2026-05-26 06:57:32.412 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port cdedaac1-b605-412c-a5d8-ae2cdfa8f80e 2026-05-26 06:57:32.769 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 18473500-3b32-4659-b606-46223c0a41be 2026-05-26 06:57:33.113 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 08f377bc-f901-4e8f-a596-17d310a24f35 2026-05-26 06:57:33.358 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5aaf859a-12d5-4454-ab14-2db34fa66d8b 2026-05-26 06:57:34.391 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port cdedaac1-b605-412c-a5d8-ae2cdfa8f80e 2026-05-26 06:57:34.661 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 18473500-3b32-4659-b606-46223c0a41be 2026-05-26 06:57:43.705 9 INFO neutron.plugins.ml2.plugin [None req-22ae2933-ef5d-4c29-963a-d535f85b1fda - - - - - -] Attempt 1 to provision port cdda8d4b-8b18-472d-b05e-7361048cffbe 2026-05-26 06:57:46.505 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port cdda8d4b-8b18-472d-b05e-7361048cffbe 2026-05-26 06:57:46.676 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d1742ff-760f-4094-beb7-5203f07ebb14'] response: {'server_uuid': 'e019fde1-6cd8-4f3e-ab98-75883d8de6e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cdda8d4b-8b18-472d-b05e-7361048cffbe', 'code': 200} 2026-05-26 06:57:48.397 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port cdda8d4b-8b18-472d-b05e-7361048cffbe /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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.097 10 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.097 10 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.097 10 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.097 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-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.097 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.099 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.099 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 2 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.131 10 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.131 10 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.131 10 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.131 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-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.131 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.132 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.132 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 3 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.157 10 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.157 10 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.157 10 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.157 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-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.157 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.158 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.158 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 4 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.187 10 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.187 10 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.187 10 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.187 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-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.187 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.188 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.188 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 5 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.204 10 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.204 10 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.204 10 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.204 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-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.204 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.205 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.205 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 6 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.227 10 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.227 10 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.227 10 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.227 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-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.227 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.228 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.228 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 7 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.250 10 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.250 10 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.250 10 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.250 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-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.250 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.252 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.252 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 8 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.276 10 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.276 10 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.276 10 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.276 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-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.276 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.277 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.277 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 9 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.302 10 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.302 10 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.302 10 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.302 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-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.302 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.303 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:58.303 10 INFO neutron.plugins.ml2.plugin [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Attempt 10 to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 2026-05-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.323 10 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.323 10 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:58.323 10 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:58.323 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-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8106bbfd-62fe-4a75-852d-f359de31d129 could not be found. 2026-05-26 06:57:58.323 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:58.324 10 ERROR neutron.plugins.ml2.managers [None req-b11bc2a2-ab27-48ed-9c08-ddf9b8578390 - - - - - -] Failed to bind port ee153036-2f62-4a1d-b96d-1bd8598941f2 on host instance for vnic_type normal using segments [{'id': '83f81bc1-a9ac-435a-b289-83ae47685f59', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '823054d1-810d-4e96-8147-de606ae918f5'}] 2026-05-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:59.949 10 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:59.949 10 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:59.949 10 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:59.949 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-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:57:59.949 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:59.950 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:57:59.950 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 2 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:59.972 10 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:59.972 10 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:57:59.972 10 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:57:59.972 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-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:57:59.972 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:57:59.973 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:57:59.973 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 3 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.004 10 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.004 10 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.004 10 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.004 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-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.004 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.005 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.005 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 4 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.028 10 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.028 10 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.028 10 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.028 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-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.028 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.030 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.031 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 5 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.062 10 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.062 10 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.062 10 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.062 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-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.062 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.063 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.063 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 6 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.087 10 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.087 10 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.087 10 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.087 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-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.087 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.087 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 7 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.109 10 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.109 10 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.109 10 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.109 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-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.109 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.110 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.110 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 8 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.140 10 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.140 10 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.140 10 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.140 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-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.140 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.141 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.142 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 9 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.166 10 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.166 10 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.166 10 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.166 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-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.166 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:00.167 10 INFO neutron.plugins.ml2.plugin [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Attempt 10 to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 2026-05-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.183 10 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.183 10 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 06:58:00.183 10 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 06:58:00.183 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-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 80384b76-bfdc-42ad-afa3-76c72864e334 could not be found. 2026-05-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers  2026-05-26 06:58:00.183 10 ERROR neutron.plugins.ml2.managers [None req-ac5c331a-b567-47ae-a4b7-523a4b56f602 - - - - - -] Failed to bind port 3bef9644-1edd-4e88-bb62-b10a928f8033 on host instance for vnic_type normal using segments [{'id': '1accd151-cc58-49f9-9c43-f97017bb7ee6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 854, 'network_id': '3d2e9e4c-11eb-47a2-9409-a659a1a5db31'}] 2026-05-26 06:58:02.642 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 0d9cf2de-d259-43bd-b587-549eafbb96d6 2026-05-26 06:58:12.607 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port be35d834-ffa7-4b5f-8d44-dc218548ca1e 2026-05-26 06:58:13.125 9 INFO neutron.plugins.ml2.plugin [None req-15222751-4fdd-45a0-a8bf-7e363f58b644 - - - - - -] Attempt 1 to provision port be35d834-ffa7-4b5f-8d44-dc218548ca1e 2026-05-26 06:58:13.548 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5a739b64-1492-4322-8b18-4498458176a5 2026-05-26 06:58:13.801 9 INFO neutron.plugins.ml2.plugin [None req-bed44127-7ce9-40da-8b37-9c5b980d9af5 - - - - - -] Attempt 1 to provision port 5a739b64-1492-4322-8b18-4498458176a5 2026-05-26 06:58:14.660 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port be35d834-ffa7-4b5f-8d44-dc218548ca1e 2026-05-26 06:58:14.844 9 INFO neutron.plugins.ml2.plugin [None req-c49275ac-e84c-4499-8778-7912ec2811f5 - - - - - -] Attempt 1 to provision port 52276d57-d596-4851-8c56-27b1fe058ebc 2026-05-26 06:58:15.062 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 51df7c17-22d0-452f-b334-d442e60bd440 2026-05-26 06:58:15.713 10 INFO neutron.plugins.ml2.plugin [None req-261fa225-9c98-42ad-a171-8aaf8ac1c26a - - - - - -] Attempt 1 to provision port 51df7c17-22d0-452f-b334-d442e60bd440 2026-05-26 06:58:16.003 10 INFO neutron.plugins.ml2.plugin [None req-2515b6f7-27d2-44d9-8da6-b9e3c9c1a323 - - - - - -] Attempt 1 to provision port 5d4726ce-a804-4bae-a5e3-c2c7aeaf51c3 2026-05-26 06:58:16.582 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 5d4726ce-a804-4bae-a5e3-c2c7aeaf51c3 2026-05-26 06:58:24.604 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 1381371c-1f58-4d54-bb16-4f50659cebef 2026-05-26 06:58:24.948 10 INFO neutron.plugins.ml2.plugin [None req-eeeb1023-82b3-4ceb-b4e9-2c0e8ac6f9e0 - - - - - -] Attempt 1 to provision port 171b1037-f777-480e-a982-7097e67085a5 2026-05-26 06:58:25.189 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 171b1037-f777-480e-a982-7097e67085a5 2026-05-26 06:58:25.966 9 INFO neutron.plugins.ml2.plugin [None req-8f9542f6-06e0-4eca-920b-16c8c023f6c3 - - - - - -] Attempt 1 to provision port 171b1037-f777-480e-a982-7097e67085a5 2026-05-26 06:58:26.570 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 1381371c-1f58-4d54-bb16-4f50659cebef 2026-05-26 06:58:26.669 10 INFO neutron.plugins.ml2.plugin [None req-f62a01a3-46cf-4c16-b71b-53149ad5ee95 - - - - - -] Attempt 1 to provision port bf6877f7-1391-4fb5-b22f-b2c984da0a80 2026-05-26 06:58:26.897 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 171b1037-f777-480e-a982-7097e67085a5 2026-05-26 06:58:27.127 9 INFO neutron.plugins.ml2.plugin [None req-c9abc3c1-0b35-4f7e-bd59-0a0a0cfffc44 - - - - - -] Attempt 1 to provision port 1381371c-1f58-4d54-bb16-4f50659cebef 2026-05-26 06:58:27.370 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 481eae24-a8d7-4deb-b963-8feaca788595 2026-05-26 06:58:27.641 9 INFO neutron.plugins.ml2.plugin [None req-55a6b978-a3bc-4947-a8e4-0d06a2e4e120 - - - - - -] Attempt 1 to provision port 1381371c-1f58-4d54-bb16-4f50659cebef 2026-05-26 06:58:28.437 10 INFO neutron.plugins.ml2.plugin [None req-6ba61728-89e1-461d-b3ea-799bc9676e9a - - - - - -] Attempt 1 to provision port 481eae24-a8d7-4deb-b963-8feaca788595 2026-05-26 06:58:28.677 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 481eae24-a8d7-4deb-b963-8feaca788595 2026-05-26 06:58:28.887 9 INFO neutron.plugins.ml2.plugin [None req-78917906-5a0f-40da-8c4a-c4931064b6d9 - - - - - -] Attempt 1 to provision port 481eae24-a8d7-4deb-b963-8feaca788595 2026-05-26 06:58:29.499 9 INFO neutron.plugins.ml2.plugin [None req-733e27bc-942d-4024-9167-a1a22d4eb224 - - - - - -] Attempt 1 to provision port a8d58f9b-f882-43fd-b270-fd5aa777b259 2026-05-26 06:58:30.145 9 INFO neutron.plugins.ml2.plugin [None req-24b0d3aa-d871-4adf-941b-83e2d9a4b315 - - - - - -] Attempt 1 to provision port a8d58f9b-f882-43fd-b270-fd5aa777b259 2026-05-26 06:58:30.695 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 7ebb844f-6aa0-46fb-ac85-c4b51cfe43df 2026-05-26 06:58:31.617 10 INFO neutron.plugins.ml2.plugin [None req-934a7f8c-cece-40a1-872e-8fd8b302bd8a - - - - - -] Attempt 1 to provision port 258924c3-8b71-41d1-a69c-266b00236de4 2026-05-26 06:58:32.473 10 INFO neutron.plugins.ml2.plugin [None req-7cf0bf53-79ab-46b7-968d-bfc61e5112dc - - - - - -] Attempt 1 to provision port 258924c3-8b71-41d1-a69c-266b00236de4 2026-05-26 06:58:32.679 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 7ebb844f-6aa0-46fb-ac85-c4b51cfe43df 2026-05-26 06:58:33.529 9 INFO neutron.plugins.ml2.plugin [None req-8e3597ff-7816-47a8-b546-7058c23ecbd4 - - - - - -] Attempt 1 to provision port 06e78c10-068b-4ce4-8c1d-a87ab917a956 2026-05-26 06:58:34.391 9 INFO neutron.plugins.ml2.plugin [None req-16dd9e8b-df73-42b8-bc64-29d994363752 - - - - - -] Attempt 1 to provision port 06e78c10-068b-4ce4-8c1d-a87ab917a956 2026-05-26 06:58:39.498 9 INFO neutron.plugins.ml2.plugin [None req-56da0fc7-3b4a-432c-be06-5ba0a05002fd - - - - - -] Attempt 1 to provision port fb9ae62d-7d8d-4216-bfee-b886d0a2e317 2026-05-26 06:58:42.785 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port fb9ae62d-7d8d-4216-bfee-b886d0a2e317 2026-05-26 06:58:42.899 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-28eca1d1-05be-4bcc-acf5-91758795e607'] response: {'server_uuid': '2eacbb60-7100-4fc5-a807-d62cf2dc5ca2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fb9ae62d-7d8d-4216-bfee-b886d0a2e317', 'code': 200} 2026-05-26 06:58:44.766 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port fb9ae62d-7d8d-4216-bfee-b886d0a2e317 2026-05-26 06:58:48.766 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 06e78c10-068b-4ce4-8c1d-a87ab917a956 2026-05-26 06:58:49.229 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port a8d58f9b-f882-43fd-b270-fd5aa777b259 2026-05-26 06:58:49.606 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 258924c3-8b71-41d1-a69c-266b00236de4 2026-05-26 06:58:49.976 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bf6877f7-1391-4fb5-b22f-b2c984da0a80 2026-05-26 06:58:50.735 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 06e78c10-068b-4ce4-8c1d-a87ab917a956 2026-05-26 06:58:51.048 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port a8d58f9b-f882-43fd-b270-fd5aa777b259 2026-05-26 06:58:51.403 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 258924c3-8b71-41d1-a69c-266b00236de4 2026-05-26 06:58:51.698 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port bf6877f7-1391-4fb5-b22f-b2c984da0a80 2026-05-26 06:58:54.810 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9b56c313-8035-4269-a497-79e340b9e022 2026-05-26 06:58:54.974 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a420b9b9-1b9f-4e85-9759-1eda13b3b1a0'] response: {'server_uuid': '31b0c610-9d92-418c-83be-8ba42b4621e6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b56c313-8035-4269-a497-79e340b9e022', 'code': 200} 2026-05-26 06:58:56.725 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 9b56c313-8035-4269-a497-79e340b9e022 2026-05-26 06:59:15.063 9 INFO neutron.plugins.ml2.plugin [None req-cacc8718-4531-4f33-bd39-2f3849d321af - - - - - -] Attempt 1 to provision port 02d37060-06c9-4bfa-acab-7cbc90aa2332 2026-05-26 06:59:27.795 9 INFO neutron.plugins.ml2.plugin [None req-4d5f7cec-dbae-4166-a5f7-e9a90090d3e6 - - - - - -] Attempt 1 to provision port ea29505c-9314-4b23-874c-5bb8c8d706c2 2026-05-26 06:59:30.781 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ea29505c-9314-4b23-874c-5bb8c8d706c2 2026-05-26 06:59:30.906 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b45d85d-2e75-480a-aacf-9157c0896df6'] response: {'server_uuid': '2345f042-0f42-42f6-a07b-f8b7e50c5e0a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea29505c-9314-4b23-874c-5bb8c8d706c2', 'code': 200} 2026-05-26 06:59:32.752 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port ea29505c-9314-4b23-874c-5bb8c8d706c2 2026-05-26 07:00:09.373 10 INFO neutron.plugins.ml2.plugin [None req-530d5d1e-6cec-43f2-af04-a6fa96b3d8ec - - - - - -] Attempt 1 to provision port f176531d-c5e6-4351-9504-56abcf3decbb 2026-05-26 07:00:12.899 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port f176531d-c5e6-4351-9504-56abcf3decbb 2026-05-26 07:00:13.094 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-050409bc-27f1-4cb9-be90-ef4dad7a690e'] response: {'server_uuid': '2345f042-0f42-42f6-a07b-f8b7e50c5e0a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f176531d-c5e6-4351-9504-56abcf3decbb', 'code': 200} 2026-05-26 07:00:14.753 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port f176531d-c5e6-4351-9504-56abcf3decbb 2026-05-26 07:00:42.966 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 2695c62a-4b92-401f-8702-e50110c9a674 2026-05-26 07:00:43.238 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ace2174f-ac0f-41d6-895f-f7e73d8260df'] response: {'server_uuid': '2345f042-0f42-42f6-a07b-f8b7e50c5e0a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2695c62a-4b92-401f-8702-e50110c9a674', 'code': 200} 2026-05-26 07:00:43.709 9 INFO neutron.plugins.ml2.plugin [None req-378b2ed8-98de-4618-8e36-1fce86e0516f - - - - - -] Attempt 1 to provision port 2695c62a-4b92-401f-8702-e50110c9a674 2026-05-26 07:00:44.813 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 2695c62a-4b92-401f-8702-e50110c9a674 2026-05-26 07:00:52.172 10 INFO neutron.plugins.ml2.plugin [None req-89464197-3dea-4392-a516-21a3bf0ff488 - - - - - -] Attempt 1 to provision port 1adf4dd3-bc3e-48c6-b01a-b28ebc762538 2026-05-26 07:00:54.821 9 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 1adf4dd3-bc3e-48c6-b01a-b28ebc762538 2026-05-26 07:00:54.951 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-860cadc1-48d7-4c59-9917-f25a160daf8d'] response: {'server_uuid': '2345f042-0f42-42f6-a07b-f8b7e50c5e0a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1adf4dd3-bc3e-48c6-b01a-b28ebc762538', 'code': 200} 2026-05-26 07:00:55.555 9 INFO neutron.plugins.ml2.plugin [None req-4e95f893-c7f8-49e8-b791-10c816de6293 - - - - - -] Attempt 1 to provision port 1adf4dd3-bc3e-48c6-b01a-b28ebc762538 2026-05-26 07:00:56.836 10 INFO neutron.plugins.ml2.plugin [None req-8caf6dd4-430b-477f-901d-46e2f3c18936 - - - - - -] Attempt 1 to provision port 1adf4dd3-bc3e-48c6-b01a-b28ebc762538 2026-05-26 07:01:05.911 10 INFO neutron.plugins.ml2.plugin [None req-42030f23-eb09-40b5-a92a-51b4b4af3868 - - - - - -] Attempt 1 to provision port 1adf4dd3-bc3e-48c6-b01a-b28ebc762538 2026-05-26 07:01:11.128 10 INFO neutron.plugins.ml2.plugin [None req-6879b742-82c7-4cb5-8d43-4199c3004da9 - - - - - -] Attempt 1 to provision port 2695c62a-4b92-401f-8702-e50110c9a674 2026-05-26 07:01:33.064 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a2a9989-4e0a-4944-b966-37a37205aaf4'] response: {'server_uuid': '31b0c610-9d92-418c-83be-8ba42b4621e6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9b56c313-8035-4269-a497-79e340b9e022', 'code': 200}