+ 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 This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-11 01:32:07.059 1 INFO neutron.common.config [-] Logging enabled! 2026-05-11 01:32:07.060 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev7 2026-05-11 01:32:07.060 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-11 01:32:07.060 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-11 01:32:07.981 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 01:32:07.984 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-11 01:32:07.987 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-11 01:32:07.988 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 01:32:07.988 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-11 01:32:07.988 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-11 01:32:07.988 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:32:07.994 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:32:07.994 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:32:07.994 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 01:32:08.013 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-11 01:32:08.014 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 01:32:08.014 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-11 01:32:08.050 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-11 01:32:08.050 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-11 01:32:08.050 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-11 01:32:08.050 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-11 01:32:08.322 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing driver for type 'vlan' 2026-05-11 01:32:08.486 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] VlanTypeDriver initialization complete 2026-05-11 01:32:08.486 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing driver for type 'vxlan' 2026-05-11 01:32:08.487 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-11 01:32:08.540 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-11 01:32:08.541 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-11 01:32:08.541 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing extension driver 'port_security' 2026-05-11 01:32:08.541 1 INFO neutron.plugins.ml2.extensions.port_security [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-11 01:32:08.541 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing extension driver 'qos' 2026-05-11 01:32:08.541 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-11 01:32:08.541 1 INFO neutron.plugins.ml2.managers [None req-70ae57a7-1d2b-49fb-911e-889290b08e90 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-11 01:32:08.554 1 INFO neutron.quota [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded quota_driver: . 2026-05-11 01:32:08.554 1 INFO neutron.plugins.ml2.plugin [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Modular L2 Plugin initialization complete 2026-05-11 01:32:08.554 1 INFO neutron.plugins.ml2.managers [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-11 01:32:08.554 1 INFO neutron.plugins.ml2.managers [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-11 01:32:08.555 1 INFO neutron.plugins.ml2.managers [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-11 01:32:08.555 1 INFO neutron.extensions.vlantransparent [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Disabled vlantransparent extension. 2026-05-11 01:32:08.555 1 INFO neutron.extensions.qinq [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Disabled VLAN QinQ extension. 2026-05-11 01:32:08.555 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: qos 2026-05-11 01:32:08.566 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: router 2026-05-11 01:32:08.602 1 INFO neutron.services.service_base [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-11 01:32:08.602 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: segments 2026-05-11 01:32:08.671 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: trunk 2026-05-11 01:32:08.684 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: vpnaas 2026-05-11 01:32:08.718 1 WARNING stevedore.named [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-11 01:32:08.718 1 WARNING stevedore.named [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 01:32:08.941 1 INFO neutron_vpnaas.services.vpn.plugin [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-11 01:32:08.941 1 INFO neutron.common.utils [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-11 01:32:08.942 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: taas 2026-05-11 01:32:08.960 1 WARNING stevedore.named [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 01:32:08.991 1 INFO neutron_taas.services.taas.taas_plugin [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-11 01:32:08.991 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: tapmirror 2026-05-11 01:32:09.002 1 WARNING stevedore.named [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 01:32:09.019 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-11 01:32:09.020 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: auto_allocate 2026-05-11 01:32:09.029 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: tag 2026-05-11 01:32:09.037 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: timestamp 2026-05-11 01:32:09.039 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: network_ip_availability 2026-05-11 01:32:09.043 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: flavors 2026-05-11 01:32:09.046 1 INFO neutron.manager [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loading Plugin: revisions 2026-05-11 01:32:09.048 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Initializing extension manager. 2026-05-11 01:32:09.050 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: address-group 2026-05-11 01:32:09.050 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: address-scope 2026-05-11 01:32:09.051 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-11 01:32:09.052 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: agent 2026-05-11 01:32:09.052 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: agent-resources-synced 2026-05-11 01:32:09.053 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-11 01:32:09.054 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-11 01:32:09.055 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: availability_zone 2026-05-11 01:32:09.055 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: availability_zone_filter 2026-05-11 01:32:09.055 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-11 01:32:09.056 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: default-subnetpools 2026-05-11 01:32:09.057 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-11 01:32:09.058 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: dns-integration 2026-05-11 01:32:09.058 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: dns-domain-ports 2026-05-11 01:32:09.058 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-11 01:32:09.059 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: dvr 2026-05-11 01:32:09.059 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-11 01:32:09.060 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: empty-string-filtering 2026-05-11 01:32:09.060 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 01:32:09.061 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-11 01:32:09.061 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: external-net 2026-05-11 01:32:09.062 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-11 01:32:09.062 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: extraroute 2026-05-11 01:32:09.063 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: extraroute-atomic 2026-05-11 01:32:09.063 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-11 01:32:09.063 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-11 01:32:09.064 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-11 01:32:09.065 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-11 01:32:09.065 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: fip-port-details 2026-05-11 01:32:09.066 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: flavors 2026-05-11 01:32:09.067 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-11 01:32:09.068 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: floatingip-pools 2026-05-11 01:32:09.069 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: ip_allocation 2026-05-11 01:32:09.069 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-11 01:32:09.070 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: l2_adjacency 2026-05-11 01:32:09.071 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: router 2026-05-11 01:32:09.072 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 01:32:09.073 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-11 01:32:09.073 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-11 01:32:09.074 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: ext-gw-mode 2026-05-11 01:32:09.074 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: l3-ha 2026-05-11 01:32:09.075 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-11 01:32:09.075 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-11 01:32:09.076 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: l3-flavors 2026-05-11 01:32:09.076 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-11 01:32:09.077 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-11 01:32:09.079 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-11 01:32:09.080 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-11 01:32:09.080 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-11 01:32:09.081 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-11 01:32:09.082 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-11 01:32:09.082 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: multi-provider 2026-05-11 01:32:09.083 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: net-mtu 2026-05-11 01:32:09.083 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: net-mtu-writable 2026-05-11 01:32:09.084 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: network_availability_zone 2026-05-11 01:32:09.084 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: network_ha 2026-05-11 01:32:09.085 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: network-ip-availability 2026-05-11 01:32:09.086 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-11 01:32:09.086 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: pagination 2026-05-11 01:32:09.087 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-device-profile 2026-05-11 01:32:09.087 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-11 01:32:09.088 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-11 01:32:09.088 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-11 01:32:09.089 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-mac-override 2026-05-11 01:32:09.090 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-11 01:32:09.090 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-11 01:32:09.091 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-11 01:32:09.091 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-resource-request 2026-05-11 01:32:09.092 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-11 01:32:09.092 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-11 01:32:09.093 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: binding 2026-05-11 01:32:09.094 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: binding-extended 2026-05-11 01:32:09.094 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-security 2026-05-11 01:32:09.094 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: project-id 2026-05-11 01:32:09.095 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: provider 2026-05-11 01:32:09.095 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-11 01:32:09.097 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos 2026-05-11 01:32:09.098 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-11 01:32:09.098 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-11 01:32:09.099 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-default 2026-05-11 01:32:09.099 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-fip 2026-05-11 01:32:09.099 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-11 01:32:09.100 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-11 01:32:09.100 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-11 01:32:09.101 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-11 01:32:09.101 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-11 01:32:09.102 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-pps 2026-05-11 01:32:09.102 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-11 01:32:09.103 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-11 01:32:09.103 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: qos-rules-alias 2026-05-11 01:32:09.104 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: quota-check-limit 2026-05-11 01:32:09.104 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-11 01:32:09.106 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: quotas 2026-05-11 01:32:09.109 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: quota_details 2026-05-11 01:32:09.110 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: rbac-policies 2026-05-11 01:32:09.110 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: rbac-address-group 2026-05-11 01:32:09.111 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: rbac-address-scope 2026-05-11 01:32:09.111 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: rbac-security-groups 2026-05-11 01:32:09.112 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-11 01:32:09.112 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: revision-if-match 2026-05-11 01:32:09.113 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-11 01:32:09.113 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: router_availability_zone 2026-05-11 01:32:09.113 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-11 01:32:09.115 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-11 01:32:09.115 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-11 01:32:09.116 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-11 01:32:09.116 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-11 01:32:09.117 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-11 01:32:09.117 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-11 01:32:09.121 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: security-group 2026-05-11 01:32:09.122 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: segment 2026-05-11 01:32:09.122 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-11 01:32:09.123 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: service-type 2026-05-11 01:32:09.123 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: sorting 2026-05-11 01:32:09.124 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: standard-attr-segment 2026-05-11 01:32:09.124 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: standard-attr-description 2026-05-11 01:32:09.125 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: stateful-security-group 2026-05-11 01:32:09.125 1 WARNING neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-11 01:32:09.126 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-11 01:32:09.126 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: subnet-external-network 2026-05-11 01:32:09.127 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: subnet_onboard 2026-05-11 01:32:09.127 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-11 01:32:09.127 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: subnet-service-types 2026-05-11 01:32:09.128 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: subnet_allocation 2026-05-11 01:32:09.129 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-11 01:32:09.129 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: tag-creation 2026-05-11 01:32:09.129 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-11 01:32:09.133 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: standard-attr-tag 2026-05-11 01:32:09.134 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-11 01:32:09.134 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: trunk 2026-05-11 01:32:09.135 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: trunk-details 2026-05-11 01:32:09.135 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-11 01:32:09.136 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-11 01:32:09.136 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-11 01:32:09.137 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-11 01:32:09.138 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-11 01:32:09.139 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-11 01:32:09.139 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: vpn-flavors 2026-05-11 01:32:09.141 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: vpnaas 2026-05-11 01:32:09.142 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: taas 2026-05-11 01:32:09.143 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: tap-mirror 2026-05-11 01:32:09.143 1 INFO neutron.api.extensions [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-11 01:32:09.146 1 INFO oslo_service.backend.eventlet.service [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Starting 2 workers 2026-05-11 01:32:09.152 1 INFO oslo_service.backend.eventlet.service [None req-8a1daf4e-bca7-4d25-bfa3-6d810a3d98a5 - - - - - -] Starting 1 workers 2026-05-11 01:32:47.419 11 INFO neutron.db.l3_hamode_db [None req-14a6296c-aa3b-4a58-9359-14169079a319 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-11 01:33:02.572 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 1494c4f9-746e-4159-a2e3-9782b4787c2f 2026-05-11 01:33:02.744 12 INFO neutron.plugins.ml2.plugin [None req-d95105ba-0317-4397-aee8-a5d3e33f258e - - - - - -] Attempt 1 to provision port 1494c4f9-746e-4159-a2e3-9782b4787c2f 2026-05-11 01:33:04.457 12 INFO neutron.plugins.ml2.plugin [None req-f2ca84dc-a218-446e-b65b-17da4c310372 - - - - - -] Attempt 1 to provision port 1494c4f9-746e-4159-a2e3-9782b4787c2f 2026-05-11 01:33:04.471 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 1494c4f9-746e-4159-a2e3-9782b4787c2f 2026-05-11 01:37:30.676 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ad0fb890-60f4-4147-aa76-1bdc85dfd1e9 2026-05-11 01:37:31.030 12 INFO neutron.plugins.ml2.plugin [None req-6f311a86-17d3-4615-a884-a78542dae862 - - - - - -] Attempt 1 to provision port ad0fb890-60f4-4147-aa76-1bdc85dfd1e9 2026-05-11 01:37:32.656 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ad0fb890-60f4-4147-aa76-1bdc85dfd1e9 2026-05-11 01:37:32.726 12 INFO neutron.plugins.ml2.plugin [None req-33df147d-cc4a-45b4-a082-4382426343f0 - - - - - -] Attempt 1 to provision port ad0fb890-60f4-4147-aa76-1bdc85dfd1e9 2026-05-11 01:37:42.953 12 INFO neutron.plugins.ml2.plugin [None req-c31d831e-7fbc-454e-a23c-58994257615f - - - - - -] Attempt 1 to provision port 67d6f949-baaf-4586-a2e2-3c1cb7cf6d93 2026-05-11 01:41:39.401 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 67d6f949-baaf-4586-a2e2-3c1cb7cf6d93 2026-05-11 01:41:40.802 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 67d6f949-baaf-4586-a2e2-3c1cb7cf6d93 2026-05-11 01:50:03.117 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ee2fdc1f-9c6c-487a-8058-5b6115394105 2026-05-11 01:50:05.111 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ee2fdc1f-9c6c-487a-8058-5b6115394105 2026-05-11 02:05:09.679 11 INFO neutron.plugins.ml2.plugin [None req-a3c28249-6465-4b90-b182-772e5b89f6c2 - - - - - -] Attempt 1 to provision port 76f3c637-f53c-4dad-8c32-cd2efdb0e977 2026-05-11 02:05:09.807 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 76f3c637-f53c-4dad-8c32-cd2efdb0e977 2026-05-11 02:05:11.813 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 114d3331-1e9a-4448-9f11-88096daf7463 2026-05-11 02:05:12.209 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 76f3c637-f53c-4dad-8c32-cd2efdb0e977 2026-05-11 02:05:13.641 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 114d3331-1e9a-4448-9f11-88096daf7463 2026-05-11 02:05:15.689 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port c154d6aa-cab5-4461-b59c-0b8e236db7f7 2026-05-11 02:05:17.700 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port c154d6aa-cab5-4461-b59c-0b8e236db7f7 2026-05-11 02:05:18.710 11 INFO neutron.plugins.ml2.plugin [None req-d6a023d4-68df-4a28-b936-c2ddcaf1dce3 - - - - - -] Attempt 1 to provision port c666c2c7-2881-403f-b052-3732e205cc35 2026-05-11 02:05:18.735 11 INFO neutron.plugins.ml2.plugin [None req-d6a023d4-68df-4a28-b936-c2ddcaf1dce3 - - - - - -] Attempt 1 to provision port 76f3c637-f53c-4dad-8c32-cd2efdb0e977 2026-05-11 02:05:18.786 11 INFO neutron.plugins.ml2.plugin [None req-d6a023d4-68df-4a28-b936-c2ddcaf1dce3 - - - - - -] Attempt 1 to provision port c154d6aa-cab5-4461-b59c-0b8e236db7f7 2026-05-11 02:05:18.845 11 INFO neutron.plugins.ml2.plugin [None req-d6a023d4-68df-4a28-b936-c2ddcaf1dce3 - - - - - -] Attempt 1 to provision port 3ab4f1b4-040b-4208-9e68-eaa47cf0a37f 2026-05-11 02:05:18.869 11 INFO neutron.plugins.ml2.plugin [None req-d6a023d4-68df-4a28-b936-c2ddcaf1dce3 - - - - - -] Attempt 1 to provision port 114d3331-1e9a-4448-9f11-88096daf7463 2026-05-11 02:05:18.913 11 INFO neutron.plugins.ml2.plugin [None req-d6a023d4-68df-4a28-b936-c2ddcaf1dce3 - - - - - -] Attempt 1 to provision port 5cf16276-b379-46a8-b68b-a413a542baf9 2026-05-11 02:05:21.913 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port b0f988dc-f231-450e-89cf-9f680ad92339 2026-05-11 02:05:22.285 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 6ba1cd5d-9d4c-4423-b85b-935c3e3c4945 2026-05-11 02:05:22.664 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 9892a73a-c03b-41e2-93b8-6be82ee3b521 2026-05-11 02:05:23.751 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port b0f988dc-f231-450e-89cf-9f680ad92339 2026-05-11 02:05:24.013 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 6ba1cd5d-9d4c-4423-b85b-935c3e3c4945 2026-05-11 02:05:24.225 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port e7b9fab0-09c0-489b-92d0-be817439785b 2026-05-11 02:05:24.610 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 9892a73a-c03b-41e2-93b8-6be82ee3b521 2026-05-11 02:05:25.765 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port e7b9fab0-09c0-489b-92d0-be817439785b 2026-05-11 02:05:26.007 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 878e59ee-7379-4cf3-bec1-432369d1d424 2026-05-11 02:05:27.159 11 INFO neutron.plugins.ml2.plugin [None req-47b8e92a-cc82-4133-a8de-22fb1ed96184 - - - - - -] Attempt 1 to provision port 399004fc-7684-4f05-b1bb-365627a3a2fe 2026-05-11 02:05:27.202 11 INFO neutron.plugins.ml2.plugin [None req-47b8e92a-cc82-4133-a8de-22fb1ed96184 - - - - - -] Attempt 1 to provision port c154d6aa-cab5-4461-b59c-0b8e236db7f7 2026-05-11 02:05:27.254 11 INFO neutron.plugins.ml2.plugin [None req-47b8e92a-cc82-4133-a8de-22fb1ed96184 - - - - - -] Attempt 1 to provision port 3ab4f1b4-040b-4208-9e68-eaa47cf0a37f 2026-05-11 02:05:27.281 11 INFO neutron.plugins.ml2.plugin [None req-47b8e92a-cc82-4133-a8de-22fb1ed96184 - - - - - -] Attempt 1 to provision port 5cf16276-b379-46a8-b68b-a413a542baf9 2026-05-11 02:05:27.305 11 INFO neutron.plugins.ml2.plugin [None req-47b8e92a-cc82-4133-a8de-22fb1ed96184 - - - - - -] Attempt 1 to provision port e7b9fab0-09c0-489b-92d0-be817439785b 2026-05-11 02:05:27.703 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 878e59ee-7379-4cf3-bec1-432369d1d424 2026-05-11 02:05:30.801 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 975c70e6-4c34-45ca-b3a9-d5bed3d88e6b 2026-05-11 02:05:31.225 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 552c4c29-a5c1-417a-bf95-16534680604e 2026-05-11 02:05:31.596 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-3ac63352-3691-4c3d-a92c-6b7037f5efda'] response: {'server_uuid': '6e998481-f1cd-4f45-9d8c-38e97cddc595', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '975c70e6-4c34-45ca-b3a9-d5bed3d88e6b', 'code': 200} 2026-05-11 02:05:33.237 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 552c4c29-a5c1-417a-bf95-16534680604e 2026-05-11 02:05:33.467 11 INFO neutron.plugins.ml2.plugin [None req-4613e73a-ff83-4c4e-8534-eefcd00c0fc7 - - - - - -] Attempt 1 to provision port 975c70e6-4c34-45ca-b3a9-d5bed3d88e6b 2026-05-11 02:05:33.635 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-4d55743f-4381-47d9-be2d-66986aadc6cf'] response: {'server_uuid': '28370be8-74db-4893-bea7-1a32a7404b7d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '552c4c29-a5c1-417a-bf95-16534680604e', 'code': 200} 2026-05-11 02:05:34.015 11 INFO neutron.plugins.ml2.plugin [None req-bdd046b3-587e-4921-b171-09d6afa76601 - - - - - -] Attempt 1 to provision port 6b142679-6cf9-4123-9816-8454b5f37c70 2026-05-11 02:05:34.044 11 INFO neutron.plugins.ml2.plugin [None req-bdd046b3-587e-4921-b171-09d6afa76601 - - - - - -] Attempt 1 to provision port 3ab4f1b4-040b-4208-9e68-eaa47cf0a37f 2026-05-11 02:05:34.064 11 INFO neutron.plugins.ml2.plugin [None req-bdd046b3-587e-4921-b171-09d6afa76601 - - - - - -] Attempt 1 to provision port 5cf16276-b379-46a8-b68b-a413a542baf9 2026-05-11 02:05:37.855 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 78843575-db24-4eb6-8618-793bf7a33883 2026-05-11 02:05:38.294 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 05e4f690-3f64-415b-9fe4-a572fa92bd88 2026-05-11 02:05:38.435 12 INFO neutron.notifiers.nova [None req-46c447c0-2c80-47ae-8445-96e4cbe65833 - - - - - -] Nova event matching ['req-6e9b0ef6-6211-45bf-9141-3186eaff1343'] response: {'server_uuid': 'd6b3b21f-d5f6-46cf-b1b4-a6bb060fdcb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '05e4f690-3f64-415b-9fe4-a572fa92bd88', 'code': 200} 2026-05-11 02:05:39.999 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port dd1c816a-bdde-445a-b836-1db9e5049e3c 2026-05-11 02:05:40.361 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 78843575-db24-4eb6-8618-793bf7a33883 2026-05-11 02:05:40.499 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 05e4f690-3f64-415b-9fe4-a572fa92bd88 2026-05-11 02:05:41.385 11 INFO neutron.plugins.ml2.plugin [None req-71a4933d-d085-4390-a31d-8baede1d6aad - - - - - -] Attempt 1 to provision port 399004fc-7684-4f05-b1bb-365627a3a2fe 2026-05-11 02:05:41.425 11 INFO neutron.plugins.ml2.plugin [None req-71a4933d-d085-4390-a31d-8baede1d6aad - - - - - -] Attempt 1 to provision port dd1c816a-bdde-445a-b836-1db9e5049e3c 2026-05-11 02:05:41.480 11 INFO neutron.plugins.ml2.plugin [None req-71a4933d-d085-4390-a31d-8baede1d6aad - - - - - -] Attempt 1 to provision port 05e4f690-3f64-415b-9fe4-a572fa92bd88 2026-05-11 02:05:41.531 11 INFO neutron.plugins.ml2.plugin [None req-71a4933d-d085-4390-a31d-8baede1d6aad - - - - - -] Attempt 1 to provision port 1c273743-88c6-46ba-9169-713017982c3c 2026-05-11 02:05:41.566 11 INFO neutron.plugins.ml2.plugin [None req-71a4933d-d085-4390-a31d-8baede1d6aad - - - - - -] Attempt 1 to provision port 5cf16276-b379-46a8-b68b-a413a542baf9 2026-05-11 02:05:41.592 11 INFO neutron.plugins.ml2.plugin [None req-71a4933d-d085-4390-a31d-8baede1d6aad - - - - - -] Attempt 1 to provision port e7b9fab0-09c0-489b-92d0-be817439785b 2026-05-11 02:05:41.939 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port dd1c816a-bdde-445a-b836-1db9e5049e3c 2026-05-11 02:05:44.574 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-b411778e-3ea4-4723-9195-148b45ecf91d'] response: {'server_uuid': 'd6b3b21f-d5f6-46cf-b1b4-a6bb060fdcb7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '05e4f690-3f64-415b-9fe4-a572fa92bd88', 'code': 200} 2026-05-11 02:05:46.593 12 INFO neutron.plugins.ml2.plugin [None req-50996e40-f9a7-4e44-ba32-a62ac862227d - - - - - -] Attempt 1 to provision port 399004fc-7684-4f05-b1bb-365627a3a2fe 2026-05-11 02:05:46.619 12 INFO neutron.plugins.ml2.plugin [None req-50996e40-f9a7-4e44-ba32-a62ac862227d - - - - - -] Attempt 1 to provision port fa682cd8-e6e4-4af9-af69-0d06913f1bf6 2026-05-11 02:05:46.641 12 INFO neutron.plugins.ml2.plugin [None req-50996e40-f9a7-4e44-ba32-a62ac862227d - - - - - -] Attempt 1 to provision port 1c273743-88c6-46ba-9169-713017982c3c 2026-05-11 02:05:46.661 12 INFO neutron.plugins.ml2.plugin [None req-50996e40-f9a7-4e44-ba32-a62ac862227d - - - - - -] Attempt 1 to provision port dd1c816a-bdde-445a-b836-1db9e5049e3c 2026-05-11 02:05:48.644 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ce515cd9-ed27-42fa-b459-5057bde933f6 2026-05-11 02:05:48.733 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-b5dc6d2f-b0a0-4c74-b61f-71e803a91839'] response: {'server_uuid': 'a086b0e9-fdb4-43a3-b04e-9f8072d04b32', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce515cd9-ed27-42fa-b459-5057bde933f6', 'code': 200} 2026-05-11 02:05:50.181 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ce515cd9-ed27-42fa-b459-5057bde933f6 2026-05-11 02:05:50.771 12 INFO neutron.plugins.ml2.plugin [None req-6c7b5da2-2485-48b6-a373-33ba4c33a025 - - - - - -] Attempt 1 to provision port 552c4c29-a5c1-417a-bf95-16534680604e 2026-05-11 02:05:50.843 12 INFO neutron.plugins.ml2.plugin [None req-6c7b5da2-2485-48b6-a373-33ba4c33a025 - - - - - -] Attempt 1 to provision port 1c273743-88c6-46ba-9169-713017982c3c 2026-05-11 02:05:54.028 12 INFO neutron.plugins.ml2.plugin [None req-a6d2c280-ab24-4a92-a891-ede8b6277c52 - - - - - -] Attempt 1 to provision port 97f20985-5e24-47d6-933e-3cde4ba9302a 2026-05-11 02:05:54.061 12 INFO neutron.plugins.ml2.plugin [None req-a6d2c280-ab24-4a92-a891-ede8b6277c52 - - - - - -] Attempt 1 to provision port 1c273743-88c6-46ba-9169-713017982c3c 2026-05-11 02:05:57.140 11 INFO neutron.plugins.ml2.plugin [None req-d5bdbfe2-a84b-4102-8232-f72211f0405b - - - - - -] Attempt 1 to provision port ce515cd9-ed27-42fa-b459-5057bde933f6 2026-05-11 02:05:59.924 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port c666c2c7-2881-403f-b052-3732e205cc35 2026-05-11 02:06:00.150 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 3ab4f1b4-040b-4208-9e68-eaa47cf0a37f 2026-05-11 02:06:01.925 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port c666c2c7-2881-403f-b052-3732e205cc35 2026-05-11 02:06:02.096 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 3ab4f1b4-040b-4208-9e68-eaa47cf0a37f 2026-05-11 02:06:06.012 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 29e916db-48d9-4dd4-889d-ea0036eac025 2026-05-11 02:06:06.343 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 1c273743-88c6-46ba-9169-713017982c3c 2026-05-11 02:06:06.505 11 INFO neutron.plugins.ml2.plugin [None req-b5827270-5f6d-4aa9-94fd-df86d19052d3 - - - - - -] Attempt 1 to provision port 29e916db-48d9-4dd4-889d-ea0036eac025 2026-05-11 02:06:06.617 12 INFO neutron.plugins.ml2.plugin [None req-9c0e7317-36d8-4e50-a709-a9872ecc69d7 - - - - - -] Attempt 1 to provision port 97f20985-5e24-47d6-933e-3cde4ba9302a 2026-05-11 02:06:07.940 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 29e916db-48d9-4dd4-889d-ea0036eac025 2026-05-11 02:06:08.122 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 1c273743-88c6-46ba-9169-713017982c3c 2026-05-11 02:06:08.303 11 INFO neutron.plugins.ml2.plugin [None req-c04aea85-8e9f-4a48-a36e-fdc402e1af80 - - - - - -] Attempt 1 to provision port 97f20985-5e24-47d6-933e-3cde4ba9302a 2026-05-11 02:06:10.009 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 0f52c1bb-cf92-44a9-a27f-88071bef1a07 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.813 12 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 137, in bind_port 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.813 12 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-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.813 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.817 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.817 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 2 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.836 12 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 137, in bind_port 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.836 12 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-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.836 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.838 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.838 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 3 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.848 12 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 137, in bind_port 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.848 12 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-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.848 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.850 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.850 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 4 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.861 12 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 137, in bind_port 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.861 12 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-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.861 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.863 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.863 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 5 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.884 12 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 137, in bind_port 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.884 12 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-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.884 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.886 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.887 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 6 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.899 12 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 137, in bind_port 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.899 12 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-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.899 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.901 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.904 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 7 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.914 12 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 137, in bind_port 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.914 12 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-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.914 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.915 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.915 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 8 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.928 12 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 137, in bind_port 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.928 12 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-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.928 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.929 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.929 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 9 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.940 12 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 137, in bind_port 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.940 12 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-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.940 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.942 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:15.942 12 INFO neutron.plugins.ml2.plugin [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Attempt 10 to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:06:15.976 12 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 137, in bind_port 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:15.976 12 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-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 87721aad-7650-40eb-9da8-480cf2ef3f19 could not be found. 2026-05-11 02:06:15.976 12 ERROR neutron.plugins.ml2.managers 2026-05-11 02:06:15.978 12 ERROR neutron.plugins.ml2.managers [None req-93ca8ce4-8ff0-45f8-9a07-2275d0569f2d - - - - - -] Failed to bind port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 on host instance for vnic_type normal using segments [{'id': '4f94d807-23f6-4d4d-8b54-2bdbbaf53f12', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 285, 'network_id': 'f0c71919-22da-421a-a67e-9adbc54c3710'}] 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server [None req-1abb733e-33f7-440c-8bde-bf59f59d90f2 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 could not be found. 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-11 02:06:16.567 12 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-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 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-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 12bc0561-b1d0-4cf4-85af-85ee1a2583c3 could not be found. 2026-05-11 02:06:16.567 12 ERROR oslo_messaging.rpc.server 2026-05-11 02:06:17.585 11 INFO neutron.plugins.ml2.plugin [None req-15043e9d-f382-4396-8040-e9524b5b9a8a - - - - - -] Attempt 1 to provision port c4aab2e3-7375-4b1a-8c77-c078aa423749 2026-05-11 02:06:20.255 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-919e8397-b4e9-4c6b-940a-6423be4e487a'] response: {'server_uuid': 'a086b0e9-fdb4-43a3-b04e-9f8072d04b32', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ce515cd9-ed27-42fa-b459-5057bde933f6', 'code': 200} 2026-05-11 02:06:22.405 11 INFO neutron.plugins.ml2.plugin [None req-e32d88c5-a773-45fb-83d3-d53d055763e3 - - - - - -] Attempt 1 to provision port 552c4c29-a5c1-417a-bf95-16534680604e 2026-05-11 02:06:22.735 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 552c4c29-a5c1-417a-bf95-16534680604e 2026-05-11 02:06:22.997 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ce515cd9-ed27-42fa-b459-5057bde933f6 2026-05-11 02:06:23.131 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-a2721960-dbf1-4e4a-b499-9cc46ba651c9'] response: {'server_uuid': 'a086b0e9-fdb4-43a3-b04e-9f8072d04b32', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce515cd9-ed27-42fa-b459-5057bde933f6', 'code': 200} 2026-05-11 02:06:24.133 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ce515cd9-ed27-42fa-b459-5057bde933f6 2026-05-11 02:06:40.036 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port c3112c1b-9b15-4fe4-a804-786bab09fbdb 2026-05-11 02:06:40.368 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 9ed607bf-27a9-459a-bcdf-c100b610280f 2026-05-11 02:06:42.208 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 83924a8d-9add-41d6-8fd7-d9048c1ed8a8 2026-05-11 02:06:42.585 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port c3112c1b-9b15-4fe4-a804-786bab09fbdb 2026-05-11 02:06:42.892 12 INFO neutron.plugins.ml2.plugin [None req-6c71d01f-d9e0-46cf-b84a-e9d0ba87b5a5 - - - - - -] Attempt 1 to provision port 9ed607bf-27a9-459a-bcdf-c100b610280f 2026-05-11 02:06:44.143 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 83924a8d-9add-41d6-8fd7-d9048c1ed8a8 2026-05-11 02:06:44.420 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 587bc900-8f3f-47b4-8e2b-585ef7dc10e5 2026-05-11 02:06:44.452 11 INFO neutron.plugins.ml2.db [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] No ports have port_id starting with 587bc900-8f3f-47b4-8e2b-585ef7dc10e5 2026-05-11 02:06:45.493 11 INFO neutron.plugins.ml2.plugin [None req-adb073a2-d87d-47a0-a10d-7601402e02dc - - - - - -] Attempt 1 to provision port c3112c1b-9b15-4fe4-a804-786bab09fbdb 2026-05-11 02:06:45.557 11 INFO neutron.plugins.ml2.plugin [None req-adb073a2-d87d-47a0-a10d-7601402e02dc - - - - - -] Attempt 1 to provision port b1c89a9f-ed82-4d8b-93dc-34505d0727c8 2026-05-11 02:06:50.501 12 INFO neutron.plugins.ml2.plugin [None req-739bc1ee-f5e0-4145-8265-a05501cc4ed4 - - - - - -] Attempt 1 to provision port b1c89a9f-ed82-4d8b-93dc-34505d0727c8 2026-05-11 02:06:50.526 12 INFO neutron.plugins.ml2.plugin [None req-739bc1ee-f5e0-4145-8265-a05501cc4ed4 - - - - - -] Attempt 1 to provision port c3112c1b-9b15-4fe4-a804-786bab09fbdb 2026-05-11 02:06:50.579 12 INFO neutron.plugins.ml2.plugin [None req-739bc1ee-f5e0-4145-8265-a05501cc4ed4 - - - - - -] Attempt 1 to provision port 22ed0290-2f0b-4bde-95a8-e73c5bb9fc5f 2026-05-11 02:06:52.691 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95331aa5-1ecc-472d-ae57-dce4541a306e 2026-05-11 02:06:52.822 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-c94c743a-d1ad-4ad5-8d0c-e95f7293c381'] response: {'server_uuid': 'b1320162-3b16-412c-b296-5da6bf256cb2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95331aa5-1ecc-472d-ae57-dce4541a306e', 'code': 200} 2026-05-11 02:06:55.261 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 670839ef-a664-4f1a-8a8e-0f79abf4a580 2026-05-11 02:06:55.679 11 INFO neutron.plugins.ml2.plugin [None req-2bc0e687-70a3-4a3f-a120-65a823b3bd27 - - - - - -] Attempt 1 to provision port 670839ef-a664-4f1a-8a8e-0f79abf4a580 2026-05-11 02:06:55.691 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95331aa5-1ecc-472d-ae57-dce4541a306e 2026-05-11 02:06:55.740 11 INFO neutron.plugins.ml2.plugin [None req-2bc0e687-70a3-4a3f-a120-65a823b3bd27 - - - - - -] Attempt 1 to provision port 2eac78ee-42d5-459b-b74b-00983156a4f7 2026-05-11 02:06:55.938 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 8a006813-735b-4b30-b6c4-3b36f1be651a 2026-05-11 02:06:56.071 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-641edd21-69f9-4042-bf4b-27e13ab02bfb'] response: {'server_uuid': 'c4f93091-320a-4cc8-b999-904be048928a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8a006813-735b-4b30-b6c4-3b36f1be651a', 'code': 200} 2026-05-11 02:06:57.099 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 670839ef-a664-4f1a-8a8e-0f79abf4a580 2026-05-11 02:06:57.323 12 INFO neutron.plugins.ml2.plugin [None req-6e47deea-cf65-487c-b53b-4e2d2c48aece - - - - - -] Attempt 1 to provision port 22ed0290-2f0b-4bde-95a8-e73c5bb9fc5f 2026-05-11 02:06:57.601 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 8a006813-735b-4b30-b6c4-3b36f1be651a 2026-05-11 02:06:59.020 12 INFO neutron.plugins.ml2.plugin [None req-307e87d8-a4e4-43d1-aba3-820eabb8141f - - - - - -] Attempt 1 to provision port 22ed0290-2f0b-4bde-95a8-e73c5bb9fc5f 2026-05-11 02:06:59.220 12 INFO neutron.plugins.ml2.plugin [None req-307e87d8-a4e4-43d1-aba3-820eabb8141f - - - - - -] Attempt 1 to provision port b1c89a9f-ed82-4d8b-93dc-34505d0727c8 2026-05-11 02:06:59.546 12 INFO neutron.plugins.ml2.plugin [None req-c1b9f000-8844-4001-8df8-e7b3c59c6599 - - - - - -] Attempt 1 to provision port 670839ef-a664-4f1a-8a8e-0f79abf4a580 2026-05-11 02:06:59.629 12 INFO neutron.plugins.ml2.plugin [None req-c1b9f000-8844-4001-8df8-e7b3c59c6599 - - - - - -] Attempt 1 to provision port 8a006813-735b-4b30-b6c4-3b36f1be651a 2026-05-11 02:06:59.721 12 INFO neutron.plugins.ml2.plugin [None req-c1b9f000-8844-4001-8df8-e7b3c59c6599 - - - - - -] Attempt 1 to provision port 2eac78ee-42d5-459b-b74b-00983156a4f7 2026-05-11 02:07:01.000 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 2209ed0e-be0f-4a5b-a28c-e7b84e02f8fa 2026-05-11 02:07:01.233 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 2eac78ee-42d5-459b-b74b-00983156a4f7 2026-05-11 02:07:01.519 12 INFO neutron.plugins.ml2.plugin [None req-9b3863b7-1a33-425e-a284-8fc42373d491 - - - - - -] Attempt 1 to provision port b1c89a9f-ed82-4d8b-93dc-34505d0727c8 2026-05-11 02:07:03.062 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 2eac78ee-42d5-459b-b74b-00983156a4f7 2026-05-11 02:07:03.373 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 2209ed0e-be0f-4a5b-a28c-e7b84e02f8fa 2026-05-11 02:07:03.570 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 85d92ad1-365b-4f57-ab5f-2e24815a64cf 2026-05-11 02:07:04.997 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 7a829d0d-2d82-42f2-9e34-6b1e5601b48e 2026-05-11 02:07:05.374 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 85d92ad1-365b-4f57-ab5f-2e24815a64cf 2026-05-11 02:07:05.887 12 INFO neutron.plugins.ml2.plugin [None req-7b8c387a-4cfa-4f9e-91d0-7aa0cc6bbd18 - - - - - -] Attempt 1 to provision port d97e5201-e159-476f-a1cb-200f48ae6eaf 2026-05-11 02:07:05.921 12 INFO neutron.plugins.ml2.plugin [None req-7b8c387a-4cfa-4f9e-91d0-7aa0cc6bbd18 - - - - - -] Attempt 1 to provision port 7a829d0d-2d82-42f2-9e34-6b1e5601b48e 2026-05-11 02:07:07.145 11 INFO neutron.plugins.ml2.plugin [None req-10e46c47-54ee-4385-83ed-20d01f89be14 - - - - - -] Attempt 1 to provision port 7a829d0d-2d82-42f2-9e34-6b1e5601b48e 2026-05-11 02:07:09.223 11 INFO neutron.plugins.ml2.plugin [None req-2914f5bc-ebe6-431b-9ddf-087d4462f527 - - - - - -] Attempt 1 to provision port d97e5201-e159-476f-a1cb-200f48ae6eaf 2026-05-11 02:07:09.255 11 INFO neutron.plugins.ml2.plugin [None req-2914f5bc-ebe6-431b-9ddf-087d4462f527 - - - - - -] Attempt 1 to provision port 7a829d0d-2d82-42f2-9e34-6b1e5601b48e 2026-05-11 02:07:14.007 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 8fead4e9-3b29-482b-a6de-60879538c4cd 2026-05-11 02:07:14.120 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-257a2974-6da6-45e9-9fea-adc16d01e066'] response: {'server_uuid': 'abbdb0b1-1ba7-4014-bd56-511ce7daa800', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8fead4e9-3b29-482b-a6de-60879538c4cd', 'code': 200} 2026-05-11 02:07:15.082 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 8fead4e9-3b29-482b-a6de-60879538c4cd 2026-05-11 02:07:18.436 12 INFO neutron.plugins.ml2.plugin [None req-e926cc59-7f4f-49c8-bf29-8eb7ab0b717d - - - - - -] Attempt 1 to provision port 8fead4e9-3b29-482b-a6de-60879538c4cd 2026-05-11 02:07:19.291 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-f0d229a2-1a3d-4eb9-926c-9e89481535c5'] response: {'server_uuid': 'abbdb0b1-1ba7-4014-bd56-511ce7daa800', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8fead4e9-3b29-482b-a6de-60879538c4cd', 'code': 200} 2026-05-11 02:07:20.880 11 INFO neutron.plugins.ml2.plugin [None req-50c0a6a5-1aed-4f76-a2df-44da2c2cec95 - - - - - -] Attempt 1 to provision port 5c0d0983-5740-474a-a834-8651cc122b58 2026-05-11 02:07:21.038 11 INFO neutron.plugins.ml2.plugin [None req-50c0a6a5-1aed-4f76-a2df-44da2c2cec95 - - - - - -] Attempt 1 to provision port d97e5201-e159-476f-a1cb-200f48ae6eaf 2026-05-11 02:07:21.140 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port d97e5201-e159-476f-a1cb-200f48ae6eaf 2026-05-11 02:07:21.333 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 5c0d0983-5740-474a-a834-8651cc122b58 2026-05-11 02:07:22.830 11 INFO neutron.plugins.ml2.plugin [None req-df2aa4c5-c046-4300-a21f-90759e6051a0 - - - - - -] Attempt 1 to provision port d97e5201-e159-476f-a1cb-200f48ae6eaf 2026-05-11 02:07:23.097 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port d97e5201-e159-476f-a1cb-200f48ae6eaf 2026-05-11 02:07:23.314 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 5c0d0983-5740-474a-a834-8651cc122b58 2026-05-11 02:07:41.153 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 19660276-d5e2-45e5-bb1d-2d5556a0b1b4 2026-05-11 02:07:41.506 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port d4d71070-a30b-43e4-9b35-8dec51805a16 2026-05-11 02:07:42.578 12 INFO neutron.plugins.ml2.plugin [None req-690ab7bc-9709-4678-acfe-1f85513f9b11 - - - - - -] Attempt 1 to provision port d4d71070-a30b-43e4-9b35-8dec51805a16 2026-05-11 02:07:43.156 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 19660276-d5e2-45e5-bb1d-2d5556a0b1b4 2026-05-11 02:07:43.367 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port d4d71070-a30b-43e4-9b35-8dec51805a16 2026-05-11 02:07:47.095 12 INFO neutron.plugins.ml2.plugin [None req-dc152bf2-8fd2-4268-9225-e7fcb63727ec - - - - - -] Attempt 1 to provision port 95865911-b033-4f44-b126-f0a12cebdef9 2026-05-11 02:07:47.124 12 INFO neutron.plugins.ml2.plugin [None req-dc152bf2-8fd2-4268-9225-e7fcb63727ec - - - - - -] Attempt 1 to provision port dad43161-eaee-46bb-9d84-05f3df766cba 2026-05-11 02:07:47.141 12 INFO neutron.plugins.ml2.plugin [None req-dc152bf2-8fd2-4268-9225-e7fcb63727ec - - - - - -] Attempt 1 to provision port d4d71070-a30b-43e4-9b35-8dec51805a16 2026-05-11 02:07:47.149 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port b01d2e01-d462-4795-877e-4bed1c63bf7c 2026-05-11 02:07:49.154 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port b01d2e01-d462-4795-877e-4bed1c63bf7c 2026-05-11 02:07:53.143 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 357be5dd-4612-4ab6-8a48-bc7541dfef96 2026-05-11 02:07:53.721 12 INFO neutron.plugins.ml2.plugin [None req-1b6c4608-7b14-427a-8562-106963588eb4 - - - - - -] Attempt 1 to provision port 357be5dd-4612-4ab6-8a48-bc7541dfef96 2026-05-11 02:07:53.773 12 INFO neutron.plugins.ml2.plugin [None req-1b6c4608-7b14-427a-8562-106963588eb4 - - - - - -] Attempt 1 to provision port d0d1e065-e932-463e-99eb-118e302c2553 2026-05-11 02:07:55.106 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 357be5dd-4612-4ab6-8a48-bc7541dfef96 2026-05-11 02:07:58.463 12 INFO neutron.plugins.ml2.plugin [None req-db7b6c84-ef67-4da4-b36b-abf3ea2ca8fd - - - - - -] Attempt 1 to provision port 357be5dd-4612-4ab6-8a48-bc7541dfef96 2026-05-11 02:07:58.514 12 INFO neutron.plugins.ml2.plugin [None req-db7b6c84-ef67-4da4-b36b-abf3ea2ca8fd - - - - - -] Attempt 1 to provision port d0d1e065-e932-463e-99eb-118e302c2553 2026-05-11 02:08:00.151 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port b4937e9c-0d26-41cc-9e9a-45a68dbd04bd 2026-05-11 02:08:00.279 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-85d01dd2-0894-411e-82d5-422b903c37f3'] response: {'server_uuid': '1ff56bca-0636-4382-920c-56061421d1db', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b4937e9c-0d26-41cc-9e9a-45a68dbd04bd', 'code': 200} 2026-05-11 02:08:01.152 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95865911-b033-4f44-b126-f0a12cebdef9 2026-05-11 02:08:01.439 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port b4937e9c-0d26-41cc-9e9a-45a68dbd04bd 2026-05-11 02:08:01.645 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port dad43161-eaee-46bb-9d84-05f3df766cba 2026-05-11 02:08:02.130 11 INFO neutron.plugins.ml2.plugin [None req-54faa29d-b5f1-4b0d-85f4-c1a17d2d0da5 - - - - - -] Attempt 1 to provision port dad43161-eaee-46bb-9d84-05f3df766cba 2026-05-11 02:08:02.187 11 INFO neutron.plugins.ml2.plugin [None req-a14a06fa-3253-4ed8-b2cc-88808cdc2366 - - - - - -] Attempt 1 to provision port 74d6cbbf-0702-4328-b813-eaca8219de7e 2026-05-11 02:08:02.217 11 INFO neutron.plugins.ml2.plugin [None req-a14a06fa-3253-4ed8-b2cc-88808cdc2366 - - - - - -] Attempt 1 to provision port d0d1e065-e932-463e-99eb-118e302c2553 2026-05-11 02:08:03.155 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port d0d1e065-e932-463e-99eb-118e302c2553 2026-05-11 02:08:03.467 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95865911-b033-4f44-b126-f0a12cebdef9 2026-05-11 02:08:03.672 11 INFO neutron.plugins.ml2.plugin [None req-710c236a-b7a6-4b1d-b54f-d5bacea1e974 - - - - - -] Attempt 1 to provision port 74d6cbbf-0702-4328-b813-eaca8219de7e 2026-05-11 02:08:03.993 11 INFO neutron.plugins.ml2.plugin [None req-900ac014-257b-4674-8537-c9a482d8389c - - - - - -] Attempt 1 to provision port dad43161-eaee-46bb-9d84-05f3df766cba 2026-05-11 02:08:05.166 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port d0d1e065-e932-463e-99eb-118e302c2553 2026-05-11 02:08:05.397 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 74d6cbbf-0702-4328-b813-eaca8219de7e 2026-05-11 02:08:05.586 12 INFO neutron.plugins.ml2.plugin [None req-4366f241-0446-4305-9bfe-6480e753f056 - - - - - -] Attempt 1 to provision port dad43161-eaee-46bb-9d84-05f3df766cba 2026-05-11 02:08:05.633 12 INFO neutron.plugins.ml2.plugin [None req-4366f241-0446-4305-9bfe-6480e753f056 - - - - - -] Attempt 1 to provision port d0d1e065-e932-463e-99eb-118e302c2553 2026-05-11 02:08:07.352 11 INFO neutron.plugins.ml2.plugin [None req-64204e4f-a779-4b99-ac1c-517ac8b01d48 - - - - - -] Attempt 1 to provision port b4937e9c-0d26-41cc-9e9a-45a68dbd04bd 2026-05-11 02:08:22.881 12 INFO neutron.plugins.ml2.plugin [None req-74b6ba45-02d5-416a-b942-0835d5588d79 - - - - - -] Attempt 1 to provision port 2192a823-d7c4-4661-a17f-390ed8368bb7 2026-05-11 02:08:23.301 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 2192a823-d7c4-4661-a17f-390ed8368bb7 2026-05-11 02:08:25.157 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 0045fc86-4b72-4381-8f80-fd5677dfd730 2026-05-11 02:08:25.558 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 465120fa-9566-4b13-b48d-16966c950905 2026-05-11 02:08:27.240 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 0045fc86-4b72-4381-8f80-fd5677dfd730 2026-05-11 02:08:27.428 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port e08b37ab-b024-495f-8839-af35b136c77d 2026-05-11 02:08:27.780 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 465120fa-9566-4b13-b48d-16966c950905 2026-05-11 02:08:29.218 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port e08b37ab-b024-495f-8839-af35b136c77d 2026-05-11 02:08:29.535 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 37e4d4cc-87a2-4bce-9056-03b36901be8d 2026-05-11 02:08:31.181 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 37e4d4cc-87a2-4bce-9056-03b36901be8d 2026-05-11 02:08:35.438 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 2192a823-d7c4-4661-a17f-390ed8368bb7 2026-05-11 02:08:35.895 11 INFO neutron.plugins.ml2.plugin [None req-2f48cd76-e25a-456b-b94a-e51abc0bce46 - - - - - -] Attempt 1 to provision port 2192a823-d7c4-4661-a17f-390ed8368bb7 2026-05-11 02:08:35.949 11 INFO neutron.plugins.ml2.plugin [None req-2f48cd76-e25a-456b-b94a-e51abc0bce46 - - - - - -] Attempt 1 to provision port 016ce1d9-6025-4ebc-a059-e9bfc46a58c4 2026-05-11 02:08:35.981 11 INFO neutron.plugins.ml2.plugin [None req-2f48cd76-e25a-456b-b94a-e51abc0bce46 - - - - - -] Attempt 1 to provision port 0045fc86-4b72-4381-8f80-fd5677dfd730 2026-05-11 02:08:36.035 11 INFO neutron.plugins.ml2.plugin [None req-2f48cd76-e25a-456b-b94a-e51abc0bce46 - - - - - -] Attempt 1 to provision port 37e4d4cc-87a2-4bce-9056-03b36901be8d 2026-05-11 02:08:36.108 11 INFO neutron.plugins.ml2.plugin [None req-2f48cd76-e25a-456b-b94a-e51abc0bce46 - - - - - -] Attempt 1 to provision port 1e31fd84-99db-44a3-8369-7d35e195c6da 2026-05-11 02:08:39.690 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 8f48d841-706e-437e-b00e-66ccdd381234 2026-05-11 02:08:39.935 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-2c25917e-15e1-42be-9553-d51cc756056f'] response: {'server_uuid': '23d0767b-aec1-4880-9b3e-5287628e3fb1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8f48d841-706e-437e-b00e-66ccdd381234', 'code': 200} 2026-05-11 02:08:41.757 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port a83ae575-cdde-4f6c-93ba-266b7b9ad97d 2026-05-11 02:08:41.972 12 INFO neutron.notifiers.nova [None req-cda38c10-6a70-4eca-ac19-9e6ccbcaa56c - - - - - -] Nova event matching ['req-b80721ca-9805-4363-9060-30580f8674a8'] response: {'server_uuid': 'b914df77-ea19-4ee9-8290-3dab9f3fb800', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a83ae575-cdde-4f6c-93ba-266b7b9ad97d', 'code': 200} 2026-05-11 02:08:42.113 12 INFO neutron.plugins.ml2.plugin [None req-cda38c10-6a70-4eca-ac19-9e6ccbcaa56c - - - - - -] Attempt 1 to provision port 8f48d841-706e-437e-b00e-66ccdd381234 2026-05-11 02:08:43.193 12 INFO neutron.plugins.ml2.plugin [None req-04bee443-0628-4d30-bdb8-4255c2af1f6d - - - - - -] Attempt 1 to provision port a83ae575-cdde-4f6c-93ba-266b7b9ad97d 2026-05-11 02:08:45.341 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 6d1b1251-dd4a-4171-9272-a12e47b37711 2026-05-11 02:08:45.719 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 6da4ffeb-7af6-4d77-ba57-ae0b1e330822 2026-05-11 02:08:45.909 12 INFO neutron.plugins.ml2.plugin [None req-18444684-1d3c-43b4-8fee-d6f5f3ca4299 - - - - - -] Attempt 1 to provision port f0f94c20-b7d9-4f17-a6aa-abd25aca016d 2026-05-11 02:08:45.948 12 INFO neutron.plugins.ml2.plugin [None req-18444684-1d3c-43b4-8fee-d6f5f3ca4299 - - - - - -] Attempt 1 to provision port 6d1b1251-dd4a-4171-9272-a12e47b37711 2026-05-11 02:08:45.974 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 016ce1d9-6025-4ebc-a059-e9bfc46a58c4 2026-05-11 02:08:46.016 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 6da4ffeb-7af6-4d77-ba57-ae0b1e330822 2026-05-11 02:08:46.080 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port a83ae575-cdde-4f6c-93ba-266b7b9ad97d 2026-05-11 02:08:46.148 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 37e4d4cc-87a2-4bce-9056-03b36901be8d 2026-05-11 02:08:46.216 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 7c932bb7-659e-475a-be18-da5399141450 2026-05-11 02:08:46.231 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 7c932bb7-659e-475a-be18-da5399141450 2026-05-11 02:08:46.342 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 2192a823-d7c4-4661-a17f-390ed8368bb7 2026-05-11 02:08:46.394 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 016ce1d9-6025-4ebc-a059-e9bfc46a58c4 2026-05-11 02:08:46.466 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 8f48d841-706e-437e-b00e-66ccdd381234 2026-05-11 02:08:46.523 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 0045fc86-4b72-4381-8f80-fd5677dfd730 2026-05-11 02:08:46.577 12 INFO neutron.plugins.ml2.plugin [None req-23d151df-a1e8-4110-a4d3-5b96b3e6c5fc - - - - - -] Attempt 1 to provision port 147458a3-80de-494a-aaee-62681069c2be 2026-05-11 02:08:46.969 11 INFO neutron.plugins.ml2.plugin [None req-dc6ac134-1d9e-47e0-a307-92b8771efae9 - - - - - -] Attempt 1 to provision port 1e31fd84-99db-44a3-8369-7d35e195c6da 2026-05-11 02:08:47.524 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 6d1b1251-dd4a-4171-9272-a12e47b37711 2026-05-11 02:08:47.770 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 6da4ffeb-7af6-4d77-ba57-ae0b1e330822 2026-05-11 02:08:48.136 11 INFO neutron.plugins.ml2.plugin [None req-9800b2f1-b17c-4965-a2f5-d253960e14e6 - - - - - -] Attempt 1 to provision port 016ce1d9-6025-4ebc-a059-e9bfc46a58c4 2026-05-11 02:08:48.366 11 INFO neutron.plugins.ml2.plugin [None req-9800b2f1-b17c-4965-a2f5-d253960e14e6 - - - - - -] Attempt 1 to provision port 147458a3-80de-494a-aaee-62681069c2be 2026-05-11 02:08:48.618 11 INFO neutron.plugins.ml2.plugin [None req-9800b2f1-b17c-4965-a2f5-d253960e14e6 - - - - - -] Attempt 1 to provision port 7c932bb7-659e-475a-be18-da5399141450 2026-05-11 02:08:48.866 11 INFO neutron.plugins.ml2.plugin [None req-65221004-f5bf-49db-9fc1-6659977705c8 - - - - - -] Attempt 1 to provision port 1e31fd84-99db-44a3-8369-7d35e195c6da 2026-05-11 02:08:49.031 11 INFO neutron.plugins.ml2.plugin [None req-65221004-f5bf-49db-9fc1-6659977705c8 - - - - - -] Attempt 1 to provision port f0f94c20-b7d9-4f17-a6aa-abd25aca016d 2026-05-11 02:08:49.594 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f0f94c20-b7d9-4f17-a6aa-abd25aca016d 2026-05-11 02:08:52.519 11 INFO neutron.plugins.ml2.plugin [None req-74a146af-8b11-4a9c-b9a9-9f49f04599d4 - - - - - -] Attempt 1 to provision port 016ce1d9-6025-4ebc-a059-e9bfc46a58c4 2026-05-11 02:08:52.566 11 INFO neutron.plugins.ml2.plugin [None req-74a146af-8b11-4a9c-b9a9-9f49f04599d4 - - - - - -] Attempt 1 to provision port 6da4ffeb-7af6-4d77-ba57-ae0b1e330822 2026-05-11 02:08:52.614 11 INFO neutron.plugins.ml2.plugin [None req-74a146af-8b11-4a9c-b9a9-9f49f04599d4 - - - - - -] Attempt 1 to provision port 0045fc86-4b72-4381-8f80-fd5677dfd730 2026-05-11 02:08:52.672 11 INFO neutron.plugins.ml2.plugin [None req-74a146af-8b11-4a9c-b9a9-9f49f04599d4 - - - - - -] Attempt 1 to provision port a83ae575-cdde-4f6c-93ba-266b7b9ad97d 2026-05-11 02:08:52.721 11 INFO neutron.plugins.ml2.plugin [None req-74a146af-8b11-4a9c-b9a9-9f49f04599d4 - - - - - -] Attempt 1 to provision port 37e4d4cc-87a2-4bce-9056-03b36901be8d 2026-05-11 02:08:52.769 11 INFO neutron.plugins.ml2.plugin [None req-74a146af-8b11-4a9c-b9a9-9f49f04599d4 - - - - - -] Attempt 1 to provision port 7c932bb7-659e-475a-be18-da5399141450 2026-05-11 02:08:56.019 12 INFO neutron.plugins.ml2.plugin [None req-910cd0f0-8b0f-4a2b-a891-7b4b03b8a7d5 - - - - - -] Attempt 1 to provision port 016ce1d9-6025-4ebc-a059-e9bfc46a58c4 2026-05-11 02:08:57.644 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 842531a6-fdbf-4ac1-bb68-815a8bee7e99 2026-05-11 02:08:57.766 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-a4bc83c0-7744-44d6-94f1-ccfc7c972bf7'] response: {'server_uuid': 'd0ad0d57-b58e-4cf0-ae3e-618ff43d31cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '842531a6-fdbf-4ac1-bb68-815a8bee7e99', 'code': 200} 2026-05-11 02:08:59.533 11 INFO neutron.plugins.ml2.plugin [None req-731552ce-4a15-4bc6-93dc-59b2912c6fd0 - - - - - -] Attempt 1 to provision port 8f48d841-706e-437e-b00e-66ccdd381234 2026-05-11 02:08:59.581 11 INFO neutron.plugins.ml2.plugin [None req-731552ce-4a15-4bc6-93dc-59b2912c6fd0 - - - - - -] Attempt 1 to provision port 6d1b1251-dd4a-4171-9272-a12e47b37711 2026-05-11 02:08:59.625 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 842531a6-fdbf-4ac1-bb68-815a8bee7e99 2026-05-11 02:08:59.626 11 INFO neutron.plugins.ml2.plugin [None req-731552ce-4a15-4bc6-93dc-59b2912c6fd0 - - - - - -] Attempt 1 to provision port 6da4ffeb-7af6-4d77-ba57-ae0b1e330822 2026-05-11 02:08:59.690 11 INFO neutron.plugins.ml2.plugin [None req-4b2a1f50-62cc-44da-bd17-ef9d38d88ed0 - - - - - -] Attempt 1 to provision port 147458a3-80de-494a-aaee-62681069c2be 2026-05-11 02:08:59.734 11 INFO neutron.plugins.ml2.plugin [None req-4b2a1f50-62cc-44da-bd17-ef9d38d88ed0 - - - - - -] Attempt 1 to provision port 7c932bb7-659e-475a-be18-da5399141450 2026-05-11 02:09:02.521 11 INFO neutron.plugins.ml2.plugin [None req-895a1323-3c8c-4fee-bc42-9e9aeb2a084d - - - - - -] Attempt 1 to provision port 6da4ffeb-7af6-4d77-ba57-ae0b1e330822 2026-05-11 02:09:02.566 11 INFO neutron.plugins.ml2.plugin [None req-895a1323-3c8c-4fee-bc42-9e9aeb2a084d - - - - - -] Attempt 1 to provision port 147458a3-80de-494a-aaee-62681069c2be 2026-05-11 02:09:02.618 11 INFO neutron.plugins.ml2.plugin [None req-895a1323-3c8c-4fee-bc42-9e9aeb2a084d - - - - - -] Attempt 1 to provision port 7c932bb7-659e-475a-be18-da5399141450 2026-05-11 02:09:06.725 12 INFO neutron.plugins.ml2.plugin [None req-d924e9d8-c0dc-40f5-990e-8909f27e90a6 - - - - - -] Attempt 1 to provision port a83ae575-cdde-4f6c-93ba-266b7b9ad97d 2026-05-11 02:09:06.777 12 INFO neutron.plugins.ml2.plugin [None req-d924e9d8-c0dc-40f5-990e-8909f27e90a6 - - - - - -] Attempt 1 to provision port 842531a6-fdbf-4ac1-bb68-815a8bee7e99 2026-05-11 02:09:06.823 12 INFO neutron.plugins.ml2.plugin [None req-d924e9d8-c0dc-40f5-990e-8909f27e90a6 - - - - - -] Attempt 1 to provision port 147458a3-80de-494a-aaee-62681069c2be 2026-05-11 02:09:10.034 12 INFO neutron.plugins.ml2.plugin [None req-75a822f0-77ec-4549-9b01-f63e44d1212a - - - - - -] Attempt 1 to provision port 8f48d841-706e-437e-b00e-66ccdd381234 2026-05-11 02:09:22.181 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 4e3da52b-327a-445e-b934-445703f56158 2026-05-11 02:09:22.278 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-f846c027-2a68-41a2-8cda-7db786772d0c'] response: {'server_uuid': '7ef908f0-3705-4248-b7f2-c786ead7aafc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e3da52b-327a-445e-b934-445703f56158', 'code': 200} 2026-05-11 02:09:23.636 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 4e3da52b-327a-445e-b934-445703f56158 2026-05-11 02:09:33.419 11 INFO neutron.plugins.ml2.plugin [None req-2b01bb16-9728-4189-8ed0-b9cf9c1c43cf - - - - - -] Attempt 1 to provision port eb706f61-04fe-4b37-a912-d19198e22f57 2026-05-11 02:09:47.872 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-d774d7f4-5d01-4dc6-8f68-e818a7c62810'] response: {'server_uuid': '7ef908f0-3705-4248-b7f2-c786ead7aafc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4e3da52b-327a-445e-b934-445703f56158', 'code': 200} 2026-05-11 02:09:54.235 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ee11d919-3efd-4c15-bc23-27b5bc658366 2026-05-11 02:09:54.337 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-947a3354-4f7d-43b5-b4fc-426f534211a7'] response: {'server_uuid': '032a89e0-763f-41ec-982c-7e840f2a596f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ee11d919-3efd-4c15-bc23-27b5bc658366', 'code': 200} 2026-05-11 02:09:55.702 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port ee11d919-3efd-4c15-bc23-27b5bc658366 2026-05-11 02:10:34.637 11 INFO neutron.plugins.ml2.plugin [None req-d7cd6e54-1366-44d2-998f-9f8a1bc74431 - - - - - -] Attempt 1 to provision port 95b11a99-3b1c-4c2a-b71e-8b07a8a2277f 2026-05-11 02:10:39.688 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95b11a99-3b1c-4c2a-b71e-8b07a8a2277f 2026-05-11 02:10:39.929 12 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-ae39eb32-78a1-4041-a211-2a58a253a736'] response: {'server_uuid': '032a89e0-763f-41ec-982c-7e840f2a596f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95b11a99-3b1c-4c2a-b71e-8b07a8a2277f', 'code': 200} 2026-05-11 02:10:41.670 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95b11a99-3b1c-4c2a-b71e-8b07a8a2277f 2026-05-11 02:10:44.189 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port 95b11a99-3b1c-4c2a-b71e-8b07a8a2277f 2026-05-11 02:11:08.785 11 INFO neutron.plugins.ml2.plugin [None req-778adf89-6d44-4432-9512-a43221c25d7a - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:11:17.252 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:11:17.444 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-2c352f89-2002-4207-9470-666467103923'] response: {'server_uuid': '032a89e0-763f-41ec-982c-7e840f2a596f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f657102e-5314-45ca-95d5-692214811807', 'code': 200} 2026-05-11 02:11:17.873 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:11:29.083 12 INFO neutron.plugins.ml2.plugin [None req-ce94a287-4b4b-43e9-a8c2-67246fa4ef0a - - - - - -] Attempt 1 to provision port f43f6655-73fb-413f-addd-633766662054 2026-05-11 02:11:35.913 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f43f6655-73fb-413f-addd-633766662054 2026-05-11 02:11:36.050 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-3300c4ab-abac-4bdb-8191-718c2606284b'] response: {'server_uuid': '032a89e0-763f-41ec-982c-7e840f2a596f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f43f6655-73fb-413f-addd-633766662054', 'code': 200} 2026-05-11 02:11:37.862 12 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f43f6655-73fb-413f-addd-633766662054 2026-05-11 02:11:41.137 12 INFO neutron.plugins.ml2.plugin [None req-5f59a841-cd82-4f51-9c56-e5955283b119 - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:11:41.899 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:11:52.837 11 INFO neutron.plugins.ml2.plugin [None req-6b387f05-8146-4299-a7b5-929fa2b27055 - - - - - -] Attempt 1 to provision port f43f6655-73fb-413f-addd-633766662054 2026-05-11 02:11:53.940 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f43f6655-73fb-413f-addd-633766662054 2026-05-11 02:11:54.259 12 INFO neutron.plugins.ml2.plugin [None req-770ba828-ba88-470b-bb36-85c59e86fe11 - - - - - -] Attempt 1 to provision port f43f6655-73fb-413f-addd-633766662054 2026-05-11 02:12:03.026 12 INFO neutron.plugins.ml2.plugin [None req-c76f6048-e30c-4c8e-ba2d-573dd498a461 - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:12:03.916 11 INFO neutron.plugins.ml2.plugin [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Attempt 1 to provision port f657102e-5314-45ca-95d5-692214811807 2026-05-11 02:12:36.092 11 INFO neutron.notifiers.nova [None req-259e36a4-4f00-4196-96e5-8993dd4304af - - - - - -] Nova event matching ['req-9c7dc01c-95a1-4fad-abb0-c962951d5c8d'] response: {'server_uuid': 'd0ad0d57-b58e-4cf0-ae3e-618ff43d31cd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '842531a6-fdbf-4ac1-bb68-815a8bee7e99', 'code': 200}