+ 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-10 08:51:27.448 1 INFO neutron.common.config [-] Logging enabled! 2026-06-10 08:51:27.449 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-06-10 08:51:27.449 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-10 08:51:27.449 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 08:51:28.978 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:51:28.980 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 08:51:28.983 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 08:51:28.984 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:51:28.984 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 08:51:28.984 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 08:51:28.984 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:28.991 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:28.991 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:51:28.991 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:51:29.010 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 08:51:29.011 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:51:29.011 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 08:51:29.030 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 08:51:29.031 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 08:51:29.031 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 08:51:29.031 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 08:51:29.338 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing driver for type 'vlan' 2026-06-10 08:51:29.500 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] VlanTypeDriver initialization complete 2026-06-10 08:51:29.501 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 08:51:29.501 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 08:51:29.547 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 08:51:29.548 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 08:51:29.548 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing extension driver 'port_security' 2026-06-10 08:51:29.548 1 INFO neutron.plugins.ml2.extensions.port_security [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 08:51:29.548 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing extension driver 'qos' 2026-06-10 08:51:29.548 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 08:51:29.548 1 INFO neutron.plugins.ml2.managers [None req-82d833d9-35ae-4516-923d-29b92deef08f - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 08:51:29.563 1 INFO neutron.quota [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded quota_driver: . 2026-06-10 08:51:29.563 1 INFO neutron.plugins.ml2.plugin [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 08:51:29.564 1 INFO neutron.plugins.ml2.managers [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 08:51:29.564 1 INFO neutron.plugins.ml2.managers [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 08:51:29.564 1 INFO neutron.plugins.ml2.managers [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 08:51:29.564 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: qos 2026-06-10 08:51:29.581 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: router 2026-06-10 08:51:29.618 1 INFO neutron.services.service_base [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 08:51:29.618 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: segments 2026-06-10 08:51:29.694 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: trunk 2026-06-10 08:51:29.708 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: vpnaas 2026-06-10 08:51:29.756 1 WARNING stevedore.named [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:29.831 1 INFO neutron_vpnaas.services.vpn.plugin [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 08:51:29.832 1 INFO neutron.common.utils [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 08:51:29.832 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: taas 2026-06-10 08:51:29.855 1 WARNING stevedore.named [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:29.855 1 WARNING stevedore.named [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:51:29.884 1 INFO neutron_taas.services.taas.taas_plugin [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:51:29.885 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: tapmirror 2026-06-10 08:51:29.899 1 WARNING stevedore.named [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:51:29.899 1 WARNING stevedore.named [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:51:29.915 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:51:29.915 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 08:51:29.922 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: tag 2026-06-10 08:51:29.930 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: timestamp 2026-06-10 08:51:29.933 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 08:51:29.936 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: flavors 2026-06-10 08:51:29.938 1 INFO neutron.manager [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loading Plugin: revisions 2026-06-10 08:51:29.942 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Initializing extension manager. 2026-06-10 08:51:29.943 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: address-group 2026-06-10 08:51:29.944 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: address-scope 2026-06-10 08:51:29.945 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 08:51:29.945 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: agent 2026-06-10 08:51:29.946 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 08:51:29.947 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 08:51:29.947 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 08:51:29.948 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: availability_zone 2026-06-10 08:51:29.948 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 08:51:29.949 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 08:51:29.949 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 08:51:29.950 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 08:51:29.951 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: dns-integration 2026-06-10 08:51:29.951 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 08:51:29.952 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 08:51:29.952 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: dvr 2026-06-10 08:51:29.953 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 08:51:29.953 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 08:51:29.953 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:51:29.954 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 08:51:29.954 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: external-net 2026-06-10 08:51:29.955 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 08:51:29.955 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: extraroute 2026-06-10 08:51:29.956 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 08:51:29.956 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 08:51:29.957 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 08:51:29.957 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 08:51:29.958 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 08:51:29.958 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: fip-port-details 2026-06-10 08:51:29.959 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: flavors 2026-06-10 08:51:29.960 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 08:51:29.960 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 08:51:29.962 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: ip_allocation 2026-06-10 08:51:29.963 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 08:51:29.964 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 08:51:29.965 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: router 2026-06-10 08:51:29.966 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:51:29.967 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 08:51:29.968 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 08:51:29.968 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 08:51:29.968 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: l3-ha 2026-06-10 08:51:29.969 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:51:29.969 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 08:51:29.970 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: l3-flavors 2026-06-10 08:51:29.970 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:51:29.971 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 08:51:29.972 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 08:51:29.973 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 08:51:29.974 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 08:51:29.975 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 08:51:29.976 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 08:51:29.976 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: multi-provider 2026-06-10 08:51:29.976 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: net-mtu 2026-06-10 08:51:29.977 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 08:51:29.977 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 08:51:29.978 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: network_ha 2026-06-10 08:51:29.979 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 08:51:29.979 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 08:51:29.980 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: pagination 2026-06-10 08:51:29.980 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-device-profile 2026-06-10 08:51:29.981 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 08:51:29.981 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 08:51:29.981 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 08:51:29.982 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-mac-override 2026-06-10 08:51:29.982 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 08:51:29.983 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 08:51:29.983 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 08:51:29.983 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-resource-request 2026-06-10 08:51:29.984 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 08:51:29.984 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 08:51:29.985 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: binding 2026-06-10 08:51:29.985 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: binding-extended 2026-06-10 08:51:29.986 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-security 2026-06-10 08:51:29.986 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: project-id 2026-06-10 08:51:29.986 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: provider 2026-06-10 08:51:29.987 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 08:51:29.989 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos 2026-06-10 08:51:29.990 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 08:51:29.990 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 08:51:29.990 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-default 2026-06-10 08:51:29.991 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-fip 2026-06-10 08:51:29.991 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 08:51:29.992 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 08:51:29.992 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 08:51:29.993 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 08:51:29.993 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 08:51:29.994 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-pps 2026-06-10 08:51:29.994 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 08:51:29.994 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 08:51:29.995 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 08:51:29.995 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 08:51:29.996 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 08:51:29.998 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: quotas 2026-06-10 08:51:30.000 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: quota_details 2026-06-10 08:51:30.002 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: rbac-policies 2026-06-10 08:51:30.002 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 08:51:30.003 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 08:51:30.003 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 08:51:30.003 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 08:51:30.004 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: revision-if-match 2026-06-10 08:51:30.004 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 08:51:30.005 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 08:51:30.005 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 08:51:30.007 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 08:51:30.007 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 08:51:30.007 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 08:51:30.008 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 08:51:30.008 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 08:51:30.009 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 08:51:30.012 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: security-group 2026-06-10 08:51:30.013 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: segment 2026-06-10 08:51:30.014 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 08:51:30.014 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: service-type 2026-06-10 08:51:30.015 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: sorting 2026-06-10 08:51:30.015 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 08:51:30.016 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 08:51:30.016 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 08:51:30.016 1 WARNING neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 08:51:30.017 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 08:51:30.017 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 08:51:30.018 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 08:51:30.018 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 08:51:30.019 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 08:51:30.019 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 08:51:30.020 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 08:51:30.020 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: tag-creation 2026-06-10 08:51:30.020 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 08:51:30.024 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 08:51:30.025 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 08:51:30.025 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: trunk 2026-06-10 08:51:30.026 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: trunk-details 2026-06-10 08:51:30.026 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 08:51:30.027 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 08:51:30.027 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 08:51:30.028 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 08:51:30.030 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 08:51:30.031 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 08:51:30.031 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 08:51:30.033 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: vpnaas 2026-06-10 08:51:30.034 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: taas 2026-06-10 08:51:30.035 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: tap-mirror 2026-06-10 08:51:30.035 1 INFO neutron.api.extensions [None req-704fb640-a27e-4925-8eac-00ccfb5ce136 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 08:52:00.120 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-10 08:52:00.193 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-10 08:52:00.199 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-10 08:52:13.017 13 INFO neutron.db.l3_hamode_db [None req-0c689e95-9840-4bf0-9159-c0ca03e44d6b - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 08:52:32.429 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6765dd52-9df5-4418-8d65-3cba9d6477d2 2026-06-10 08:52:32.545 16 INFO neutron.plugins.ml2.plugin [None req-65e0f96c-59b4-4cb2-96ad-50b7c94c7787 - - - - - -] Attempt 1 to provision port 6765dd52-9df5-4418-8d65-3cba9d6477d2 2026-06-10 08:52:34.228 13 INFO neutron.plugins.ml2.plugin [None req-2f1ccc0c-ecb7-4d11-a63b-09410e7907a1 - - - - - -] Attempt 1 to provision port 6765dd52-9df5-4418-8d65-3cba9d6477d2 2026-06-10 08:52:34.348 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6765dd52-9df5-4418-8d65-3cba9d6477d2 2026-06-10 08:57:08.443 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 0d00ab7f-736a-4cee-b41a-6bbaee597b20 2026-06-10 08:57:08.870 16 INFO neutron.plugins.ml2.plugin [None req-2db0cc9d-9396-42f3-b08c-92d587948316 - - - - - -] Attempt 1 to provision port 0d00ab7f-736a-4cee-b41a-6bbaee597b20 2026-06-10 08:57:10.414 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 0d00ab7f-736a-4cee-b41a-6bbaee597b20 2026-06-10 08:57:10.502 16 INFO neutron.plugins.ml2.plugin [None req-92911cee-870e-49d2-bbf3-d9dca935f35d - - - - - -] Attempt 1 to provision port 0d00ab7f-736a-4cee-b41a-6bbaee597b20 2026-06-10 08:57:15.726 16 INFO neutron.plugins.ml2.plugin [None req-c9f34d73-d2ae-4f0b-8887-a841314dfd04 - - - - - -] Attempt 1 to provision port 3bc71530-398b-4360-a1e4-cfc24063bb08 2026-06-10 09:01:05.060 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3bc71530-398b-4360-a1e4-cfc24063bb08 2026-06-10 09:01:06.514 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3bc71530-398b-4360-a1e4-cfc24063bb08 2026-06-10 09:11:40.720 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8c771e5a-a9b8-49a0-bfdd-3e25db0f2d33 2026-06-10 09:11:42.689 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8c771e5a-a9b8-49a0-bfdd-3e25db0f2d33 2026-06-10 09:19:32.821 13 INFO neutron.plugins.ml2.plugin [None req-e5d4e7c8-19d6-4206-96dd-724848300aa8 - - - - - -] Attempt 1 to provision port 0d00ab7f-736a-4cee-b41a-6bbaee597b20 2026-06-10 09:19:32.893 13 INFO neutron.plugins.ml2.plugin [None req-e5d4e7c8-19d6-4206-96dd-724848300aa8 - - - - - -] Attempt 1 to provision port 6765dd52-9df5-4418-8d65-3cba9d6477d2 2026-06-10 09:19:32.948 13 INFO neutron.plugins.ml2.plugin [None req-e5d4e7c8-19d6-4206-96dd-724848300aa8 - - - - - -] Attempt 1 to provision port 3bc71530-398b-4360-a1e4-cfc24063bb08 2026-06-10 09:29:13.113 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 395e50e3-3811-4d12-8a13-cbb7f418bd1d 2026-06-10 09:29:15.422 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 395e50e3-3811-4d12-8a13-cbb7f418bd1d 2026-06-10 09:29:15.554 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6096e4f7-d2b8-4dc2-8df6-5ad7e5dae905 2026-06-10 09:29:16.292 16 INFO neutron.plugins.ml2.plugin [None req-430fee65-dd90-42b6-8626-17c177edde45 - - - - - -] Attempt 1 to provision port 6096e4f7-d2b8-4dc2-8df6-5ad7e5dae905 2026-06-10 09:29:16.336 16 INFO neutron.plugins.ml2.plugin [None req-430fee65-dd90-42b6-8626-17c177edde45 - - - - - -] Attempt 1 to provision port 395e50e3-3811-4d12-8a13-cbb7f418bd1d 2026-06-10 09:29:16.384 16 INFO neutron.plugins.ml2.plugin [None req-430fee65-dd90-42b6-8626-17c177edde45 - - - - - -] Attempt 1 to provision port 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:29:17.112 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6096e4f7-d2b8-4dc2-8df6-5ad7e5dae905 2026-06-10 09:29:19.331 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 2a2fb30e-fb65-4298-91cc-ceedcac167d7 2026-06-10 09:29:19.370 13 INFO neutron.plugins.ml2.db [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] No ports have port_id starting with 2a2fb30e-fb65-4298-91cc-ceedcac167d7 2026-06-10 09:29:21.263 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 57ff7410-3341-4783-a468-c64d0b5da0ae 2026-06-10 09:29:21.640 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port bc4f0e58-7aad-4e7c-9fbc-0a9ff3f71f59 2026-06-10 09:29:23.100 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 57ff7410-3341-4783-a468-c64d0b5da0ae 2026-06-10 09:29:23.348 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port bc4f0e58-7aad-4e7c-9fbc-0a9ff3f71f59 2026-06-10 09:29:25.145 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 1c873653-92a5-4232-8a96-3223caf19177 2026-06-10 09:29:25.511 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3a116e46-2eb7-42a9-aa90-29a816b77c47 2026-06-10 09:29:27.353 13 INFO neutron.plugins.ml2.plugin [None req-be8ac4ae-bb58-4d0e-b76c-2efa00ddfebb - - - - - -] Attempt 1 to provision port 6096e4f7-d2b8-4dc2-8df6-5ad7e5dae905 2026-06-10 09:29:27.381 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 1c873653-92a5-4232-8a96-3223caf19177 2026-06-10 09:29:27.441 13 INFO neutron.plugins.ml2.plugin [None req-be8ac4ae-bb58-4d0e-b76c-2efa00ddfebb - - - - - -] Attempt 1 to provision port e94c69d4-98ce-433e-abba-fd69a2419897 2026-06-10 09:29:27.476 13 INFO neutron.plugins.ml2.plugin [None req-be8ac4ae-bb58-4d0e-b76c-2efa00ddfebb - - - - - -] Attempt 1 to provision port 1c873653-92a5-4232-8a96-3223caf19177 2026-06-10 09:29:27.546 13 INFO neutron.plugins.ml2.plugin [None req-be8ac4ae-bb58-4d0e-b76c-2efa00ddfebb - - - - - -] Attempt 1 to provision port c1bf3b2c-79b1-4e42-bd3c-2fd418fc28a9 2026-06-10 09:29:27.568 13 INFO neutron.plugins.ml2.plugin [None req-be8ac4ae-bb58-4d0e-b76c-2efa00ddfebb - - - - - -] Attempt 1 to provision port 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:29:27.597 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3a116e46-2eb7-42a9-aa90-29a816b77c47 2026-06-10 09:29:30.195 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:29:30.581 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port b45b8211-c74c-42de-a517-89cb9df4fdd0 2026-06-10 09:29:30.716 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-321cfb7a-4e8f-4e29-8e3c-832cafd3ff2d'] response: {'server_uuid': '1452216c-620a-4aa7-aa2f-efd416d49fd4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f2a891f-b1aa-4d49-ac18-456fd78fea20', 'code': 200} 2026-06-10 09:29:30.982 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 55a86da6-83f3-41be-80eb-930459a6063e 2026-06-10 09:29:32.758 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-648bbc46-88e4-402b-8805-f0341cb20b4c'] response: {'server_uuid': 'a08fd0c4-bced-48fa-9d36-699d39081b01', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '55a86da6-83f3-41be-80eb-930459a6063e', 'code': 200} 2026-06-10 09:29:32.763 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port b45b8211-c74c-42de-a517-89cb9df4fdd0 2026-06-10 09:29:33.016 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 55a86da6-83f3-41be-80eb-930459a6063e 2026-06-10 09:29:33.323 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:29:33.528 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 2eb1b467-447c-4869-bd84-3742d918d095 2026-06-10 09:29:35.866 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port a10e3956-fd60-49dd-bcb6-6ca8076e2d24 2026-06-10 09:29:36.312 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 2eb1b467-447c-4869-bd84-3742d918d095 2026-06-10 09:29:36.486 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-872b5f4b-657c-4147-96f3-131e676e2890'] response: {'server_uuid': '248504b6-3186-4365-a6ad-0616261ab232', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a10e3956-fd60-49dd-bcb6-6ca8076e2d24', 'code': 200} 2026-06-10 09:29:37.097 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3fdb997f-d547-4255-b413-8d8a027169d3 2026-06-10 09:29:37.430 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port a10e3956-fd60-49dd-bcb6-6ca8076e2d24 2026-06-10 09:29:39.014 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3fdb997f-d547-4255-b413-8d8a027169d3 2026-06-10 09:29:39.647 13 INFO neutron.plugins.ml2.plugin [None req-a8b1051a-6925-4900-b48f-5064af5cbc7c - - - - - -] Attempt 1 to provision port 3fdb997f-d547-4255-b413-8d8a027169d3 2026-06-10 09:29:39.721 13 INFO neutron.plugins.ml2.plugin [None req-a8b1051a-6925-4900-b48f-5064af5cbc7c - - - - - -] Attempt 1 to provision port fbe74f95-7b60-4cbe-892c-2a1b72985cdf 2026-06-10 09:29:39.742 13 INFO neutron.plugins.ml2.plugin [None req-a8b1051a-6925-4900-b48f-5064af5cbc7c - - - - - -] Attempt 1 to provision port 2eb1b467-447c-4869-bd84-3742d918d095 2026-06-10 09:29:39.781 13 INFO neutron.plugins.ml2.plugin [None req-a8b1051a-6925-4900-b48f-5064af5cbc7c - - - - - -] Attempt 1 to provision port 7df2418f-3f8f-4c1b-838d-0aee53d351d0 2026-06-10 09:29:39.807 13 INFO neutron.plugins.ml2.plugin [None req-a8b1051a-6925-4900-b48f-5064af5cbc7c - - - - - -] Attempt 1 to provision port 1c873653-92a5-4232-8a96-3223caf19177 2026-06-10 09:29:39.859 13 INFO neutron.plugins.ml2.plugin [None req-a8b1051a-6925-4900-b48f-5064af5cbc7c - - - - - -] Attempt 1 to provision port c1bf3b2c-79b1-4e42-bd3c-2fd418fc28a9 2026-06-10 09:29:45.456 16 INFO neutron.plugins.ml2.plugin [None req-82d835ae-5d9d-4a77-9550-279582574983 - - - - - -] Attempt 1 to provision port 57c3405d-f842-4518-80e0-ba8efe44659a 2026-06-10 09:29:45.487 16 INFO neutron.plugins.ml2.plugin [None req-82d835ae-5d9d-4a77-9550-279582574983 - - - - - -] Attempt 1 to provision port fbe74f95-7b60-4cbe-892c-2a1b72985cdf 2026-06-10 09:29:45.533 16 INFO neutron.plugins.ml2.plugin [None req-82d835ae-5d9d-4a77-9550-279582574983 - - - - - -] Attempt 1 to provision port 2eb1b467-447c-4869-bd84-3742d918d095 2026-06-10 09:29:45.613 16 INFO neutron.plugins.ml2.plugin [None req-82d835ae-5d9d-4a77-9550-279582574983 - - - - - -] Attempt 1 to provision port 7df2418f-3f8f-4c1b-838d-0aee53d351d0 2026-06-10 09:29:45.635 16 INFO neutron.plugins.ml2.plugin [None req-82d835ae-5d9d-4a77-9550-279582574983 - - - - - -] Attempt 1 to provision port 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:29:47.751 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port ab84f684-b901-47f8-b4d3-9202e91ee4b7 2026-06-10 09:29:47.954 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c03bad96-a8eb-40bc-ac17-08d39a24b5fd'] response: {'server_uuid': '80623357-2d1d-4367-91ee-1df88a44452f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ab84f684-b901-47f8-b4d3-9202e91ee4b7', 'code': 200} 2026-06-10 09:29:49.137 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port ab84f684-b901-47f8-b4d3-9202e91ee4b7 2026-06-10 09:29:50.469 13 INFO neutron.plugins.ml2.plugin [None req-b072fa39-23cb-481d-aa3e-0835f4be9a4b - - - - - -] Attempt 1 to provision port ab84f684-b901-47f8-b4d3-9202e91ee4b7 2026-06-10 09:29:50.511 13 INFO neutron.plugins.ml2.plugin [None req-b072fa39-23cb-481d-aa3e-0835f4be9a4b - - - - - -] Attempt 1 to provision port fbe74f95-7b60-4cbe-892c-2a1b72985cdf 2026-06-10 09:29:50.527 13 INFO neutron.plugins.ml2.plugin [None req-b072fa39-23cb-481d-aa3e-0835f4be9a4b - - - - - -] Attempt 1 to provision port 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:29:58.251 13 INFO neutron.plugins.ml2.plugin [None req-3d1f0c6f-741d-42c5-aee4-ccf1024af4ef - - - - - -] Attempt 1 to provision port 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:30:01.074 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:30:01.428 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port e94c69d4-98ce-433e-abba-fd69a2419897 2026-06-10 09:30:03.146 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 7f0d8e56-5e14-439f-895c-d29f496f575e 2026-06-10 09:30:03.353 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port e94c69d4-98ce-433e-abba-fd69a2419897 2026-06-10 09:30:07.175 13 INFO neutron.plugins.ml2.plugin [None req-545bb73b-0e39-4cda-aa2a-2db667e318c2 - - - - - -] Attempt 1 to provision port 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:30:11.072 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 21b35aec-e868-41e4-be10-275f6aabd195 2026-06-10 09:30:11.114 16 INFO neutron.plugins.ml2.plugin [None req-d10d97d3-7862-4df7-bf17-c5f3e1409111 - - - - - -] Attempt 1 to provision port 5f2a891f-b1aa-4d49-ac18-456fd78fea20 2026-06-10 09:30:11.165 16 INFO neutron.plugins.ml2.plugin [None req-d10d97d3-7862-4df7-bf17-c5f3e1409111 - - - - - -] Attempt 1 to provision port 21b35aec-e868-41e4-be10-275f6aabd195 2026-06-10 09:30:13.138 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 21b35aec-e868-41e4-be10-275f6aabd195 2026-06-10 09:30:13.355 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3a619960-8590-4ffa-9236-895602556c9d 2026-06-10 09:30:13.892 16 INFO neutron.plugins.ml2.plugin [None req-284a3645-5768-4c38-ab3f-f9ea27580593 - - - - - -] Attempt 1 to provision port b8481302-c9a7-4cc1-b816-ca14f5b7e565 2026-06-10 09:30:13.927 16 INFO neutron.plugins.ml2.plugin [None req-284a3645-5768-4c38-ab3f-f9ea27580593 - - - - - -] Attempt 1 to provision port 21b35aec-e868-41e4-be10-275f6aabd195 2026-06-10 09:30:14.983 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3a619960-8590-4ffa-9236-895602556c9d 2026-06-10 09:30:17.621 13 INFO neutron.plugins.ml2.plugin [None req-7ff59ae2-4f41-47c5-b206-98f7ad6803da - - - - - -] Attempt 1 to provision port b8481302-c9a7-4cc1-b816-ca14f5b7e565 2026-06-10 09:30:17.646 13 INFO neutron.plugins.ml2.plugin [None req-7ff59ae2-4f41-47c5-b206-98f7ad6803da - - - - - -] Attempt 1 to provision port 1d56db45-a0b6-450a-a333-e133aa7ddc3c 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server [None req-987f6b6a-0dfd-4f66-942a-685f88c451c6 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet b1d2321c-70ad-401f-8450-2c0b50091eea: This subnet is being modified by another concurrent operation. 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-06-10 09:30:22.042 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-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server raise exception 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet b1d2321c-70ad-401f-8450-2c0b50091eea: This subnet is being modified by another concurrent operation. 2026-06-10 09:30:22.042 16 ERROR oslo_messaging.rpc.server 2026-06-10 09:30:25.649 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 55f1b2c2-39b7-4f8d-b598-629cb26eb43b 2026-06-10 09:30:25.776 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-373a64b1-3307-460c-8d60-6bd04ef70946'] response: {'server_uuid': 'fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '55f1b2c2-39b7-4f8d-b598-629cb26eb43b', 'code': 200} 2026-06-10 09:30:27.183 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 7d8915fa-4514-4f1e-9839-08b10d03a847 2026-06-10 09:30:27.628 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 55f1b2c2-39b7-4f8d-b598-629cb26eb43b 2026-06-10 09:30:29.241 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port b8481302-c9a7-4cc1-b816-ca14f5b7e565 2026-06-10 09:30:29.549 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 1d56db45-a0b6-450a-a333-e133aa7ddc3c 2026-06-10 09:30:29.990 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 7d8915fa-4514-4f1e-9839-08b10d03a847 2026-06-10 09:30:30.243 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8bbf1386-dddc-4fb5-b160-76b6cab8da8c 2026-06-10 09:30:31.353 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port b8481302-c9a7-4cc1-b816-ca14f5b7e565 2026-06-10 09:30:31.540 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 1d56db45-a0b6-450a-a333-e133aa7ddc3c 2026-06-10 09:30:31.734 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8bbf1386-dddc-4fb5-b160-76b6cab8da8c 2026-06-10 09:30:33.202 13 INFO neutron.plugins.ml2.plugin [None req-108dd5bd-bfcb-42e1-a341-8e6355691e5c - - - - - -] Attempt 1 to provision port 7d8915fa-4514-4f1e-9839-08b10d03a847 2026-06-10 09:30:33.289 13 INFO neutron.plugins.ml2.plugin [None req-108dd5bd-bfcb-42e1-a341-8e6355691e5c - - - - - -] Attempt 1 to provision port 6e39d988-2f28-4aed-8c13-49844f6beba7 2026-06-10 09:30:33.313 13 INFO neutron.plugins.ml2.plugin [None req-108dd5bd-bfcb-42e1-a341-8e6355691e5c - - - - - -] Attempt 1 to provision port 52f647b3-c68e-481c-8c6e-c5e0c42e2061 2026-06-10 09:30:35.376 16 INFO neutron.plugins.ml2.plugin [None req-0bbe83d7-aa51-4e48-bc79-46c172e6db42 - - - - - -] Attempt 1 to provision port 52f647b3-c68e-481c-8c6e-c5e0c42e2061 2026-06-10 09:30:39.352 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port d046f717-1f94-41b9-8acf-f53d3d634bc3 2026-06-10 09:30:40.682 13 INFO neutron.plugins.ml2.plugin [None req-5ced7569-1b9e-4d7d-b42b-509f16c663c9 - - - - - -] Attempt 1 to provision port d046f717-1f94-41b9-8acf-f53d3d634bc3 2026-06-10 09:30:41.330 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port d046f717-1f94-41b9-8acf-f53d3d634bc3 2026-06-10 09:30:43.440 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8ba60d29-42d4-4bed-b2f7-0804e9cdbe37 2026-06-10 09:30:46.318 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 52f647b3-c68e-481c-8c6e-c5e0c42e2061 2026-06-10 09:30:46.625 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3d89f89e-079e-4e73-85f0-ab222ce17802 2026-06-10 09:30:46.790 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-00abe218-8ddf-441f-9db6-f3f08a536c89'] response: {'server_uuid': '482bf873-41ec-4dbc-b950-f6c09f29020c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3d89f89e-079e-4e73-85f0-ab222ce17802', 'code': 200} 2026-06-10 09:30:47.103 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6e39d988-2f28-4aed-8c13-49844f6beba7 2026-06-10 09:30:48.706 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 52f647b3-c68e-481c-8c6e-c5e0c42e2061 2026-06-10 09:30:48.950 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3d89f89e-079e-4e73-85f0-ab222ce17802 2026-06-10 09:30:49.151 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6e39d988-2f28-4aed-8c13-49844f6beba7 2026-06-10 09:30:56.775 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8fe85cb2-a975-4772-98f7-31b08e406b03 2026-06-10 09:31:01.210 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-df93068f-2b73-4d9c-84e9-cd11a10bedaf'] response: {'server_uuid': 'fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '55f1b2c2-39b7-4f8d-b598-629cb26eb43b', 'code': 200} 2026-06-10 09:31:03.424 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 55f1b2c2-39b7-4f8d-b598-629cb26eb43b 2026-06-10 09:31:03.525 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b21d55e-cfeb-49bd-a2cd-18b3b89d4242'] response: {'server_uuid': 'fb5eb45d-f0cc-43cb-a02c-3f69f7c33b1e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '55f1b2c2-39b7-4f8d-b598-629cb26eb43b', 'code': 200} 2026-06-10 09:31:04.800 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 55f1b2c2-39b7-4f8d-b598-629cb26eb43b 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.525 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-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.525 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.528 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.529 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 2 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.537 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-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.537 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.538 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.538 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 3 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.546 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-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.546 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.548 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.548 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 4 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.557 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-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.557 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.560 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.560 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 5 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.568 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-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.568 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.570 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.570 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 6 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.579 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-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.579 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.580 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.581 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 7 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.591 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-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.591 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.593 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.594 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 8 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.606 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-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.606 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.607 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.607 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 9 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.619 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-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.619 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.621 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:22.621 13 INFO neutron.plugins.ml2.plugin [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Attempt 10 to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:31:22.632 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-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 36c9bb7e-8e49-48a5-9614-b7cfd63b6027 could not be found. 2026-06-10 09:31:22.632 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:31:22.634 13 ERROR neutron.plugins.ml2.managers [None req-ff6a6ea3-2f1c-47dc-af42-c852e9376d35 - - - - - -] Failed to bind port 087b368e-a689-4068-aa18-16fd4bdbbe4d on host instance for vnic_type normal using segments [{'id': 'ff103a7e-b219-4c93-bd4a-a0185b60b21c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 948, 'network_id': '84a339a6-527b-49a3-b9e3-2c7a17e3d451'}] 2026-06-10 09:31:25.554 13 INFO neutron.plugins.ml2.plugin [None req-d6a9a8c5-b628-4086-9742-d6525ab51386 - - - - - -] Attempt 1 to provision port 8d19cf51-02a9-44f4-a8e0-818cd190122f 2026-06-10 09:31:37.007 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port be1e62ed-8d17-4732-959e-9d94fbaa8833 2026-06-10 09:31:44.219 13 INFO neutron.plugins.ml2.plugin [None req-0ac9d04e-968a-4b06-8fa9-23396e024a86 - - - - - -] Attempt 1 to provision port 2ab1e066-8016-4525-ad45-01c67d3da4a8 2026-06-10 09:31:44.739 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 2ab1e066-8016-4525-ad45-01c67d3da4a8 2026-06-10 09:31:46.862 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 4fdaec94-5fc3-4298-9844-25d5e4d2e1b6 2026-06-10 09:31:58.907 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 984b3f86-b761-4c18-bcfb-844d7f9add0c 2026-06-10 09:32:12.829 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3ee21abb-a35e-4659-b75d-ad49c8a144e0 2026-06-10 09:32:14.846 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 23bcd597-4214-4881-a3f4-06ae2599158f 2026-06-10 09:32:15.145 16 INFO neutron.plugins.ml2.plugin [None req-4f86e34f-d108-42e5-9933-a772fbe5603d - - - - - -] Attempt 1 to provision port 5ccf1db2-ee13-467d-aa8d-bbd1081d413e 2026-06-10 09:32:15.166 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3ee21abb-a35e-4659-b75d-ad49c8a144e0 2026-06-10 09:32:15.178 16 INFO neutron.plugins.ml2.plugin [None req-4f86e34f-d108-42e5-9933-a772fbe5603d - - - - - -] Attempt 1 to provision port 23bcd597-4214-4881-a3f4-06ae2599158f 2026-06-10 09:32:16.719 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 23bcd597-4214-4881-a3f4-06ae2599158f 2026-06-10 09:32:19.392 13 INFO neutron.plugins.ml2.plugin [None req-71bae47e-6610-4fa2-bcc7-d11e8de7f87a - - - - - -] Attempt 1 to provision port 5ccf1db2-ee13-467d-aa8d-bbd1081d413e 2026-06-10 09:32:19.414 13 INFO neutron.plugins.ml2.plugin [None req-71bae47e-6610-4fa2-bcc7-d11e8de7f87a - - - - - -] Attempt 1 to provision port 23bcd597-4214-4881-a3f4-06ae2599158f 2026-06-10 09:32:21.630 13 INFO neutron.plugins.ml2.plugin [None req-af452e5e-048b-413a-a63c-ab4c55a933f1 - - - - - -] Attempt 1 to provision port ad8d162f-b6fc-4cc1-9689-225b70b1cbac 2026-06-10 09:32:25.827 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port fb2970c7-fdfc-4854-b226-bec14f4d061f 2026-06-10 09:32:25.987 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fd7dcd9-36c1-454a-a789-c790e112b2f5'] response: {'server_uuid': '02e5d105-812d-4db4-a2f6-c7f127f6a50b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fb2970c7-fdfc-4854-b226-bec14f4d061f', 'code': 200} 2026-06-10 09:32:26.503 16 INFO neutron.plugins.ml2.plugin [None req-74561287-f9dc-4775-830f-affbb8c92cb7 - - - - - -] Attempt 1 to provision port 5ccf1db2-ee13-467d-aa8d-bbd1081d413e 2026-06-10 09:32:26.530 16 INFO neutron.plugins.ml2.plugin [None req-74561287-f9dc-4775-830f-affbb8c92cb7 - - - - - -] Attempt 1 to provision port fb2970c7-fdfc-4854-b226-bec14f4d061f 2026-06-10 09:32:26.749 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port fb2970c7-fdfc-4854-b226-bec14f4d061f 2026-06-10 09:32:30.760 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port ad8d162f-b6fc-4cc1-9689-225b70b1cbac 2026-06-10 09:32:31.061 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5ccf1db2-ee13-467d-aa8d-bbd1081d413e 2026-06-10 09:32:33.019 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port ad8d162f-b6fc-4cc1-9689-225b70b1cbac 2026-06-10 09:32:33.169 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5ccf1db2-ee13-467d-aa8d-bbd1081d413e 2026-06-10 09:32:46.881 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port d046797d-ea90-48e4-8c1a-7585a2e2d2f7 2026-06-10 09:32:47.773 13 INFO neutron.plugins.ml2.plugin [None req-3179b77a-f87f-4177-83cd-c0fdc4ae3999 - - - - - -] Attempt 1 to provision port d046797d-ea90-48e4-8c1a-7585a2e2d2f7 2026-06-10 09:32:48.808 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port d046797d-ea90-48e4-8c1a-7585a2e2d2f7 2026-06-10 09:32:49.000 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port e333e745-3c0c-4bb9-b06c-8725eece3ece 2026-06-10 09:32:50.502 13 INFO neutron.plugins.ml2.plugin [None req-4d813c47-6255-4603-a1dd-9b9f8646fae1 - - - - - -] Attempt 1 to provision port d046797d-ea90-48e4-8c1a-7585a2e2d2f7 2026-06-10 09:32:50.555 13 INFO neutron.plugins.ml2.plugin [None req-4d813c47-6255-4603-a1dd-9b9f8646fae1 - - - - - -] Attempt 1 to provision port 4eda9618-3d7f-4557-b5ac-5262995069ec 2026-06-10 09:32:50.780 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port e333e745-3c0c-4bb9-b06c-8725eece3ece 2026-06-10 09:32:54.860 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 7b36d84e-1fe9-434a-8f4f-7e469cc2f9eb 2026-06-10 09:32:55.475 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 222d0c5b-4ad7-4dd1-b0c3-cf43b6be13a4 2026-06-10 09:32:55.894 16 INFO neutron.plugins.ml2.plugin [None req-1a23c6eb-b800-4097-ba89-9f8cff5fdb82 - - - - - -] Attempt 1 to provision port 222d0c5b-4ad7-4dd1-b0c3-cf43b6be13a4 2026-06-10 09:32:55.956 16 INFO neutron.plugins.ml2.plugin [None req-1a23c6eb-b800-4097-ba89-9f8cff5fdb82 - - - - - -] Attempt 1 to provision port 64d573ea-a101-471b-8ce4-c91a105214f8 2026-06-10 09:32:56.909 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 7b36d84e-1fe9-434a-8f4f-7e469cc2f9eb 2026-06-10 09:32:57.257 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 222d0c5b-4ad7-4dd1-b0c3-cf43b6be13a4 2026-06-10 09:32:58.891 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5420c68e-3d60-4c2a-b5a7-43371366e141 2026-06-10 09:32:58.963 13 INFO neutron.plugins.ml2.plugin [None req-02e568b0-943d-4e70-8d74-a2c494cb99a7 - - - - - -] Attempt 1 to provision port 4eda9618-3d7f-4557-b5ac-5262995069ec 2026-06-10 09:32:58.993 13 INFO neutron.plugins.ml2.plugin [None req-02e568b0-943d-4e70-8d74-a2c494cb99a7 - - - - - -] Attempt 1 to provision port 473ac181-2e7e-46f9-8d9c-06cf250da2a3 2026-06-10 09:33:00.967 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5420c68e-3d60-4c2a-b5a7-43371366e141 2026-06-10 09:33:01.263 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port b45f68f5-06cb-4cf0-82bf-67a32a10a695 2026-06-10 09:33:02.820 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port b45f68f5-06cb-4cf0-82bf-67a32a10a695 2026-06-10 09:33:04.733 13 INFO neutron.plugins.ml2.plugin [None req-b135b515-6a77-4f9f-9c0c-e06809c54314 - - - - - -] Attempt 1 to provision port b45f68f5-06cb-4cf0-82bf-67a32a10a695 2026-06-10 09:33:04.787 13 INFO neutron.plugins.ml2.plugin [None req-b135b515-6a77-4f9f-9c0c-e06809c54314 - - - - - -] Attempt 1 to provision port 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:33:05.105 13 INFO neutron.plugins.ml2.plugin [None req-b135b515-6a77-4f9f-9c0c-e06809c54314 - - - - - -] Attempt 1 to provision port 4eda9618-3d7f-4557-b5ac-5262995069ec 2026-06-10 09:33:07.798 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port a54e3f33-e472-4868-a740-6f0db3c1fb28 2026-06-10 09:33:07.953 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-47637ffb-9b2d-4d5f-9425-282d02cc958f'] response: {'server_uuid': '33de6965-3a0a-4a5d-88a5-8bd8463d44e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a54e3f33-e472-4868-a740-6f0db3c1fb28', 'code': 200} 2026-06-10 09:33:08.557 16 INFO neutron.plugins.ml2.plugin [None req-601affd7-cec6-4670-b36d-8cc2a7511e7d - - - - - -] Attempt 1 to provision port f8416822-2c1c-483e-8133-ad45d3c421d3 2026-06-10 09:33:08.584 16 INFO neutron.plugins.ml2.plugin [None req-601affd7-cec6-4670-b36d-8cc2a7511e7d - - - - - -] Attempt 1 to provision port a54e3f33-e472-4868-a740-6f0db3c1fb28 2026-06-10 09:33:08.660 16 INFO neutron.plugins.ml2.plugin [None req-601affd7-cec6-4670-b36d-8cc2a7511e7d - - - - - -] Attempt 1 to provision port 222d0c5b-4ad7-4dd1-b0c3-cf43b6be13a4 2026-06-10 09:33:08.710 16 INFO neutron.plugins.ml2.plugin [None req-601affd7-cec6-4670-b36d-8cc2a7511e7d - - - - - -] Attempt 1 to provision port e65305ed-aa91-46cb-ba23-f62503783adc 2026-06-10 09:33:08.730 16 INFO neutron.plugins.ml2.plugin [None req-601affd7-cec6-4670-b36d-8cc2a7511e7d - - - - - -] Attempt 1 to provision port 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:33:09.480 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port a54e3f33-e472-4868-a740-6f0db3c1fb28 2026-06-10 09:33:09.708 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 4eda9618-3d7f-4557-b5ac-5262995069ec 2026-06-10 09:33:10.007 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 64d573ea-a101-471b-8ce4-c91a105214f8 2026-06-10 09:33:10.255 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 49ab5328-9ee5-4923-b9c1-32acec4bd190 2026-06-10 09:33:10.359 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1de833e3-9903-4d3a-8716-f60d457d87e6'] response: {'server_uuid': 'b09e2d40-0e3e-4b31-b93a-6ddf68fbd930', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49ab5328-9ee5-4923-b9c1-32acec4bd190', 'code': 200} 2026-06-10 09:33:10.506 13 INFO neutron.plugins.ml2.plugin [None req-4a536fcf-87f2-4aff-b972-d6f70a99b43f - - - - - -] Attempt 1 to provision port 49ab5328-9ee5-4923-b9c1-32acec4bd190 2026-06-10 09:33:10.598 13 INFO neutron.plugins.ml2.plugin [None req-4a536fcf-87f2-4aff-b972-d6f70a99b43f - - - - - -] Attempt 1 to provision port e65305ed-aa91-46cb-ba23-f62503783adc 2026-06-10 09:33:11.101 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 4eda9618-3d7f-4557-b5ac-5262995069ec 2026-06-10 09:33:11.320 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 64d573ea-a101-471b-8ce4-c91a105214f8 2026-06-10 09:33:11.485 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 49ab5328-9ee5-4923-b9c1-32acec4bd190 2026-06-10 09:33:11.753 16 INFO neutron.plugins.ml2.plugin [None req-fbc931a7-f30a-4e25-93be-d43a0d271199 - - - - - -] Attempt 1 to provision port e65305ed-aa91-46cb-ba23-f62503783adc 2026-06-10 09:33:13.078 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 473ac181-2e7e-46f9-8d9c-06cf250da2a3 2026-06-10 09:33:15.130 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port e65305ed-aa91-46cb-ba23-f62503783adc 2026-06-10 09:33:15.602 13 WARNING neutron.plugins.ml2.plugin [None req-46b84200-033b-4b3d-9d2b-c3791d35a3aa - - - - - -] Concurrent port binding operations failed on port 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:33:15.605 13 INFO neutron.plugins.ml2.plugin [None req-46b84200-033b-4b3d-9d2b-c3791d35a3aa - - - - - -] Attempt 2 to bind port 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:33:15.634 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 473ac181-2e7e-46f9-8d9c-06cf250da2a3 2026-06-10 09:33:17.098 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:33:17.360 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port f8416822-2c1c-483e-8133-ad45d3c421d3 2026-06-10 09:33:17.599 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port e65305ed-aa91-46cb-ba23-f62503783adc 2026-06-10 09:33:19.079 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 8b416fb1-62e9-47cd-931b-6af69192879a 2026-06-10 09:33:19.267 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port f8416822-2c1c-483e-8133-ad45d3c421d3 2026-06-10 09:33:49.594 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c0d0c102-574b-4b3c-831d-4a2cc671d0a7 2026-06-10 09:33:49.708 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-38da78b2-812b-4420-9efb-4e4c3583d06a'] response: {'server_uuid': 'f3889922-e816-4850-89e6-a83d051c10d9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c0d0c102-574b-4b3c-831d-4a2cc671d0a7', 'code': 200} 2026-06-10 09:33:51.075 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c0d0c102-574b-4b3c-831d-4a2cc671d0a7 2026-06-10 09:34:11.264 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3a20830f-9e99-4b74-8a65-beb931eb3ea1 2026-06-10 09:34:12.164 13 INFO neutron.plugins.ml2.plugin [None req-229ef6b1-d163-44a9-bd87-d49d17765df9 - - - - - -] Attempt 1 to provision port 3a20830f-9e99-4b74-8a65-beb931eb3ea1 2026-06-10 09:34:13.069 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3a20830f-9e99-4b74-8a65-beb931eb3ea1 2026-06-10 09:34:15.441 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-52076e1a-6a81-4780-b711-84b6ce7126d3'] response: {'server_uuid': 'f3889922-e816-4850-89e6-a83d051c10d9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c0d0c102-574b-4b3c-831d-4a2cc671d0a7', 'code': 200} 2026-06-10 09:34:23.290 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac9b12e3-effb-4e40-9c2f-c09925154cb0'] response: {'server_uuid': 'b09e2d40-0e3e-4b31-b93a-6ddf68fbd930', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '49ab5328-9ee5-4923-b9c1-32acec4bd190', 'code': 200} 2026-06-10 09:34:29.854 16 INFO neutron_taas.services.taas.taas_plugin [None req-aa6c9756-a7ed-484e-81f1-e9a78c96a61d - - - - - -] TaaS: Handle Delete Port: b45f68f5-06cb-4cf0-82bf-67a32a10a695 2026-06-10 09:34:29.863 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa6c9756-a7ed-484e-81f1-e9a78c96a61d - - - - - -] Tap Mirror: Handle Delete Port: b45f68f5-06cb-4cf0-82bf-67a32a10a695 2026-06-10 09:34:43.097 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:34:43.282 13 INFO neutron.plugins.ml2.plugin [None req-e83cd4dd-9e6e-4ddf-b98f-6b246818f0b2 - - - - - -] Attempt 1 to provision port c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:34:45.075 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:34:47.138 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 21769c45-8e15-4287-95ab-ee984b55eb82 2026-06-10 09:34:47.470 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6a251d5a-9cb2-4088-9955-f901b70566ba 2026-06-10 09:34:49.113 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 21769c45-8e15-4287-95ab-ee984b55eb82 2026-06-10 09:34:49.344 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 6a251d5a-9cb2-4088-9955-f901b70566ba 2026-06-10 09:34:51.113 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 2026-06-10 09:34:53.104 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 2026-06-10 09:34:55.134 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:34:55.796 13 INFO neutron.plugins.ml2.plugin [None req-ddc6028a-590c-4908-a2f6-cbc013fa6a6a - - - - - -] Attempt 1 to provision port 21769c45-8e15-4287-95ab-ee984b55eb82 2026-06-10 09:34:55.854 13 INFO neutron.plugins.ml2.plugin [None req-ddc6028a-590c-4908-a2f6-cbc013fa6a6a - - - - - -] Attempt 1 to provision port 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 2026-06-10 09:34:55.908 13 INFO neutron.plugins.ml2.plugin [None req-ddc6028a-590c-4908-a2f6-cbc013fa6a6a - - - - - -] Attempt 1 to provision port 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:34:55.929 13 INFO neutron.plugins.ml2.plugin [None req-ddc6028a-590c-4908-a2f6-cbc013fa6a6a - - - - - -] Attempt 1 to provision port 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:34:55.949 13 INFO neutron.plugins.ml2.plugin [None req-ddc6028a-590c-4908-a2f6-cbc013fa6a6a - - - - - -] Attempt 1 to provision port c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:35:01.127 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:35:01.162 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:35:01.183 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 2026-06-10 09:35:01.236 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port c8a3c886-9bcd-4bab-83e7-dfa5d0314c91 2026-06-10 09:35:01.266 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port 21769c45-8e15-4287-95ab-ee984b55eb82 2026-06-10 09:35:01.317 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:35:01.338 16 INFO neutron.plugins.ml2.plugin [None req-22241bdd-3929-4889-81d4-7747ea9a3c76 - - - - - -] Attempt 1 to provision port c58a5048-e118-4723-9d64-9be7039d1401 2026-06-10 09:35:01.675 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 36347035-5a72-49e8-b207-a6275ad4703c 2026-06-10 09:35:01.844 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c26904-d68a-4a99-bbca-c7678706600f'] response: {'server_uuid': 'b7d10e29-d51d-4e8f-acd5-d4659fab61d7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '36347035-5a72-49e8-b207-a6275ad4703c', 'code': 200} 2026-06-10 09:35:03.116 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 36347035-5a72-49e8-b207-a6275ad4703c 2026-06-10 09:35:05.234 16 INFO neutron.plugins.ml2.plugin [None req-0bda888a-eb0f-458c-b823-6839ebc2eff0 - - - - - -] Attempt 1 to provision port 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:35:05.242 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:35:05.408 16 INFO neutron.plugins.ml2.plugin [None req-0bda888a-eb0f-458c-b823-6839ebc2eff0 - - - - - -] Attempt 1 to provision port 21769c45-8e15-4287-95ab-ee984b55eb82 2026-06-10 09:35:05.464 16 INFO neutron.plugins.ml2.plugin [None req-0bda888a-eb0f-458c-b823-6839ebc2eff0 - - - - - -] Attempt 1 to provision port 82483b1c-4e66-41b5-a1d8-bd65cc0cccf4 2026-06-10 09:35:05.478 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:35:05.518 16 INFO neutron.plugins.ml2.plugin [None req-0bda888a-eb0f-458c-b823-6839ebc2eff0 - - - - - -] Attempt 1 to provision port 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:35:05.585 16 INFO neutron.plugins.ml2.plugin [None req-0bda888a-eb0f-458c-b823-6839ebc2eff0 - - - - - -] Attempt 1 to provision port 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:35:05.691 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:35:05.713 16 INFO neutron.plugins.ml2.plugin [None req-0bda888a-eb0f-458c-b823-6839ebc2eff0 - - - - - -] Attempt 1 to provision port 36347035-5a72-49e8-b207-a6275ad4703c 2026-06-10 09:35:07.209 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:35:07.386 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c8a3c886-9bcd-4bab-83e7-dfa5d0314c91 2026-06-10 09:35:07.642 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:35:07.815 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:35:08.788 16 INFO neutron.plugins.ml2.plugin [None req-0d138a66-52d6-44cb-95e5-d5ac533deb1a - - - - - -] Attempt 1 to provision port 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:35:08.846 16 INFO neutron.plugins.ml2.plugin [None req-0d138a66-52d6-44cb-95e5-d5ac533deb1a - - - - - -] Attempt 1 to provision port 22204dbb-01d6-42f6-bb2b-2b0c02dae02d 2026-06-10 09:35:09.094 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port c8a3c886-9bcd-4bab-83e7-dfa5d0314c91 2026-06-10 09:35:11.033 16 INFO neutron.plugins.ml2.plugin [None req-24eba462-5301-4a79-91ab-9e0a01929956 - - - - - -] Attempt 1 to provision port 3f1be05c-2954-47c0-8b64-ec96e404e9ea 2026-06-10 09:35:11.078 16 INFO neutron.plugins.ml2.plugin [None req-24eba462-5301-4a79-91ab-9e0a01929956 - - - - - -] Attempt 1 to provision port 2f4325ba-0911-46c6-aff4-7dfdf5e96f83 2026-06-10 09:35:12.367 16 INFO neutron.plugins.ml2.plugin [None req-bf6c79ab-6181-4bc7-9a1a-d7eb211d06c8 - - - - - -] Attempt 1 to provision port 36347035-5a72-49e8-b207-a6275ad4703c 2026-06-10 09:35:19.125 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3cebefc9-4ef5-4be4-a374-983c53b13b41 2026-06-10 09:35:19.279 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-99d5c20b-d0d8-42f3-873f-2ec5437f4298'] response: {'server_uuid': '0b1c4218-4d78-4824-95f2-6c6e4f5adcc1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3cebefc9-4ef5-4be4-a374-983c53b13b41', 'code': 200} 2026-06-10 09:35:21.123 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 3cebefc9-4ef5-4be4-a374-983c53b13b41 2026-06-10 09:35:51.052 16 INFO neutron.plugins.ml2.plugin [None req-ec3200fc-0716-4a51-906c-39a5e05c3912 - - - - - -] Attempt 1 to provision port 09950c1b-2329-4379-aabb-64fc310e8aac 2026-06-10 09:36:13.688 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a 2026-06-10 09:36:13.801 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b8ba0cb-81e5-4472-8086-5c645ecf2c8a'] response: {'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a', 'code': 200} 2026-06-10 09:36:15.147 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 5eaed7bd-15f7-45c6-a1ee-0d4f73974b5a 2026-06-10 09:36:53.470 13 INFO neutron.plugins.ml2.plugin [None req-27b3ab86-79d7-4849-b288-6beca5097073 - - - - - -] Attempt 1 to provision port 167e4a31-4926-4486-9084-7f9ee5623a20 2026-06-10 09:36:59.168 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 167e4a31-4926-4486-9084-7f9ee5623a20 2026-06-10 09:36:59.264 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-df13cc78-e5b4-418e-91ac-0a3939e32c87'] response: {'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '167e4a31-4926-4486-9084-7f9ee5623a20', 'code': 200} 2026-06-10 09:37:01.148 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 167e4a31-4926-4486-9084-7f9ee5623a20 2026-06-10 09:37:03.673 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 167e4a31-4926-4486-9084-7f9ee5623a20 2026-06-10 09:37:27.158 13 INFO neutron.plugins.ml2.plugin [None req-6e6710a1-a443-4502-8cb7-4c7fd9d0e03a - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:37:34.729 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:37:34.859 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d75718c1-b93a-4778-9278-0cd4ee98c159'] response: {'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '65201dd0-47dd-45bc-9765-d854ea2f633a', 'code': 200} 2026-06-10 09:37:35.336 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:37:47.510 16 INFO neutron.plugins.ml2.plugin [None req-8caf1cd1-62c5-43ed-9a3d-1487a53c444c - - - - - -] Attempt 1 to provision port 29da3374-48f2-4ea2-b197-8e0a34677289 2026-06-10 09:37:53.380 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 29da3374-48f2-4ea2-b197-8e0a34677289 2026-06-10 09:37:53.480 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6fd63b9-57d3-4a75-a849-b77818b210ac'] response: {'server_uuid': '157230ad-1f73-4887-8979-09a9933e5cad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '29da3374-48f2-4ea2-b197-8e0a34677289', 'code': 200} 2026-06-10 09:37:55.333 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 29da3374-48f2-4ea2-b197-8e0a34677289 2026-06-10 09:37:57.277 16 INFO neutron.plugins.ml2.plugin [None req-e7fb31f8-501a-425d-be65-4bb3b8457f71 - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:37:57.378 13 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:38:11.433 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 29da3374-48f2-4ea2-b197-8e0a34677289 2026-06-10 09:38:12.158 13 INFO neutron.plugins.ml2.plugin [None req-8df8c170-896c-410c-b5d5-883034ae432f - - - - - -] Attempt 1 to provision port 29da3374-48f2-4ea2-b197-8e0a34677289 2026-06-10 09:38:22.136 13 INFO neutron.plugins.ml2.plugin [None req-7a6fc821-42c1-4f7d-bdff-28c0e20be0ed - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a 2026-06-10 09:38:23.466 16 INFO neutron.plugins.ml2.plugin [None req-658a5938-c237-44b3-af97-9bdabe8efeb7 - - - - - -] Attempt 1 to provision port 65201dd0-47dd-45bc-9765-d854ea2f633a