+ 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 2026-06-15 16:24:03.785 1 INFO neutron.common.config [-] Logging enabled! 2026-06-15 16:24:03.785 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-06-15 16:24:03.785 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-15 16:24:03.786 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-15 16:24:05.295 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-15 16:24:05.298 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-15 16:24:05.301 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-15 16:24:05.302 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-15 16:24:05.302 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-15 16:24:05.302 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-15 16:24:05.302 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-15 16:24:05.309 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-15 16:24:05.310 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-15 16:24:05.310 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-15 16:24:05.329 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-15 16:24:05.330 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-15 16:24:05.330 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-15 16:24:05.350 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-15 16:24:05.351 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-15 16:24:05.351 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-15 16:24:05.351 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-15 16:24:05.669 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing driver for type 'vlan' 2026-06-15 16:24:05.826 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] VlanTypeDriver initialization complete 2026-06-15 16:24:05.826 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing driver for type 'vxlan' 2026-06-15 16:24:05.827 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-15 16:24:05.886 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-15 16:24:05.887 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-15 16:24:05.887 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing extension driver 'port_security' 2026-06-15 16:24:05.887 1 INFO neutron.plugins.ml2.extensions.port_security [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-15 16:24:05.887 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing extension driver 'qos' 2026-06-15 16:24:05.887 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-15 16:24:05.887 1 INFO neutron.plugins.ml2.managers [None req-7d3d312b-8476-478c-804a-78728eb68909 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-15 16:24:05.903 1 INFO neutron.quota [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded quota_driver: . 2026-06-15 16:24:05.903 1 INFO neutron.plugins.ml2.plugin [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Modular L2 Plugin initialization complete 2026-06-15 16:24:05.904 1 INFO neutron.plugins.ml2.managers [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-15 16:24:05.904 1 INFO neutron.plugins.ml2.managers [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-15 16:24:05.904 1 INFO neutron.plugins.ml2.managers [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Got port-security extension from driver 'port_security' 2026-06-15 16:24:05.904 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: qos 2026-06-15 16:24:05.916 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: router 2026-06-15 16:24:05.954 1 INFO neutron.services.service_base [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-15 16:24:05.954 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: segments 2026-06-15 16:24:06.021 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: trunk 2026-06-15 16:24:06.036 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: vpnaas 2026-06-15 16:24:06.070 1 WARNING stevedore.named [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-15 16:24:06.160 1 INFO neutron_vpnaas.services.vpn.plugin [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-15 16:24:06.160 1 INFO neutron.common.utils [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-15 16:24:06.160 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: taas 2026-06-15 16:24:06.196 1 WARNING stevedore.named [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-15 16:24:06.196 1 WARNING stevedore.named [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-15 16:24:06.228 1 INFO neutron_taas.services.taas.taas_plugin [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-15 16:24:06.228 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: tapmirror 2026-06-15 16:24:06.240 1 WARNING stevedore.named [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-15 16:24:06.240 1 WARNING stevedore.named [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-15 16:24:06.260 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-15 16:24:06.260 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: auto_allocate 2026-06-15 16:24:06.268 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: tag 2026-06-15 16:24:06.275 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: timestamp 2026-06-15 16:24:06.277 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: network_ip_availability 2026-06-15 16:24:06.280 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: flavors 2026-06-15 16:24:06.283 1 INFO neutron.manager [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loading Plugin: revisions 2026-06-15 16:24:06.287 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Initializing extension manager. 2026-06-15 16:24:06.289 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: address-group 2026-06-15 16:24:06.289 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: address-scope 2026-06-15 16:24:06.290 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-15 16:24:06.290 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: agent 2026-06-15 16:24:06.291 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: agent-resources-synced 2026-06-15 16:24:06.292 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: allowed-address-pairs 2026-06-15 16:24:06.292 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: auto-allocated-topology 2026-06-15 16:24:06.293 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: availability_zone 2026-06-15 16:24:06.293 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: availability_zone_filter 2026-06-15 16:24:06.294 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-15 16:24:06.294 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: default-subnetpools 2026-06-15 16:24:06.295 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-15 16:24:06.296 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: dns-integration 2026-06-15 16:24:06.296 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: dns-domain-ports 2026-06-15 16:24:06.297 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-15 16:24:06.298 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: dvr 2026-06-15 16:24:06.298 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-15 16:24:06.298 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: empty-string-filtering 2026-06-15 16:24:06.299 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-15 16:24:06.299 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-15 16:24:06.300 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: external-net 2026-06-15 16:24:06.300 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-15 16:24:06.300 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: extraroute 2026-06-15 16:24:06.301 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: extraroute-atomic 2026-06-15 16:24:06.302 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-15 16:24:06.302 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-15 16:24:06.303 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-15 16:24:06.303 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-15 16:24:06.303 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: fip-port-details 2026-06-15 16:24:06.304 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: flavors 2026-06-15 16:24:06.307 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-15 16:24:06.307 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: floatingip-pools 2026-06-15 16:24:06.308 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: ip_allocation 2026-06-15 16:24:06.308 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: ip-substring-filtering 2026-06-15 16:24:06.309 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: l2_adjacency 2026-06-15 16:24:06.310 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: router 2026-06-15 16:24:06.311 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-15 16:24:06.312 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-15 16:24:06.312 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-15 16:24:06.313 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: ext-gw-mode 2026-06-15 16:24:06.313 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: l3-ha 2026-06-15 16:24:06.313 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-15 16:24:06.314 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-15 16:24:06.314 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: l3-flavors 2026-06-15 16:24:06.315 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-15 16:24:06.315 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-15 16:24:06.317 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-15 16:24:06.318 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-15 16:24:06.319 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-15 16:24:06.320 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-15 16:24:06.320 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-15 16:24:06.321 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: multi-provider 2026-06-15 16:24:06.321 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: net-mtu 2026-06-15 16:24:06.322 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: net-mtu-writable 2026-06-15 16:24:06.322 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: network_availability_zone 2026-06-15 16:24:06.323 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: network_ha 2026-06-15 16:24:06.323 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: network-ip-availability 2026-06-15 16:24:06.324 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-15 16:24:06.324 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: pagination 2026-06-15 16:24:06.325 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-device-profile 2026-06-15 16:24:06.325 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-15 16:24:06.326 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-15 16:24:06.326 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-15 16:24:06.326 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-mac-override 2026-06-15 16:24:06.327 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-15 16:24:06.327 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-15 16:24:06.328 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-15 16:24:06.328 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-resource-request 2026-06-15 16:24:06.328 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-resource-request-groups 2026-06-15 16:24:06.329 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-15 16:24:06.329 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: binding 2026-06-15 16:24:06.330 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: binding-extended 2026-06-15 16:24:06.330 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-security 2026-06-15 16:24:06.331 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: project-id 2026-06-15 16:24:06.331 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: provider 2026-06-15 16:24:06.332 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-15 16:24:06.333 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos 2026-06-15 16:24:06.334 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-15 16:24:06.335 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-15 16:24:06.335 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-default 2026-06-15 16:24:06.336 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-fip 2026-06-15 16:24:06.336 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-15 16:24:06.336 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-gateway-ip 2026-06-15 16:24:06.337 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-port-network-policy 2026-06-15 16:24:06.337 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-pps-minimum 2026-06-15 16:24:06.338 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-15 16:24:06.338 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-pps 2026-06-15 16:24:06.339 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-rule-type-details 2026-06-15 16:24:06.339 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-15 16:24:06.340 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: qos-rules-alias 2026-06-15 16:24:06.340 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: quota-check-limit 2026-06-15 16:24:06.341 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: quota-check-limit-default 2026-06-15 16:24:06.342 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: quotas 2026-06-15 16:24:06.345 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: quota_details 2026-06-15 16:24:06.347 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: rbac-policies 2026-06-15 16:24:06.347 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: rbac-address-group 2026-06-15 16:24:06.347 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: rbac-address-scope 2026-06-15 16:24:06.348 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: rbac-security-groups 2026-06-15 16:24:06.348 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: rbac-subnetpool 2026-06-15 16:24:06.349 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: revision-if-match 2026-06-15 16:24:06.349 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: standard-attr-revisions 2026-06-15 16:24:06.350 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: router_availability_zone 2026-06-15 16:24:06.350 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-15 16:24:06.351 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: security-groups-default-rules 2026-06-15 16:24:06.352 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-15 16:24:06.352 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-15 16:24:06.353 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-15 16:24:06.353 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-15 16:24:06.354 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-15 16:24:06.357 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: security-group 2026-06-15 16:24:06.358 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: segment 2026-06-15 16:24:06.358 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-15 16:24:06.359 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: service-type 2026-06-15 16:24:06.359 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: sorting 2026-06-15 16:24:06.360 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: standard-attr-segment 2026-06-15 16:24:06.360 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: standard-attr-description 2026-06-15 16:24:06.361 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: stateful-security-group 2026-06-15 16:24:06.361 1 WARNING neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-15 16:24:06.361 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-15 16:24:06.362 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: subnet-external-network 2026-06-15 16:24:06.362 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: subnet_onboard 2026-06-15 16:24:06.363 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-15 16:24:06.363 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: subnet-service-types 2026-06-15 16:24:06.364 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: subnet_allocation 2026-06-15 16:24:06.364 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-15 16:24:06.365 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: tag-creation 2026-06-15 16:24:06.365 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-15 16:24:06.368 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: standard-attr-tag 2026-06-15 16:24:06.369 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-15 16:24:06.370 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: trunk 2026-06-15 16:24:06.370 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: trunk-details 2026-06-15 16:24:06.370 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-15 16:24:06.371 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-15 16:24:06.371 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-15 16:24:06.372 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-15 16:24:06.374 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-15 16:24:06.374 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-15 16:24:06.375 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: vpn-flavors 2026-06-15 16:24:06.376 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: vpnaas 2026-06-15 16:24:06.377 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: taas 2026-06-15 16:24:06.378 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: tap-mirror 2026-06-15 16:24:06.378 1 INFO neutron.api.extensions [None req-2a7345cc-b7dd-44a5-9851-222d3fb89c4f - - - - - -] Loaded extension: taas-vlan-filter 2026-06-15 16:24:36.470 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-15 16:24:36.516 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-15 16:24:36.523 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-15 16:24:44.534 16 INFO neutron.db.l3_hamode_db [None req-1999e3b1-c745-44bf-8d4a-1161c6884bb3 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-15 16:24:59.408 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port a43372b0-ae82-42cd-91c2-9bb88a70cde8 2026-06-15 16:25:01.001 16 INFO neutron.plugins.ml2.plugin [None req-dbfd9905-7cb4-4f4a-8f1e-ae2b54ad74be - - - - - -] Attempt 1 to provision port a43372b0-ae82-42cd-91c2-9bb88a70cde8 2026-06-15 16:25:01.219 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port a43372b0-ae82-42cd-91c2-9bb88a70cde8 2026-06-15 16:25:02.669 16 INFO neutron.plugins.ml2.plugin [None req-59821244-16f3-4043-965d-4acc86ac84cf - - - - - -] Attempt 1 to provision port a43372b0-ae82-42cd-91c2-9bb88a70cde8 2026-06-15 16:29:41.803 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 95d79f84-b160-40e8-819b-27b7b870e7bf 2026-06-15 16:29:43.688 16 INFO neutron.plugins.ml2.plugin [None req-1bbf4200-6588-450e-9179-314a16e2d17a - - - - - -] Attempt 1 to provision port 95d79f84-b160-40e8-819b-27b7b870e7bf 2026-06-15 16:29:43.785 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 95d79f84-b160-40e8-819b-27b7b870e7bf 2026-06-15 16:29:49.470 13 INFO neutron.plugins.ml2.plugin [None req-57cc729e-8f82-4eda-9e77-ae563b2b9890 - - - - - -] Attempt 1 to provision port 40ca6743-cb28-4120-b0c1-4c238d89bd6e 2026-06-15 16:33:34.397 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 40ca6743-cb28-4120-b0c1-4c238d89bd6e 2026-06-15 16:33:35.885 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 40ca6743-cb28-4120-b0c1-4c238d89bd6e 2026-06-15 16:42:19.992 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 87821ab8-2e47-404a-ab72-c446150bdf0d 2026-06-15 16:42:21.972 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 87821ab8-2e47-404a-ab72-c446150bdf0d 2026-06-15 16:52:28.180 16 INFO neutron.plugins.ml2.plugin [None req-c3ac708b-771f-4870-a785-ec0c40b75a0e - - - - - -] Attempt 1 to provision port 40ca6743-cb28-4120-b0c1-4c238d89bd6e 2026-06-15 16:52:28.252 16 INFO neutron.plugins.ml2.plugin [None req-c3ac708b-771f-4870-a785-ec0c40b75a0e - - - - - -] Attempt 1 to provision port 95d79f84-b160-40e8-819b-27b7b870e7bf 2026-06-15 16:52:28.302 16 INFO neutron.plugins.ml2.plugin [None req-c3ac708b-771f-4870-a785-ec0c40b75a0e - - - - - -] Attempt 1 to provision port a43372b0-ae82-42cd-91c2-9bb88a70cde8 2026-06-15 16:58:34.029 16 INFO neutron.plugins.ml2.plugin [None req-bf072b50-3034-4a16-96c6-c4fd556ed5f6 - - - - - -] Attempt 1 to provision port 508b83e0-dd51-4077-9969-8ca604f57276 2026-06-15 16:58:34.279 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 508b83e0-dd51-4077-9969-8ca604f57276 2026-06-15 16:58:36.424 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 508b83e0-dd51-4077-9969-8ca604f57276 2026-06-15 16:58:36.642 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 766819c4-af00-441e-85e6-c9fe6548d6e7 2026-06-15 16:58:38.439 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 766819c4-af00-441e-85e6-c9fe6548d6e7 2026-06-15 16:58:40.318 13 INFO neutron.plugins.ml2.plugin [None req-4b148dbf-b779-4559-b2de-87a388a884e6 - - - - - -] Attempt 1 to provision port 766819c4-af00-441e-85e6-c9fe6548d6e7 2026-06-15 16:58:40.360 13 INFO neutron.plugins.ml2.plugin [None req-4b148dbf-b779-4559-b2de-87a388a884e6 - - - - - -] Attempt 1 to provision port c8efe6c2-fbdb-4561-bf72-0cf4684b8545 2026-06-15 16:58:42.340 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 7cbbf438-8e43-4f3f-91f1-3f76ffbfe459 2026-06-15 16:58:44.391 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 7cbbf438-8e43-4f3f-91f1-3f76ffbfe459 2026-06-15 16:58:44.608 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 5cc0c806-08b3-4a96-99fd-62f211dcdb0e 2026-06-15 16:58:44.938 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 7fc08d77-42b5-438f-bab7-b1da33e3681e 2026-06-15 16:58:45.386 13 INFO neutron.plugins.ml2.plugin [None req-7e4ec019-f259-4c05-a1a5-928a4307ff01 - - - - - -] Attempt 1 to provision port 7fc08d77-42b5-438f-bab7-b1da33e3681e 2026-06-15 16:58:46.345 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 5cc0c806-08b3-4a96-99fd-62f211dcdb0e 2026-06-15 16:58:46.678 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 7fc08d77-42b5-438f-bab7-b1da33e3681e 2026-06-15 16:58:50.822 16 INFO neutron.plugins.ml2.plugin [None req-a19babfa-ed3d-4e74-83c2-e6971df4dd77 - - - - - -] Attempt 1 to provision port c5328b16-3fe7-4ff9-884f-3b5141d33199 2026-06-15 16:58:50.854 16 INFO neutron.plugins.ml2.plugin [None req-a19babfa-ed3d-4e74-83c2-e6971df4dd77 - - - - - -] Attempt 1 to provision port c8efe6c2-fbdb-4561-bf72-0cf4684b8545 2026-06-15 16:58:50.885 16 INFO neutron.plugins.ml2.plugin [None req-a19babfa-ed3d-4e74-83c2-e6971df4dd77 - - - - - -] Attempt 1 to provision port 7fc08d77-42b5-438f-bab7-b1da33e3681e 2026-06-15 16:58:55.192 16 INFO neutron.plugins.ml2.plugin [None req-6ce9a765-a533-46d0-ba30-83b696ddf3c5 - - - - - -] Attempt 1 to provision port c5328b16-3fe7-4ff9-884f-3b5141d33199 2026-06-15 16:58:56.418 13 INFO neutron.plugins.ml2.plugin [None req-cf8990ac-a6b3-4aad-9c8b-fa562029fe74 - - - - - -] Attempt 1 to provision port 8f14d6c0-dc91-414e-8a51-09b5b4b26a66 2026-06-15 16:58:56.898 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6f8eb338-9abf-4668-81b3-2a07a1181ea2 2026-06-15 16:58:57.508 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9efa9630-5fe6-469f-b0a3-f7d01ea2c95a'] response: {'server_uuid': 'd3486c63-6b36-4f82-a395-770210c3ed4e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6f8eb338-9abf-4668-81b3-2a07a1181ea2', 'code': 200} 2026-06-15 16:58:58.995 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6f8eb338-9abf-4668-81b3-2a07a1181ea2 2026-06-15 16:58:59.256 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6c1f9476-632b-4fb9-981e-1757b8467bb0 2026-06-15 16:58:59.865 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2635aa16-694c-41d9-94e0-050abe788e98'] response: {'server_uuid': 'aaf23825-7009-4b4e-ab58-8ce5156ce56f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6c1f9476-632b-4fb9-981e-1757b8467bb0', 'code': 200} 2026-06-15 16:59:00.926 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6c1f9476-632b-4fb9-981e-1757b8467bb0 2026-06-15 16:59:01.228 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port e1913fa9-fcd8-4d42-bd6f-442ae900a243 2026-06-15 16:59:02.405 16 INFO neutron.plugins.ml2.plugin [None req-743f5784-c438-4ec2-96af-e13dd1ae54c4 - - - - - -] Attempt 1 to provision port 99221d8a-e414-4fac-b345-089ec0a1078a 2026-06-15 16:59:02.507 16 INFO neutron.plugins.ml2.plugin [None req-743f5784-c438-4ec2-96af-e13dd1ae54c4 - - - - - -] Attempt 1 to provision port e1913fa9-fcd8-4d42-bd6f-442ae900a243 2026-06-15 16:59:03.175 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port e1913fa9-fcd8-4d42-bd6f-442ae900a243 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server [None req-cbba7b19-e173-4fb0-a3ec-56a8dd4400d5 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet b7294236-2238-42bc-92b1-bfc745ccf1ad: This subnet is being modified by another concurrent operation. 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1572, in create_port_db 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server raise exception 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet b7294236-2238-42bc-92b1-bfc745ccf1ad: This subnet is being modified by another concurrent operation. 2026-06-15 16:59:04.000 16 ERROR oslo_messaging.rpc.server 2026-06-15 16:59:08.932 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port e701d266-0b5b-4902-8f84-0d36ee180996 2026-06-15 16:59:16.809 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c5328b16-3fe7-4ff9-884f-3b5141d33199 2026-06-15 16:59:17.107 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 99221d8a-e414-4fac-b345-089ec0a1078a 2026-06-15 16:59:17.790 13 INFO neutron.plugins.ml2.plugin [None req-0be06afa-3540-4c86-a9a2-8852c8d8ee17 - - - - - -] Attempt 1 to provision port 1fa084ed-0f5b-40fe-bb31-64e4cbbd4b3c 2026-06-15 16:59:18.802 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c5328b16-3fe7-4ff9-884f-3b5141d33199 2026-06-15 16:59:19.162 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 99221d8a-e414-4fac-b345-089ec0a1078a 2026-06-15 16:59:20.824 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 5d11bb02-c7b7-41b4-9bae-183ef3067c1b 2026-06-15 16:59:22.846 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 5d11bb02-c7b7-41b4-9bae-183ef3067c1b 2026-06-15 16:59:23.074 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 2fc39781-3452-477e-99da-74242cf50bb5 2026-06-15 16:59:23.358 13 INFO neutron.plugins.ml2.plugin [None req-112a533d-5f1b-494f-bbfe-52a43a720653 - - - - - -] Attempt 1 to provision port 2fc39781-3452-477e-99da-74242cf50bb5 2026-06-15 16:59:23.442 13 INFO neutron.plugins.ml2.plugin [None req-112a533d-5f1b-494f-bbfe-52a43a720653 - - - - - -] Attempt 1 to provision port bd075c07-6ac8-4d8a-b699-ed224cca71f0 2026-06-15 16:59:24.779 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 2fc39781-3452-477e-99da-74242cf50bb5 2026-06-15 16:59:28.860 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 0de44dd6-0bf9-4b1f-b58e-79daeac7ea96 2026-06-15 16:59:33.321 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 054fbc7f-da8e-48d0-b6d4-446c3995c44f 2026-06-15 16:59:33.449 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-81139c5b-10ac-407f-bbab-104d60503d68'] response: {'server_uuid': 'e0d3dd09-432e-4b25-b63a-e0df2a5dd00d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '054fbc7f-da8e-48d0-b6d4-446c3995c44f', 'code': 200} 2026-06-15 16:59:35.106 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 054fbc7f-da8e-48d0-b6d4-446c3995c44f 2026-06-15 16:59:37.475 16 WARNING neutron.plugins.ml2.plugin [None req-5ba7e3af-c2af-4df9-ae83-a9e07afbff8f - - - - - -] Concurrent port binding operations failed on port 6ca93784-43dd-4cf2-9efb-5be70391d1e7 2026-06-15 16:59:37.478 16 INFO neutron.plugins.ml2.plugin [None req-5ba7e3af-c2af-4df9-ae83-a9e07afbff8f - - - - - -] Attempt 2 to bind port 6ca93784-43dd-4cf2-9efb-5be70391d1e7 2026-06-15 16:59:38.838 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6ca93784-43dd-4cf2-9efb-5be70391d1e7 2026-06-15 16:59:39.187 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port bd075c07-6ac8-4d8a-b699-ed224cca71f0 2026-06-15 16:59:39.802 13 INFO neutron.plugins.ml2.plugin [None req-378deddc-9436-4a47-b709-a64218511678 - - - - - -] Attempt 1 to provision port 6ca93784-43dd-4cf2-9efb-5be70391d1e7 2026-06-15 16:59:39.867 13 INFO neutron.plugins.ml2.plugin [None req-378deddc-9436-4a47-b709-a64218511678 - - - - - -] Attempt 1 to provision port bd075c07-6ac8-4d8a-b699-ed224cca71f0 2026-06-15 16:59:39.922 13 INFO neutron.plugins.ml2.plugin [None req-378deddc-9436-4a47-b709-a64218511678 - - - - - -] Attempt 1 to provision port 2fc39781-3452-477e-99da-74242cf50bb5 2026-06-15 16:59:41.112 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6ca93784-43dd-4cf2-9efb-5be70391d1e7 2026-06-15 16:59:41.373 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port bd075c07-6ac8-4d8a-b699-ed224cca71f0 2026-06-15 16:59:41.608 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 08f20ded-7228-498b-b068-651bb04e3869 2026-06-15 16:59:42.881 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port f5d0f8d0-9429-4aee-973f-51f623721acc 2026-06-15 16:59:43.330 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 08f20ded-7228-498b-b068-651bb04e3869 2026-06-15 16:59:44.804 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port f5d0f8d0-9429-4aee-973f-51f623721acc 2026-06-15 16:59:46.835 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port fe331397-03f5-42ee-a016-0ced37607136 2026-06-15 16:59:49.137 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port fe331397-03f5-42ee-a016-0ced37607136 2026-06-15 16:59:54.801 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 78eb4467-f817-4952-b0ef-bb8230c4db98 2026-06-15 16:59:56.851 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 78eb4467-f817-4952-b0ef-bb8230c4db98 2026-06-15 16:59:57.067 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 21d54b4b-0099-4a0c-ae5e-b1fd6f69d477 2026-06-15 16:59:59.044 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ed6083f4-23c4-46e0-86ac-9fff210ef544 2026-06-15 16:59:59.415 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 21d54b4b-0099-4a0c-ae5e-b1fd6f69d477 2026-06-15 17:00:02.195 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ed6083f4-23c4-46e0-86ac-9fff210ef544 2026-06-15 17:00:02.463 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ffe9e15f-c72e-4b1d-95d5-7e5a9ffc72bd 2026-06-15 17:00:02.604 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-dca109d8-b78a-46ce-9b18-3ad7435116f2'] response: {'server_uuid': 'd3338ecf-6934-4d6d-919f-2385304430a3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ffe9e15f-c72e-4b1d-95d5-7e5a9ffc72bd', 'code': 200} 2026-06-15 17:00:02.690 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port ec22970d-68a8-4673-8000-cd3c778226e3 2026-06-15 17:00:02.757 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port a55a8bcb-1ca4-4055-bd69-379813cf27b1 2026-06-15 17:00:02.819 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port 5f6c95a0-44f4-4551-878a-7aed9dc995ae 2026-06-15 17:00:02.878 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port 9ea94678-165f-4b58-b380-fb7eb2f5c2fd 2026-06-15 17:00:02.948 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port f5d0f8d0-9429-4aee-973f-51f623721acc 2026-06-15 17:00:03.043 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port 99cd537d-626b-442d-9997-edb516231235 2026-06-15 17:00:03.074 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port ed6083f4-23c4-46e0-86ac-9fff210ef544 2026-06-15 17:00:03.124 16 INFO neutron.plugins.ml2.plugin [None req-8f48350c-4dab-417a-be2c-3b94e411304e - - - - - -] Attempt 1 to provision port 3c9f7599-b023-4c0a-80e9-4640d4ad747b 2026-06-15 17:00:03.376 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ffe9e15f-c72e-4b1d-95d5-7e5a9ffc72bd 2026-06-15 17:00:06.643 16 WARNING neutron.plugins.ml2.plugin [None req-d6076953-7250-436b-b241-9b443f7c3e83 - - - - - -] Concurrent port binding operations failed on port a55a8bcb-1ca4-4055-bd69-379813cf27b1 2026-06-15 17:00:06.654 16 INFO neutron.plugins.ml2.plugin [None req-d6076953-7250-436b-b241-9b443f7c3e83 - - - - - -] Attempt 2 to bind port a55a8bcb-1ca4-4055-bd69-379813cf27b1 2026-06-15 17:00:08.548 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 9ea94678-165f-4b58-b380-fb7eb2f5c2fd 2026-06-15 17:00:08.869 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port a55a8bcb-1ca4-4055-bd69-379813cf27b1 2026-06-15 17:00:09.110 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b80bcee1-4f0d-452c-8d1a-4635d36923b7 2026-06-15 17:00:09.221 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-adff170c-df95-45d4-b6c9-c116b1bd34c1'] response: {'server_uuid': 'b7876ba4-bd57-4d8f-bcda-91f57d6d1843', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b80bcee1-4f0d-452c-8d1a-4635d36923b7', 'code': 200} 2026-06-15 17:00:09.489 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 827b671a-6ab9-4384-95c2-0dbc60cd098d 2026-06-15 17:00:10.483 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 2c2a2626-17f5-440c-a222-137a1a06e235 2026-06-15 17:00:10.799 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 9ea94678-165f-4b58-b380-fb7eb2f5c2fd 2026-06-15 17:00:11.005 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 749c6930-f663-4929-ad19-f3f6682f5700 2026-06-15 17:00:11.281 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b0f6322-9b60-4e38-88c3-f19e15900380'] response: {'server_uuid': 'b504b151-ffa4-43a9-a946-540fffb7daa8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '827b671a-6ab9-4384-95c2-0dbc60cd098d', 'code': 200} 2026-06-15 17:00:11.919 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port a55a8bcb-1ca4-4055-bd69-379813cf27b1 2026-06-15 17:00:12.371 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ec22970d-68a8-4673-8000-cd3c778226e3 2026-06-15 17:00:12.858 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b80bcee1-4f0d-452c-8d1a-4635d36923b7 2026-06-15 17:00:13.153 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 827b671a-6ab9-4384-95c2-0dbc60cd098d 2026-06-15 17:00:14.428 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 3c9f7599-b023-4c0a-80e9-4640d4ad747b 2026-06-15 17:00:14.963 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ec22970d-68a8-4673-8000-cd3c778226e3 2026-06-15 17:00:15.492 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 2c2a2626-17f5-440c-a222-137a1a06e235 2026-06-15 17:00:16.221 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port d868419c-8280-4c7c-8a2b-a7e4023402fc 2026-06-15 17:00:16.933 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 5f6c95a0-44f4-4551-878a-7aed9dc995ae 2026-06-15 17:00:17.279 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 749c6930-f663-4929-ad19-f3f6682f5700 2026-06-15 17:00:18.843 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 3c9f7599-b023-4c0a-80e9-4640d4ad747b 2026-06-15 17:00:19.005 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 284dc168-d7f1-47e2-a769-fe238e0860dc 2026-06-15 17:00:19.309 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port d868419c-8280-4c7c-8a2b-a7e4023402fc 2026-06-15 17:00:19.555 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 5f6c95a0-44f4-4551-878a-7aed9dc995ae 2026-06-15 17:00:19.748 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 99cd537d-626b-442d-9997-edb516231235 2026-06-15 17:00:20.918 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 99cd537d-626b-442d-9997-edb516231235 2026-06-15 17:00:21.082 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 284dc168-d7f1-47e2-a769-fe238e0860dc 2026-06-15 17:00:24.537 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port 827b671a-6ab9-4384-95c2-0dbc60cd098d 2026-06-15 17:00:24.609 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port ffe9e15f-c72e-4b1d-95d5-7e5a9ffc72bd 2026-06-15 17:00:24.670 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port 9ea94678-165f-4b58-b380-fb7eb2f5c2fd 2026-06-15 17:00:24.731 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port 2c2a2626-17f5-440c-a222-137a1a06e235 2026-06-15 17:00:24.779 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port f5d0f8d0-9429-4aee-973f-51f623721acc 2026-06-15 17:00:24.852 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port 749c6930-f663-4929-ad19-f3f6682f5700 2026-06-15 17:00:24.898 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port d868419c-8280-4c7c-8a2b-a7e4023402fc 2026-06-15 17:00:24.944 16 INFO neutron.plugins.ml2.plugin [None req-3d20cbf0-7c7b-404e-bb39-faeba4d61399 - - - - - -] Attempt 1 to provision port 284dc168-d7f1-47e2-a769-fe238e0860dc 2026-06-15 17:00:28.845 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ec887c39-a4ba-4ba7-9ac4-3a8b65968163 2026-06-15 17:00:29.274 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port d7643492-2617-4990-8a79-016f43a382b2 2026-06-15 17:00:30.714 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ec887c39-a4ba-4ba7-9ac4-3a8b65968163 2026-06-15 17:00:30.896 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port d7643492-2617-4990-8a79-016f43a382b2 2026-06-15 17:00:32.060 16 INFO neutron.plugins.ml2.plugin [None req-ac9e46ad-2a19-4eb7-9b9d-a765e55649a2 - - - - - -] Attempt 1 to provision port d7643492-2617-4990-8a79-016f43a382b2 2026-06-15 17:00:32.151 16 INFO neutron.plugins.ml2.plugin [None req-ac9e46ad-2a19-4eb7-9b9d-a765e55649a2 - - - - - -] Attempt 1 to provision port e5e6afa1-ecc7-4e31-88b8-404a3ad9429f 2026-06-15 17:00:38.194 16 INFO neutron.plugins.ml2.plugin [None req-7b54f19e-65f4-4ed7-a1a3-fecc5e5825a9 - - - - - -] Attempt 1 to provision port 3d37be58-9bf2-4225-8ded-7faaa1b70be5 2026-06-15 17:00:38.222 16 INFO neutron.plugins.ml2.plugin [None req-7b54f19e-65f4-4ed7-a1a3-fecc5e5825a9 - - - - - -] Attempt 1 to provision port 284dc168-d7f1-47e2-a769-fe238e0860dc 2026-06-15 17:00:38.288 16 INFO neutron.plugins.ml2.plugin [None req-7b54f19e-65f4-4ed7-a1a3-fecc5e5825a9 - - - - - -] Attempt 1 to provision port d7643492-2617-4990-8a79-016f43a382b2 2026-06-15 17:00:40.078 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 1e3a7f38-6487-40c1-8cbd-6f74f2fac82e 2026-06-15 17:00:40.223 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-be8744f5-eae5-4575-9bdd-e19489a8cdfe'] response: {'server_uuid': '66f91d3f-3294-4895-8482-070b4b34b5f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1e3a7f38-6487-40c1-8cbd-6f74f2fac82e', 'code': 200} 2026-06-15 17:00:41.089 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 1e3a7f38-6487-40c1-8cbd-6f74f2fac82e 2026-06-15 17:00:43.177 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fbbd9f7-3609-431b-8d01-7f9d302ce521'] response: {'server_uuid': 'b504b151-ffa4-43a9-a946-540fffb7daa8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '827b671a-6ab9-4384-95c2-0dbc60cd098d', 'code': 200} 2026-06-15 17:00:45.403 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 827b671a-6ab9-4384-95c2-0dbc60cd098d 2026-06-15 17:00:45.538 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbe394ed-d436-41e3-bbe9-074adb0990b5'] response: {'server_uuid': 'b504b151-ffa4-43a9-a946-540fffb7daa8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '827b671a-6ab9-4384-95c2-0dbc60cd098d', 'code': 200} 2026-06-15 17:00:46.896 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 827b671a-6ab9-4384-95c2-0dbc60cd098d 2026-06-15 17:00:47.082 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 3d37be58-9bf2-4225-8ded-7faaa1b70be5 2026-06-15 17:00:47.355 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port e5e6afa1-ecc7-4e31-88b8-404a3ad9429f 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.851 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-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.851 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.854 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.855 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 2 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.879 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-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.879 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.884 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.885 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 3 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.910 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-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.910 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.912 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.912 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 4 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.923 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-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.923 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.926 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.927 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 5 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.942 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-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.942 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.945 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.945 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 6 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.956 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-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.956 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.958 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.958 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 7 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.969 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-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.969 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.971 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.971 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 8 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:47.986 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-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:47.986 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:47.988 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:47.988 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 9 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:48.007 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-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:48.007 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:48.008 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:48.009 13 INFO neutron.plugins.ml2.plugin [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Attempt 10 to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-15 17:00:48.032 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-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ebe25e4c-0208-46a6-b50f-eaa63a4aaf59 could not be found. 2026-06-15 17:00:48.032 13 ERROR neutron.plugins.ml2.managers 2026-06-15 17:00:48.034 13 ERROR neutron.plugins.ml2.managers [None req-36ebc37b-a9e3-4cdd-b2e8-814c16de9de3 - - - - - -] Failed to bind port d4a4f685-9ba8-4f09-b408-a5b4837e0e02 on host instance for vnic_type normal using segments [{'id': 'f09a50f7-fd98-42d2-b24e-675082ddd276', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 700, 'network_id': 'f4e08d08-40be-4fb2-9b2c-17978630ea48'}] 2026-06-15 17:00:48.728 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 3d37be58-9bf2-4225-8ded-7faaa1b70be5 2026-06-15 17:00:48.952 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port e5e6afa1-ecc7-4e31-88b8-404a3ad9429f 2026-06-15 17:00:55.974 13 INFO neutron.plugins.ml2.plugin [None req-71772888-3ea4-4fd3-96b6-2442b11af7dc - - - - - -] Attempt 1 to provision port 827b671a-6ab9-4384-95c2-0dbc60cd098d 2026-06-15 17:01:02.702 13 INFO neutron.plugins.ml2.plugin [None req-2eaaf9f1-c720-45c1-9831-bc2f15afa61d - - - - - -] Attempt 1 to provision port 85b2e698-8663-4bfe-8bb5-04fdb9864462 2026-06-15 17:01:55.465 16 INFO neutron.plugins.ml2.plugin [None req-3b3bed83-4a23-496a-8d47-7880eaceb8b3 - - - - - -] Attempt 1 to provision port 6ba181f4-bb20-4fe4-9698-269e039641ca 2026-06-15 17:01:58.735 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b6cde4b2-225e-4f93-8132-309768d8449a 2026-06-15 17:01:59.068 13 INFO neutron.plugins.ml2.plugin [None req-e7a98679-5e41-4790-bec7-6edf342a4d42 - - - - - -] Attempt 1 to provision port 54a8d91e-6393-4e02-8e13-2c56af9e2a71 2026-06-15 17:01:59.124 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 54a8d91e-6393-4e02-8e13-2c56af9e2a71 2026-06-15 17:02:00.725 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b6cde4b2-225e-4f93-8132-309768d8449a 2026-06-15 17:02:00.807 13 INFO neutron.plugins.ml2.plugin [None req-b2fbf84a-9931-4fbd-ad10-767210f24170 - - - - - -] Attempt 1 to provision port 54a8d91e-6393-4e02-8e13-2c56af9e2a71 2026-06-15 17:02:00.866 13 INFO neutron.plugins.ml2.plugin [None req-b2fbf84a-9931-4fbd-ad10-767210f24170 - - - - - -] Attempt 1 to provision port 4a8995bd-7041-44b0-9e44-9b2f5ed39a1b 2026-06-15 17:02:01.176 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 54a8d91e-6393-4e02-8e13-2c56af9e2a71 2026-06-15 17:02:04.751 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 98b231d1-112a-4190-98e2-11bbc694f24e 2026-06-15 17:02:05.077 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 7717d9be-3576-4694-bcad-cf7147a03bf1 2026-06-15 17:02:06.730 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 7717d9be-3576-4694-bcad-cf7147a03bf1 2026-06-15 17:02:06.918 13 INFO neutron.plugins.ml2.plugin [None req-213ff5e1-617b-4f16-9885-9a2a5a902f11 - - - - - -] Attempt 1 to provision port 8de50b38-d414-4290-984e-6b3a57218c7d 2026-06-15 17:02:06.969 13 INFO neutron.plugins.ml2.plugin [None req-213ff5e1-617b-4f16-9885-9a2a5a902f11 - - - - - -] Attempt 1 to provision port 4a8995bd-7041-44b0-9e44-9b2f5ed39a1b 2026-06-15 17:02:06.993 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 98b231d1-112a-4190-98e2-11bbc694f24e 2026-06-15 17:02:07.001 13 INFO neutron.plugins.ml2.plugin [None req-213ff5e1-617b-4f16-9885-9a2a5a902f11 - - - - - -] Attempt 1 to provision port 2ac000a9-4ee6-48dd-8b26-ab9d6d8cbb09 2026-06-15 17:02:07.026 13 INFO neutron.plugins.ml2.plugin [None req-213ff5e1-617b-4f16-9885-9a2a5a902f11 - - - - - -] Attempt 1 to provision port 98b231d1-112a-4190-98e2-11bbc694f24e 2026-06-15 17:02:09.312 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 98e2603c-c429-4065-825b-b434d3f0f0af 2026-06-15 17:02:09.434 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-295ab55b-f558-470b-8fc8-d3adacba5d62'] response: {'server_uuid': '2c0eded6-0f5c-4f12-96b4-6f30840ec566', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98e2603c-c429-4065-825b-b434d3f0f0af', 'code': 200} 2026-06-15 17:02:09.447 13 INFO neutron.plugins.ml2.plugin [None req-39c90861-e143-4565-9fbd-eb9d618f1393 - - - - - -] Attempt 1 to provision port 4a8995bd-7041-44b0-9e44-9b2f5ed39a1b 2026-06-15 17:02:09.471 13 INFO neutron.plugins.ml2.plugin [None req-39c90861-e143-4565-9fbd-eb9d618f1393 - - - - - -] Attempt 1 to provision port 2ac000a9-4ee6-48dd-8b26-ab9d6d8cbb09 2026-06-15 17:02:10.779 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 98e2603c-c429-4065-825b-b434d3f0f0af 2026-06-15 17:02:11.967 16 INFO neutron.plugins.ml2.plugin [None req-ef9a206d-4cff-4339-936f-50a520f078d1 - - - - - -] Attempt 1 to provision port 2ac000a9-4ee6-48dd-8b26-ab9d6d8cbb09 2026-06-15 17:02:12.000 16 INFO neutron.plugins.ml2.plugin [None req-ef9a206d-4cff-4339-936f-50a520f078d1 - - - - - -] Attempt 1 to provision port 98e2603c-c429-4065-825b-b434d3f0f0af 2026-06-15 17:02:19.888 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 4a8995bd-7041-44b0-9e44-9b2f5ed39a1b 2026-06-15 17:02:20.371 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6ba181f4-bb20-4fe4-9698-269e039641ca 2026-06-15 17:02:20.781 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 0c7694aa-f07e-4ec2-b2a4-793f9c28e455 2026-06-15 17:02:20.892 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4092bc30-b753-4536-b2a1-f600d8c0fa09'] response: {'server_uuid': '509b54e9-8745-4d12-82f4-f46117ddb429', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0c7694aa-f07e-4ec2-b2a4-793f9c28e455', 'code': 200} 2026-06-15 17:02:21.572 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 4a8995bd-7041-44b0-9e44-9b2f5ed39a1b 2026-06-15 17:02:21.774 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 8de50b38-d414-4290-984e-6b3a57218c7d 2026-06-15 17:02:22.041 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 0c7694aa-f07e-4ec2-b2a4-793f9c28e455 2026-06-15 17:02:22.236 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 6ba181f4-bb20-4fe4-9698-269e039641ca 2026-06-15 17:02:22.400 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 2ac000a9-4ee6-48dd-8b26-ab9d6d8cbb09 2026-06-15 17:02:23.512 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 8de50b38-d414-4290-984e-6b3a57218c7d 2026-06-15 17:02:23.648 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 2ac000a9-4ee6-48dd-8b26-ab9d6d8cbb09 2026-06-15 17:02:25.675 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1c7e347-f4ad-4cdc-90d2-42f9799ad992'] response: {'server_uuid': '509b54e9-8745-4d12-82f4-f46117ddb429', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0c7694aa-f07e-4ec2-b2a4-793f9c28e455', 'code': 200} 2026-06-15 17:02:48.054 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 4403098e-104b-4bcb-a6b9-1661f83925c9 2026-06-15 17:02:48.172 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0a129cc-e92d-4ae7-a442-6582ea792c47'] response: {'server_uuid': '2cf49d8a-876f-4490-937b-310591f70bc5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4403098e-104b-4bcb-a6b9-1661f83925c9', 'code': 200} 2026-06-15 17:02:49.540 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 4403098e-104b-4bcb-a6b9-1661f83925c9 2026-06-15 17:03:28.407 13 INFO neutron_taas.services.taas.taas_plugin [None req-c7070a97-ffd7-4aeb-9878-5e0f5b0dc238 - - - - - -] TaaS: Handle Delete Port: 54a8d91e-6393-4e02-8e13-2c56af9e2a71 2026-06-15 17:03:28.413 13 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7070a97-ffd7-4aeb-9878-5e0f5b0dc238 - - - - - -] Tap Mirror: Handle Delete Port: 54a8d91e-6393-4e02-8e13-2c56af9e2a71 2026-06-15 17:04:47.514 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c439f89d-1071-4151-9f57-d5afe64f10e8 2026-06-15 17:04:47.659 16 INFO neutron.plugins.ml2.plugin [None req-4721b767-74be-4902-8950-0a6539cc67c4 - - - - - -] Attempt 1 to provision port c439f89d-1071-4151-9f57-d5afe64f10e8 2026-06-15 17:04:49.499 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c439f89d-1071-4151-9f57-d5afe64f10e8 2026-06-15 17:04:51.563 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 48915fa4-0b9e-469a-a9a4-f60030d2bed0 2026-06-15 17:04:51.916 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port bfd52263-6af3-474c-8a5d-ebe00f96ebb0 2026-06-15 17:04:53.525 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 48915fa4-0b9e-469a-a9a4-f60030d2bed0 2026-06-15 17:04:53.700 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port bfd52263-6af3-474c-8a5d-ebe00f96ebb0 2026-06-15 17:04:55.543 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c439f89d-1071-4151-9f57-d5afe64f10e8 2026-06-15 17:04:57.293 13 INFO neutron.plugins.ml2.plugin [None req-79a5bcd0-942c-4150-80c9-0cb5e824801c - - - - - -] Attempt 1 to provision port cea8e8d4-2abb-4123-a372-1d29500fe505 2026-06-15 17:04:57.320 13 INFO neutron.plugins.ml2.plugin [None req-79a5bcd0-942c-4150-80c9-0cb5e824801c - - - - - -] Attempt 1 to provision port c55487dd-986b-4914-ae90-92041885b675 2026-06-15 17:04:57.349 13 INFO neutron.plugins.ml2.plugin [None req-79a5bcd0-942c-4150-80c9-0cb5e824801c - - - - - -] Attempt 1 to provision port 48915fa4-0b9e-469a-a9a4-f60030d2bed0 2026-06-15 17:04:57.403 13 INFO neutron.plugins.ml2.plugin [None req-79a5bcd0-942c-4150-80c9-0cb5e824801c - - - - - -] Attempt 1 to provision port c439f89d-1071-4151-9f57-d5afe64f10e8 2026-06-15 17:04:57.465 13 INFO neutron.plugins.ml2.plugin [None req-79a5bcd0-942c-4150-80c9-0cb5e824801c - - - - - -] Attempt 1 to provision port 80385a55-d63e-4fa5-a65a-5ac152f7959c 2026-06-15 17:04:59.507 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ef11c321-c9a1-49bd-bdef-d0125c040fd2 2026-06-15 17:05:01.514 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port ef11c321-c9a1-49bd-bdef-d0125c040fd2 2026-06-15 17:05:04.584 16 INFO neutron.plugins.ml2.plugin [None req-f86a62d1-a500-41f5-8533-d28cf76e618a - - - - - -] Attempt 1 to provision port 10f84371-1429-4d0f-b0bb-1a7a479ba013 2026-06-15 17:05:04.606 16 INFO neutron.plugins.ml2.plugin [None req-f86a62d1-a500-41f5-8533-d28cf76e618a - - - - - -] Attempt 1 to provision port cea8e8d4-2abb-4123-a372-1d29500fe505 2026-06-15 17:05:04.631 16 INFO neutron.plugins.ml2.plugin [None req-f86a62d1-a500-41f5-8533-d28cf76e618a - - - - - -] Attempt 1 to provision port ef11c321-c9a1-49bd-bdef-d0125c040fd2 2026-06-15 17:05:04.756 16 INFO neutron.plugins.ml2.plugin [None req-f86a62d1-a500-41f5-8533-d28cf76e618a - - - - - -] Attempt 1 to provision port c55487dd-986b-4914-ae90-92041885b675 2026-06-15 17:05:04.806 16 INFO neutron.plugins.ml2.plugin [None req-f86a62d1-a500-41f5-8533-d28cf76e618a - - - - - -] Attempt 1 to provision port 48915fa4-0b9e-469a-a9a4-f60030d2bed0 2026-06-15 17:05:04.853 16 INFO neutron.plugins.ml2.plugin [None req-f86a62d1-a500-41f5-8533-d28cf76e618a - - - - - -] Attempt 1 to provision port c439f89d-1071-4151-9f57-d5afe64f10e8 2026-06-15 17:05:06.049 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port a1fdbcf7-1069-4fda-85a6-d4b88b9c1548 2026-06-15 17:05:06.230 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-06825677-ea5f-45e0-8375-091167abc0d4'] response: {'server_uuid': 'f46773d2-f0d3-409f-8789-92eb7ba60775', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a1fdbcf7-1069-4fda-85a6-d4b88b9c1548', 'code': 200} 2026-06-15 17:05:07.611 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 10f84371-1429-4d0f-b0bb-1a7a479ba013 2026-06-15 17:05:08.260 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port a1fdbcf7-1069-4fda-85a6-d4b88b9c1548 2026-06-15 17:05:08.634 13 INFO neutron.plugins.ml2.plugin [None req-7fe26e32-d2d8-46e6-ab0a-01c4e7da42f8 - - - - - -] Attempt 1 to provision port 10f84371-1429-4d0f-b0bb-1a7a479ba013 2026-06-15 17:05:08.761 13 INFO neutron.plugins.ml2.plugin [None req-7fe26e32-d2d8-46e6-ab0a-01c4e7da42f8 - - - - - -] Attempt 1 to provision port cea8e8d4-2abb-4123-a372-1d29500fe505 2026-06-15 17:05:08.893 13 INFO neutron.plugins.ml2.plugin [None req-7fe26e32-d2d8-46e6-ab0a-01c4e7da42f8 - - - - - -] Attempt 1 to provision port ef11c321-c9a1-49bd-bdef-d0125c040fd2 2026-06-15 17:05:09.579 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 10f84371-1429-4d0f-b0bb-1a7a479ba013 2026-06-15 17:05:09.761 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c55487dd-986b-4914-ae90-92041885b675 2026-06-15 17:05:10.099 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 80385a55-d63e-4fa5-a65a-5ac152f7959c 2026-06-15 17:05:10.375 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port cea8e8d4-2abb-4123-a372-1d29500fe505 2026-06-15 17:05:11.498 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port c55487dd-986b-4914-ae90-92041885b675 2026-06-15 17:05:11.682 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 80385a55-d63e-4fa5-a65a-5ac152f7959c 2026-06-15 17:05:11.798 13 INFO neutron.plugins.ml2.plugin [None req-c9819dab-4fe5-47ae-ba58-54f3cd0a7d27 - - - - - -] Attempt 1 to provision port cea8e8d4-2abb-4123-a372-1d29500fe505 2026-06-15 17:05:11.860 13 INFO neutron.plugins.ml2.plugin [None req-c9819dab-4fe5-47ae-ba58-54f3cd0a7d27 - - - - - -] Attempt 1 to provision port c55487dd-986b-4914-ae90-92041885b675 2026-06-15 17:05:14.131 16 INFO neutron.plugins.ml2.plugin [None req-a8dec616-2b50-4150-8e23-fe0eb86be5e8 - - - - - -] Attempt 1 to provision port 10f84371-1429-4d0f-b0bb-1a7a479ba013 2026-06-15 17:05:14.189 16 INFO neutron.plugins.ml2.plugin [None req-a8dec616-2b50-4150-8e23-fe0eb86be5e8 - - - - - -] Attempt 1 to provision port a1fdbcf7-1069-4fda-85a6-d4b88b9c1548 2026-06-15 17:05:15.466 16 INFO neutron.plugins.ml2.plugin [None req-8fd098fb-26ab-4e0e-b354-f28a58b06e3b - - - - - -] Attempt 1 to provision port 10f84371-1429-4d0f-b0bb-1a7a479ba013 2026-06-15 17:05:23.557 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 98ebde42-32b9-4d73-bac6-82c38f8ad358 2026-06-15 17:05:23.653 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c2b6757-8227-4d3e-99c0-75f7d4e7aa56'] response: {'server_uuid': 'd1e0d92b-9dce-4d14-bdee-f73ea8d52f15', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98ebde42-32b9-4d73-bac6-82c38f8ad358', 'code': 200} 2026-06-15 17:05:25.555 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 98ebde42-32b9-4d73-bac6-82c38f8ad358 2026-06-15 17:05:49.998 16 INFO neutron.plugins.ml2.plugin [None req-d58135ee-4876-4b45-aff2-295008cf4c4c - - - - - -] Attempt 1 to provision port 28726c49-3da7-42b5-b738-7d815b65d759 2026-06-15 17:06:12.362 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 73718131-5e96-443e-a819-01c3225ca0d1 2026-06-15 17:06:12.471 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b303a12-1f5a-452a-a22f-033d162ec3e9'] response: {'server_uuid': 'ce6e3562-c7dc-4371-92eb-db1667953349', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '73718131-5e96-443e-a819-01c3225ca0d1', 'code': 200} 2026-06-15 17:06:13.547 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 73718131-5e96-443e-a819-01c3225ca0d1 2026-06-15 17:06:52.666 13 INFO neutron.plugins.ml2.plugin [None req-ef1addaf-d696-408a-b105-c9d8933f0220 - - - - - -] Attempt 1 to provision port 78a95c3a-4170-4896-9979-25b5b720b2bf 2026-06-15 17:06:57.587 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 78a95c3a-4170-4896-9979-25b5b720b2bf 2026-06-15 17:06:57.716 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d38c6fa-3883-42d8-bee9-bf29377043fb'] response: {'server_uuid': 'ce6e3562-c7dc-4371-92eb-db1667953349', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '78a95c3a-4170-4896-9979-25b5b720b2bf', 'code': 200} 2026-06-15 17:06:59.663 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 78a95c3a-4170-4896-9979-25b5b720b2bf 2026-06-15 17:07:04.065 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 78a95c3a-4170-4896-9979-25b5b720b2bf 2026-06-15 17:07:26.017 13 INFO neutron.plugins.ml2.plugin [None req-6e7e6bfc-90f5-4f52-b54c-a7b572f55db8 - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:07:33.148 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:07:33.310 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-58eeb681-71f8-43d4-8c8a-af31982ca7f7'] response: {'server_uuid': 'ce6e3562-c7dc-4371-92eb-db1667953349', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '225778b0-9190-4cdd-9f67-58e3cb11012c', 'code': 200} 2026-06-15 17:07:33.744 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:07:45.579 16 INFO neutron.plugins.ml2.plugin [None req-d113b80d-344a-45a0-9586-640fff151ff8 - - - - - -] Attempt 1 to provision port b844fc09-425f-4c87-b588-d026234ef475 2026-06-15 17:07:51.791 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b844fc09-425f-4c87-b588-d026234ef475 2026-06-15 17:07:51.891 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8951c1c2-3cd1-4087-b662-1ae361921970'] response: {'server_uuid': 'ce6e3562-c7dc-4371-92eb-db1667953349', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b844fc09-425f-4c87-b588-d026234ef475', 'code': 200} 2026-06-15 17:07:53.766 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b844fc09-425f-4c87-b588-d026234ef475 2026-06-15 17:07:55.383 16 INFO neutron.plugins.ml2.plugin [None req-e483e876-bfdb-41de-8196-c703449ebcd3 - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:07:55.817 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:08:09.393 13 INFO neutron.plugins.ml2.plugin [None req-cfaa5960-dfad-4185-b1a9-17e4e3613560 - - - - - -] Attempt 1 to provision port b844fc09-425f-4c87-b588-d026234ef475 2026-06-15 17:08:09.836 16 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port b844fc09-425f-4c87-b588-d026234ef475 2026-06-15 17:08:10.765 16 INFO neutron.plugins.ml2.plugin [None req-d630853b-d36a-46b1-a36a-433fa2574928 - - - - - -] Attempt 1 to provision port b844fc09-425f-4c87-b588-d026234ef475 2026-06-15 17:08:19.577 16 INFO neutron.plugins.ml2.plugin [None req-082fbfa2-28cb-4fa7-bbe1-11eabff54b0d - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:08:19.795 13 INFO neutron.plugins.ml2.plugin [None req-3fedb53c-1919-4da2-ac88-3eba9a350306 - - - - - -] Attempt 1 to provision port 225778b0-9190-4cdd-9f67-58e3cb11012c 2026-06-15 17:08:47.953 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-45d53977-66e2-4933-bb41-de5336c53ecf'] response: {'server_uuid': 'ce6e3562-c7dc-4371-92eb-db1667953349', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '73718131-5e96-443e-a819-01c3225ca0d1', 'code': 200}