+ 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-06-12 01:57:09.022 1 INFO neutron.common.config [-] Logging enabled! 2026-06-12 01:57:09.022 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev29 2026-06-12 01:57:09.023 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-12 01:57:09.023 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-12 01:57:09.927 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 01:57:09.930 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-12 01:57:09.933 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-12 01:57:09.934 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 01:57:09.934 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-12 01:57:09.934 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-12 01:57:09.934 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 01:57:09.940 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 01:57:09.941 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 01:57:09.941 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 01:57:09.959 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-12 01:57:09.960 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 01:57:09.960 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-12 01:57:09.995 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-12 01:57:09.995 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-12 01:57:09.995 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-12 01:57:09.995 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-12 01:57:10.301 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing driver for type 'vlan' 2026-06-12 01:57:10.445 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] VlanTypeDriver initialization complete 2026-06-12 01:57:10.445 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing driver for type 'vxlan' 2026-06-12 01:57:10.445 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-12 01:57:10.493 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-12 01:57:10.494 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-12 01:57:10.494 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing extension driver 'port_security' 2026-06-12 01:57:10.494 1 INFO neutron.plugins.ml2.extensions.port_security [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-12 01:57:10.494 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing extension driver 'qos' 2026-06-12 01:57:10.494 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-12 01:57:10.494 1 INFO neutron.plugins.ml2.managers [None req-56a6afcc-70b7-4ec1-988d-499c8b0c5f23 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-12 01:57:10.509 1 INFO neutron.quota [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded quota_driver: . 2026-06-12 01:57:10.510 1 INFO neutron.plugins.ml2.plugin [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Modular L2 Plugin initialization complete 2026-06-12 01:57:10.510 1 INFO neutron.plugins.ml2.managers [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-12 01:57:10.510 1 INFO neutron.plugins.ml2.managers [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-12 01:57:10.510 1 INFO neutron.plugins.ml2.managers [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Got port-security extension from driver 'port_security' 2026-06-12 01:57:10.510 1 INFO neutron.extensions.vlantransparent [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Disabled vlantransparent extension. 2026-06-12 01:57:10.510 1 INFO neutron.extensions.qinq [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Disabled VLAN QinQ extension. 2026-06-12 01:57:10.511 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: qos 2026-06-12 01:57:10.521 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: router 2026-06-12 01:57:10.556 1 INFO neutron.services.service_base [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-12 01:57:10.557 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: segments 2026-06-12 01:57:10.626 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: trunk 2026-06-12 01:57:10.638 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: vpnaas 2026-06-12 01:57:10.669 1 WARNING stevedore.named [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 01:57:10.669 1 WARNING stevedore.named [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 01:57:10.869 1 INFO neutron_vpnaas.services.vpn.plugin [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-12 01:57:10.870 1 INFO neutron.common.utils [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-12 01:57:10.870 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: taas 2026-06-12 01:57:10.890 1 WARNING stevedore.named [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 01:57:10.920 1 INFO neutron_taas.services.taas.taas_plugin [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-12 01:57:10.920 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: tapmirror 2026-06-12 01:57:10.930 1 WARNING stevedore.named [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 01:57:10.947 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-12 01:57:10.948 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: auto_allocate 2026-06-12 01:57:10.953 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: tag 2026-06-12 01:57:10.961 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: timestamp 2026-06-12 01:57:10.964 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: network_ip_availability 2026-06-12 01:57:10.968 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: flavors 2026-06-12 01:57:10.971 1 INFO neutron.manager [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loading Plugin: revisions 2026-06-12 01:57:10.974 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Initializing extension manager. 2026-06-12 01:57:10.975 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: address-group 2026-06-12 01:57:10.975 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: address-scope 2026-06-12 01:57:10.976 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-12 01:57:10.977 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: agent 2026-06-12 01:57:10.977 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: agent-resources-synced 2026-06-12 01:57:10.978 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: allowed-address-pairs 2026-06-12 01:57:10.979 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: auto-allocated-topology 2026-06-12 01:57:10.980 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: availability_zone 2026-06-12 01:57:10.980 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: availability_zone_filter 2026-06-12 01:57:10.980 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-12 01:57:10.981 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: default-subnetpools 2026-06-12 01:57:10.982 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-12 01:57:10.983 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: dns-integration 2026-06-12 01:57:10.983 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: dns-domain-ports 2026-06-12 01:57:10.983 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-12 01:57:10.984 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: dvr 2026-06-12 01:57:10.984 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-12 01:57:10.985 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: empty-string-filtering 2026-06-12 01:57:10.985 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 01:57:10.986 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-12 01:57:10.986 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: external-net 2026-06-12 01:57:10.987 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-12 01:57:10.987 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: extraroute 2026-06-12 01:57:10.988 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: extraroute-atomic 2026-06-12 01:57:10.988 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-12 01:57:10.988 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-12 01:57:10.989 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-12 01:57:10.989 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-12 01:57:10.990 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: fip-port-details 2026-06-12 01:57:10.990 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: flavors 2026-06-12 01:57:10.991 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-12 01:57:10.992 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: floatingip-pools 2026-06-12 01:57:10.992 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: ip_allocation 2026-06-12 01:57:10.993 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: ip-substring-filtering 2026-06-12 01:57:10.993 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: l2_adjacency 2026-06-12 01:57:10.994 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: router 2026-06-12 01:57:10.996 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 01:57:10.996 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-12 01:57:10.997 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-12 01:57:10.997 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: ext-gw-mode 2026-06-12 01:57:10.998 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: l3-ha 2026-06-12 01:57:10.998 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-12 01:57:10.998 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-12 01:57:10.999 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: l3-flavors 2026-06-12 01:57:11.000 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-12 01:57:11.000 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-12 01:57:11.002 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-12 01:57:11.003 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-12 01:57:11.004 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-12 01:57:11.005 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-12 01:57:11.005 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-12 01:57:11.006 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: multi-provider 2026-06-12 01:57:11.006 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: net-mtu 2026-06-12 01:57:11.007 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: net-mtu-writable 2026-06-12 01:57:11.007 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: network_availability_zone 2026-06-12 01:57:11.008 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: network_ha 2026-06-12 01:57:11.008 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: network-ip-availability 2026-06-12 01:57:11.009 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-12 01:57:11.009 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: pagination 2026-06-12 01:57:11.010 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-device-profile 2026-06-12 01:57:11.010 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-12 01:57:11.011 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-12 01:57:11.011 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-12 01:57:11.012 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-mac-override 2026-06-12 01:57:11.012 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-12 01:57:11.012 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-12 01:57:11.013 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-12 01:57:11.013 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-resource-request 2026-06-12 01:57:11.014 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-resource-request-groups 2026-06-12 01:57:11.014 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-12 01:57:11.015 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: binding 2026-06-12 01:57:11.015 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: binding-extended 2026-06-12 01:57:11.016 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-security 2026-06-12 01:57:11.016 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: project-id 2026-06-12 01:57:11.017 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: provider 2026-06-12 01:57:11.017 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-12 01:57:11.019 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos 2026-06-12 01:57:11.020 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-12 01:57:11.020 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-12 01:57:11.020 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-default 2026-06-12 01:57:11.021 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-fip 2026-06-12 01:57:11.021 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-12 01:57:11.022 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-gateway-ip 2026-06-12 01:57:11.022 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-port-network-policy 2026-06-12 01:57:11.023 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-pps-minimum 2026-06-12 01:57:11.023 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-12 01:57:11.024 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-pps 2026-06-12 01:57:11.024 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-rule-type-details 2026-06-12 01:57:11.025 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-12 01:57:11.025 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: qos-rules-alias 2026-06-12 01:57:11.025 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: quota-check-limit 2026-06-12 01:57:11.026 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: quota-check-limit-default 2026-06-12 01:57:11.028 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: quotas 2026-06-12 01:57:11.030 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: quota_details 2026-06-12 01:57:11.031 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: rbac-policies 2026-06-12 01:57:11.032 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: rbac-address-group 2026-06-12 01:57:11.032 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: rbac-address-scope 2026-06-12 01:57:11.033 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: rbac-security-groups 2026-06-12 01:57:11.033 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: rbac-subnetpool 2026-06-12 01:57:11.034 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: revision-if-match 2026-06-12 01:57:11.034 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: standard-attr-revisions 2026-06-12 01:57:11.035 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: router_availability_zone 2026-06-12 01:57:11.035 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-12 01:57:11.036 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: security-groups-default-rules 2026-06-12 01:57:11.037 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-12 01:57:11.037 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-12 01:57:11.038 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-12 01:57:11.038 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-12 01:57:11.039 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-12 01:57:11.042 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: security-group 2026-06-12 01:57:11.043 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: segment 2026-06-12 01:57:11.044 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-12 01:57:11.044 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: service-type 2026-06-12 01:57:11.045 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: sorting 2026-06-12 01:57:11.045 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: standard-attr-segment 2026-06-12 01:57:11.046 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: standard-attr-description 2026-06-12 01:57:11.046 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: stateful-security-group 2026-06-12 01:57:11.047 1 WARNING neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-12 01:57:11.047 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-12 01:57:11.047 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: subnet-external-network 2026-06-12 01:57:11.048 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: subnet_onboard 2026-06-12 01:57:11.048 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-12 01:57:11.049 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: subnet-service-types 2026-06-12 01:57:11.049 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: subnet_allocation 2026-06-12 01:57:11.050 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-12 01:57:11.050 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: tag-creation 2026-06-12 01:57:11.051 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-12 01:57:11.054 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: standard-attr-tag 2026-06-12 01:57:11.055 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-12 01:57:11.055 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: trunk 2026-06-12 01:57:11.056 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: trunk-details 2026-06-12 01:57:11.056 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-12 01:57:11.056 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-12 01:57:11.057 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-12 01:57:11.057 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-12 01:57:11.059 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-12 01:57:11.060 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-12 01:57:11.060 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: vpn-flavors 2026-06-12 01:57:11.062 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: vpnaas 2026-06-12 01:57:11.063 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: taas 2026-06-12 01:57:11.064 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: tap-mirror 2026-06-12 01:57:11.065 1 INFO neutron.api.extensions [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Loaded extension: taas-vlan-filter 2026-06-12 01:57:11.069 1 INFO oslo_service.backend.eventlet.service [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Starting 2 workers 2026-06-12 01:57:11.074 1 INFO oslo_service.backend.eventlet.service [None req-1ff8c8a8-22ec-4090-80f9-dd2fcafa983e - - - - - -] Starting 1 workers 2026-06-12 01:57:54.453 11 INFO neutron.db.l3_hamode_db [None req-23f3b537-3bbe-4e4e-8927-6836c112097d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 01:58:09.387 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 8b14ad66-165a-4748-b6e4-039538d2c404 2026-06-12 01:58:09.755 12 INFO neutron.plugins.ml2.plugin [None req-ef46e6d8-00ce-47a3-9727-e8151aae67b0 - - - - - -] Attempt 1 to provision port 8b14ad66-165a-4748-b6e4-039538d2c404 2026-06-12 01:58:11.280 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 8b14ad66-165a-4748-b6e4-039538d2c404 2026-06-12 01:58:11.431 12 INFO neutron.plugins.ml2.plugin [None req-3486d3ac-3664-4d80-a76b-180749eb7703 - - - - - -] Attempt 1 to provision port 8b14ad66-165a-4748-b6e4-039538d2c404 2026-06-12 02:02:33.480 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 35f0cf69-2c8a-4b03-b90c-47f88daa92ec 2026-06-12 02:02:34.376 12 INFO neutron.plugins.ml2.plugin [None req-5ed7b11f-7513-4430-8a69-b851fbe9931e - - - - - -] Attempt 1 to provision port 35f0cf69-2c8a-4b03-b90c-47f88daa92ec 2026-06-12 02:02:35.468 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 35f0cf69-2c8a-4b03-b90c-47f88daa92ec 2026-06-12 02:02:36.042 12 INFO neutron.plugins.ml2.plugin [None req-4c96729a-3260-4688-a196-1ee2df09cbe0 - - - - - -] Attempt 1 to provision port 35f0cf69-2c8a-4b03-b90c-47f88daa92ec 2026-06-12 02:02:41.220 12 INFO neutron.plugins.ml2.plugin [None req-4c65e3e2-8a8c-45c5-bfbf-0154556d91fe - - - - - -] Attempt 1 to provision port 01f9b660-67b3-401c-9cd6-cc5c4d1bfa3e 2026-06-12 02:06:08.167 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 01f9b660-67b3-401c-9cd6-cc5c4d1bfa3e 2026-06-12 02:06:09.587 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 01f9b660-67b3-401c-9cd6-cc5c4d1bfa3e 2026-06-12 02:14:26.019 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port b0aa93fd-f41c-488b-8334-f34bc9bfadd7 2026-06-12 02:14:27.997 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port b0aa93fd-f41c-488b-8334-f34bc9bfadd7 2026-06-12 02:30:10.573 11 INFO neutron.plugins.ml2.plugin [None req-86bf206b-34bc-4271-8064-9b79cd3800b6 - - - - - -] Attempt 1 to provision port 7f67dd45-de7b-4ed8-bf45-b7bd2fa2f0ea 2026-06-12 02:30:12.660 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 7f67dd45-de7b-4ed8-bf45-b7bd2fa2f0ea 2026-06-12 02:30:12.862 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 5c8d3886-5166-47a1-8e37-2fe27ee263b6 2026-06-12 02:30:13.321 12 INFO neutron.plugins.ml2.plugin [None req-9eeb6e2f-8312-433d-87fc-0f968d3dbd20 - - - - - -] Attempt 1 to provision port 5c8d3886-5166-47a1-8e37-2fe27ee263b6 2026-06-12 02:30:13.368 12 INFO neutron.plugins.ml2.plugin [None req-9eeb6e2f-8312-433d-87fc-0f968d3dbd20 - - - - - -] Attempt 1 to provision port 7f67dd45-de7b-4ed8-bf45-b7bd2fa2f0ea 2026-06-12 02:30:14.559 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 5c8d3886-5166-47a1-8e37-2fe27ee263b6 2026-06-12 02:30:18.056 11 INFO neutron.plugins.ml2.plugin [None req-206f6283-d471-4ea5-b442-753dd1459320 - - - - - -] Attempt 1 to provision port 5c8d3886-5166-47a1-8e37-2fe27ee263b6 2026-06-12 02:30:18.159 11 INFO neutron.plugins.ml2.plugin [None req-206f6283-d471-4ea5-b442-753dd1459320 - - - - - -] Attempt 1 to provision port 10e3457e-2395-4694-ae6d-2da693eaee19 2026-06-12 02:30:18.185 11 INFO neutron.plugins.ml2.plugin [None req-206f6283-d471-4ea5-b442-753dd1459320 - - - - - -] Attempt 1 to provision port 7f67dd45-de7b-4ed8-bf45-b7bd2fa2f0ea 2026-06-12 02:30:20.853 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 4c92718e-51bb-4268-9f15-bcf71eac7b69 2026-06-12 02:30:22.607 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 4c92718e-51bb-4268-9f15-bcf71eac7b69 2026-06-12 02:30:24.619 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port e8fe1111-e3f6-4ade-b48b-42902c4810bd 2026-06-12 02:30:24.911 12 INFO neutron.plugins.ml2.plugin [None req-dc53e880-e1ac-4913-84df-82a8953368b2 - - - - - -] Attempt 1 to provision port 4c92718e-51bb-4268-9f15-bcf71eac7b69 2026-06-12 02:30:24.955 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 344ba2b4-cc83-4aa4-a8f4-357adab31835 2026-06-12 02:30:24.964 12 INFO neutron.plugins.ml2.plugin [None req-dc53e880-e1ac-4913-84df-82a8953368b2 - - - - - -] Attempt 1 to provision port 51f5cc52-c3d1-478b-8548-3442e42ae931 2026-06-12 02:30:24.984 12 INFO neutron.plugins.ml2.plugin [None req-dc53e880-e1ac-4913-84df-82a8953368b2 - - - - - -] Attempt 1 to provision port 40f0aac2-f6e6-424f-ba7f-b4176502e31f 2026-06-12 02:30:25.004 12 INFO neutron.plugins.ml2.plugin [None req-dc53e880-e1ac-4913-84df-82a8953368b2 - - - - - -] Attempt 1 to provision port 10e3457e-2395-4694-ae6d-2da693eaee19 2026-06-12 02:30:26.698 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 2565cfff-e0ad-46f0-83c2-1ca77b43ecb5 2026-06-12 02:30:27.184 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 344ba2b4-cc83-4aa4-a8f4-357adab31835 2026-06-12 02:30:27.450 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port e8fe1111-e3f6-4ade-b48b-42902c4810bd 2026-06-12 02:30:29.299 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 2565cfff-e0ad-46f0-83c2-1ca77b43ecb5 2026-06-12 02:30:29.534 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port b4618050-507e-48ef-89ea-79d622212e5b 2026-06-12 02:30:29.870 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port e897b577-2dcf-4934-a9de-a0a4abbd1872 2026-06-12 02:30:30.386 12 INFO neutron.notifiers.nova [None req-eea1b228-52ff-4c1f-bcac-957a5276ebac - - - - - -] Nova event matching ['req-36105129-9c2e-4945-80b4-d1330ad50860'] response: {'server_uuid': '6f02b68a-545d-49a8-8b55-a11406fda7d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e897b577-2dcf-4934-a9de-a0a4abbd1872', 'code': 200} 2026-06-12 02:30:31.588 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 47f27594-9017-4797-b6fa-cf24494c2e63 2026-06-12 02:30:31.902 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port e897b577-2dcf-4934-a9de-a0a4abbd1872 2026-06-12 02:30:32.241 11 INFO neutron.plugins.ml2.plugin [None req-c18a97ad-00bd-498c-916d-e751c93296a4 - - - - - -] Attempt 1 to provision port 4c92718e-51bb-4268-9f15-bcf71eac7b69 2026-06-12 02:30:32.323 11 INFO neutron.plugins.ml2.plugin [None req-c18a97ad-00bd-498c-916d-e751c93296a4 - - - - - -] Attempt 1 to provision port b8f0423f-8b93-415b-b64a-b5527db616bc 2026-06-12 02:30:32.354 11 INFO neutron.plugins.ml2.plugin [None req-c18a97ad-00bd-498c-916d-e751c93296a4 - - - - - -] Attempt 1 to provision port 51f5cc52-c3d1-478b-8548-3442e42ae931 2026-06-12 02:30:32.379 11 INFO neutron.plugins.ml2.plugin [None req-c18a97ad-00bd-498c-916d-e751c93296a4 - - - - - -] Attempt 1 to provision port 47f27594-9017-4797-b6fa-cf24494c2e63 2026-06-12 02:30:32.447 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-aaa44465-b2f7-43d8-bb9b-ca769b054a19'] response: {'server_uuid': '59b01c14-1d06-452d-acc8-811401b42374', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47f27594-9017-4797-b6fa-cf24494c2e63', 'code': 200} 2026-06-12 02:30:32.466 11 INFO neutron.plugins.ml2.plugin [None req-c18a97ad-00bd-498c-916d-e751c93296a4 - - - - - -] Attempt 1 to provision port 10e3457e-2395-4694-ae6d-2da693eaee19 2026-06-12 02:30:33.203 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 47f27594-9017-4797-b6fa-cf24494c2e63 2026-06-12 02:30:36.460 12 INFO neutron.plugins.ml2.plugin [None req-e1ee08a7-5d51-4e16-8d80-70153fb46cf4 - - - - - -] Attempt 1 to provision port e897b577-2dcf-4934-a9de-a0a4abbd1872 2026-06-12 02:30:36.529 12 INFO neutron.plugins.ml2.plugin [None req-e1ee08a7-5d51-4e16-8d80-70153fb46cf4 - - - - - -] Attempt 1 to provision port 51f5cc52-c3d1-478b-8548-3442e42ae931 2026-06-12 02:30:38.960 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 5bea3e4c-cb95-4dcc-a14c-4b392328aa24 2026-06-12 02:30:41.039 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 21d24958-b7fb-4847-a574-61500a0adb82 2026-06-12 02:30:41.421 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 5bea3e4c-cb95-4dcc-a14c-4b392328aa24 2026-06-12 02:30:42.931 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 21d24958-b7fb-4847-a574-61500a0adb82 2026-06-12 02:30:43.192 11 INFO neutron.plugins.ml2.plugin [None req-0865255a-b4da-49b0-ac70-2b0d145895e6 - - - - - -] Attempt 1 to provision port ac9b4550-ff25-4c2d-a91e-4b7b8e403371 2026-06-12 02:30:43.222 11 INFO neutron.plugins.ml2.plugin [None req-0865255a-b4da-49b0-ac70-2b0d145895e6 - - - - - -] Attempt 1 to provision port 21d24958-b7fb-4847-a574-61500a0adb82 2026-06-12 02:30:43.284 11 INFO neutron.plugins.ml2.plugin [None req-0865255a-b4da-49b0-ac70-2b0d145895e6 - - - - - -] Attempt 1 to provision port 51f5cc52-c3d1-478b-8548-3442e42ae931 2026-06-12 02:30:49.415 11 INFO neutron.plugins.ml2.plugin [None req-499432bd-37e0-4a33-a6b6-2cacd9fb7db0 - - - - - -] Attempt 1 to provision port ac9b4550-ff25-4c2d-a91e-4b7b8e403371 2026-06-12 02:30:49.450 11 INFO neutron.plugins.ml2.plugin [None req-499432bd-37e0-4a33-a6b6-2cacd9fb7db0 - - - - - -] Attempt 1 to provision port 21d24958-b7fb-4847-a574-61500a0adb82 2026-06-12 02:30:53.995 11 INFO neutron.plugins.ml2.plugin [None req-f85e3acf-ed2b-4fb8-9092-e68e85031832 - - - - - -] Attempt 1 to provision port ac9b4550-ff25-4c2d-a91e-4b7b8e403371 2026-06-12 02:30:54.022 11 INFO neutron.plugins.ml2.plugin [None req-f85e3acf-ed2b-4fb8-9092-e68e85031832 - - - - - -] Attempt 1 to provision port 4d1f075e-b888-41ad-8ae0-635d3fb529a2 2026-06-12 02:30:55.957 12 INFO neutron.plugins.ml2.plugin [None req-3763be02-b138-4f33-8ebb-2e7fdc30d582 - - - - - -] Attempt 1 to provision port ac9b4550-ff25-4c2d-a91e-4b7b8e403371 2026-06-12 02:30:57.479 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 53813af2-4305-4477-b9dc-fefcad33c97b 2026-06-12 02:30:57.600 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-bdcbc79d-d7e7-4d39-a338-0684e559f56d'] response: {'server_uuid': '71a7fcaa-ffff-443a-86db-95c09c437183', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53813af2-4305-4477-b9dc-fefcad33c97b', 'code': 200} 2026-06-12 02:30:57.914 12 INFO neutron.plugins.ml2.plugin [None req-27b1bebf-2dad-4fe9-8397-86dd90c15496 - - - - - -] Attempt 1 to provision port 53813af2-4305-4477-b9dc-fefcad33c97b 2026-06-12 02:30:58.941 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 10e3457e-2395-4694-ae6d-2da693eaee19 2026-06-12 02:30:59.272 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 40f0aac2-f6e6-424f-ba7f-b4176502e31f 2026-06-12 02:30:59.647 11 INFO neutron.plugins.ml2.plugin [None req-402fe9a5-66eb-4e2f-a15e-b94255f6850e - - - - - -] Attempt 1 to provision port 53813af2-4305-4477-b9dc-fefcad33c97b 2026-06-12 02:31:00.946 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 10e3457e-2395-4694-ae6d-2da693eaee19 2026-06-12 02:31:01.159 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 4d1f075e-b888-41ad-8ae0-635d3fb529a2 2026-06-12 02:31:01.168 11 INFO neutron.plugins.ml2.plugin [None req-aac86f4d-7b2f-44d8-a3bb-650fbfa4caf7 - - - - - -] Attempt 1 to provision port 6989b23a-e01d-4e20-938a-e9805582721e 2026-06-12 02:31:01.458 12 INFO neutron.plugins.ml2.plugin [None req-0f83bc3a-3959-467e-ba12-80374d1a4a8b - - - - - -] Attempt 1 to provision port ac9b4550-ff25-4c2d-a91e-4b7b8e403371 2026-06-12 02:31:01.881 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 40f0aac2-f6e6-424f-ba7f-b4176502e31f 2026-06-12 02:31:02.898 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 4d1f075e-b888-41ad-8ae0-635d3fb529a2 2026-06-12 02:31:03.054 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port ac9b4550-ff25-4c2d-a91e-4b7b8e403371 2026-06-12 02:31:05.079 11 INFO neutron.plugins.ml2.plugin [None req-d2824b91-7355-4dd8-9810-d41bb02fd70a - - - - - -] Attempt 1 to provision port e897b577-2dcf-4934-a9de-a0a4abbd1872 2026-06-12 02:31:13.487 12 INFO neutron.plugins.ml2.plugin [None req-55808b7f-fd51-4019-b08c-4686c637aaf2 - - - - - -] Attempt 1 to provision port e897b577-2dcf-4934-a9de-a0a4abbd1872 2026-06-12 02:31:20.958 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 043fa76b-f05e-4fa3-9eb6-c9081397dcc6 2026-06-12 02:31:23.127 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 26f6fa9e-0e0a-423e-bac2-7fda0cf375e2 2026-06-12 02:31:23.520 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 043fa76b-f05e-4fa3-9eb6-c9081397dcc6 2026-06-12 02:31:24.224 11 INFO neutron.plugins.ml2.plugin [None req-0cdd08c4-a88f-45a8-aa4e-016c28554b8a - - - - - -] Attempt 1 to provision port 26f6fa9e-0e0a-423e-bac2-7fda0cf375e2 2026-06-12 02:31:24.291 11 INFO neutron.plugins.ml2.plugin [None req-0cdd08c4-a88f-45a8-aa4e-016c28554b8a - - - - - -] Attempt 1 to provision port 96ddc61a-0ea4-49fe-ae20-7a4c5eb7a5bc 2026-06-12 02:31:25.007 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 26f6fa9e-0e0a-423e-bac2-7fda0cf375e2 2026-06-12 02:31:28.965 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port b7389008-dac1-4fa9-ad0b-f0a1ac1836f1 2026-06-12 02:31:29.277 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f2617bf2-fe7f-42fa-ac4d-2c9d8cfdb3f3 2026-06-12 02:31:29.365 12 INFO neutron.plugins.ml2.plugin [None req-4a34448e-c09a-4f90-9e10-961b5d3beec0 - - - - - -] Attempt 1 to provision port f2617bf2-fe7f-42fa-ac4d-2c9d8cfdb3f3 2026-06-12 02:31:30.949 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port b7389008-dac1-4fa9-ad0b-f0a1ac1836f1 2026-06-12 02:31:31.214 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f2617bf2-fe7f-42fa-ac4d-2c9d8cfdb3f3 2026-06-12 02:31:33.521 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port e66f2ea7-215c-40a1-8ab0-fecb1528662e 2026-06-12 02:31:33.654 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-5307a558-3a03-4ec8-9175-31fedf002a7c'] response: {'server_uuid': '07946bb5-d519-44fe-a8e5-4cc0e41079c7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e66f2ea7-215c-40a1-8ab0-fecb1528662e', 'code': 200} 2026-06-12 02:31:33.939 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 802b3f3d-2772-4c90-af71-65907fd6c0fa 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.375 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-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.375 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.378 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.381 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 2 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.393 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-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.393 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.394 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.395 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 3 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.405 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-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.405 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.406 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.407 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 4 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.420 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-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.420 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.421 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.422 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 5 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.458 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-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.458 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.460 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.462 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 6 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.480 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-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.480 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.483 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.483 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 7 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.495 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-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.495 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.496 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.496 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 8 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.511 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-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.511 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.512 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.513 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 9 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.529 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-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.529 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.531 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:34.531 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 10 to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:34.545 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-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e43c59e9-6783-4630-9d7a-356a0159b54f could not be found. 2026-06-12 02:31:34.545 12 ERROR neutron.plugins.ml2.managers 2026-06-12 02:31:34.546 12 ERROR neutron.plugins.ml2.managers [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Failed to bind port 51d0a676-9059-4fbc-aba3-2f4a10a30010 on host instance for vnic_type normal using segments [{'id': 'beeedc37-0e74-4153-ade9-e4712e519926', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 949, 'network_id': '33112bd0-8f7d-4ce0-9aa0-bf23d3fb9884'}] 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server [None req-d0ca4b70-f244-460e-97fc-e0db960f959d - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 51d0a676-9059-4fbc-aba3-2f4a10a30010 could not be found. 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-12 02:31:35.031 11 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-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 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-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 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-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 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-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 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-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-12 02:31:35.031 11 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-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 51d0a676-9059-4fbc-aba3-2f4a10a30010 could not be found. 2026-06-12 02:31:35.031 11 ERROR oslo_messaging.rpc.server 2026-06-12 02:31:35.051 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port e66f2ea7-215c-40a1-8ab0-fecb1528662e 2026-06-12 02:31:37.300 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port d8eb5126-a233-430a-981e-2e327f35cd2b 2026-06-12 02:31:37.571 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 96ddc61a-0ea4-49fe-ae20-7a4c5eb7a5bc 2026-06-12 02:31:38.785 11 INFO neutron.plugins.ml2.plugin [None req-53de132a-6b3e-4f7e-91dc-7345238b45a5 - - - - - -] Attempt 1 to provision port e66f2ea7-215c-40a1-8ab0-fecb1528662e 2026-06-12 02:31:38.893 11 INFO neutron.plugins.ml2.plugin [None req-53de132a-6b3e-4f7e-91dc-7345238b45a5 - - - - - -] Attempt 1 to provision port 26f6fa9e-0e0a-423e-bac2-7fda0cf375e2 2026-06-12 02:31:38.927 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port d8eb5126-a233-430a-981e-2e327f35cd2b 2026-06-12 02:31:38.958 11 INFO neutron.plugins.ml2.plugin [None req-53de132a-6b3e-4f7e-91dc-7345238b45a5 - - - - - -] Attempt 1 to provision port 96ddc61a-0ea4-49fe-ae20-7a4c5eb7a5bc 2026-06-12 02:31:39.143 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 96ddc61a-0ea4-49fe-ae20-7a4c5eb7a5bc 2026-06-12 02:31:41.522 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c2f4908c-df1b-4460-9420-f9a75ef46371 2026-06-12 02:31:41.620 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-c4df62af-8ef8-48d5-b492-0793634df718'] response: {'server_uuid': '5efeb90b-cc56-4540-a3c1-c8b1f54d95e2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2f4908c-df1b-4460-9420-f9a75ef46371', 'code': 200} 2026-06-12 02:31:42.934 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c2f4908c-df1b-4460-9420-f9a75ef46371 2026-06-12 02:31:45.171 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f6cffbe6-c435-4e05-a278-02c430f9d796 2026-06-12 02:31:45.433 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port a5929761-7bde-4c36-95da-7170cf9bbad6 2026-06-12 02:31:45.541 11 INFO neutron.plugins.ml2.plugin [None req-b8196579-a5a2-442e-88aa-f9bf0d360a9d - - - - - -] Attempt 1 to provision port 1ba3b28b-7746-43fb-9f13-75bc9648e2ea 2026-06-12 02:31:47.099 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f6cffbe6-c435-4e05-a278-02c430f9d796 2026-06-12 02:31:47.302 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 1ba3b28b-7746-43fb-9f13-75bc9648e2ea 2026-06-12 02:31:49.830 11 INFO neutron.plugins.ml2.plugin [None req-3b4dade1-5c9c-4446-a359-a2f9fc5a0197 - - - - - -] Attempt 1 to provision port f2617bf2-fe7f-42fa-ac4d-2c9d8cfdb3f3 2026-06-12 02:31:49.883 11 INFO neutron.plugins.ml2.plugin [None req-3b4dade1-5c9c-4446-a359-a2f9fc5a0197 - - - - - -] Attempt 1 to provision port c2f4908c-df1b-4460-9420-f9a75ef46371 2026-06-12 02:31:49.960 11 INFO neutron.plugins.ml2.plugin [None req-3b4dade1-5c9c-4446-a359-a2f9fc5a0197 - - - - - -] Attempt 1 to provision port 1ba3b28b-7746-43fb-9f13-75bc9648e2ea 2026-06-12 02:31:57.944 11 INFO neutron.plugins.ml2.plugin [None req-29834949-b497-43e6-86c0-9bf22fe4b33a - - - - - -] Attempt 1 to provision port 1ba3b28b-7746-43fb-9f13-75bc9648e2ea 2026-06-12 02:31:59.893 11 INFO neutron.plugins.ml2.plugin [None req-ca172cb9-d3a6-4c55-84b1-98cffdcc0d6e - - - - - -] Attempt 1 to provision port f6cffbe6-c435-4e05-a278-02c430f9d796 2026-06-12 02:31:59.940 11 INFO neutron.plugins.ml2.plugin [None req-ca172cb9-d3a6-4c55-84b1-98cffdcc0d6e - - - - - -] Attempt 1 to provision port 1ba3b28b-7746-43fb-9f13-75bc9648e2ea 2026-06-12 02:32:01.858 12 INFO neutron.plugins.ml2.plugin [None req-3b296595-7a53-46f0-aff6-1193204d3544 - - - - - -] Attempt 1 to provision port c2f4908c-df1b-4460-9420-f9a75ef46371 2026-06-12 02:32:05.112 12 INFO neutron.plugins.ml2.plugin [None req-7a085a31-320f-4f44-b976-51f8aba42bd4 - - - - - -] Attempt 1 to provision port 415783b0-50fb-44be-b1c9-a0171b5724f0 2026-06-12 02:32:06.941 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 50c652aa-48ef-4553-9a62-b65e97115aff 2026-06-12 02:32:09.017 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0773ffac-be4c-4817-bd4a-0f03fa7db511 2026-06-12 02:32:09.313 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 50c652aa-48ef-4553-9a62-b65e97115aff 2026-06-12 02:32:09.466 11 INFO neutron.plugins.ml2.plugin [None req-90a629bf-a8d2-4b53-88d1-590e0437ed46 - - - - - -] Attempt 1 to provision port 0773ffac-be4c-4817-bd4a-0f03fa7db511 2026-06-12 02:32:09.538 11 INFO neutron.plugins.ml2.plugin [None req-90a629bf-a8d2-4b53-88d1-590e0437ed46 - - - - - -] Attempt 1 to provision port db728e96-98a4-47d6-b981-3704191dffbc 2026-06-12 02:32:10.938 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0773ffac-be4c-4817-bd4a-0f03fa7db511 2026-06-12 02:32:12.972 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0e185ac1-7481-486c-b416-c587e00f2ddd 2026-06-12 02:32:13.315 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f6667d69-a82f-4761-b115-24c7f9c3dfb6 2026-06-12 02:32:15.138 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0e185ac1-7481-486c-b416-c587e00f2ddd 2026-06-12 02:32:15.386 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f6667d69-a82f-4761-b115-24c7f9c3dfb6 2026-06-12 02:32:15.653 12 INFO neutron.plugins.ml2.plugin [None req-082f519c-166e-4232-8461-d07e3d0b7b22 - - - - - -] Attempt 1 to provision port c104665f-cee8-4695-9f33-6758a08e3e3f 2026-06-12 02:32:16.984 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c104665f-cee8-4695-9f33-6758a08e3e3f 2026-06-12 02:32:17.764 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-98d8d21c-2307-4f7e-9d91-a6ffd5d0ccaa'] response: {'server_uuid': '5efeb90b-cc56-4540-a3c1-c8b1f54d95e2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c2f4908c-df1b-4460-9420-f9a75ef46371', 'code': 200} 2026-06-12 02:32:19.547 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 976305fc-c788-467f-aab7-5b10b4411df1 2026-06-12 02:32:19.891 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c2f4908c-df1b-4460-9420-f9a75ef46371 2026-06-12 02:32:19.996 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-343c913e-002d-4617-a1e3-ac9a56bd7355'] response: {'server_uuid': '5efeb90b-cc56-4540-a3c1-c8b1f54d95e2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2f4908c-df1b-4460-9420-f9a75ef46371', 'code': 200} 2026-06-12 02:32:21.576 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0fb2f287-e8b8-4da9-9bb9-cd9894a3ce1c 2026-06-12 02:32:21.911 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 976305fc-c788-467f-aab7-5b10b4411df1 2026-06-12 02:32:22.031 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-a462b2c7-f7dd-4b6c-8a1d-853083fd29cd'] response: {'server_uuid': '5441fa21-163e-42ef-bce0-5d4c46ed6add', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0fb2f287-e8b8-4da9-9bb9-cd9894a3ce1c', 'code': 200} 2026-06-12 02:32:22.132 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c2f4908c-df1b-4460-9420-f9a75ef46371 2026-06-12 02:32:22.940 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0fb2f287-e8b8-4da9-9bb9-cd9894a3ce1c 2026-06-12 02:32:23.308 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port 976305fc-c788-467f-aab7-5b10b4411df1 2026-06-12 02:32:23.375 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:23.401 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:23.423 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port f6667d69-a82f-4761-b115-24c7f9c3dfb6 2026-06-12 02:32:23.466 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port c104665f-cee8-4695-9f33-6758a08e3e3f 2026-06-12 02:32:23.513 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port 0773ffac-be4c-4817-bd4a-0f03fa7db511 2026-06-12 02:32:23.568 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port db728e96-98a4-47d6-b981-3704191dffbc 2026-06-12 02:32:23.594 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port 0fb2f287-e8b8-4da9-9bb9-cd9894a3ce1c 2026-06-12 02:32:23.651 11 INFO neutron.plugins.ml2.plugin [None req-f6211fec-4ab7-4025-9bf4-389aefd03f14 - - - - - -] Attempt 1 to provision port f036d80b-36a0-4a1f-a900-86053eaa1964 2026-06-12 02:32:27.007 11 INFO neutron.plugins.ml2.plugin [None req-ecd838f4-565c-4d3b-b32d-e93bfa1c97d1 - - - - - -] Attempt 1 to provision port 415783b0-50fb-44be-b1c9-a0171b5724f0 2026-06-12 02:32:29.574 12 INFO neutron.plugins.ml2.plugin [None req-e2200e26-49ca-47be-8742-5daff341c2ee - - - - - -] Attempt 1 to provision port 976305fc-c788-467f-aab7-5b10b4411df1 2026-06-12 02:32:29.625 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:29.633 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 944e68fc-6573-47c6-97c8-103a60206815 2026-06-12 02:32:29.652 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:29.673 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f6667d69-a82f-4761-b115-24c7f9c3dfb6 2026-06-12 02:32:29.726 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-a5acdb27-08ba-498c-a47d-d7b8512274ed'] response: {'server_uuid': '900726c7-935f-4606-b306-9e1bdd709ce4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '944e68fc-6573-47c6-97c8-103a60206815', 'code': 200} 2026-06-12 02:32:29.730 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c104665f-cee8-4695-9f33-6758a08e3e3f 2026-06-12 02:32:29.792 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port db728e96-98a4-47d6-b981-3704191dffbc 2026-06-12 02:32:29.914 12 INFO neutron.plugins.ml2.plugin [None req-e2200e26-49ca-47be-8742-5daff341c2ee - - - - - -] Attempt 1 to provision port aeb41267-aff6-4bdf-a8f6-5c876e7550c1 2026-06-12 02:32:29.956 12 INFO neutron.plugins.ml2.plugin [None req-e2200e26-49ca-47be-8742-5daff341c2ee - - - - - -] Attempt 1 to provision port 415783b0-50fb-44be-b1c9-a0171b5724f0 2026-06-12 02:32:30.129 12 INFO neutron.plugins.ml2.plugin [None req-0d1030a1-4db2-4dd3-bfed-c7adaa0fab79 - - - - - -] Attempt 1 to provision port db728e96-98a4-47d6-b981-3704191dffbc 2026-06-12 02:32:30.991 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 944e68fc-6573-47c6-97c8-103a60206815 2026-06-12 02:32:31.236 11 INFO neutron.plugins.ml2.plugin [None req-15fa0c6b-3753-492d-9dc1-0c1f0dd4a9cc - - - - - -] Attempt 1 to provision port db728e96-98a4-47d6-b981-3704191dffbc 2026-06-12 02:32:31.431 11 INFO neutron.plugins.ml2.plugin [None req-50f84ae8-6e5e-4fd7-8b20-c0a28cf7dd3c - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:31.635 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port aeb41267-aff6-4bdf-a8f6-5c876e7550c1 2026-06-12 02:32:33.060 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f036d80b-36a0-4a1f-a900-86053eaa1964 2026-06-12 02:32:33.391 12 INFO neutron.plugins.ml2.plugin [None req-3bccf86c-edec-4280-b364-f50f5b5b4375 - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:33.709 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:33.916 12 INFO neutron.plugins.ml2.plugin [None req-f422038b-3218-41fd-8eaf-25bd42f255b8 - - - - - -] Attempt 1 to provision port aeb41267-aff6-4bdf-a8f6-5c876e7550c1 2026-06-12 02:32:34.955 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f036d80b-36a0-4a1f-a900-86053eaa1964 2026-06-12 02:32:35.080 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:36.816 11 INFO neutron.plugins.ml2.plugin [None req-55ad3957-c8e0-4e16-aa08-181f46ebdada - - - - - -] Attempt 1 to provision port 944e68fc-6573-47c6-97c8-103a60206815 2026-06-12 02:32:36.868 11 INFO neutron.plugins.ml2.plugin [None req-55ad3957-c8e0-4e16-aa08-181f46ebdada - - - - - -] Attempt 1 to provision port 976305fc-c788-467f-aab7-5b10b4411df1 2026-06-12 02:32:36.916 11 INFO neutron.plugins.ml2.plugin [None req-55ad3957-c8e0-4e16-aa08-181f46ebdada - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:36.972 11 INFO neutron.plugins.ml2.plugin [None req-4d806e6a-26fa-47e1-83d5-29667334a2e5 - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:37.025 11 INFO neutron.plugins.ml2.plugin [None req-4d806e6a-26fa-47e1-83d5-29667334a2e5 - - - - - -] Attempt 1 to provision port f6667d69-a82f-4761-b115-24c7f9c3dfb6 2026-06-12 02:32:37.079 11 INFO neutron.plugins.ml2.plugin [None req-4d806e6a-26fa-47e1-83d5-29667334a2e5 - - - - - -] Attempt 1 to provision port c104665f-cee8-4695-9f33-6758a08e3e3f 2026-06-12 02:32:37.135 11 INFO neutron.plugins.ml2.plugin [None req-4d806e6a-26fa-47e1-83d5-29667334a2e5 - - - - - -] Attempt 1 to provision port db728e96-98a4-47d6-b981-3704191dffbc 2026-06-12 02:32:37.218 11 INFO neutron.plugins.ml2.plugin [None req-4d806e6a-26fa-47e1-83d5-29667334a2e5 - - - - - -] Attempt 1 to provision port aeb41267-aff6-4bdf-a8f6-5c876e7550c1 2026-06-12 02:32:42.532 11 INFO neutron.plugins.ml2.plugin [None req-28a26a71-cddc-4df9-9378-ec6dd099416c - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:42.586 11 INFO neutron.plugins.ml2.plugin [None req-28a26a71-cddc-4df9-9378-ec6dd099416c - - - - - -] Attempt 1 to provision port aeb41267-aff6-4bdf-a8f6-5c876e7550c1 2026-06-12 02:32:42.640 11 INFO neutron.plugins.ml2.plugin [None req-28a26a71-cddc-4df9-9378-ec6dd099416c - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:42.691 11 INFO neutron.plugins.ml2.plugin [None req-28a26a71-cddc-4df9-9378-ec6dd099416c - - - - - -] Attempt 1 to provision port 0fb2f287-e8b8-4da9-9bb9-cd9894a3ce1c 2026-06-12 02:32:44.995 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 7d8a0f58-4939-49a9-b303-7f80d1dc2af1 2026-06-12 02:32:45.120 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-1d7cfb6a-5428-44c0-92fc-2b60e1be475f'] response: {'server_uuid': 'c21edf68-3b54-4855-9c04-03ace82c0dec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7d8a0f58-4939-49a9-b303-7f80d1dc2af1', 'code': 200} 2026-06-12 02:32:47.002 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 7d8a0f58-4939-49a9-b303-7f80d1dc2af1 2026-06-12 02:32:47.188 11 INFO neutron.plugins.ml2.plugin [None req-545f87fa-12a0-40d0-afd0-9b112187042a - - - - - -] Attempt 1 to provision port d22f2ba1-5c30-4058-a61f-16c55e33dcf8 2026-06-12 02:32:47.263 11 INFO neutron.plugins.ml2.plugin [None req-545f87fa-12a0-40d0-afd0-9b112187042a - - - - - -] Attempt 1 to provision port aeb41267-aff6-4bdf-a8f6-5c876e7550c1 2026-06-12 02:32:47.321 11 INFO neutron.plugins.ml2.plugin [None req-545f87fa-12a0-40d0-afd0-9b112187042a - - - - - -] Attempt 1 to provision port 2807e038-70d0-4c99-a868-04e68f32ba4c 2026-06-12 02:32:55.001 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c591c544-da0d-41f2-b1ff-808a283b0cb3 2026-06-12 02:32:55.758 12 INFO neutron.plugins.ml2.plugin [None req-b2cffad8-9c2c-4e53-b1d9-71645e0c5a50 - - - - - -] Attempt 1 to provision port c591c544-da0d-41f2-b1ff-808a283b0cb3 2026-06-12 02:32:57.069 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port c591c544-da0d-41f2-b1ff-808a283b0cb3 2026-06-12 02:32:57.351 11 INFO neutron.plugins.ml2.plugin [None req-f4a6302e-de14-4bea-8e3d-77539947b93c - - - - - -] Attempt 1 to provision port d812b077-83f9-452b-bddf-1497382bb679 2026-06-12 02:32:59.090 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 11398498-d6cf-402a-a754-e4525317f385 2026-06-12 02:32:59.540 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port d812b077-83f9-452b-bddf-1497382bb679 2026-06-12 02:33:01.618 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 11398498-d6cf-402a-a754-e4525317f385 2026-06-12 02:33:01.833 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port ebc1fff6-8a28-4e97-b8f5-7c15c6ccc1bb 2026-06-12 02:33:02.047 11 INFO neutron.plugins.ml2.plugin [None req-3f4bdee2-c098-4af2-9ed4-ffb51da0050e - - - - - -] Attempt 1 to provision port 944e68fc-6573-47c6-97c8-103a60206815 2026-06-12 02:33:02.105 11 INFO neutron.plugins.ml2.plugin [None req-3f4bdee2-c098-4af2-9ed4-ffb51da0050e - - - - - -] Attempt 1 to provision port 5b027b19-6817-4d5e-a2a5-30d9153c256a 2026-06-12 02:33:02.127 11 INFO neutron.plugins.ml2.plugin [None req-3f4bdee2-c098-4af2-9ed4-ffb51da0050e - - - - - -] Attempt 1 to provision port ebc1fff6-8a28-4e97-b8f5-7c15c6ccc1bb 2026-06-12 02:33:02.164 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 8b4bb472-29d3-48a8-913d-1ac561322857 2026-06-12 02:33:02.188 11 INFO neutron.plugins.ml2.plugin [None req-3f4bdee2-c098-4af2-9ed4-ffb51da0050e - - - - - -] Attempt 1 to provision port 8c9d0cae-35a2-49a4-b5f8-b546f8d5e66e 2026-06-12 02:33:02.218 11 INFO neutron.plugins.ml2.plugin [None req-3f4bdee2-c098-4af2-9ed4-ffb51da0050e - - - - - -] Attempt 1 to provision port c591c544-da0d-41f2-b1ff-808a283b0cb3 2026-06-12 02:33:02.272 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-19765695-5fc1-456c-ac88-eed6f7d2fcfe'] response: {'server_uuid': 'eca47ee4-0a70-4d3a-aa74-0375826d4d9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8b4bb472-29d3-48a8-913d-1ac561322857', 'code': 200} 2026-06-12 02:33:03.113 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port ebc1fff6-8a28-4e97-b8f5-7c15c6ccc1bb 2026-06-12 02:33:03.386 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 8b4bb472-29d3-48a8-913d-1ac561322857 2026-06-12 02:33:05.520 12 INFO neutron.plugins.ml2.plugin [None req-41cfdef1-f9e2-4a5b-ba4e-5f1c19091f2a - - - - - -] Attempt 1 to provision port 8c9d0cae-35a2-49a4-b5f8-b546f8d5e66e 2026-06-12 02:33:05.547 12 INFO neutron.plugins.ml2.plugin [None req-41cfdef1-f9e2-4a5b-ba4e-5f1c19091f2a - - - - - -] Attempt 1 to provision port ebc1fff6-8a28-4e97-b8f5-7c15c6ccc1bb 2026-06-12 02:33:09.789 12 INFO neutron.plugins.ml2.plugin [None req-c9841d7d-d693-427d-ae48-d4cee5db8da3 - - - - - -] Attempt 1 to provision port 8b4bb472-29d3-48a8-913d-1ac561322857 2026-06-12 02:33:09.859 12 INFO neutron.plugins.ml2.plugin [None req-c9841d7d-d693-427d-ae48-d4cee5db8da3 - - - - - -] Attempt 1 to provision port 5b027b19-6817-4d5e-a2a5-30d9153c256a 2026-06-12 02:33:09.883 12 INFO neutron.plugins.ml2.plugin [None req-c9841d7d-d693-427d-ae48-d4cee5db8da3 - - - - - -] Attempt 1 to provision port fd7e2f24-f069-4916-b5be-3f6da679e15c 2026-06-12 02:33:09.908 12 INFO neutron.plugins.ml2.plugin [None req-c9841d7d-d693-427d-ae48-d4cee5db8da3 - - - - - -] Attempt 1 to provision port 8c9d0cae-35a2-49a4-b5f8-b546f8d5e66e 2026-06-12 02:33:09.929 12 INFO neutron.plugins.ml2.plugin [None req-c9841d7d-d693-427d-ae48-d4cee5db8da3 - - - - - -] Attempt 1 to provision port 7d8a0f58-4939-49a9-b303-7f80d1dc2af1 2026-06-12 02:33:10.053 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 85b0096c-8163-4556-b002-238cf8f1c51f 2026-06-12 02:33:10.585 11 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-d7875fd4-be78-4126-8946-36346827be3b'] response: {'server_uuid': '909064da-c216-44b3-83fb-2b8758f294a3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '85b0096c-8163-4556-b002-238cf8f1c51f', 'code': 200} 2026-06-12 02:33:12.153 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 85b0096c-8163-4556-b002-238cf8f1c51f 2026-06-12 02:33:12.335 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 3f48bfa2-c007-4bbb-b4f5-79c722aa25e9 2026-06-12 02:33:12.492 12 INFO neutron.plugins.ml2.plugin [None req-e28f0fc4-a914-4dee-b067-0e9947650c23 - - - - - -] Attempt 1 to provision port 8c9d0cae-35a2-49a4-b5f8-b546f8d5e66e 2026-06-12 02:33:12.526 12 INFO neutron.plugins.ml2.plugin [None req-e28f0fc4-a914-4dee-b067-0e9947650c23 - - - - - -] Attempt 1 to provision port 5b027b19-6817-4d5e-a2a5-30d9153c256a 2026-06-12 02:33:12.556 12 INFO neutron.plugins.ml2.plugin [None req-e28f0fc4-a914-4dee-b067-0e9947650c23 - - - - - -] Attempt 1 to provision port 786530b0-ea7b-4a03-a310-4b945148e50b 2026-06-12 02:33:12.622 11 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-778b1f2e-6ca6-4723-b8e5-77e4dbd0fff1'] response: {'server_uuid': '8b85db08-c5a3-41bd-974b-4e3d359513e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3f48bfa2-c007-4bbb-b4f5-79c722aa25e9', 'code': 200} 2026-06-12 02:33:12.996 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 3f48bfa2-c007-4bbb-b4f5-79c722aa25e9 2026-06-12 02:33:15.293 11 INFO neutron.plugins.ml2.plugin [None req-9e22638d-7b45-449b-a0fd-76fc3bfa699a - - - - - -] Attempt 1 to provision port 3f48bfa2-c007-4bbb-b4f5-79c722aa25e9 2026-06-12 02:33:15.345 11 INFO neutron.plugins.ml2.plugin [None req-9e22638d-7b45-449b-a0fd-76fc3bfa699a - - - - - -] Attempt 1 to provision port 85b0096c-8163-4556-b002-238cf8f1c51f 2026-06-12 02:33:17.081 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port fd7e2f24-f069-4916-b5be-3f6da679e15c 2026-06-12 02:33:17.366 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 5b027b19-6817-4d5e-a2a5-30d9153c256a 2026-06-12 02:33:19.113 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port fd7e2f24-f069-4916-b5be-3f6da679e15c 2026-06-12 02:33:19.279 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 786530b0-ea7b-4a03-a310-4b945148e50b 2026-06-12 02:33:19.508 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 5b027b19-6817-4d5e-a2a5-30d9153c256a 2026-06-12 02:33:19.674 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 8c9d0cae-35a2-49a4-b5f8-b546f8d5e66e 2026-06-12 02:33:20.977 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 786530b0-ea7b-4a03-a310-4b945148e50b 2026-06-12 02:33:21.123 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 8c9d0cae-35a2-49a4-b5f8-b546f8d5e66e 2026-06-12 02:33:27.245 11 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-aa255de8-7e2c-4763-bf0c-ab0690d2fbb0'] response: {'server_uuid': 'eca47ee4-0a70-4d3a-aa74-0375826d4d9f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8b4bb472-29d3-48a8-913d-1ac561322857', 'code': 200} 2026-06-12 02:33:47.026 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 2e3d0714-9f62-42cf-bfd8-a3de1fc048b4 2026-06-12 02:33:47.534 11 INFO neutron.plugins.ml2.plugin [None req-d425193f-7722-4d59-9e40-ec4956d05177 - - - - - -] Attempt 1 to provision port 2e3d0714-9f62-42cf-bfd8-a3de1fc048b4 2026-06-12 02:33:49.077 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 2e3d0714-9f62-42cf-bfd8-a3de1fc048b4 2026-06-12 02:33:49.293 12 INFO neutron.plugins.ml2.plugin [None req-2bd856e5-ae67-4613-85cc-9e3d62626345 - - - - - -] Attempt 1 to provision port 6f3f32df-6b58-4e10-a4cc-759cf794abcf 2026-06-12 02:33:50.555 11 INFO neutron.plugins.ml2.plugin [None req-a57caedf-fac1-439e-b1d1-ebe26c55fedd - - - - - -] Attempt 1 to provision port 9b36e938-c46f-456f-8a59-4d4f7702a81f 2026-06-12 02:33:50.593 11 INFO neutron.plugins.ml2.plugin [None req-a57caedf-fac1-439e-b1d1-ebe26c55fedd - - - - - -] Attempt 1 to provision port 449cb2ea-b6c7-4f4e-a19f-e0cac85066cc 2026-06-12 02:33:50.620 11 INFO neutron.plugins.ml2.plugin [None req-a57caedf-fac1-439e-b1d1-ebe26c55fedd - - - - - -] Attempt 1 to provision port 2e3d0714-9f62-42cf-bfd8-a3de1fc048b4 2026-06-12 02:33:50.980 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 6f3f32df-6b58-4e10-a4cc-759cf794abcf 2026-06-12 02:33:53.214 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0f8b81ce-5e1f-4477-9f73-c6695efc7203 2026-06-12 02:33:55.136 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port de3b88dc-1f81-4b68-88b6-7bebb8c9d25d 2026-06-12 02:33:55.521 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 0f8b81ce-5e1f-4477-9f73-c6695efc7203 2026-06-12 02:33:56.290 11 INFO neutron.plugins.ml2.plugin [None req-e645dd3d-ba45-4774-a473-2c66f8403e07 - - - - - -] Attempt 1 to provision port 9b36e938-c46f-456f-8a59-4d4f7702a81f 2026-06-12 02:33:56.316 11 INFO neutron.plugins.ml2.plugin [None req-e645dd3d-ba45-4774-a473-2c66f8403e07 - - - - - -] Attempt 1 to provision port 906d9f44-6aa0-41db-9256-4f18d50e9559 2026-06-12 02:33:56.339 11 INFO neutron.plugins.ml2.plugin [None req-e645dd3d-ba45-4774-a473-2c66f8403e07 - - - - - -] Attempt 1 to provision port 0f8b81ce-5e1f-4477-9f73-c6695efc7203 2026-06-12 02:33:57.145 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port de3b88dc-1f81-4b68-88b6-7bebb8c9d25d 2026-06-12 02:34:01.693 11 INFO neutron.plugins.ml2.plugin [None req-e0219c76-7878-4c3c-aeae-d6684d904e0f - - - - - -] Attempt 1 to provision port 42014849-4759-4fba-b4d1-cd219750ae71 2026-06-12 02:34:01.731 11 INFO neutron.plugins.ml2.plugin [None req-e0219c76-7878-4c3c-aeae-d6684d904e0f - - - - - -] Attempt 1 to provision port 9b36e938-c46f-456f-8a59-4d4f7702a81f 2026-06-12 02:34:01.762 11 INFO neutron.plugins.ml2.plugin [None req-e0219c76-7878-4c3c-aeae-d6684d904e0f - - - - - -] Attempt 1 to provision port dfd84c97-2d40-48da-9a23-26f82777362e 2026-06-12 02:34:01.785 11 INFO neutron.plugins.ml2.plugin [None req-e0219c76-7878-4c3c-aeae-d6684d904e0f - - - - - -] Attempt 1 to provision port 0f8b81ce-5e1f-4477-9f73-c6695efc7203 2026-06-12 02:34:04.700 12 INFO neutron.plugins.ml2.plugin [None req-bb50f4a4-7342-4b74-9182-f2569c0c85f0 - - - - - -] Attempt 1 to provision port dfd84c97-2d40-48da-9a23-26f82777362e 2026-06-12 02:34:05.948 12 INFO neutron.plugins.ml2.plugin [None req-bf087a43-dfd2-4278-af9e-9749ad22296f - - - - - -] Attempt 1 to provision port dfd84c97-2d40-48da-9a23-26f82777362e 2026-06-12 02:34:08.070 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f82a1dcc-d0c7-4a7e-8a9a-9a07e02637b6 2026-06-12 02:34:08.190 11 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-f635e292-1051-46a5-8b6f-e94aee0bc640'] response: {'server_uuid': '67f58d4f-863e-44df-8843-ffe08f49814f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f82a1dcc-d0c7-4a7e-8a9a-9a07e02637b6', 'code': 200} 2026-06-12 02:34:09.039 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 449cb2ea-b6c7-4f4e-a19f-e0cac85066cc 2026-06-12 02:34:09.369 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 9b36e938-c46f-456f-8a59-4d4f7702a81f 2026-06-12 02:34:09.622 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port f82a1dcc-d0c7-4a7e-8a9a-9a07e02637b6 2026-06-12 02:34:11.092 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 906d9f44-6aa0-41db-9256-4f18d50e9559 2026-06-12 02:34:11.398 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port dfd84c97-2d40-48da-9a23-26f82777362e 2026-06-12 02:34:11.669 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 449cb2ea-b6c7-4f4e-a19f-e0cac85066cc 2026-06-12 02:34:11.809 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 9b36e938-c46f-456f-8a59-4d4f7702a81f 2026-06-12 02:34:13.026 12 INFO neutron.plugins.ml2.plugin [None req-4c9560ab-b84b-4d6a-ab5f-b3d9500c4688 - - - - - -] Attempt 1 to provision port 906d9f44-6aa0-41db-9256-4f18d50e9559 2026-06-12 02:34:13.209 12 INFO neutron.plugins.ml2.plugin [None req-4c9560ab-b84b-4d6a-ab5f-b3d9500c4688 - - - - - -] Attempt 1 to provision port dfd84c97-2d40-48da-9a23-26f82777362e 2026-06-12 02:34:17.544 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 18b653b4-5d66-4d9e-8eca-3340356b8ce2 2026-06-12 02:34:17.640 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-bcad8cae-58a6-48d2-8848-bc6ebfe0557d'] response: {'server_uuid': '27673592-cad9-4423-87b5-d6d1922432f3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '18b653b4-5d66-4d9e-8eca-3340356b8ce2', 'code': 200} 2026-06-12 02:34:19.017 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 18b653b4-5d66-4d9e-8eca-3340356b8ce2 2026-06-12 02:34:27.222 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-a218ade5-46df-4c56-97d1-8ed33d652e75'] response: {'server_uuid': '67f58d4f-863e-44df-8843-ffe08f49814f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f82a1dcc-d0c7-4a7e-8a9a-9a07e02637b6', 'code': 200} 2026-06-12 02:34:58.165 12 INFO neutron.plugins.ml2.plugin [None req-e9c4e617-51dd-4ef0-9bbc-4406550c73a8 - - - - - -] Attempt 1 to provision port 56299822-77a1-4abc-b990-6333dc2505f5 2026-06-12 02:35:03.257 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 66df2e2e-6c05-45a7-a6b0-445bd7ac1393 2026-06-12 02:35:03.626 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 56299822-77a1-4abc-b990-6333dc2505f5 2026-06-12 02:35:03.735 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-e334e56b-dac4-42d9-94a9-4ac4242a6b2b'] response: {'server_uuid': '27673592-cad9-4423-87b5-d6d1922432f3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '56299822-77a1-4abc-b990-6333dc2505f5', 'code': 200} 2026-06-12 02:35:04.265 12 INFO neutron.plugins.ml2.plugin [None req-3409754e-91d7-454f-8190-ccc2341d58c7 - - - - - -] Attempt 1 to provision port 66df2e2e-6c05-45a7-a6b0-445bd7ac1393 2026-06-12 02:35:05.055 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 66df2e2e-6c05-45a7-a6b0-445bd7ac1393 2026-06-12 02:35:05.277 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 56299822-77a1-4abc-b990-6333dc2505f5 2026-06-12 02:35:07.810 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 56299822-77a1-4abc-b990-6333dc2505f5 2026-06-12 02:35:36.093 12 INFO neutron.plugins.ml2.plugin [None req-ea4fe46d-0af8-4084-8e99-01ee7974c727 - - - - - -] Attempt 1 to provision port 3267762b-13b0-450f-8277-34918c72358e 2026-06-12 02:35:44.636 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 3267762b-13b0-450f-8277-34918c72358e 2026-06-12 02:35:44.786 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-f58ac261-a75f-42f8-a476-3b686d3e218f'] response: {'server_uuid': '27673592-cad9-4423-87b5-d6d1922432f3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3267762b-13b0-450f-8277-34918c72358e', 'code': 200} 2026-06-12 02:35:45.230 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 3267762b-13b0-450f-8277-34918c72358e 2026-06-12 02:35:51.966 11 INFO neutron.plugins.ml2.plugin [None req-263af49f-ba67-4722-b606-626be957a57d - - - - - -] Attempt 1 to provision port 09f8c9a3-6de2-4845-a8cf-9fb74e432cb9 2026-06-12 02:35:59.287 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 09f8c9a3-6de2-4845-a8cf-9fb74e432cb9 2026-06-12 02:35:59.384 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-222f5945-b939-4797-a8f1-831b8837e77e'] response: {'server_uuid': '27673592-cad9-4423-87b5-d6d1922432f3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '09f8c9a3-6de2-4845-a8cf-9fb74e432cb9', 'code': 200} 2026-06-12 02:36:01.445 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 09f8c9a3-6de2-4845-a8cf-9fb74e432cb9 2026-06-12 02:36:01.719 11 INFO neutron.plugins.ml2.plugin [None req-4e1db719-45c7-4113-9758-311cf0dc8114 - - - - - -] Attempt 1 to provision port 3267762b-13b0-450f-8277-34918c72358e 2026-06-12 02:36:15.842 12 INFO neutron.plugins.ml2.plugin [None req-b4fe0820-123b-44a6-9312-0bc77e04cea8 - - - - - -] Attempt 1 to provision port 09f8c9a3-6de2-4845-a8cf-9fb74e432cb9 2026-06-12 02:36:17.199 12 INFO neutron.plugins.ml2.plugin [None req-2e68a396-d891-4c54-bc3f-19b9d14c1b54 - - - - - -] Attempt 1 to provision port 09f8c9a3-6de2-4845-a8cf-9fb74e432cb9 2026-06-12 02:36:17.312 11 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 09f8c9a3-6de2-4845-a8cf-9fb74e432cb9 2026-06-12 02:36:26.483 11 INFO neutron.plugins.ml2.plugin [None req-eaad761d-d1f4-413a-b313-7c78ccb0c0fd - - - - - -] Attempt 1 to provision port 3267762b-13b0-450f-8277-34918c72358e 2026-06-12 02:36:27.290 12 INFO neutron.plugins.ml2.plugin [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Attempt 1 to provision port 3267762b-13b0-450f-8277-34918c72358e 2026-06-12 02:36:59.435 12 INFO neutron.notifiers.nova [None req-ea09e843-d583-45be-86ff-df2e4be25870 - - - - - -] Nova event matching ['req-089443e9-76c1-42c7-b507-c62dce46ac4b'] response: {'server_uuid': 'c21edf68-3b54-4855-9c04-03ace82c0dec', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7d8a0f58-4939-49a9-b303-7f80d1dc2af1', 'code': 200}