+ 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-10 01:24:15.485 1 INFO neutron.common.config [-] Logging enabled! 2026-05-10 01:24:15.485 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-10 01:24:15.485 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-10 01:24:15.486 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 01:24:16.249 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:24:16.252 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 01:24:16.254 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-10 01:24:16.255 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:24:16.255 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-10 01:24:16.256 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-10 01:24:16.256 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:24:16.261 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:24:16.261 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:24:16.261 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:24:16.277 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-10 01:24:16.277 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:24:16.278 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-10 01:24:16.307 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 01:24:16.307 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 01:24:16.307 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-10 01:24:16.307 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-10 01:24:16.313 1 WARNING oslo_policy.policy [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] 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-10 01:24:16.576 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing driver for type 'vlan' 2026-05-10 01:24:16.820 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] VlanTypeDriver initialization complete 2026-05-10 01:24:16.821 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing driver for type 'vxlan' 2026-05-10 01:24:16.821 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-10 01:24:16.861 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 01:24:16.862 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 01:24:16.862 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing extension driver 'port_security' 2026-05-10 01:24:16.862 1 INFO neutron.plugins.ml2.extensions.port_security [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 01:24:16.863 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing extension driver 'qos' 2026-05-10 01:24:16.863 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-10 01:24:16.863 1 INFO neutron.plugins.ml2.managers [None req-69e58f5e-8b0d-4f8b-925c-78da44434a70 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-10 01:24:16.878 1 INFO neutron.quota [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded quota_driver: . 2026-05-10 01:24:16.878 1 INFO neutron.plugins.ml2.plugin [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 01:24:16.878 1 INFO neutron.plugins.ml2.managers [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 01:24:16.878 1 INFO neutron.plugins.ml2.managers [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 01:24:16.878 1 INFO neutron.plugins.ml2.managers [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 01:24:16.879 1 INFO neutron.extensions.vlantransparent [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Disabled vlantransparent extension. 2026-05-10 01:24:16.879 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: qos 2026-05-10 01:24:16.888 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: router 2026-05-10 01:24:16.916 1 INFO neutron.services.service_base [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-10 01:24:16.917 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: segments 2026-05-10 01:24:16.979 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: trunk 2026-05-10 01:24:17.029 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: vpnaas 2026-05-10 01:24:17.062 1 WARNING stevedore.named [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-10 01:24:17.114 1 INFO neutron_vpnaas.services.vpn.plugin [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 01:24:17.115 1 INFO neutron.common.utils [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-10 01:24:17.115 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: auto_allocate 2026-05-10 01:24:17.119 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: tag 2026-05-10 01:24:17.125 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: timestamp 2026-05-10 01:24:17.127 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 01:24:17.130 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: flavors 2026-05-10 01:24:17.132 1 INFO neutron.manager [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loading Plugin: revisions 2026-05-10 01:24:17.135 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Initializing extension manager. 2026-05-10 01:24:17.136 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: address-group 2026-05-10 01:24:17.137 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: address-scope 2026-05-10 01:24:17.137 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-10 01:24:17.138 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: agent 2026-05-10 01:24:17.138 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: agent-resources-synced 2026-05-10 01:24:17.139 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 01:24:17.140 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 01:24:17.141 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: availability_zone 2026-05-10 01:24:17.141 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: availability_zone_filter 2026-05-10 01:24:17.141 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 01:24:17.142 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: default-subnetpools 2026-05-10 01:24:17.143 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 01:24:17.143 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: dns-integration 2026-05-10 01:24:17.144 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 01:24:17.144 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-10 01:24:17.145 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: dvr 2026-05-10 01:24:17.145 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 01:24:17.146 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 01:24:17.146 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:24:17.147 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 01:24:17.147 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: external-net 2026-05-10 01:24:17.148 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 01:24:17.148 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: extraroute 2026-05-10 01:24:17.149 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 01:24:17.149 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-10 01:24:17.150 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 01:24:17.150 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 01:24:17.151 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 01:24:17.151 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: fip-port-details 2026-05-10 01:24:17.152 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: flavors 2026-05-10 01:24:17.153 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 01:24:17.153 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: floatingip-pools 2026-05-10 01:24:17.154 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: ip_allocation 2026-05-10 01:24:17.154 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-10 01:24:17.155 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: l2_adjacency 2026-05-10 01:24:17.156 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: router 2026-05-10 01:24:17.157 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:24:17.157 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 01:24:17.158 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: l3-ha 2026-05-10 01:24:17.158 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:24:17.159 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-10 01:24:17.159 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: l3-flavors 2026-05-10 01:24:17.160 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:24:17.160 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-10 01:24:17.162 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-10 01:24:17.163 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 01:24:17.163 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-10 01:24:17.164 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 01:24:17.165 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 01:24:17.165 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: multi-provider 2026-05-10 01:24:17.166 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: net-mtu 2026-05-10 01:24:17.166 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 01:24:17.167 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: network_availability_zone 2026-05-10 01:24:17.167 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: network_ha 2026-05-10 01:24:17.168 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: network-ip-availability 2026-05-10 01:24:17.168 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 01:24:17.169 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: pagination 2026-05-10 01:24:17.169 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-device-profile 2026-05-10 01:24:17.170 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 01:24:17.170 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 01:24:17.171 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-mac-override 2026-05-10 01:24:17.171 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 01:24:17.172 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 01:24:17.172 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-resource-request 2026-05-10 01:24:17.173 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 01:24:17.173 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: binding 2026-05-10 01:24:17.174 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: binding-extended 2026-05-10 01:24:17.174 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-security 2026-05-10 01:24:17.175 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: project-id 2026-05-10 01:24:17.175 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: provider 2026-05-10 01:24:17.176 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos 2026-05-10 01:24:17.177 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 01:24:17.178 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 01:24:17.178 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-default 2026-05-10 01:24:17.179 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-fip 2026-05-10 01:24:17.179 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 01:24:17.179 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 01:24:17.180 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 01:24:17.180 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 01:24:17.181 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 01:24:17.181 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-pps 2026-05-10 01:24:17.182 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 01:24:17.182 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 01:24:17.183 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 01:24:17.183 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: quota-check-limit 2026-05-10 01:24:17.185 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: quotas 2026-05-10 01:24:17.187 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: quota_details 2026-05-10 01:24:17.188 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: rbac-policies 2026-05-10 01:24:17.188 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: rbac-address-group 2026-05-10 01:24:17.189 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 01:24:17.189 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 01:24:17.190 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-10 01:24:17.190 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: revision-if-match 2026-05-10 01:24:17.191 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 01:24:17.191 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: router_availability_zone 2026-05-10 01:24:17.192 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 01:24:17.193 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 01:24:17.193 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 01:24:17.194 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-10 01:24:17.194 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 01:24:17.196 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 01:24:17.202 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: security-group 2026-05-10 01:24:17.203 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: segment 2026-05-10 01:24:17.203 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 01:24:17.204 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: service-type 2026-05-10 01:24:17.204 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: sorting 2026-05-10 01:24:17.205 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 01:24:17.205 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: standard-attr-description 2026-05-10 01:24:17.206 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: stateful-security-group 2026-05-10 01:24:17.206 1 WARNING neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 01:24:17.206 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-10 01:24:17.207 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: subnet_onboard 2026-05-10 01:24:17.207 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 01:24:17.208 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: subnet-service-types 2026-05-10 01:24:17.208 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: subnet_allocation 2026-05-10 01:24:17.209 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 01:24:17.210 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 01:24:17.212 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 01:24:17.212 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 01:24:17.213 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: trunk 2026-05-10 01:24:17.213 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: trunk-details 2026-05-10 01:24:17.214 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 01:24:17.214 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-10 01:24:17.215 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 01:24:17.216 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: vpn-flavors 2026-05-10 01:24:17.217 1 INFO neutron.api.extensions [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Loaded extension: vpnaas 2026-05-10 01:24:17.219 1 INFO oslo_service.service [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Starting 2 workers 2026-05-10 01:24:17.223 1 INFO oslo_service.service [None req-e67dea9e-66e2-4335-88fc-034ff6a0dd7c - - - - - -] Starting 1 workers 2026-05-10 01:24:53.169 9 INFO neutron.db.l3_hamode_db [None req-92d233a5-8a02-4e83-bcca-115b172ea650 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 01:25:07.470 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a54f5863-c230-438f-a49e-90c16353e5c8 2026-05-10 01:25:08.319 9 INFO neutron.plugins.ml2.plugin [None req-07ad3b50-e8e5-45b5-8b2c-fd2c735154b1 - - - - - -] Attempt 1 to provision port a54f5863-c230-438f-a49e-90c16353e5c8 2026-05-10 01:25:09.390 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a54f5863-c230-438f-a49e-90c16353e5c8 2026-05-10 01:29:25.603 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 34b1b32f-3d9d-4bf3-bc26-044c12d3db83 2026-05-10 01:29:25.650 10 INFO neutron.plugins.ml2.plugin [None req-3775dbf2-b3ae-4761-99a7-50cc1021c2a0 - - - - - -] Attempt 1 to provision port 34b1b32f-3d9d-4bf3-bc26-044c12d3db83 2026-05-10 01:29:27.581 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 34b1b32f-3d9d-4bf3-bc26-044c12d3db83 2026-05-10 01:29:32.763 9 INFO neutron.plugins.ml2.plugin [None req-b0f95daf-f65a-4ae4-a15d-9d1051ac6279 - - - - - -] Attempt 1 to provision port 10ae4d16-355f-4fda-8f18-6af4701826ed 2026-05-10 01:33:09.854 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 10ae4d16-355f-4fda-8f18-6af4701826ed 2026-05-10 01:33:11.749 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 10ae4d16-355f-4fda-8f18-6af4701826ed 2026-05-10 01:42:52.150 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d9ba9e45-1fd0-4184-b21f-b9f5263f9e9f 2026-05-10 01:42:54.127 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d9ba9e45-1fd0-4184-b21f-b9f5263f9e9f 2026-05-10 01:57:52.995 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ebae9b6e-d100-49ae-bd6b-87310fa788fd 2026-05-10 01:57:53.384 9 INFO neutron.plugins.ml2.plugin [None req-7e035c5f-5d74-40fb-a39f-0be1e523e0ff - - - - - -] Attempt 1 to provision port 155b64ea-252a-4333-802c-eb2a74d7dd7e 2026-05-10 01:57:53.591 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 7348fec4-adb9-4cae-a353-4f962b78ede9 2026-05-10 01:57:53.843 9 INFO neutron.plugins.ml2.plugin [None req-7ab48548-f22e-43bc-8566-4108561b5f68 - - - - - -] Attempt 1 to provision port ebae9b6e-d100-49ae-bd6b-87310fa788fd 2026-05-10 01:57:54.144 9 INFO neutron.plugins.ml2.plugin [None req-3e4d5581-c6ff-4ecd-b6b3-5d1b8b6db3bc - - - - - -] Attempt 1 to provision port a8ab4221-10eb-4ce0-91d3-9e4a178a5e6b 2026-05-10 01:57:54.490 10 INFO neutron.plugins.ml2.plugin [None req-26a1f644-db3e-4c40-8db1-9d63b1918aca - - - - - -] Attempt 1 to provision port 7348fec4-adb9-4cae-a353-4f962b78ede9 2026-05-10 01:57:54.802 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ebae9b6e-d100-49ae-bd6b-87310fa788fd 2026-05-10 01:57:54.875 9 INFO neutron.plugins.ml2.plugin [None req-4080e7c7-c123-4a52-8f10-66b515f8ea06 - - - - - -] Attempt 1 to provision port b23930a5-7025-4506-8862-1e8d623d11a2 2026-05-10 01:57:55.413 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 7348fec4-adb9-4cae-a353-4f962b78ede9 2026-05-10 01:57:55.836 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port b23930a5-7025-4506-8862-1e8d623d11a2 2026-05-10 01:57:56.503 10 INFO neutron.plugins.ml2.plugin [None req-6e5a1652-e2b0-4a4d-a0c9-b7637415f8e0 - - - - - -] Attempt 1 to provision port d0ac7dc6-fcdb-41a7-8996-323546f40eb9 2026-05-10 01:57:56.730 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port b23930a5-7025-4506-8862-1e8d623d11a2 2026-05-10 01:57:56.881 9 INFO neutron.plugins.ml2.plugin [None req-8eb0355b-442b-4639-bef9-202a33adb7ee - - - - - -] Attempt 1 to provision port 606e9c95-08e9-4887-b9ff-706f6f86c9c2 2026-05-10 01:57:57.346 9 INFO neutron.plugins.ml2.plugin [None req-b8cb502c-66b8-48e6-8868-f482e396c5ed - - - - - -] Attempt 1 to provision port 606e9c95-08e9-4887-b9ff-706f6f86c9c2 2026-05-10 01:57:58.310 9 INFO neutron.plugins.ml2.plugin [None req-f8219861-824d-44fa-ba3d-9a7527f2ec96 - - - - - -] Attempt 1 to provision port 4e993ea1-ed32-4353-b0cd-64b6a3b36cc3 2026-05-10 01:57:58.775 10 INFO neutron.plugins.ml2.plugin [None req-4d7ffc72-d4ea-4c85-b683-5b12f6f53bd7 - - - - - -] Attempt 1 to provision port 5ec2b183-08da-4683-8e6d-65eae14e0f87 2026-05-10 01:57:59.036 9 INFO neutron.plugins.ml2.plugin [None req-ba4503af-7a37-454c-a3a0-aedeb3f3a529 - - - - - -] Attempt 1 to provision port 4e993ea1-ed32-4353-b0cd-64b6a3b36cc3 2026-05-10 01:57:59.379 9 INFO neutron.plugins.ml2.plugin [None req-12da2b4d-f09e-42db-b4d3-5e404471afd1 - - - - - -] Attempt 1 to provision port 5ec2b183-08da-4683-8e6d-65eae14e0f87 2026-05-10 01:58:05.375 9 INFO neutron.plugins.ml2.plugin [None req-ea01d0c5-91e6-4e37-9265-3a88679a6dbe - - - - - -] Attempt 1 to provision port b293a578-106f-4760-86c0-97d4400e4f93 /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-10 01:58:06.765 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 27a88961-38f5-47ca-84a7-6619fa15651e 2026-05-10 01:58:07.434 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 3aba5f89-9582-4848-a9c2-5e0ba7f2cbc2 2026-05-10 01:58:08.698 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 27a88961-38f5-47ca-84a7-6619fa15651e 2026-05-10 01:58:08.985 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 3aba5f89-9582-4848-a9c2-5e0ba7f2cbc2 2026-05-10 01:58:10.376 10 INFO neutron.plugins.ml2.plugin [None req-00a19865-98f5-41ad-9008-2cfae53485f6 - - - - - -] Attempt 1 to provision port 922679c2-ed19-4fe2-8f78-19c5573f6da9 2026-05-10 01:58:10.722 9 INFO neutron.plugins.ml2.plugin [None req-a11f8545-d835-47b6-b034-d52575b04e02 - - - - - -] Attempt 1 to provision port b75d1f52-e956-4e5f-b2cf-3aa273b9cc14 2026-05-10 01:58:10.841 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ee2f7de6-b683-4591-931f-4db6c56fafc5 2026-05-10 01:58:11.431 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port b293a578-106f-4760-86c0-97d4400e4f93 2026-05-10 01:58:11.476 10 INFO neutron.plugins.ml2.plugin [None req-a380cfd5-3ecc-4a46-bf9e-1dbc85ee964a - - - - - -] Attempt 1 to provision port ee2f7de6-b683-4591-931f-4db6c56fafc5 2026-05-10 01:58:12.173 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1f87eaa-71f3-4a13-9286-cc5f6fe29f8c'] response: {'server_uuid': '610d28f7-ade8-4666-9785-ecb010266861', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b293a578-106f-4760-86c0-97d4400e4f93', 'code': 200} 2026-05-10 01:58:12.754 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ee2f7de6-b683-4591-931f-4db6c56fafc5 2026-05-10 01:58:13.141 9 INFO neutron.plugins.ml2.plugin [None req-c5c8466e-a70b-4cff-a94b-8c99573c8b3f - - - - - -] Attempt 1 to provision port 9de98387-13da-4424-9c3a-7796663e91ab 2026-05-10 01:58:13.377 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port b293a578-106f-4760-86c0-97d4400e4f93 2026-05-10 01:58:13.958 10 INFO neutron.plugins.ml2.plugin [None req-f7b78499-6205-4af0-888d-2042ea7c1285 - - - - - -] Attempt 1 to provision port 9de98387-13da-4424-9c3a-7796663e91ab 2026-05-10 01:58:14.893 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port f09d55f7-4aaf-4f6d-b6f4-cbf603336046 2026-05-10 01:58:15.397 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port b75d1f52-e956-4e5f-b2cf-3aa273b9cc14 2026-05-10 01:58:15.588 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb5be9b3-7bd8-4b06-a807-df98a5a3880f'] response: {'server_uuid': '9405c4ac-f9d6-4f8e-90b6-dbe695c43d0d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b75d1f52-e956-4e5f-b2cf-3aa273b9cc14', 'code': 200} 2026-05-10 01:58:16.728 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port f09d55f7-4aaf-4f6d-b6f4-cbf603336046 2026-05-10 01:58:17.125 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port b75d1f52-e956-4e5f-b2cf-3aa273b9cc14 2026-05-10 01:58:26.993 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c1a3649d-299c-4075-a431-4d64ad40c364 2026-05-10 01:58:27.066 10 INFO neutron.plugins.ml2.plugin [None req-8693e521-73c4-432c-8e62-dd49ee56598f - - - - - -] Attempt 1 to provision port c1a3649d-299c-4075-a431-4d64ad40c364 2026-05-10 01:58:28.601 9 INFO neutron.plugins.ml2.plugin [None req-0ab3dcd9-09a5-4df3-aa0b-1d76d9fe3ab5 - - - - - -] Attempt 1 to provision port a2415461-28d7-4f7d-99ec-ed0c1f41ed90 2026-05-10 01:58:28.779 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 93305ea2-0a52-4dcb-8d4e-19376effc1cf 2026-05-10 01:58:29.154 9 INFO neutron.plugins.ml2.plugin [None req-698f8f83-9004-45aa-8b9f-254a4a4a3c21 - - - - - -] Attempt 1 to provision port 93305ea2-0a52-4dcb-8d4e-19376effc1cf 2026-05-10 01:58:30.699 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 93305ea2-0a52-4dcb-8d4e-19376effc1cf 2026-05-10 01:58:31.262 9 INFO neutron.plugins.ml2.plugin [None req-5e3d1838-54a9-4f5f-bd44-20b0f87e9c25 - - - - - -] Attempt 1 to provision port 95f40cec-0290-48a7-a080-f1a20d87cbb3 2026-05-10 01:58:32.010 10 INFO neutron.plugins.ml2.plugin [None req-6b9917be-0036-43bb-8718-cea7faad599d - - - - - -] Attempt 1 to provision port 95f40cec-0290-48a7-a080-f1a20d87cbb3 2026-05-10 01:58:32.793 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 58bb5a6c-daf4-40c8-8c91-be6c6d585960 2026-05-10 01:58:33.668 9 INFO neutron.plugins.ml2.plugin [None req-ed90e20b-ec00-4230-a0b2-d221654a00e1 - - - - - -] Attempt 1 to provision port 15d38026-8097-49b6-8166-c1da79a44f0a 2026-05-10 01:58:34.625 9 INFO neutron.plugins.ml2.plugin [None req-3aa92805-4cf1-494e-8c8a-d2bbab96e0d8 - - - - - -] Attempt 1 to provision port def0e193-4795-44a2-a64b-21d24eff0627 2026-05-10 01:58:34.855 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port def0e193-4795-44a2-a64b-21d24eff0627 2026-05-10 01:58:35.184 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 58bb5a6c-daf4-40c8-8c91-be6c6d585960 2026-05-10 01:58:36.082 10 INFO neutron.plugins.ml2.plugin [None req-0ce9538f-8bdf-4961-822a-588fb257e9d3 - - - - - -] Attempt 1 to provision port f5350d39-7199-4ba1-9105-8fe6926f2242 2026-05-10 01:58:36.441 10 INFO neutron.plugins.ml2.plugin [None req-4370af2c-f6ab-456f-9fb4-e9cce1c89447 - - - - - -] Attempt 1 to provision port 6d5b0815-78de-4b53-98b6-1cf11326b702 2026-05-10 01:58:36.817 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port def0e193-4795-44a2-a64b-21d24eff0627 2026-05-10 01:58:37.231 9 INFO neutron.plugins.ml2.plugin [None req-60a77dfe-526f-461e-a71e-a35c6e8eb489 - - - - - -] Attempt 1 to provision port 6d5b0815-78de-4b53-98b6-1cf11326b702 2026-05-10 01:58:37.467 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port f5350d39-7199-4ba1-9105-8fe6926f2242 2026-05-10 01:58:38.827 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 27879531-402e-496f-9af3-9b4ad26157fb 2026-05-10 01:58:39.313 9 INFO neutron.plugins.ml2.plugin [None req-77125335-77a0-4a57-9066-c1a6815d4096 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:58:40.825 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 27879531-402e-496f-9af3-9b4ad26157fb 2026-05-10 01:58:41.080 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:58:41.960 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7af29309-6244-4d7c-9abe-627160fcf7a0'] response: {'server_uuid': '4180d16d-b237-45f9-80ef-b746b51300c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd5de6efa-e9fd-458d-8256-9c3c90b99c75', 'code': 200} 2026-05-10 01:58:42.202 10 INFO neutron.plugins.ml2.plugin [None req-4e58e30d-25dc-4b09-bfad-4207e7bb9073 - - - - - -] Attempt 1 to provision port baa083c4-c425-4a2d-a98e-0ca4453774a2 2026-05-10 01:58:42.809 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:58:44.813 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port baa083c4-c425-4a2d-a98e-0ca4453774a2 2026-05-10 01:58:44.953 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef785a7a-8e7a-41bb-a0a0-7b7a038bd468'] response: {'server_uuid': '8e72b683-ba93-48e5-9333-8de255d7d3db', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'baa083c4-c425-4a2d-a98e-0ca4453774a2', 'code': 200} 2026-05-10 01:58:46.879 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port baa083c4-c425-4a2d-a98e-0ca4453774a2 2026-05-10 01:58:48.916 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a42ca20d-2386-4bec-9576-bb019b19961e'] response: {'server_uuid': '8e72b683-ba93-48e5-9333-8de255d7d3db', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'baa083c4-c425-4a2d-a98e-0ca4453774a2', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-10 01:58:56.176 10 INFO neutron.plugins.ml2.plugin [None req-7f0551c4-772d-41b3-a8fd-6a9bcdf2c2eb - - - - - -] Attempt 1 to provision port 20d4f0e5-26e4-4e9c-ac3c-3b95c682c6bf 2026-05-10 01:58:56.734 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 95f40cec-0290-48a7-a080-f1a20d87cbb3 2026-05-10 01:58:57.156 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a2415461-28d7-4f7d-99ec-ed0c1f41ed90 2026-05-10 01:58:58.336 9 INFO neutron.plugins.ml2.plugin [None req-d9e7d9eb-72fb-42d8-b963-0f138e8f9fdb - - - - - -] Attempt 1 to provision port a051a59e-29bf-46ed-91dc-bf2718ffda12 2026-05-10 01:58:58.785 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 08b37223-bc81-4529-9711-550ab2d719d8 2026-05-10 01:58:59.085 10 INFO neutron.plugins.ml2.plugin [None req-ab85009a-e9be-4428-92f6-f6795229d649 - - - - - -] Attempt 1 to provision port 08b37223-bc81-4529-9711-550ab2d719d8 2026-05-10 01:58:59.407 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 95f40cec-0290-48a7-a080-f1a20d87cbb3 2026-05-10 01:58:59.809 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a2415461-28d7-4f7d-99ec-ed0c1f41ed90 2026-05-10 01:59:00.725 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 08b37223-bc81-4529-9711-550ab2d719d8 2026-05-10 01:59:01.027 9 INFO neutron.plugins.ml2.plugin [None req-824980eb-8ad3-430f-ba85-3a09dd20030c - - - - - -] Attempt 1 to provision port a74febe3-1108-45e5-b6f9-f33d2de649bf 2026-05-10 01:59:01.376 9 INFO neutron.plugins.ml2.plugin [None req-e92a5048-1a7b-450e-ad50-06fdb1469cd0 - - - - - -] Attempt 1 to provision port ed02b2f4-cb1c-42d9-ac9e-926674a36bb7 2026-05-10 01:59:01.720 9 INFO neutron.plugins.ml2.plugin [None req-a8f51459-6d4e-4aec-bf3d-d1b308ce787f - - - - - -] Attempt 1 to provision port a74febe3-1108-45e5-b6f9-f33d2de649bf 2026-05-10 01:59:02.773 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 41583f91-5fca-4640-aeed-37e4f881b942 2026-05-10 01:59:03.502 10 INFO neutron.plugins.ml2.plugin [None req-229d5360-2602-41e4-86ac-812d59befb48 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:59:04.881 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:59:05.190 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 0af7c8da-efef-454b-8c43-94e4fd501acd 2026-05-10 01:59:05.926 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 41583f91-5fca-4640-aeed-37e4f881b942 2026-05-10 01:59:06.846 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d102bb4a-312d-465f-9dc5-2a35cc71d22c 2026-05-10 01:59:07.222 10 INFO neutron.plugins.ml2.plugin [None req-3b4cc25f-8969-496f-8680-31d345668cf9 - - - - - -] Attempt 1 to provision port 896160ef-0fd7-43ce-a33a-a2557734c5fe 2026-05-10 01:59:07.267 10 INFO neutron.plugins.ml2.plugin [None req-3b4cc25f-8969-496f-8680-31d345668cf9 - - - - - -] Attempt 1 to provision port d102bb4a-312d-465f-9dc5-2a35cc71d22c 2026-05-10 01:59:07.318 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 0af7c8da-efef-454b-8c43-94e4fd501acd 2026-05-10 01:59:08.881 10 INFO neutron.plugins.ml2.plugin [None req-e8b332c5-eef3-4f0f-9f22-a2b7c4e3e747 - - - - - -] Attempt 1 to provision port 896160ef-0fd7-43ce-a33a-a2557734c5fe 2026-05-10 01:59:08.953 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d102bb4a-312d-465f-9dc5-2a35cc71d22c 2026-05-10 01:59:09.262 10 INFO neutron.plugins.ml2.plugin [None req-88be04bc-ce89-4913-9c51-89e4f3b10398 - - - - - -] Attempt 1 to provision port 896160ef-0fd7-43ce-a33a-a2557734c5fe 2026-05-10 01:59:09.412 9 INFO neutron.plugins.ml2.plugin [None req-6046a3a6-1fc4-4ff4-b3e5-91881b17e0b6 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:59:10.190 9 INFO neutron.plugins.ml2.plugin [None req-acfa051b-8708-4a94-99f9-0f7d3ed571f0 - - - - - -] Attempt 1 to provision port 816acbbd-a31e-49cd-8e6a-faee945210d6 2026-05-10 01:59:10.873 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d5de6efa-e9fd-458d-8256-9c3c90b99c75 2026-05-10 01:59:12.831 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 816acbbd-a31e-49cd-8e6a-faee945210d6 2026-05-10 01:59:13.062 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf6b54ec-309d-411e-b58d-8a8605077bfd'] response: {'server_uuid': '78c1e6f4-0f78-4cf7-a423-0f54acf50335', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '816acbbd-a31e-49cd-8e6a-faee945210d6', 'code': 200} 2026-05-10 01:59:14.368 10 INFO neutron.plugins.ml2.plugin [None req-6671772a-0913-4b57-a2c8-3b87b3887139 - - - - - -] Attempt 1 to provision port 573e4739-9756-4123-b33e-77dfdbf848d0 2026-05-10 01:59:14.777 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 816acbbd-a31e-49cd-8e6a-faee945210d6 2026-05-10 01:59:16.987 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 573e4739-9756-4123-b33e-77dfdbf848d0 2026-05-10 01:59:17.156 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2492e3f1-9bc4-448f-88b5-47fed0ec5e1a'] response: {'server_uuid': '9e4b1e10-3b45-4bc2-998f-3068cee5822a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '573e4739-9756-4123-b33e-77dfdbf848d0', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-10 01:59:18.802 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a74febe3-1108-45e5-b6f9-f33d2de649bf 2026-05-10 01:59:19.270 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 573e4739-9756-4123-b33e-77dfdbf848d0 2026-05-10 01:59:19.557 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a051a59e-29bf-46ed-91dc-bf2718ffda12 2026-05-10 01:59:20.800 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a74febe3-1108-45e5-b6f9-f33d2de649bf 2026-05-10 01:59:21.197 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 896160ef-0fd7-43ce-a33a-a2557734c5fe 2026-05-10 01:59:21.985 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a051a59e-29bf-46ed-91dc-bf2718ffda12 2026-05-10 01:59:22.771 10 INFO neutron.plugins.ml2.plugin [None req-fe427918-476e-4fc6-9087-662c34358461 - - - - - -] Attempt 1 to provision port 003fa747-d0aa-4aaf-a866-447283ce32af 2026-05-10 01:59:22.894 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ed02b2f4-cb1c-42d9-ac9e-926674a36bb7 2026-05-10 01:59:23.222 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 896160ef-0fd7-43ce-a33a-a2557734c5fe 2026-05-10 01:59:23.326 9 INFO neutron.plugins.ml2.plugin [None req-26a9b273-818b-4ded-9284-78f69d033ab8 - - - - - -] Attempt 1 to provision port 4d4ab6f3-84d2-4309-896a-bad90d6b6454 2026-05-10 01:59:23.521 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 003fa747-d0aa-4aaf-a866-447283ce32af 2026-05-10 01:59:23.787 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 38a05e8a-e08c-4f59-81e1-34c11993deb5 2026-05-10 01:59:23.880 10 INFO neutron.plugins.ml2.plugin [None req-fbee5b4f-7dba-4e40-9199-d8098167206c - - - - - -] Attempt 1 to provision port 38a05e8a-e08c-4f59-81e1-34c11993deb5 2026-05-10 01:59:24.368 9 INFO neutron.plugins.ml2.plugin [None req-7a12f8ea-c3d1-4287-971f-864c6dc2600c - - - - - -] Attempt 1 to provision port 18c4476c-cbbe-42e4-8920-dec7e0479751 2026-05-10 01:59:24.814 10 INFO neutron.plugins.ml2.plugin [None req-c9dd7b4b-03f6-457f-aea6-f992051bbec7 - - - - - -] Attempt 1 to provision port 289c4527-0f02-4231-927d-26797d6cb310 2026-05-10 01:59:24.824 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ed02b2f4-cb1c-42d9-ac9e-926674a36bb7 2026-05-10 01:59:24.965 10 INFO neutron.plugins.ml2.plugin [None req-f5f6ef8c-6b1d-4d55-87ab-6f0875ff3711 - - - - - -] Attempt 1 to provision port 289c4527-0f02-4231-927d-26797d6cb310 2026-05-10 01:59:25.030 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 38a05e8a-e08c-4f59-81e1-34c11993deb5 2026-05-10 01:59:25.425 9 INFO neutron.plugins.ml2.plugin [None req-32e024e0-d6a1-41ce-86a4-e005cde3c03c - - - - - -] Attempt 1 to provision port 70abdb1f-f5a8-43b5-a79f-420ec49b0cbd 2026-05-10 01:59:25.444 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 003fa747-d0aa-4aaf-a866-447283ce32af 2026-05-10 01:59:25.581 10 INFO neutron.plugins.ml2.plugin [None req-ecb115a7-8c73-4876-953a-e901b2638662 - - - - - -] Attempt 1 to provision port d3b98de5-7de6-49e4-a00b-609a94c11b34 2026-05-10 01:59:25.720 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 18c4476c-cbbe-42e4-8920-dec7e0479751 2026-05-10 01:59:26.035 10 INFO neutron.plugins.ml2.plugin [None req-c2296d23-a118-449c-b663-0dbafbbf13ad - - - - - -] Attempt 1 to provision port 70abdb1f-f5a8-43b5-a79f-420ec49b0cbd 2026-05-10 01:59:26.181 9 INFO neutron.plugins.ml2.plugin [None req-2580a5ce-317c-43b3-bb05-ddd473376417 - - - - - -] Attempt 1 to provision port d3b98de5-7de6-49e4-a00b-609a94c11b34 2026-05-10 01:59:26.819 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 98836a26-faab-46d6-82a9-8ffe3330118d 2026-05-10 01:59:27.351 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 18c4476c-cbbe-42e4-8920-dec7e0479751 2026-05-10 01:59:28.790 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 98836a26-faab-46d6-82a9-8ffe3330118d 2026-05-10 01:59:29.849 10 INFO neutron.plugins.ml2.plugin [None req-7bc79fd5-88df-42c3-9a11-961909a8e7bd - - - - - -] Attempt 1 to provision port 5af80033-0bf7-481e-8c8f-2aac204abed0 2026-05-10 01:59:32.982 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-445b4b58-2dc4-4e8b-83c6-8d24a9da25e6'] response: {'server_uuid': '78c1e6f4-0f78-4cf7-a423-0f54acf50335', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '816acbbd-a31e-49cd-8e6a-faee945210d6', 'code': 200} 2026-05-10 01:59:33.537 10 INFO neutron.plugins.ml2.plugin [None req-7d30b42e-161d-4c6d-9c0c-0f4219d5e936 - - - - - -] Attempt 1 to provision port 9ee5becd-46b9-4867-a304-523e9762fb31 2026-05-10 01:59:33.805 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9ee5becd-46b9-4867-a304-523e9762fb31 2026-05-10 01:59:34.077 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 5af80033-0bf7-481e-8c8f-2aac204abed0 2026-05-10 01:59:34.596 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 816acbbd-a31e-49cd-8e6a-faee945210d6 2026-05-10 01:59:34.612 10 INFO neutron.plugins.ml2.plugin [None req-48222cac-88a7-4cbb-a034-fd47dd4e0f60 - - - - - -] Attempt 1 to provision port 9e4d8461-642d-4f21-9d99-8f9e30d6f02b 2026-05-10 01:59:35.051 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-745bfe28-cbe0-40dc-8cc7-c8c581ce1b9d'] response: {'server_uuid': '825586b4-6f6a-471c-ae54-3d666d7d058c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5af80033-0bf7-481e-8c8f-2aac204abed0', 'code': 200} 2026-05-10 01:59:35.051 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-745bfe28-cbe0-40dc-8cc7-c8c581ce1b9d'] response: {'server_uuid': '78c1e6f4-0f78-4cf7-a423-0f54acf50335', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '816acbbd-a31e-49cd-8e6a-faee945210d6', 'code': 200} 2026-05-10 01:59:35.058 9 INFO neutron.plugins.ml2.plugin [None req-a7147e8f-1455-4256-b59b-bb1e2c6cf22e - - - - - -] Attempt 1 to provision port 9e4d8461-642d-4f21-9d99-8f9e30d6f02b 2026-05-10 01:59:35.208 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9ee5becd-46b9-4867-a304-523e9762fb31 2026-05-10 01:59:35.484 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 816acbbd-a31e-49cd-8e6a-faee945210d6 2026-05-10 01:59:35.723 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 5af80033-0bf7-481e-8c8f-2aac204abed0 /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-10 01:59:41.201 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 99dc853e-c619-4831-b94a-5639f9d0c6c7 2026-05-10 01:59:41.255 10 INFO neutron.plugins.ml2.plugin [None req-82143585-6784-49a2-b954-ff31262765dc - - - - - -] Attempt 1 to provision port 99dc853e-c619-4831-b94a-5639f9d0c6c7 2026-05-10 01:59:42.514 9 INFO neutron.plugins.ml2.plugin [None req-2fdf57d3-eb26-4b14-9ad4-ebf9f7f36771 - - - - - -] Attempt 1 to provision port 2815ab9b-e686-4ff1-8161-00922d3299ab 2026-05-10 01:59:42.669 10 INFO neutron.plugins.ml2.plugin [None req-231564fc-e039-47b4-a40f-d76f9b97d851 - - - - - -] Attempt 1 to provision port f3953cba-481a-4e2a-82b8-3f8bed8ded44 2026-05-10 01:59:42.928 9 INFO neutron.plugins.ml2.plugin [None req-cac82ca7-86e1-49f7-a12f-236595dc2ea2 - - - - - -] Attempt 1 to provision port f3953cba-481a-4e2a-82b8-3f8bed8ded44 2026-05-10 01:59:43.195 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 99dc853e-c619-4831-b94a-5639f9d0c6c7 2026-05-10 01:59:45.346 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 2815ab9b-e686-4ff1-8161-00922d3299ab 2026-05-10 01:59:45.465 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee6f98cb-2a03-4716-9e81-a2794bf6941c'] response: {'server_uuid': 'a01b3582-3814-4f4b-9e3c-3dc7a1231f10', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2815ab9b-e686-4ff1-8161-00922d3299ab', 'code': 200} 2026-05-10 01:59:46.708 10 INFO neutron.plugins.ml2.plugin [None req-5b46b0dd-ebc2-43c5-9dea-4ca15410a851 - - - - - -] Attempt 1 to provision port 78891844-b60c-4b9f-b901-dedbc2c612cc 2026-05-10 01:59:47.223 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 2815ab9b-e686-4ff1-8161-00922d3299ab 2026-05-10 02:00:01.742 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port d7dc1291-d04e-4cf0-874e-b3a5b8e4229d 2026-05-10 02:00:08.814 10 INFO neutron.plugins.ml2.plugin [None req-27bceb92-850f-4f2c-9394-75ad5c102cd7 - - - - - -] Attempt 1 to provision port dabc0af8-b076-41a9-8f9f-2313e1b63a17 2026-05-10 02:00:09.306 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port dabc0af8-b076-41a9-8f9f-2313e1b63a17 /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-10 02:00:19.259 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 425a6db3-eb04-4660-a575-c9297b614cb5 2026-05-10 02:00:27.220 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 37f48ea3-ebfa-43ec-a12a-2b454cc2aea5 2026-05-10 02:00:28.280 10 INFO neutron.plugins.ml2.plugin [None req-9ffab2c9-c51c-4562-a9e0-a340e0875ad6 - - - - - -] Attempt 1 to provision port 37f48ea3-ebfa-43ec-a12a-2b454cc2aea5 2026-05-10 02:00:28.773 9 INFO neutron.plugins.ml2.plugin [None req-5fbf57eb-4020-40c8-afb3-6cdff199b71a - - - - - -] Attempt 1 to provision port e60bca53-c90d-4f81-8201-966add4937cc 2026-05-10 02:00:29.267 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port e60bca53-c90d-4f81-8201-966add4937cc 2026-05-10 02:00:29.586 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 37f48ea3-ebfa-43ec-a12a-2b454cc2aea5 2026-05-10 02:00:29.845 10 INFO neutron.plugins.ml2.plugin [None req-4274468d-e03b-4324-8ef7-e70f74060037 - - - - - -] Attempt 1 to provision port ea2bf55f-bee0-4cf9-ad53-edaf6f2a948f 2026-05-10 02:00:30.218 10 INFO neutron.plugins.ml2.plugin [None req-dafb3301-85be-4033-83b3-5b6e545e4fc0 - - - - - -] Attempt 1 to provision port ea2bf55f-bee0-4cf9-ad53-edaf6f2a948f 2026-05-10 02:00:30.863 10 INFO neutron.plugins.ml2.plugin [None req-75d65c5b-2233-4c2f-941b-0707decb49dc - - - - - -] Attempt 1 to provision port 9b49e9e3-a793-4208-a286-f78fc1160731 2026-05-10 02:00:31.179 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port e60bca53-c90d-4f81-8201-966add4937cc 2026-05-10 02:00:31.622 9 INFO neutron.plugins.ml2.plugin [None req-f784673c-b529-4960-bafa-8f060220d717 - - - - - -] Attempt 1 to provision port 9b49e9e3-a793-4208-a286-f78fc1160731 2026-05-10 02:00:34.895 9 INFO neutron.plugins.ml2.plugin [None req-c794a394-4f61-42eb-9023-137c19a2461e - - - - - -] Attempt 1 to provision port c6a74e86-ae6f-4b4e-92ec-9ec692b906db 2026-05-10 02:00:37.301 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 97672c42-170f-43f4-90ce-1c6a0fc5a3d3 2026-05-10 02:00:39.249 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port cffef78b-f841-45dd-a2c2-2836ca2da996 2026-05-10 02:00:39.925 10 INFO neutron.plugins.ml2.plugin [None req-6b26dc44-c4ce-4214-ae69-dee906ff5a80 - - - - - -] Attempt 1 to provision port cffef78b-f841-45dd-a2c2-2836ca2da996 2026-05-10 02:00:41.257 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port cffef78b-f841-45dd-a2c2-2836ca2da996 2026-05-10 02:00:41.326 10 INFO neutron.plugins.ml2.plugin [None req-e881f484-5d0b-4f2e-9fd6-d512a32f7a2b - - - - - -] Attempt 1 to provision port d35ddd56-5b32-4101-a31e-23aa6fa2861b 2026-05-10 02:00:42.509 10 INFO neutron.plugins.ml2.plugin [None req-cc80b419-9557-409f-9ae3-fc2f4f56abe0 - - - - - -] Attempt 1 to provision port d35ddd56-5b32-4101-a31e-23aa6fa2861b 2026-05-10 02:00:47.403 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 66a65266-05d1-43c5-9cbd-43dff730203f 2026-05-10 02:00:48.313 10 INFO neutron.plugins.ml2.plugin [None req-8036957a-1c87-4624-bef7-f7e68e8985cd - - - - - -] Attempt 1 to provision port 66a65266-05d1-43c5-9cbd-43dff730203f 2026-05-10 02:00:49.209 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 66a65266-05d1-43c5-9cbd-43dff730203f 2026-05-10 02:00:49.496 9 INFO neutron.plugins.ml2.plugin [None req-b32c2322-a6b7-47c0-963d-a459dcca19ad - - - - - -] Attempt 1 to provision port bfc80f24-74c7-40eb-9cfa-173f398ab1c0 2026-05-10 02:00:49.854 9 INFO neutron.plugins.ml2.plugin [None req-db7ae498-c213-4131-9cea-a57017ef730c - - - - - -] Attempt 1 to provision port bfc80f24-74c7-40eb-9cfa-173f398ab1c0 2026-05-10 02:00:54.423 10 INFO neutron.plugins.ml2.plugin [None req-bc13b147-8932-4500-bcb5-c5e29363b62c - - - - - -] Attempt 1 to provision port c81eae57-7a6e-402f-b2a2-202c3fe3e8a5 2026-05-10 02:01:10.712 10 INFO neutron.plugins.ml2.plugin [None req-54258a49-27f2-4e03-8401-d9596f5c2254 - - - - - -] Attempt 1 to provision port ba2210cb-841c-462f-96b9-989ea0f6567e 2026-05-10 02:01:11.260 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 149a8ab0-1fdb-4cbf-81d3-d7d119509ce5 2026-05-10 02:01:11.467 9 INFO neutron.plugins.ml2.plugin [None req-10c20b8b-a975-494f-89ec-7369c56a9089 - - - - - -] Attempt 1 to provision port 149a8ab0-1fdb-4cbf-81d3-d7d119509ce5 2026-05-10 02:01:13.207 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 149a8ab0-1fdb-4cbf-81d3-d7d119509ce5 2026-05-10 02:01:13.376 10 INFO neutron.plugins.ml2.plugin [None req-6d337ca0-fed4-40c8-8d35-9111b4a1220c - - - - - -] Attempt 1 to provision port e6c1b754-b736-478c-ad6b-b41ce573007d 2026-05-10 02:01:13.962 9 INFO neutron.plugins.ml2.plugin [None req-9f263a95-f5e2-4cd2-a976-52cce7d33c6c - - - - - -] Attempt 1 to provision port e6c1b754-b736-478c-ad6b-b41ce573007d 2026-05-10 02:01:15.213 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port fbd3e9da-9382-4f7f-a28f-2e96dd825158 2026-05-10 02:01:17.340 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port fbd3e9da-9382-4f7f-a28f-2e96dd825158 2026-05-10 02:01:18.939 10 INFO neutron.plugins.ml2.plugin [None req-66ba8680-17ed-4cab-ad65-3c57f88c354d - - - - - -] Attempt 1 to provision port 9a0fb683-f91a-4317-b20c-2dfe82204986 2026-05-10 02:01:21.353 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9a0fb683-f91a-4317-b20c-2dfe82204986 2026-05-10 02:01:21.478 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f405f35-9b6a-4586-8403-7a743341f6e6'] response: {'server_uuid': '2b0848e4-352a-4e32-956f-a8a98f207329', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a0fb683-f91a-4317-b20c-2dfe82204986', 'code': 200} 2026-05-10 02:01:23.525 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-87c0f00e-8043-4a00-bda9-861ae6fb7b50'] response: {'server_uuid': '2b0848e4-352a-4e32-956f-a8a98f207329', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9a0fb683-f91a-4317-b20c-2dfe82204986', 'code': 200} 2026-05-10 02:01:23.562 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] No ports have port_id starting with 9a0fb683-f91a-4317-b20c-2dfe82204986 2026-05-10 02:01:25.514 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c35a56da-97c8-4f48-aad8-b2a375e3cc52 2026-05-10 02:01:25.684 10 INFO neutron.plugins.ml2.plugin [None req-96af0e45-c87e-4321-8567-7aed6fd67bc6 - - - - - -] Attempt 1 to provision port c35a56da-97c8-4f48-aad8-b2a375e3cc52 2026-05-10 02:01:26.265 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9752d3ea-f91f-4922-acf0-dcb6c8216c03 2026-05-10 02:01:26.763 9 INFO neutron.plugins.ml2.plugin [None req-595c812e-e0a0-4be3-97f4-dd8eb6ec07ff - - - - - -] Attempt 1 to provision port 9752d3ea-f91f-4922-acf0-dcb6c8216c03 2026-05-10 02:01:27.449 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9752d3ea-f91f-4922-acf0-dcb6c8216c03 2026-05-10 02:01:27.957 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 44e04947-b8e6-47f2-bb6f-5656799579c7 2026-05-10 02:01:28.072 10 INFO neutron.plugins.ml2.plugin [None req-42fa0130-ca4c-49db-bb3a-d62e9a9a2810 - - - - - -] Attempt 1 to provision port 44e04947-b8e6-47f2-bb6f-5656799579c7 2026-05-10 02:01:28.771 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port cf257ecb-1529-4de5-a4e4-24a899bbaa83 2026-05-10 02:01:28.979 9 INFO neutron.plugins.ml2.plugin [None req-0bdf5dfb-a556-45bc-87f1-608899ddd9db - - - - - -] Attempt 1 to provision port cf257ecb-1529-4de5-a4e4-24a899bbaa83 /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-10 02:01:33.642 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 5d9621e3-380b-4941-b608-0ca4423fe5f5 2026-05-10 02:01:33.753 10 INFO neutron.plugins.ml2.plugin [None req-b5c87823-400d-4d25-b8b8-c7fe57c78551 - - - - - -] Attempt 1 to provision port 95e7359b-0a93-4e7b-bd5c-e5c0fc695715 2026-05-10 02:01:34.619 10 INFO neutron.plugins.ml2.plugin [None req-f2f1ccce-44a6-4e77-a7de-19246687280c - - - - - -] Attempt 1 to provision port 5d9621e3-380b-4941-b608-0ca4423fe5f5 2026-05-10 02:01:35.585 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 5d9621e3-380b-4941-b608-0ca4423fe5f5 2026-05-10 02:01:36.119 9 INFO neutron.plugins.ml2.plugin [None req-32c0d3ab-5613-4123-9ad5-637a1c83b10c - - - - - -] Attempt 1 to provision port 94670afb-00d1-4efd-b889-f238f4a1c2ce 2026-05-10 02:01:36.679 10 INFO neutron.plugins.ml2.plugin [None req-51f63805-c60d-4f85-9a5f-c7b4feee1894 - - - - - -] Attempt 1 to provision port 94670afb-00d1-4efd-b889-f238f4a1c2ce 2026-05-10 02:01:37.603 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 020df81b-e15a-49e0-b50a-88c82965df02 2026-05-10 02:01:39.838 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ece1024d-9c68-4ab8-a6b9-d20d41010c2a 2026-05-10 02:01:40.405 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 020df81b-e15a-49e0-b50a-88c82965df02 2026-05-10 02:01:40.575 9 INFO neutron.plugins.ml2.plugin [None req-5bec4dc9-8b28-420e-9712-f18fc69947c0 - - - - - -] Attempt 1 to provision port 77c3b763-f205-4a85-8f2a-d8cbd91fdf97 2026-05-10 02:01:40.947 9 INFO neutron.plugins.ml2.plugin [None req-4c04cf40-ca1b-436b-a638-c56fccad0af3 - - - - - -] Attempt 1 to provision port ece1024d-9c68-4ab8-a6b9-d20d41010c2a 2026-05-10 02:01:41.616 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ece1024d-9c68-4ab8-a6b9-d20d41010c2a 2026-05-10 02:01:43.454 10 INFO neutron.plugins.ml2.plugin [None req-70bd1733-3135-4283-9a86-c52f63d91294 - - - - - -] Attempt 1 to provision port 55f69c9e-6b2c-4fbf-bb66-8609f7b77d70 2026-05-10 02:01:43.663 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9ce983ac-5281-4f02-a837-706c145bf5b0 2026-05-10 02:01:44.104 9 INFO neutron.plugins.ml2.plugin [None req-5070b769-8d53-429d-89b2-3485b8a6486d - - - - - -] Attempt 1 to provision port 55f69c9e-6b2c-4fbf-bb66-8609f7b77d70 2026-05-10 02:01:45.636 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9ce983ac-5281-4f02-a837-706c145bf5b0 2026-05-10 02:01:50.016 10 INFO neutron.plugins.ml2.plugin [None req-94b17fb1-018e-4dac-9a3f-a0dd1b309eff - - - - - -] Attempt 1 to provision port 393f7ce1-d79d-42c0-b70c-165bbfb1f770 2026-05-10 02:01:50.554 10 INFO neutron.plugins.ml2.plugin [None req-94b17fb1-018e-4dac-9a3f-a0dd1b309eff - - - - - -] Attempt 2 to provision port 393f7ce1-d79d-42c0-b70c-165bbfb1f770 2026-05-10 02:01:51.710 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 393f7ce1-d79d-42c0-b70c-165bbfb1f770 2026-05-10 02:01:51.831 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a8a0df8-e8ea-4594-a390-26db543a785e'] response: {'server_uuid': 'a50448ac-2911-4167-8c56-e5bdf052f4a7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '393f7ce1-d79d-42c0-b70c-165bbfb1f770', 'code': 200} 2026-05-10 02:01:53.580 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 393f7ce1-d79d-42c0-b70c-165bbfb1f770 2026-05-10 02:01:55.674 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 4108b049-f88e-460d-983d-17f8e4531396 2026-05-10 02:01:57.764 9 INFO neutron.plugins.ml2.plugin [None req-887df52f-ef6b-4b4e-9605-a6f368f50841 - - - - - -] Attempt 1 to provision port 4108b049-f88e-460d-983d-17f8e4531396 2026-05-10 02:01:57.896 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 94670afb-00d1-4efd-b889-f238f4a1c2ce 2026-05-10 02:01:58.225 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 4108b049-f88e-460d-983d-17f8e4531396 2026-05-10 02:01:58.472 10 INFO neutron.plugins.ml2.plugin [None req-72305657-a240-42a1-a647-c4c867adf4e6 - - - - - -] Attempt 1 to provision port c47827b9-31b1-49fe-a34b-71db94db5c81 2026-05-10 02:01:58.498 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 7191aa79-22a8-4882-91ce-84352bb10fcd 2026-05-10 02:01:59.034 9 INFO neutron.plugins.ml2.plugin [None req-27e57f97-37ec-44ae-80cc-0c536184aa5f - - - - - -] Attempt 1 to provision port c9a4d328-910a-4021-a4ee-6c381f9efbaa 2026-05-10 02:01:59.081 9 INFO neutron.plugins.ml2.plugin [None req-27e57f97-37ec-44ae-80cc-0c536184aa5f - - - - - -] Attempt 1 to provision port 4108b049-f88e-460d-983d-17f8e4531396 2026-05-10 02:01:59.285 10 INFO neutron.plugins.ml2.plugin [None req-dac5b717-96c2-40f2-b1c8-9cf4793ea125 - - - - - -] Attempt 1 to provision port c47827b9-31b1-49fe-a34b-71db94db5c81 2026-05-10 02:01:59.446 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c47827b9-31b1-49fe-a34b-71db94db5c81 2026-05-10 02:02:00.062 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 55f69c9e-6b2c-4fbf-bb66-8609f7b77d70 2026-05-10 02:02:00.180 9 INFO neutron.plugins.ml2.plugin [None req-1280ddd7-2a70-47d0-b7eb-c1a2eef86a85 - - - - - -] Attempt 1 to provision port 7191aa79-22a8-4882-91ce-84352bb10fcd 2026-05-10 02:02:00.539 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 95e7359b-0a93-4e7b-bd5c-e5c0fc695715 2026-05-10 02:02:00.681 10 INFO neutron.plugins.ml2.plugin [None req-7c1874ee-db91-443e-9304-18a0208a27a9 - - - - - -] Attempt 1 to provision port 7191aa79-22a8-4882-91ce-84352bb10fcd 2026-05-10 02:02:01.052 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 94670afb-00d1-4efd-b889-f238f4a1c2ce 2026-05-10 02:02:01.442 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 7191aa79-22a8-4882-91ce-84352bb10fcd 2026-05-10 02:02:01.765 10 INFO neutron.plugins.ml2.plugin [None req-bd768a5b-406b-4620-a4a9-e494501da1e0 - - - - - -] Attempt 1 to provision port a96c4104-f406-4f06-9dff-7073e1940412 2026-05-10 02:02:01.895 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c47827b9-31b1-49fe-a34b-71db94db5c81 2026-05-10 02:02:02.426 9 INFO neutron.plugins.ml2.plugin [None req-4f6a7528-4f4e-4b21-97cd-7d26ad57e92d - - - - - -] Attempt 1 to provision port a96c4104-f406-4f06-9dff-7073e1940412 2026-05-10 02:02:02.448 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 95e7359b-0a93-4e7b-bd5c-e5c0fc695715 2026-05-10 02:02:02.690 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 7a822447-6d16-4823-b973-1e7b5d4c53a8 2026-05-10 02:02:03.155 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 77c3b763-f205-4a85-8f2a-d8cbd91fdf97 2026-05-10 02:02:03.510 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 55f69c9e-6b2c-4fbf-bb66-8609f7b77d70 2026-05-10 02:02:03.589 10 INFO neutron.plugins.ml2.plugin [None req-a2a222df-49ee-4baa-a708-19f1cc183ed7 - - - - - -] Attempt 1 to provision port 9eab4d67-50fe-4751-b158-8263ba86895c 2026-05-10 02:02:04.290 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 77c3b763-f205-4a85-8f2a-d8cbd91fdf97 2026-05-10 02:02:04.345 9 INFO neutron.plugins.ml2.plugin [None req-537384b6-06ea-4440-993d-73c9550be664 - - - - - -] Attempt 1 to provision port 9eab4d67-50fe-4751-b158-8263ba86895c 2026-05-10 02:02:04.550 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 7a822447-6d16-4823-b973-1e7b5d4c53a8 2026-05-10 02:02:05.502 9 INFO neutron.plugins.ml2.plugin [None req-446b233d-f620-49c6-aea0-938ee3c5aab4 - - - - - -] Attempt 1 to provision port 6e50cce8-e028-438d-8cc3-8a3c2e0a956d 2026-05-10 02:02:06.173 9 INFO neutron.plugins.ml2.plugin [None req-49c90df1-5c7e-4840-abb8-ed1190a33dbf - - - - - -] Attempt 1 to provision port 6e50cce8-e028-438d-8cc3-8a3c2e0a956d 2026-05-10 02:02:10.467 10 INFO neutron.plugins.ml2.plugin [None req-65652500-69c0-4101-9c40-c6a9be3e6c9a - - - - - -] Attempt 1 to provision port 05ceeb1b-ed61-4059-8731-f30faaf63f4e 2026-05-10 02:02:12.557 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 05ceeb1b-ed61-4059-8731-f30faaf63f4e 2026-05-10 02:02:12.664 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c363da2-f865-41cc-a213-a3aca0f187b2'] response: {'server_uuid': 'fe58589a-fe43-4a81-93a1-6cb3dd6259b3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '05ceeb1b-ed61-4059-8731-f30faaf63f4e', 'code': 200} 2026-05-10 02:02:14.434 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 05ceeb1b-ed61-4059-8731-f30faaf63f4e /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-10 02:02:18.492 9 INFO neutron.plugins.ml2.plugin [None req-68b88029-bbb3-41b6-a68c-183aabfa9321 - - - - - -] Attempt 1 to provision port c2daf388-2981-4032-9455-dae8392efc9f 2026-05-10 02:02:20.427 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 6e50cce8-e028-438d-8cc3-8a3c2e0a956d 2026-05-10 02:02:20.805 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c9a4d328-910a-4021-a4ee-6c381f9efbaa 2026-05-10 02:02:21.150 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c2daf388-2981-4032-9455-dae8392efc9f 2026-05-10 02:02:21.278 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fec619f-383e-4c7c-8f95-a2302fa49760'] response: {'server_uuid': 'f42178b8-a63c-420f-9623-9bbc7b7ed0bb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2daf388-2981-4032-9455-dae8392efc9f', 'code': 200} 2026-05-10 02:02:21.602 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a96c4104-f406-4f06-9dff-7073e1940412 2026-05-10 02:02:22.124 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9eab4d67-50fe-4751-b158-8263ba86895c 2026-05-10 02:02:22.609 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 6e50cce8-e028-438d-8cc3-8a3c2e0a956d 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:22.967 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-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:22.967 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:22.969 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:22.969 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 2 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:22.988 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c2daf388-2981-4032-9455-dae8392efc9f 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:22.990 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-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:22.990 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:22.991 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:22.991 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 3 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.011 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.012 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.012 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 4 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.031 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-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.031 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.032 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.032 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 5 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.059 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-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.059 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.060 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.061 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 6 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.082 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-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.082 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.083 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.084 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 7 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.111 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-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.111 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.111 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 8 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.132 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-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.132 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.133 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.133 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 9 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.150 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-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.150 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.151 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.151 10 INFO neutron.plugins.ml2.plugin [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Attempt 10 to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 21f5f5f8-8b98-4cef-b2ff-90c8e10ec0e5 could not be found. 2026-05-10 02:02:23.168 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:23.169 10 ERROR neutron.plugins.ml2.managers [None req-1ed7857e-ad31-4652-8a1a-cdcc0d041602 - - - - - -] Failed to bind port 9ab46267-315a-4deb-be39-3ca864992ff2 on host instance for vnic_type normal using segments [{'id': '8a0301b2-177a-4d08-9364-e823b74c2c71', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': 'd4d8f524-78ee-43d4-9c47-bbf06642286d'}] 2026-05-10 02:02:23.332 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port c9a4d328-910a-4021-a4ee-6c381f9efbaa 2026-05-10 02:02:23.630 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 9eab4d67-50fe-4751-b158-8263ba86895c 2026-05-10 02:02:23.886 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port a96c4104-f406-4f06-9dff-7073e1940412 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.352 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-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.352 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.353 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.353 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 2 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.374 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-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.374 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.375 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.376 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 3 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.399 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-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.399 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.400 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.400 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 4 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.431 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-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.431 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.432 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.432 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 5 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.459 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-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.459 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.460 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.460 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 6 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.499 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-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.499 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.500 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 7 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.536 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-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.536 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.538 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 8 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.560 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-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.560 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.561 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.562 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 9 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.594 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-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.594 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.595 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:25.596 10 INFO neutron.plugins.ml2.plugin [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Attempt 10 to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-10 02:02:25.616 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-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 52ca1236-9cc0-4560-ac54-d92ce3705a61 could not be found. 2026-05-10 02:02:25.616 10 ERROR neutron.plugins.ml2.managers  2026-05-10 02:02:25.617 10 ERROR neutron.plugins.ml2.managers [None req-7d538d51-b99b-407a-8da7-d21ac46ef039 - - - - - -] Failed to bind port 81c6b63c-fdd0-412f-937b-1ab68c028dc4 on host instance for vnic_type normal using segments [{'id': 'debafb30-2109-4b57-9927-8fe02045ab5e', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 632, 'network_id': '9f02ee9c-880b-4c61-a50e-c844bc37deb3'}] 2026-05-10 02:02:40.441 10 INFO neutron.plugins.ml2.plugin [None req-8d92eb07-b1cc-41b4-97b4-c133dc776e81 - - - - - -] Attempt 1 to provision port 7d4f8259-8cbb-4f75-a737-c1fc8f737c84 2026-05-10 02:02:53.487 10 INFO neutron.plugins.ml2.plugin [None req-dca6c4d0-0ab3-48b9-81f7-fa434388a143 - - - - - -] Attempt 1 to provision port 6ee31574-cca4-44c5-8b48-903e77477198 2026-05-10 02:02:54.736 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 6ee31574-cca4-44c5-8b48-903e77477198 2026-05-10 02:02:54.900 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fe369f4-6299-465f-9d1e-3b3f42640e49'] response: {'server_uuid': 'dfaa7475-3ec1-4b66-abf2-46e3565b1536', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6ee31574-cca4-44c5-8b48-903e77477198', 'code': 200} 2026-05-10 02:02:56.648 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 6ee31574-cca4-44c5-8b48-903e77477198 2026-05-10 02:03:34.159 10 INFO neutron.plugins.ml2.plugin [None req-b78df643-7514-49e7-a453-5c1b450babbe - - - - - -] Attempt 1 to provision port 2057dd3f-0a75-4882-8ae4-3f09785d2656 2026-05-10 02:03:38.697 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 2057dd3f-0a75-4882-8ae4-3f09785d2656 2026-05-10 02:03:38.881 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f485db1a-0997-4e4e-a132-8dc59c1ff42b'] response: {'server_uuid': 'dfaa7475-3ec1-4b66-abf2-46e3565b1536', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2057dd3f-0a75-4882-8ae4-3f09785d2656', 'code': 200} 2026-05-10 02:03:40.632 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port 2057dd3f-0a75-4882-8ae4-3f09785d2656 2026-05-10 02:04:06.550 9 INFO neutron.plugins.ml2.plugin [None req-bbd943f8-bacd-4903-b07e-a6f44de6c709 - - - - - -] Attempt 1 to provision port db51736d-4a3c-4267-902d-0323228c1e6c 2026-05-10 02:04:07.073 9 INFO neutron.plugins.ml2.plugin [None req-bbd943f8-bacd-4903-b07e-a6f44de6c709 - - - - - -] Attempt 2 to provision port db51736d-4a3c-4267-902d-0323228c1e6c 2026-05-10 02:04:08.848 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port db51736d-4a3c-4267-902d-0323228c1e6c 2026-05-10 02:04:09.267 9 INFO neutron.plugins.ml2.plugin [None req-7710a1db-ee11-40c9-9de4-b7f9a850ea6e - - - - - -] Attempt 1 to provision port db51736d-4a3c-4267-902d-0323228c1e6c 2026-05-10 02:04:09.456 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-266f5d4c-4b46-4491-b56d-2beff14abb65'] response: {'server_uuid': 'dfaa7475-3ec1-4b66-abf2-46e3565b1536', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'db51736d-4a3c-4267-902d-0323228c1e6c', 'code': 200} 2026-05-10 02:04:10.678 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port db51736d-4a3c-4267-902d-0323228c1e6c 2026-05-10 02:04:22.743 9 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ba501d90-d38a-4216-b602-693f96da9cfa 2026-05-10 02:04:22.877 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-75c60ffe-3896-4e56-8c27-e6f4cb16076d'] response: {'server_uuid': 'dfaa7475-3ec1-4b66-abf2-46e3565b1536', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ba501d90-d38a-4216-b602-693f96da9cfa', 'code': 200} 2026-05-10 02:04:24.636 10 INFO neutron.plugins.ml2.plugin [None req-91f7344d-903b-4e27-b971-ab48fba588f0 - - - - - -] Attempt 1 to provision port ba501d90-d38a-4216-b602-693f96da9cfa 2026-05-10 02:04:35.928 10 INFO neutron.plugins.ml2.plugin [None req-bd7939b0-a0c1-4427-b631-3f37939157b1 - - - - - -] Attempt 1 to provision port ba501d90-d38a-4216-b602-693f96da9cfa 2026-05-10 02:04:41.762 10 INFO neutron.plugins.ml2.plugin [None req-6779a1de-b01b-4aa4-89ba-0607a2c78ba4 - - - - - -] Attempt 1 to provision port db51736d-4a3c-4267-902d-0323228c1e6c