+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-05 18:53:29.763 1 INFO neutron.common.config [-] Logging enabled! 2026-05-05 18:53:29.763 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-05 18:53:29.763 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-05 18:53:29.764 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-05 18:53:31.014 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 18:53:31.017 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-05 18:53:31.020 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-05 18:53:31.021 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 18:53:31.021 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-05 18:53:31.021 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-05 18:53:31.021 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-05 18:53:31.021 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 18:53:31.028 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 18:53:31.028 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 18:53:31.028 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 18:53:31.048 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-05 18:53:31.049 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 18:53:31.049 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-05 18:53:31.065 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-05 18:53:31.065 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-05 18:53:31.065 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-05 18:53:31.065 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-05 18:53:31.367 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing driver for type 'vlan' 2026-05-05 18:53:31.529 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] VlanTypeDriver initialization complete 2026-05-05 18:53:31.529 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing driver for type 'vxlan' 2026-05-05 18:53:31.529 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-05 18:53:31.589 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-05 18:53:31.589 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-05 18:53:31.590 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing extension driver 'port_security' 2026-05-05 18:53:31.590 1 INFO neutron.plugins.ml2.extensions.port_security [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-05 18:53:31.590 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing extension driver 'qos' 2026-05-05 18:53:31.590 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-05 18:53:31.591 1 INFO neutron.plugins.ml2.managers [None req-97f3f13e-c13e-48f9-847c-e521fdd5029d - - - - - -] Initializing mechanism driver 'l2population' 2026-05-05 18:53:31.605 1 INFO neutron.quota [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded quota_driver: . 2026-05-05 18:53:31.605 1 INFO neutron.plugins.ml2.plugin [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Modular L2 Plugin initialization complete 2026-05-05 18:53:31.605 1 INFO neutron.plugins.ml2.managers [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-05 18:53:31.605 1 INFO neutron.plugins.ml2.managers [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-05 18:53:31.606 1 INFO neutron.plugins.ml2.managers [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-05 18:53:31.606 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: qos 2026-05-05 18:53:31.619 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: router 2026-05-05 18:53:31.655 1 INFO neutron.services.service_base [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-05 18:53:31.655 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: segments 2026-05-05 18:53:31.728 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: trunk 2026-05-05 18:53:31.741 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: vpnaas 2026-05-05 18:53:31.774 1 WARNING stevedore.named [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 18:53:31.853 1 INFO neutron_vpnaas.services.vpn.plugin [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-05 18:53:31.854 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: taas 2026-05-05 18:53:32.007 1 WARNING stevedore.named [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 18:53:32.027 1 INFO neutron_taas.services.taas.taas_plugin [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-05 18:53:32.027 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: tapmirror 2026-05-05 18:53:32.042 1 WARNING stevedore.named [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 18:53:32.111 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-05 18:53:32.112 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: auto_allocate 2026-05-05 18:53:32.132 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: tag 2026-05-05 18:53:32.139 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: timestamp 2026-05-05 18:53:32.142 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: network_ip_availability 2026-05-05 18:53:32.147 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: flavors 2026-05-05 18:53:32.151 1 INFO neutron.manager [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loading Plugin: revisions 2026-05-05 18:53:32.153 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Initializing extension manager. 2026-05-05 18:53:32.154 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: address-group 2026-05-05 18:53:32.155 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: address-scope 2026-05-05 18:53:32.156 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-05 18:53:32.156 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: agent 2026-05-05 18:53:32.157 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: agent-resources-synced 2026-05-05 18:53:32.158 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-05 18:53:32.158 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-05 18:53:32.159 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: availability_zone 2026-05-05 18:53:32.160 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: availability_zone_filter 2026-05-05 18:53:32.160 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-05 18:53:32.160 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: default-subnetpools 2026-05-05 18:53:32.162 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-05 18:53:32.162 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: dns-integration 2026-05-05 18:53:32.162 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: dns-domain-ports 2026-05-05 18:53:32.163 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-05 18:53:32.163 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: dvr 2026-05-05 18:53:32.164 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-05 18:53:32.164 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: empty-string-filtering 2026-05-05 18:53:32.164 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 18:53:32.165 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-05 18:53:32.165 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: external-net 2026-05-05 18:53:32.166 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-05 18:53:32.166 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: extraroute 2026-05-05 18:53:32.166 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: extraroute-atomic 2026-05-05 18:53:32.167 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: filter-validation 2026-05-05 18:53:32.167 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-05 18:53:32.168 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-05 18:53:32.168 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-05 18:53:32.169 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: fip-port-details 2026-05-05 18:53:32.169 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: flavors 2026-05-05 18:53:32.170 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-05 18:53:32.171 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: floatingip-pools 2026-05-05 18:53:32.171 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: ip_allocation 2026-05-05 18:53:32.171 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-05 18:53:32.172 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: l2_adjacency 2026-05-05 18:53:32.173 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: router 2026-05-05 18:53:32.174 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 18:53:32.175 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-05 18:53:32.175 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-05 18:53:32.176 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: ext-gw-mode 2026-05-05 18:53:32.176 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: l3-ha 2026-05-05 18:53:32.177 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-05 18:53:32.177 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-05 18:53:32.177 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: l3-flavors 2026-05-05 18:53:32.178 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-05 18:53:32.178 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-05 18:53:32.180 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-05 18:53:32.181 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-05 18:53:32.182 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-05 18:53:32.183 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-05 18:53:32.183 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-05 18:53:32.184 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: multi-provider 2026-05-05 18:53:32.184 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: net-mtu 2026-05-05 18:53:32.184 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: net-mtu-writable 2026-05-05 18:53:32.185 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: network_availability_zone 2026-05-05 18:53:32.185 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: network_ha 2026-05-05 18:53:32.186 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: network-ip-availability 2026-05-05 18:53:32.186 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-05 18:53:32.187 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-05 18:53:32.188 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: pagination 2026-05-05 18:53:32.188 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-device-profile 2026-05-05 18:53:32.188 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-05 18:53:32.189 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-05 18:53:32.189 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-05 18:53:32.189 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-mac-override 2026-05-05 18:53:32.190 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-05 18:53:32.190 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-05 18:53:32.191 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-05 18:53:32.191 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-resource-request 2026-05-05 18:53:32.191 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-05 18:53:32.192 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-05 18:53:32.192 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: binding 2026-05-05 18:53:32.193 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: binding-extended 2026-05-05 18:53:32.193 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-security 2026-05-05 18:53:32.194 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: project-id 2026-05-05 18:53:32.194 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: provider 2026-05-05 18:53:32.195 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-05 18:53:32.197 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos 2026-05-05 18:53:32.197 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-05 18:53:32.198 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-05 18:53:32.198 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-default 2026-05-05 18:53:32.199 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-fip 2026-05-05 18:53:32.199 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-05 18:53:32.199 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-05 18:53:32.200 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-05 18:53:32.200 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-05 18:53:32.201 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-05 18:53:32.201 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-pps 2026-05-05 18:53:32.202 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-05 18:53:32.202 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-05 18:53:32.203 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: qos-rules-alias 2026-05-05 18:53:32.203 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: quota-check-limit 2026-05-05 18:53:32.204 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-05 18:53:32.205 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: quotas 2026-05-05 18:53:32.208 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: quota_details 2026-05-05 18:53:32.209 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: rbac-policies 2026-05-05 18:53:32.209 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: rbac-address-group 2026-05-05 18:53:32.210 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: rbac-address-scope 2026-05-05 18:53:32.210 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: rbac-security-groups 2026-05-05 18:53:32.211 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-05 18:53:32.211 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: revision-if-match 2026-05-05 18:53:32.212 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-05 18:53:32.212 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: router_availability_zone 2026-05-05 18:53:32.212 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-05 18:53:32.213 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-05 18:53:32.214 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-05 18:53:32.215 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-05 18:53:32.215 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-05 18:53:32.215 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-05 18:53:32.216 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-05 18:53:32.216 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-05 18:53:32.220 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: security-group 2026-05-05 18:53:32.221 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: segment 2026-05-05 18:53:32.221 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-05 18:53:32.222 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: service-type 2026-05-05 18:53:32.222 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: sorting 2026-05-05 18:53:32.222 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: standard-attr-segment 2026-05-05 18:53:32.223 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: standard-attr-description 2026-05-05 18:53:32.223 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: stateful-security-group 2026-05-05 18:53:32.224 1 WARNING neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-05 18:53:32.224 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-05 18:53:32.226 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: subnet-external-network 2026-05-05 18:53:32.226 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: subnet_onboard 2026-05-05 18:53:32.227 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-05 18:53:32.227 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: subnet-service-types 2026-05-05 18:53:32.227 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: subnet_allocation 2026-05-05 18:53:32.228 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-05 18:53:32.228 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: tag-creation 2026-05-05 18:53:32.229 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-05 18:53:32.232 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: standard-attr-tag 2026-05-05 18:53:32.233 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-05 18:53:32.233 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: trunk 2026-05-05 18:53:32.234 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: trunk-details 2026-05-05 18:53:32.234 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-05 18:53:32.235 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-05 18:53:32.236 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-05 18:53:32.236 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-05 18:53:32.237 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-05 18:53:32.238 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-05 18:53:32.239 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: vpn-flavors 2026-05-05 18:53:32.240 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: vpnaas 2026-05-05 18:53:32.241 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: taas 2026-05-05 18:53:32.242 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: tap-mirror 2026-05-05 18:53:32.242 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-05 18:53:32.243 1 INFO neutron.api.extensions [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-05 18:53:32.245 1 WARNING oslo_service.backend._threading.service [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-05 18:53:32.251 1 WARNING oslo_service.backend._threading.service [None req-18855ed9-2499-4a08-b65e-a5a0d3dd79e7 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-05 18:54:02.325 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-05 18:54:02.362 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-05 18:54:02.364 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-05 18:54:17.000 16 INFO neutron.db.l3_hamode_db [None req-03d9666e-f973-4e2d-ad2b-a62d91e1bfc9 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:54:30.188 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a118026a-53e1-4b59-8d4d-324eade5eb74 2026-05-05 18:54:31.832 13 INFO neutron.plugins.ml2.plugin [None req-683058bd-a9e8-436d-ab80-2f9d8b15745d - - - - - -] Attempt 1 to provision port a118026a-53e1-4b59-8d4d-324eade5eb74 2026-05-05 18:54:32.148 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a118026a-53e1-4b59-8d4d-324eade5eb74 2026-05-05 18:54:33.492 13 INFO neutron.plugins.ml2.plugin [None req-fb44490d-b0eb-4537-8918-a6a9d723f70c - - - - - -] Attempt 1 to provision port a118026a-53e1-4b59-8d4d-324eade5eb74 2026-05-05 18:59:14.205 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 8a57a679-5d61-434f-947a-66827976e411 2026-05-05 18:59:15.224 16 INFO neutron.plugins.ml2.plugin [None req-78c07715-86c5-4231-a0b6-d6907b8bcf34 - - - - - -] Attempt 1 to provision port 8a57a679-5d61-434f-947a-66827976e411 2026-05-05 18:59:16.186 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 8a57a679-5d61-434f-947a-66827976e411 2026-05-05 18:59:16.877 16 INFO neutron.plugins.ml2.plugin [None req-3970a243-19fd-4fb3-86d8-931231ed6aec - - - - - -] Attempt 1 to provision port 8a57a679-5d61-434f-947a-66827976e411 2026-05-05 18:59:20.912 16 INFO neutron.plugins.ml2.plugin [None req-f630026a-3e86-40ca-9416-47ad24ff3bd3 - - - - - -] Attempt 1 to provision port e42cc961-08a0-4080-a7ae-699565c89317 2026-05-05 19:03:14.864 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e42cc961-08a0-4080-a7ae-699565c89317 2026-05-05 19:03:16.332 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e42cc961-08a0-4080-a7ae-699565c89317 2026-05-05 19:12:56.523 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 9f93a4bf-8bb1-4946-a166-42b654ba599e 2026-05-05 19:12:58.483 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 9f93a4bf-8bb1-4946-a166-42b654ba599e 2026-05-05 19:21:39.778 13 INFO neutron.plugins.ml2.plugin [None req-3fa07e87-2698-4336-a517-10174591ce9c - - - - - -] Attempt 1 to provision port e42cc961-08a0-4080-a7ae-699565c89317 2026-05-05 19:21:39.833 13 INFO neutron.plugins.ml2.plugin [None req-3fa07e87-2698-4336-a517-10174591ce9c - - - - - -] Attempt 1 to provision port a118026a-53e1-4b59-8d4d-324eade5eb74 2026-05-05 19:21:39.882 13 INFO neutron.plugins.ml2.plugin [None req-3fa07e87-2698-4336-a517-10174591ce9c - - - - - -] Attempt 1 to provision port 8a57a679-5d61-434f-947a-66827976e411 2026-05-05 19:28:00.828 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2c6040fe-324d-4fd4-a33a-17dd4ad6e095 2026-05-05 19:28:02.352 13 INFO neutron.plugins.ml2.plugin [None req-f60437f0-b0b0-42cc-ba6a-47650561b5e7 - - - - - -] Attempt 1 to provision port 2c6040fe-324d-4fd4-a33a-17dd4ad6e095 2026-05-05 19:28:02.431 13 INFO neutron.plugins.ml2.plugin [None req-f60437f0-b0b0-42cc-ba6a-47650561b5e7 - - - - - -] Attempt 1 to provision port 87328b2d-79f9-40e7-be91-efa4cffe6abc 2026-05-05 19:28:02.761 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2c6040fe-324d-4fd4-a33a-17dd4ad6e095 2026-05-05 19:28:04.995 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 985f9d63-6b2a-47e8-85ab-b2f5e7976e53 2026-05-05 19:28:06.739 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 985f9d63-6b2a-47e8-85ab-b2f5e7976e53 2026-05-05 19:28:09.069 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2560ab09-3b44-4cae-93c9-037238930822 2026-05-05 19:28:09.490 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 73098141-f637-437d-89f7-417a26df9f89 2026-05-05 19:28:10.857 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2560ab09-3b44-4cae-93c9-037238930822 2026-05-05 19:28:11.137 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 73098141-f637-437d-89f7-417a26df9f89 2026-05-05 19:28:12.788 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a24af60d-adc4-44b0-bf25-73af15342988 2026-05-05 19:28:14.973 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a24af60d-adc4-44b0-bf25-73af15342988 2026-05-05 19:28:17.357 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ff99838c-4ce6-41e3-8c7e-252feaff6654 2026-05-05 19:28:17.778 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1b6876b3-a88c-4159-a899-200b85a93875 2026-05-05 19:28:18.250 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2556a456-16cf-4b86-ac05-3280ea0f7d60'] response: {'server_uuid': '85e558e6-a112-4417-9a73-6491d34aaa29', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b6876b3-a88c-4159-a899-200b85a93875', 'code': 200} 2026-05-05 19:28:19.832 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1b6876b3-a88c-4159-a899-200b85a93875 2026-05-05 19:28:20.103 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ff99838c-4ce6-41e3-8c7e-252feaff6654 2026-05-05 19:28:20.311 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 944e514b-1bd1-4af3-8c1a-95c2451e4201 2026-05-05 19:28:20.687 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 316ddb9d-8af6-4190-89c3-b91779b43bbb 2026-05-05 19:28:20.811 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-dce67b1f-81d3-4393-9092-087101c23c78'] response: {'server_uuid': 'd150124f-d577-4dfd-be36-45a085270723', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '944e514b-1bd1-4af3-8c1a-95c2451e4201', 'code': 200} 2026-05-05 19:28:20.854 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 2c6040fe-324d-4fd4-a33a-17dd4ad6e095 2026-05-05 19:28:20.931 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 20bd839b-af5f-48be-b320-b2b3615a4992 2026-05-05 19:28:20.956 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 1b6876b3-a88c-4159-a899-200b85a93875 2026-05-05 19:28:20.999 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 985f9d63-6b2a-47e8-85ab-b2f5e7976e53 2026-05-05 19:28:21.041 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 944e514b-1bd1-4af3-8c1a-95c2451e4201 2026-05-05 19:28:21.091 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 316ddb9d-8af6-4190-89c3-b91779b43bbb 2026-05-05 19:28:21.150 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port a7a13fa2-57a5-4787-8695-903d5304e0fc 2026-05-05 19:28:21.173 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 21f26ebb-53ae-49dd-97e0-995face2abcb 2026-05-05 19:28:21.197 13 INFO neutron.plugins.ml2.plugin [None req-1678b4c6-db3f-482a-97f5-f3ac1535c197 - - - - - -] Attempt 1 to provision port 87328b2d-79f9-40e7-be91-efa4cffe6abc 2026-05-05 19:28:21.493 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 316ddb9d-8af6-4190-89c3-b91779b43bbb 2026-05-05 19:28:21.705 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 944e514b-1bd1-4af3-8c1a-95c2451e4201 2026-05-05 19:28:23.939 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 04eaa430-6d1d-4720-a52a-7e986ceec404 2026-05-05 19:28:24.049 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-383f68cc-1b19-45b4-9f7e-7b42e5e6c513'] response: {'server_uuid': '16d2b81c-248a-4560-89bb-6de0330318aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04eaa430-6d1d-4720-a52a-7e986ceec404', 'code': 200} 2026-05-05 19:28:25.558 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 04eaa430-6d1d-4720-a52a-7e986ceec404 2026-05-05 19:28:28.082 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e9180fb7-a502-4fb1-b8e3-704acfabb9c2 2026-05-05 19:28:28.205 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bbff7e9-dc83-46c3-a194-18f0fd7503c1'] response: {'server_uuid': '9eae8315-12a6-4fdd-82d2-4b26df73e18c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e9180fb7-a502-4fb1-b8e3-704acfabb9c2', 'code': 200} 2026-05-05 19:28:29.687 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e9180fb7-a502-4fb1-b8e3-704acfabb9c2 2026-05-05 19:28:30.143 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f305200f-e22b-4a4c-98e7-5ca9813a633d 2026-05-05 19:28:31.618 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f305200f-e22b-4a4c-98e7-5ca9813a633d 2026-05-05 19:28:39.407 13 INFO neutron.plugins.ml2.plugin [None req-1befcc83-c504-4558-8d57-f775787a07a0 - - - - - -] Attempt 1 to provision port f305200f-e22b-4a4c-98e7-5ca9813a633d 2026-05-05 19:28:39.452 13 INFO neutron.plugins.ml2.plugin [None req-1befcc83-c504-4558-8d57-f775787a07a0 - - - - - -] Attempt 1 to provision port 9468a6b0-3a3d-4771-8f8a-23c24347ad64 2026-05-05 19:28:45.614 13 INFO neutron.plugins.ml2.plugin [None req-abd30983-66e0-40b7-9f2a-6774af190657 - - - - - -] Attempt 1 to provision port 1b6876b3-a88c-4159-a899-200b85a93875 2026-05-05 19:28:45.764 13 INFO neutron.plugins.ml2.plugin [None req-abd30983-66e0-40b7-9f2a-6774af190657 - - - - - -] Attempt 1 to provision port 87328b2d-79f9-40e7-be91-efa4cffe6abc 2026-05-05 19:28:47.514 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 87328b2d-79f9-40e7-be91-efa4cffe6abc 2026-05-05 19:28:47.824 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a7a13fa2-57a5-4787-8695-903d5304e0fc 2026-05-05 19:28:49.577 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 5f1910cd-5a78-4f13-a72c-1e73438e271e 2026-05-05 19:28:49.945 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 87328b2d-79f9-40e7-be91-efa4cffe6abc 2026-05-05 19:28:50.165 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a7a13fa2-57a5-4787-8695-903d5304e0fc 2026-05-05 19:28:51.701 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 5f1910cd-5a78-4f13-a72c-1e73438e271e 2026-05-05 19:28:51.936 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 5c62e91e-d679-47ee-a198-b8f6477bd853 2026-05-05 19:28:53.606 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 5c62e91e-d679-47ee-a198-b8f6477bd853 2026-05-05 19:28:56.298 13 INFO neutron.plugins.ml2.plugin [None req-f2d74bca-9827-4f50-9aee-403606f7f9df - - - - - -] Attempt 1 to provision port 5c62e91e-d679-47ee-a198-b8f6477bd853 2026-05-05 19:28:56.351 13 INFO neutron.plugins.ml2.plugin [None req-f2d74bca-9827-4f50-9aee-403606f7f9df - - - - - -] Attempt 1 to provision port f465d9e6-1fa3-4f3f-9a5e-98a5db78c463 2026-05-05 19:28:56.374 13 INFO neutron.plugins.ml2.plugin [None req-f2d74bca-9827-4f50-9aee-403606f7f9df - - - - - -] Attempt 1 to provision port 1de9f421-aefc-4fe6-b20a-b53dfcc6fca0 2026-05-05 19:29:00.109 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a 2026-05-05 19:29:00.315 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8879b0f-883f-42e7-8e27-1eda62e529c9'] response: {'server_uuid': '1492711a-91be-4ff3-b4f2-b36f325bb688', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a', 'code': 200} 2026-05-05 19:29:01.919 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a 2026-05-05 19:29:06.284 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1de9f421-aefc-4fe6-b20a-b53dfcc6fca0 2026-05-05 19:29:06.561 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f465d9e6-1fa3-4f3f-9a5e-98a5db78c463 2026-05-05 19:29:08.065 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1de9f421-aefc-4fe6-b20a-b53dfcc6fca0 2026-05-05 19:29:08.257 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f465d9e6-1fa3-4f3f-9a5e-98a5db78c463 2026-05-05 19:29:09.966 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a2d7808d-6631-43df-b880-d19e14eefc54 2026-05-05 19:29:11.871 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a2d7808d-6631-43df-b880-d19e14eefc54 2026-05-05 19:29:16.087 13 INFO neutron.plugins.ml2.plugin [None req-7bdf5fcb-c6b1-46cb-8014-a4d7f44b5ad5 - - - - - -] Attempt 1 to provision port 95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.164 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.167 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.168 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 2 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.184 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.186 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.187 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 3 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.207 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.209 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.209 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 4 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.230 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.233 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.233 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 5 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.247 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.250 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.251 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 6 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.266 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.269 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.270 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 7 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.284 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.286 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.286 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 8 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.304 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.305 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.305 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 9 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.324 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.325 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:25.326 13 INFO neutron.plugins.ml2.plugin [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Attempt 10 to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5b25bd31-26bf-4f8a-8505-12f98fe05fdb could not be found. 2026-05-05 19:29:25.338 13 ERROR neutron.plugins.ml2.managers 2026-05-05 19:29:25.339 13 ERROR neutron.plugins.ml2.managers [None req-c5595bc1-f714-4df8-9fa9-bb7ae05fd0f9 - - - - - -] Failed to bind port 35deafbc-d9bd-431e-acd6-739f4b49eddf on host instance for vnic_type normal using segments [{'id': '0ab1e4ff-b376-436f-b3f5-5252c4001888', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 527, 'network_id': '3734a57b-5287-4af6-b374-b60d8f856c23'}] 2026-05-05 19:29:38.000 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-67b9818a-61cc-45ed-8dc2-0929f0219274'] response: {'server_uuid': '1492711a-91be-4ff3-b4f2-b36f325bb688', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a', 'code': 200} 2026-05-05 19:29:42.425 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a 2026-05-05 19:29:42.573 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7b73152-4a5c-482b-ba1f-556dc8e0c81d'] response: {'server_uuid': '1492711a-91be-4ff3-b4f2-b36f325bb688', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a', 'code': 200} 2026-05-05 19:29:43.892 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 95a8cdf4-13e7-4c6e-8b35-a2fbbcf1fa4a 2026-05-05 19:29:44.095 16 INFO neutron.plugins.ml2.plugin [None req-7aebbdd7-9b75-4dee-b488-5786328f9b3f - - - - - -] Attempt 1 to provision port a2f79745-9f12-4835-b5bb-98f0057fafa4 2026-05-05 19:29:47.970 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ca091ddc-fde8-4261-9221-bcf172de3bee 2026-05-05 19:29:48.498 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 4b50154b-e190-46a0-a85c-125451fac99c 2026-05-05 19:29:49.871 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ca091ddc-fde8-4261-9221-bcf172de3bee 2026-05-05 19:29:50.019 13 INFO neutron.plugins.ml2.plugin [None req-7381d7f0-39ae-42a3-83c6-64b38e14f9f7 - - - - - -] Attempt 1 to provision port 7730a168-73e9-4c03-8831-6c5ab1e6b064 2026-05-05 19:29:50.084 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 4b50154b-e190-46a0-a85c-125451fac99c 2026-05-05 19:29:50.107 13 INFO neutron.plugins.ml2.plugin [None req-7381d7f0-39ae-42a3-83c6-64b38e14f9f7 - - - - - -] Attempt 1 to provision port 0a0b2a1a-b1f0-4087-9645-cd046979abaf 2026-05-05 19:29:50.181 13 INFO neutron.plugins.ml2.plugin [None req-7381d7f0-39ae-42a3-83c6-64b38e14f9f7 - - - - - -] Attempt 1 to provision port 4b50154b-e190-46a0-a85c-125451fac99c 2026-05-05 19:29:51.920 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port cb45434e-7c64-4e85-94ad-577aeb5554ec 2026-05-05 19:29:53.982 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 71bdb67a-49dd-41f2-88a9-49fcb5a89f1f 2026-05-05 19:29:54.426 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port cb45434e-7c64-4e85-94ad-577aeb5554ec 2026-05-05 19:29:55.839 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 71bdb67a-49dd-41f2-88a9-49fcb5a89f1f 2026-05-05 19:29:56.249 16 INFO neutron.plugins.ml2.plugin [None req-bb77976e-e607-4386-8774-ef3436f5e696 - - - - - -] Attempt 1 to provision port bbd59ebb-e9d5-4068-9fd3-ea9bb3123f0b 2026-05-05 19:29:56.284 16 INFO neutron.plugins.ml2.plugin [None req-bb77976e-e607-4386-8774-ef3436f5e696 - - - - - -] Attempt 1 to provision port ffe81233-fbb7-4f95-854b-0b570d6da9d6 2026-05-05 19:29:56.306 16 INFO neutron.plugins.ml2.plugin [None req-bb77976e-e607-4386-8774-ef3436f5e696 - - - - - -] Attempt 1 to provision port 71bdb67a-49dd-41f2-88a9-49fcb5a89f1f 2026-05-05 19:30:02.537 13 INFO neutron.plugins.ml2.plugin [None req-ec1ff699-e90e-4518-bcd9-d9f38571a0d2 - - - - - -] Attempt 1 to provision port 71bdb67a-49dd-41f2-88a9-49fcb5a89f1f 2026-05-05 19:30:02.586 13 INFO neutron.plugins.ml2.plugin [None req-ec1ff699-e90e-4518-bcd9-d9f38571a0d2 - - - - - -] Attempt 1 to provision port ffe81233-fbb7-4f95-854b-0b570d6da9d6 2026-05-05 19:30:02.606 13 INFO neutron.plugins.ml2.plugin [None req-ec1ff699-e90e-4518-bcd9-d9f38571a0d2 - - - - - -] Attempt 1 to provision port 0a0b2a1a-b1f0-4087-9645-cd046979abaf 2026-05-05 19:30:02.630 13 INFO neutron.plugins.ml2.plugin [None req-ec1ff699-e90e-4518-bcd9-d9f38571a0d2 - - - - - -] Attempt 1 to provision port 4b50154b-e190-46a0-a85c-125451fac99c 2026-05-05 19:30:04.933 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a5b04b32-38fa-4a86-9e56-3305c8e96fb3 2026-05-05 19:30:05.786 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a403bc1-dbeb-46ce-a9c8-84e107c2482d'] response: {'server_uuid': 'b60397bf-62d4-4d96-b944-a3c31c39ff4c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a5b04b32-38fa-4a86-9e56-3305c8e96fb3', 'code': 200} 2026-05-05 19:30:05.946 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a5b04b32-38fa-4a86-9e56-3305c8e96fb3 2026-05-05 19:30:08.188 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 0a0b2a1a-b1f0-4087-9645-cd046979abaf 2026-05-05 19:30:08.515 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1d12339d-7159-4030-9a2b-a534cf55166e 2026-05-05 19:30:08.874 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 7730a168-73e9-4c03-8831-6c5ab1e6b064 2026-05-05 19:30:09.146 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e9bf3d42-b27b-4841-ab9c-b6ebb4c1c084 2026-05-05 19:30:10.109 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f8e40632-f166-4b73-a49d-0e73bd762078 2026-05-05 19:30:10.931 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 0a0b2a1a-b1f0-4087-9645-cd046979abaf 2026-05-05 19:30:11.179 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1d12339d-7159-4030-9a2b-a534cf55166e 2026-05-05 19:30:11.409 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 7730a168-73e9-4c03-8831-6c5ab1e6b064 2026-05-05 19:30:11.546 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e9bf3d42-b27b-4841-ab9c-b6ebb4c1c084 2026-05-05 19:30:12.947 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f8e40632-f166-4b73-a49d-0e73bd762078 2026-05-05 19:30:15.163 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ffe81233-fbb7-4f95-854b-0b570d6da9d6 2026-05-05 19:30:15.441 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 41b64bb9-e92b-4f97-8997-ad14fb08664e 2026-05-05 19:30:15.809 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port bbd59ebb-e9d5-4068-9fd3-ea9bb3123f0b 2026-05-05 19:30:17.147 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ffe81233-fbb7-4f95-854b-0b570d6da9d6 2026-05-05 19:30:17.340 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 41b64bb9-e92b-4f97-8997-ad14fb08664e 2026-05-05 19:30:17.508 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port bbd59ebb-e9d5-4068-9fd3-ea9bb3123f0b 2026-05-05 19:30:22.111 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 81f11082-40f6-4622-a49a-31c2fafe675d 2026-05-05 19:30:22.316 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cfbbbec-164a-4a2f-83d2-f3f997b05f7d'] response: {'server_uuid': '2f3396fd-404e-4254-9aed-5745b42510b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81f11082-40f6-4622-a49a-31c2fafe675d', 'code': 200} 2026-05-05 19:30:23.866 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a63e8202-8ff0-4514-a693-0ad2f7f10345 2026-05-05 19:30:24.226 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 81f11082-40f6-4622-a49a-31c2fafe675d 2026-05-05 19:30:24.332 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 3a3df29d-c3ed-4d31-96ce-692a113b2a4d 2026-05-05 19:30:24.364 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 81f11082-40f6-4622-a49a-31c2fafe675d 2026-05-05 19:30:24.406 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e02494b8-6e05-45c7-8a7a-e7d97460a0c2'] response: {'server_uuid': 'fec55fb9-5199-4e41-b1ff-9a2b29fea803', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a63e8202-8ff0-4514-a693-0ad2f7f10345', 'code': 200} 2026-05-05 19:30:24.426 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 1d12339d-7159-4030-9a2b-a534cf55166e 2026-05-05 19:30:24.484 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 2bc2a5eb-4407-4766-9a51-18420aa7b93b 2026-05-05 19:30:24.512 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 41b64bb9-e92b-4f97-8997-ad14fb08664e 2026-05-05 19:30:24.560 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 845be6fe-6d75-4c0f-bd8f-c96610608a37 2026-05-05 19:30:24.582 16 INFO neutron.plugins.ml2.plugin [None req-c3ab44cd-4797-4fcc-90d7-cb20e5b8e349 - - - - - -] Attempt 1 to provision port 0f60fb06-f503-4adf-bb47-b07cecb5bfe0 2026-05-05 19:30:25.345 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port a63e8202-8ff0-4514-a693-0ad2f7f10345 2026-05-05 19:30:25.579 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 8c6c0d32-2067-4775-ad75-e03f8249ede2 2026-05-05 19:30:27.281 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port edb6d25b-f172-4520-b910-f62e7012eba8 2026-05-05 19:30:27.622 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 8c6c0d32-2067-4775-ad75-e03f8249ede2 2026-05-05 19:30:29.241 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port edb6d25b-f172-4520-b910-f62e7012eba8 2026-05-05 19:30:31.391 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2bc2a5eb-4407-4766-9a51-18420aa7b93b 2026-05-05 19:30:31.637 13 INFO neutron.plugins.ml2.plugin [None req-a0745f84-3b53-45f0-a0a8-3f7bcea09c74 - - - - - -] Attempt 1 to provision port 845be6fe-6d75-4c0f-bd8f-c96610608a37 2026-05-05 19:30:31.697 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 845be6fe-6d75-4c0f-bd8f-c96610608a37 2026-05-05 19:30:31.763 13 INFO neutron.plugins.ml2.plugin [None req-a0745f84-3b53-45f0-a0a8-3f7bcea09c74 - - - - - -] Attempt 1 to provision port 932667d3-b984-4692-8275-b88b6c43cbee 2026-05-05 19:30:31.785 13 INFO neutron.plugins.ml2.plugin [None req-a0745f84-3b53-45f0-a0a8-3f7bcea09c74 - - - - - -] Attempt 1 to provision port edb6d25b-f172-4520-b910-f62e7012eba8 2026-05-05 19:30:31.854 13 INFO neutron.plugins.ml2.plugin [None req-a0745f84-3b53-45f0-a0a8-3f7bcea09c74 - - - - - -] Attempt 1 to provision port 0f60fb06-f503-4adf-bb47-b07cecb5bfe0 2026-05-05 19:30:31.940 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 0f60fb06-f503-4adf-bb47-b07cecb5bfe0 2026-05-05 19:30:34.386 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 601422d6-61ed-4ffe-a3ab-706085a3af32 2026-05-05 19:30:34.487 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8f5b26a-fa8a-4cbb-b666-34d1d2c952e9'] response: {'server_uuid': '207b5261-3c6f-450c-bc73-5989ed906fa1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '601422d6-61ed-4ffe-a3ab-706085a3af32', 'code': 200} 2026-05-05 19:30:34.767 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2bc2a5eb-4407-4766-9a51-18420aa7b93b 2026-05-05 19:30:35.107 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 3a3df29d-c3ed-4d31-96ce-692a113b2a4d 2026-05-05 19:30:35.744 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 0f60fb06-f503-4adf-bb47-b07cecb5bfe0 2026-05-05 19:30:37.517 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 3a3df29d-c3ed-4d31-96ce-692a113b2a4d 2026-05-05 19:30:37.734 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 601422d6-61ed-4ffe-a3ab-706085a3af32 2026-05-05 19:30:39.374 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3620462-bcb8-41c3-9a5a-238f4b313449'] response: {'server_uuid': '207b5261-3c6f-450c-bc73-5989ed906fa1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '601422d6-61ed-4ffe-a3ab-706085a3af32', 'code': 200} 2026-05-05 19:30:40.486 16 INFO neutron.plugins.ml2.plugin [None req-2ddec1fc-c04b-4539-bcac-dcda81272fe7 - - - - - -] Attempt 1 to provision port f3ee393e-57d5-4770-9221-2ae634490de8 2026-05-05 19:30:40.643 16 INFO neutron.plugins.ml2.plugin [None req-2ddec1fc-c04b-4539-bcac-dcda81272fe7 - - - - - -] Attempt 1 to provision port 932667d3-b984-4692-8275-b88b6c43cbee 2026-05-05 19:30:40.761 16 INFO neutron.plugins.ml2.plugin [None req-2ddec1fc-c04b-4539-bcac-dcda81272fe7 - - - - - -] Attempt 1 to provision port a63e8202-8ff0-4514-a693-0ad2f7f10345 2026-05-05 19:30:40.816 16 INFO neutron.plugins.ml2.plugin [None req-2ddec1fc-c04b-4539-bcac-dcda81272fe7 - - - - - -] Attempt 1 to provision port edb6d25b-f172-4520-b910-f62e7012eba8 2026-05-05 19:30:40.866 16 INFO neutron.plugins.ml2.plugin [None req-2ddec1fc-c04b-4539-bcac-dcda81272fe7 - - - - - -] Attempt 1 to provision port 0f60fb06-f503-4adf-bb47-b07cecb5bfe0 2026-05-05 19:30:41.241 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port f3ee393e-57d5-4770-9221-2ae634490de8 2026-05-05 19:30:41.405 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 932667d3-b984-4692-8275-b88b6c43cbee 2026-05-05 19:31:09.317 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 972b8944-3123-4909-bead-97dc922b19dd 2026-05-05 19:31:11.229 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 972b8944-3123-4909-bead-97dc922b19dd 2026-05-05 19:31:11.602 16 INFO neutron_taas.services.taas.taas_plugin [None req-9d11d281-6852-40e2-ac23-97feb432549d - - - - - -] TaaS: Handle Delete Port: 972b8944-3123-4909-bead-97dc922b19dd 2026-05-05 19:31:11.621 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d11d281-6852-40e2-ac23-97feb432549d - - - - - -] Tap Mirror: Handle Delete Port: 972b8944-3123-4909-bead-97dc922b19dd /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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-05 19:31:13.753 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 8511c1dd-86ce-454e-a3ef-9092a311d0f4 2026-05-05 19:31:13.845 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-478bf49c-feb1-4038-91e5-928022955243'] response: {'server_uuid': '6774aa91-3884-4e23-ae39-ef96be1ce3bd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8511c1dd-86ce-454e-a3ef-9092a311d0f4', 'code': 200} 2026-05-05 19:31:15.218 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 8511c1dd-86ce-454e-a3ef-9092a311d0f4 2026-05-05 19:31:16.803 13 INFO neutron.plugins.ml2.plugin [None req-db13552c-3708-4c19-b6d5-1a018b925277 - - - - - -] Attempt 1 to provision port 8511c1dd-86ce-454e-a3ef-9092a311d0f4 2026-05-05 19:31:53.368 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e87f8c1-a84a-40f9-a2aa-b7dbc898b0d3'] response: {'server_uuid': 'fec55fb9-5199-4e41-b1ff-9a2b29fea803', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a63e8202-8ff0-4514-a693-0ad2f7f10345', 'code': 200} 2026-05-05 19:32:00.212 13 INFO neutron_taas.services.taas.taas_plugin [None req-0f2d57bc-396b-4d90-b044-12494dbf1104 - - - - - -] TaaS: Handle Delete Port: 41b64bb9-e92b-4f97-8997-ad14fb08664e 2026-05-05 19:32:00.219 13 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f2d57bc-396b-4d90-b044-12494dbf1104 - - - - - -] Tap Mirror: Handle Delete Port: 41b64bb9-e92b-4f97-8997-ad14fb08664e /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:852: 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-05 19:32:13.214 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1ee42a96-7ac0-4ea5-961f-eb5c1f98e718 2026-05-05 19:32:15.249 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 1ee42a96-7ac0-4ea5-961f-eb5c1f98e718 2026-05-05 19:32:17.232 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e204a7ea-88a9-4c78-bd89-f1393ae58e82 2026-05-05 19:32:17.571 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2b96720d-e9da-48df-b4eb-6cb73f74a159 2026-05-05 19:32:19.317 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port e204a7ea-88a9-4c78-bd89-f1393ae58e82 2026-05-05 19:32:19.549 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2b96720d-e9da-48df-b4eb-6cb73f74a159 2026-05-05 19:32:19.842 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 02d57a39-02c8-4f5d-88ae-dd7734dfa877 2026-05-05 19:32:21.325 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 02d57a39-02c8-4f5d-88ae-dd7734dfa877 2026-05-05 19:32:21.793 13 INFO neutron.plugins.ml2.plugin [None req-0db899f9-6a96-4808-9953-27281c364ec1 - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:21.854 13 INFO neutron.plugins.ml2.plugin [None req-0db899f9-6a96-4808-9953-27281c364ec1 - - - - - -] Attempt 1 to provision port e204a7ea-88a9-4c78-bd89-f1393ae58e82 2026-05-05 19:32:21.997 13 INFO neutron.plugins.ml2.plugin [None req-0db899f9-6a96-4808-9953-27281c364ec1 - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:22.058 13 INFO neutron.plugins.ml2.plugin [None req-0db899f9-6a96-4808-9953-27281c364ec1 - - - - - -] Attempt 1 to provision port 02d57a39-02c8-4f5d-88ae-dd7734dfa877 2026-05-05 19:32:26.185 13 INFO neutron.plugins.ml2.plugin [None req-3a68ae5e-49b8-4524-a5cd-a4f67a7fb5b7 - - - - - -] Attempt 1 to provision port e204a7ea-88a9-4c78-bd89-f1393ae58e82 2026-05-05 19:32:26.227 13 INFO neutron.plugins.ml2.plugin [None req-3a68ae5e-49b8-4524-a5cd-a4f67a7fb5b7 - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:26.252 13 INFO neutron.plugins.ml2.plugin [None req-3a68ae5e-49b8-4524-a5cd-a4f67a7fb5b7 - - - - - -] Attempt 1 to provision port 2fb81c42-d67b-4928-8a6c-e1b97c769ccb 2026-05-05 19:32:26.281 13 INFO neutron.plugins.ml2.plugin [None req-3a68ae5e-49b8-4524-a5cd-a4f67a7fb5b7 - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:26.306 13 INFO neutron.plugins.ml2.plugin [None req-3a68ae5e-49b8-4524-a5cd-a4f67a7fb5b7 - - - - - -] Attempt 1 to provision port 02d57a39-02c8-4f5d-88ae-dd7734dfa877 2026-05-05 19:32:29.320 16 INFO neutron.plugins.ml2.plugin [None req-f6c5a7c5-c10d-47e4-b107-bb8ba1998103 - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:29.345 16 INFO neutron.plugins.ml2.plugin [None req-f6c5a7c5-c10d-47e4-b107-bb8ba1998103 - - - - - -] Attempt 1 to provision port e204a7ea-88a9-4c78-bd89-f1393ae58e82 2026-05-05 19:32:29.392 16 INFO neutron.plugins.ml2.plugin [None req-f6c5a7c5-c10d-47e4-b107-bb8ba1998103 - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:29.414 16 INFO neutron.plugins.ml2.plugin [None req-f6c5a7c5-c10d-47e4-b107-bb8ba1998103 - - - - - -] Attempt 1 to provision port 02d57a39-02c8-4f5d-88ae-dd7734dfa877 2026-05-05 19:32:31.455 16 INFO neutron.plugins.ml2.plugin [None req-86470698-b9fe-4201-ab7e-e1531e030f8d - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:31.485 16 INFO neutron.plugins.ml2.plugin [None req-86470698-b9fe-4201-ab7e-e1531e030f8d - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:31.776 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 201ee918-7060-4a40-a507-a6ade4339d76 2026-05-05 19:32:31.883 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-642a4680-3218-4cbd-ae8e-f0eb29a7d9c6'] response: {'server_uuid': 'd0dc0346-574f-4e63-b8b0-67c3ba50240a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '201ee918-7060-4a40-a507-a6ade4339d76', 'code': 200} 2026-05-05 19:32:33.297 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 201ee918-7060-4a40-a507-a6ade4339d76 2026-05-05 19:32:33.596 13 INFO neutron.plugins.ml2.plugin [None req-c1af3f9e-7651-45a5-8c88-6f25748feb30 - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:33.622 13 INFO neutron.plugins.ml2.plugin [None req-c1af3f9e-7651-45a5-8c88-6f25748feb30 - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:36.145 13 INFO neutron.plugins.ml2.plugin [None req-252fdfd5-94d1-4b9b-9135-382d5665b271 - - - - - -] Attempt 1 to provision port 201ee918-7060-4a40-a507-a6ade4339d76 2026-05-05 19:32:36.171 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:36.766 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2fb81c42-d67b-4928-8a6c-e1b97c769ccb 2026-05-05 19:32:38.211 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 61906909-b059-4a56-8641-35ead1329d4c 2026-05-05 19:32:38.419 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 2fb81c42-d67b-4928-8a6c-e1b97c769ccb 2026-05-05 19:32:38.688 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:39.212 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ca2871d8-48cb-4616-9d15-c39cc26bc046 2026-05-05 19:32:40.167 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 95568274-a39a-40f7-9953-fc6910d4c942 2026-05-05 19:32:40.375 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port ca2871d8-48cb-4616-9d15-c39cc26bc046 2026-05-05 19:32:48.220 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 460386ff-f1c6-422d-a608-24b4cf6853f1 2026-05-05 19:32:48.342 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0edf600f-b28d-4e95-b703-881d17be3d69'] response: {'server_uuid': 'f462a892-03d5-4bad-863b-2e6033156bbb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '460386ff-f1c6-422d-a608-24b4cf6853f1', 'code': 200} 2026-05-05 19:32:50.182 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 460386ff-f1c6-422d-a608-24b4cf6853f1 2026-05-05 19:33:36.741 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port c7dfc66d-ceee-4bfb-80ba-6969b2bd2167 2026-05-05 19:33:36.871 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd36d9eb-d691-47d0-afda-502fffd0d333'] response: {'server_uuid': 'fb7dffac-c7ff-4862-9cfc-aa0c73bb7c39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7dfc66d-ceee-4bfb-80ba-6969b2bd2167', 'code': 200} 2026-05-05 19:33:38.202 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port c7dfc66d-ceee-4bfb-80ba-6969b2bd2167 2026-05-05 19:34:51.542 16 INFO neutron.plugins.ml2.plugin [None req-3bef72fd-64af-4f35-80bf-2e893e53047b - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644 2026-05-05 19:34:59.809 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644 2026-05-05 19:34:59.898 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac216723-393e-449d-862a-13b530e50c68'] response: {'server_uuid': 'fb7dffac-c7ff-4862-9cfc-aa0c73bb7c39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '68704af8-3ae5-4879-a783-f97bcbf82644', 'code': 200} 2026-05-05 19:35:00.413 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644 2026-05-05 19:35:11.877 13 INFO neutron.plugins.ml2.plugin [None req-f1772e9d-0fb9-4ee1-a239-8952fb43115a - - - - - -] Attempt 1 to provision port d6c4b58d-0a18-4578-90e6-af1b1c327023 2026-05-05 19:35:18.453 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port d6c4b58d-0a18-4578-90e6-af1b1c327023 2026-05-05 19:35:18.559 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-df47a2d5-0548-40fc-86eb-a5c6c2db389e'] response: {'server_uuid': 'fb7dffac-c7ff-4862-9cfc-aa0c73bb7c39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd6c4b58d-0a18-4578-90e6-af1b1c327023', 'code': 200} 2026-05-05 19:35:20.404 13 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port d6c4b58d-0a18-4578-90e6-af1b1c327023 2026-05-05 19:35:21.648 13 INFO neutron.plugins.ml2.plugin [None req-68b3e858-2c53-4832-baa4-bc5b01ff86bd - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644 2026-05-05 19:35:22.464 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644 2026-05-05 19:35:37.500 16 INFO neutron.plugins.ml2.plugin [None req-cb428fa4-dfc5-438c-8cfa-9a9301ac8e35 - - - - - -] Attempt 1 to provision port d6c4b58d-0a18-4578-90e6-af1b1c327023 2026-05-05 19:35:38.505 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port d6c4b58d-0a18-4578-90e6-af1b1c327023 2026-05-05 19:35:38.799 13 INFO neutron.plugins.ml2.plugin [None req-d7bfd24d-b30c-4489-960b-7efee503afe0 - - - - - -] Attempt 1 to provision port d6c4b58d-0a18-4578-90e6-af1b1c327023 2026-05-05 19:35:45.749 13 INFO neutron.plugins.ml2.plugin [None req-8f0a118e-3cae-410d-8f4a-fa492e58bbf7 - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644 2026-05-05 19:35:46.465 16 INFO neutron.plugins.ml2.plugin [None req-2eca9910-86d6-41cd-8496-a8923814a5b5 - - - - - -] Attempt 1 to provision port 68704af8-3ae5-4879-a783-f97bcbf82644