+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-29 02:43:26.898 1 INFO neutron.common.config [-] Logging enabled! 2026-05-29 02:43:26.898 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev12 2026-05-29 02:43:26.898 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-29 02:43:26.898 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-29 02:43:27.851 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 02:43:27.854 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-29 02:43:27.857 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-29 02:43:27.858 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 02:43:27.858 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-29 02:43:27.858 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-29 02:43:27.858 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 02:43:27.864 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 02:43:27.865 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 02:43:27.865 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 02:43:27.883 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-29 02:43:27.884 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 02:43:27.884 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-29 02:43:27.919 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-29 02:43:27.919 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-29 02:43:27.920 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-29 02:43:27.920 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-29 02:43:28.191 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing driver for type 'vlan' 2026-05-29 02:43:28.342 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] VlanTypeDriver initialization complete 2026-05-29 02:43:28.342 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing driver for type 'vxlan' 2026-05-29 02:43:28.343 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-29 02:43:28.397 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-29 02:43:28.398 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-29 02:43:28.398 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing extension driver 'port_security' 2026-05-29 02:43:28.398 1 INFO neutron.plugins.ml2.extensions.port_security [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-29 02:43:28.398 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing extension driver 'qos' 2026-05-29 02:43:28.399 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-29 02:43:28.399 1 INFO neutron.plugins.ml2.managers [None req-0ec02e86-1cef-4271-ad11-efd5d2f106bd - - - - - -] Initializing mechanism driver 'l2population' 2026-05-29 02:43:28.418 1 INFO neutron.quota [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded quota_driver: . 2026-05-29 02:43:28.418 1 INFO neutron.plugins.ml2.plugin [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Modular L2 Plugin initialization complete 2026-05-29 02:43:28.419 1 INFO neutron.plugins.ml2.managers [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-29 02:43:28.419 1 INFO neutron.plugins.ml2.managers [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-29 02:43:28.419 1 INFO neutron.plugins.ml2.managers [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-29 02:43:28.419 1 INFO neutron.extensions.vlantransparent [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Disabled vlantransparent extension. 2026-05-29 02:43:28.419 1 INFO neutron.extensions.qinq [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Disabled VLAN QinQ extension. 2026-05-29 02:43:28.419 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: qos 2026-05-29 02:43:28.430 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: router 2026-05-29 02:43:28.464 1 INFO neutron.services.service_base [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-29 02:43:28.464 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: segments 2026-05-29 02:43:28.527 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: trunk 2026-05-29 02:43:28.539 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: vpnaas 2026-05-29 02:43:28.569 1 WARNING stevedore.named [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-29 02:43:28.569 1 WARNING stevedore.named [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 02:43:28.759 1 INFO neutron_vpnaas.services.vpn.plugin [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-29 02:43:28.760 1 INFO neutron.common.utils [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-29 02:43:28.760 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: taas 2026-05-29 02:43:28.777 1 WARNING stevedore.named [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 02:43:28.804 1 INFO neutron_taas.services.taas.taas_plugin [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-29 02:43:28.804 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: tapmirror 2026-05-29 02:43:28.815 1 WARNING stevedore.named [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 02:43:28.838 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-29 02:43:28.838 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: auto_allocate 2026-05-29 02:43:28.845 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: tag 2026-05-29 02:43:28.851 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: timestamp 2026-05-29 02:43:28.853 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: network_ip_availability 2026-05-29 02:43:28.856 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: flavors 2026-05-29 02:43:28.859 1 INFO neutron.manager [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loading Plugin: revisions 2026-05-29 02:43:28.861 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Initializing extension manager. 2026-05-29 02:43:28.862 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: address-group 2026-05-29 02:43:28.863 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: address-scope 2026-05-29 02:43:28.864 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-29 02:43:28.865 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: agent 2026-05-29 02:43:28.865 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: agent-resources-synced 2026-05-29 02:43:28.866 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-29 02:43:28.867 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-29 02:43:28.867 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: availability_zone 2026-05-29 02:43:28.868 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: availability_zone_filter 2026-05-29 02:43:28.868 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-29 02:43:28.869 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: default-subnetpools 2026-05-29 02:43:28.870 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-29 02:43:28.870 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: dns-integration 2026-05-29 02:43:28.871 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: dns-domain-ports 2026-05-29 02:43:28.871 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-29 02:43:28.872 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: dvr 2026-05-29 02:43:28.872 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-29 02:43:28.873 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: empty-string-filtering 2026-05-29 02:43:28.873 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 02:43:28.873 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-29 02:43:28.874 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: external-net 2026-05-29 02:43:28.874 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-29 02:43:28.875 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: extraroute 2026-05-29 02:43:28.875 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: extraroute-atomic 2026-05-29 02:43:28.876 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-29 02:43:28.876 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-29 02:43:28.877 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-29 02:43:28.877 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-29 02:43:28.877 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: fip-port-details 2026-05-29 02:43:28.878 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: flavors 2026-05-29 02:43:28.879 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-29 02:43:28.879 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: floatingip-pools 2026-05-29 02:43:28.880 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: ip_allocation 2026-05-29 02:43:28.880 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-29 02:43:28.881 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: l2_adjacency 2026-05-29 02:43:28.882 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: router 2026-05-29 02:43:28.883 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 02:43:28.884 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-29 02:43:28.884 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-29 02:43:28.885 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: ext-gw-mode 2026-05-29 02:43:28.885 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: l3-ha 2026-05-29 02:43:28.886 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-29 02:43:28.886 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-29 02:43:28.887 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: l3-flavors 2026-05-29 02:43:28.887 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-29 02:43:28.888 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-29 02:43:28.890 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-29 02:43:28.891 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-29 02:43:28.892 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-29 02:43:28.893 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-29 02:43:28.893 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-29 02:43:28.894 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: multi-provider 2026-05-29 02:43:28.894 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: net-mtu 2026-05-29 02:43:28.895 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: net-mtu-writable 2026-05-29 02:43:28.895 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: network_availability_zone 2026-05-29 02:43:28.896 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: network_ha 2026-05-29 02:43:28.896 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: network-ip-availability 2026-05-29 02:43:28.897 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-29 02:43:28.898 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: pagination 2026-05-29 02:43:28.898 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-device-profile 2026-05-29 02:43:28.899 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-29 02:43:28.899 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-29 02:43:28.899 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-29 02:43:28.900 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-mac-override 2026-05-29 02:43:28.900 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-29 02:43:28.901 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-29 02:43:28.901 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-29 02:43:28.902 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-resource-request 2026-05-29 02:43:28.902 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-29 02:43:28.903 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-29 02:43:28.903 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: binding 2026-05-29 02:43:28.904 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: binding-extended 2026-05-29 02:43:28.904 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-security 2026-05-29 02:43:28.905 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: project-id 2026-05-29 02:43:28.905 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: provider 2026-05-29 02:43:28.906 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-29 02:43:28.907 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos 2026-05-29 02:43:28.908 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-29 02:43:28.909 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-29 02:43:28.909 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-default 2026-05-29 02:43:28.909 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-fip 2026-05-29 02:43:28.910 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-29 02:43:28.910 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-29 02:43:28.911 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-29 02:43:28.911 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-29 02:43:28.912 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-29 02:43:28.912 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-pps 2026-05-29 02:43:28.913 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-29 02:43:28.913 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-29 02:43:28.914 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: qos-rules-alias 2026-05-29 02:43:28.914 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: quota-check-limit 2026-05-29 02:43:28.915 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-29 02:43:28.916 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: quotas 2026-05-29 02:43:28.919 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: quota_details 2026-05-29 02:43:28.920 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: rbac-policies 2026-05-29 02:43:28.920 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: rbac-address-group 2026-05-29 02:43:28.921 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: rbac-address-scope 2026-05-29 02:43:28.921 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: rbac-security-groups 2026-05-29 02:43:28.922 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-29 02:43:28.922 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: revision-if-match 2026-05-29 02:43:28.923 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-29 02:43:28.923 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: router_availability_zone 2026-05-29 02:43:28.923 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-29 02:43:28.925 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-29 02:43:28.925 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-29 02:43:28.926 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-29 02:43:28.926 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-29 02:43:28.927 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-29 02:43:28.927 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-29 02:43:28.930 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: security-group 2026-05-29 02:43:28.931 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: segment 2026-05-29 02:43:28.932 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-29 02:43:28.932 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: service-type 2026-05-29 02:43:28.933 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: sorting 2026-05-29 02:43:28.933 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: standard-attr-segment 2026-05-29 02:43:28.934 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: standard-attr-description 2026-05-29 02:43:28.934 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: stateful-security-group 2026-05-29 02:43:28.935 1 WARNING neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-29 02:43:28.935 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-29 02:43:28.935 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: subnet-external-network 2026-05-29 02:43:28.936 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: subnet_onboard 2026-05-29 02:43:28.936 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-29 02:43:28.937 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: subnet-service-types 2026-05-29 02:43:28.937 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: subnet_allocation 2026-05-29 02:43:28.938 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-29 02:43:28.938 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: tag-creation 2026-05-29 02:43:28.939 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-29 02:43:28.942 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: standard-attr-tag 2026-05-29 02:43:28.942 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-29 02:43:28.943 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: trunk 2026-05-29 02:43:28.943 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: trunk-details 2026-05-29 02:43:28.944 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-29 02:43:28.944 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-29 02:43:28.945 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-29 02:43:28.945 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-29 02:43:28.947 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-29 02:43:28.947 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-29 02:43:28.948 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: vpn-flavors 2026-05-29 02:43:28.950 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: vpnaas 2026-05-29 02:43:28.951 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: taas 2026-05-29 02:43:28.952 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: tap-mirror 2026-05-29 02:43:28.952 1 INFO neutron.api.extensions [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-29 02:43:28.955 1 INFO oslo_service.backend.eventlet.service [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Starting 2 workers 2026-05-29 02:43:28.959 1 INFO oslo_service.backend.eventlet.service [None req-360c4fc6-633c-4102-a79c-37414cef1922 - - - - - -] Starting 1 workers 2026-05-29 02:44:13.015 12 INFO neutron.db.l3_hamode_db [None req-27b989e6-8a0c-4482-abae-76c19ee2cd2a - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 02:44:27.313 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3dffb3f9-fb1f-4bd7-bf22-cf84b5acda99 2026-05-29 02:44:27.515 12 INFO neutron.plugins.ml2.plugin [None req-e918aae5-7daf-4f2a-9878-edc9d55121e9 - - - - - -] Attempt 1 to provision port 3dffb3f9-fb1f-4bd7-bf22-cf84b5acda99 2026-05-29 02:44:29.196 11 INFO neutron.plugins.ml2.plugin [None req-206a42fa-1f65-4257-ad80-d6bc5e756acb - - - - - -] Attempt 1 to provision port 3dffb3f9-fb1f-4bd7-bf22-cf84b5acda99 2026-05-29 02:44:29.219 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3dffb3f9-fb1f-4bd7-bf22-cf84b5acda99 2026-05-29 02:48:53.408 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 33553060-cfed-47ce-8de5-f5f00ca4840d 2026-05-29 02:48:53.677 12 INFO neutron.plugins.ml2.plugin [None req-0f7bc5eb-165a-4066-b10b-c5e2e9b0c185 - - - - - -] Attempt 1 to provision port 33553060-cfed-47ce-8de5-f5f00ca4840d 2026-05-29 02:48:55.350 11 INFO neutron.plugins.ml2.plugin [None req-0f231018-e6f1-4902-9a66-01e2b6ae6bc8 - - - - - -] Attempt 1 to provision port 33553060-cfed-47ce-8de5-f5f00ca4840d 2026-05-29 02:48:55.398 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 33553060-cfed-47ce-8de5-f5f00ca4840d 2026-05-29 02:49:00.233 12 INFO neutron.plugins.ml2.plugin [None req-a5cc2c89-eef7-4e60-8e2c-a3dee2cf1962 - - - - - -] Attempt 1 to provision port 5baced37-9309-4403-838d-c9bd09931255 2026-05-29 02:52:26.103 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 5baced37-9309-4403-838d-c9bd09931255 2026-05-29 02:52:27.520 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 5baced37-9309-4403-838d-c9bd09931255 2026-05-29 03:01:03.882 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d2073c70-87bc-4815-8c76-fa1442ce08f5 2026-05-29 03:01:05.841 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d2073c70-87bc-4815-8c76-fa1442ce08f5 2026-05-29 03:16:34.441 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 31aea7b2-ccfb-4efd-a892-7ba28afe10df 2026-05-29 03:16:35.150 11 INFO neutron.plugins.ml2.plugin [None req-3d961c8a-8271-471d-a2b4-2cd3a82bf2dd - - - - - -] Attempt 1 to provision port 31aea7b2-ccfb-4efd-a892-7ba28afe10df 2026-05-29 03:16:36.499 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 31aea7b2-ccfb-4efd-a892-7ba28afe10df 2026-05-29 03:16:38.459 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 39528542-d11d-46ee-b807-8dc93ead5be3 2026-05-29 03:16:40.501 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 7dd7fac5-4cf7-4599-8bc3-fb60464bbb2a 2026-05-29 03:16:40.835 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 39528542-d11d-46ee-b807-8dc93ead5be3 2026-05-29 03:16:42.440 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 7dd7fac5-4cf7-4599-8bc3-fb60464bbb2a 2026-05-29 03:16:43.582 12 INFO neutron.plugins.ml2.plugin [None req-4277258a-06dc-4fdb-a0e1-0bc1c8822e83 - - - - - -] Attempt 1 to provision port 39528542-d11d-46ee-b807-8dc93ead5be3 2026-05-29 03:16:43.645 12 INFO neutron.plugins.ml2.plugin [None req-4277258a-06dc-4fdb-a0e1-0bc1c8822e83 - - - - - -] Attempt 1 to provision port 091440a4-821b-4df5-93ee-7f922c49a9dc 2026-05-29 03:16:43.666 12 INFO neutron.plugins.ml2.plugin [None req-4277258a-06dc-4fdb-a0e1-0bc1c8822e83 - - - - - -] Attempt 1 to provision port d7ad6198-eb13-4831-8fee-6834c05d75da 2026-05-29 03:16:43.691 12 INFO neutron.plugins.ml2.plugin [None req-4277258a-06dc-4fdb-a0e1-0bc1c8822e83 - - - - - -] Attempt 1 to provision port 31aea7b2-ccfb-4efd-a892-7ba28afe10df 2026-05-29 03:16:43.754 12 INFO neutron.plugins.ml2.plugin [None req-4277258a-06dc-4fdb-a0e1-0bc1c8822e83 - - - - - -] Attempt 1 to provision port 7dd7fac5-4cf7-4599-8bc3-fb60464bbb2a 2026-05-29 03:16:48.539 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 64dca0a4-46ac-44d5-b8d8-71537a93453f 2026-05-29 03:16:48.930 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port f517f1a0-443c-46fe-bde2-18f7ebcddd8c 2026-05-29 03:16:49.259 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3c507bd7-357c-4694-b705-c57a050a8335 2026-05-29 03:16:50.455 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port f517f1a0-443c-46fe-bde2-18f7ebcddd8c 2026-05-29 03:16:50.659 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 64dca0a4-46ac-44d5-b8d8-71537a93453f 2026-05-29 03:16:51.049 12 INFO neutron.plugins.ml2.plugin [None req-aff2f24f-b929-49c5-9a3e-c320d4fb2d64 - - - - - -] Attempt 1 to provision port 3c507bd7-357c-4694-b705-c57a050a8335 2026-05-29 03:16:51.464 12 INFO neutron.plugins.ml2.plugin [None req-c1ecfc09-92c7-4429-9a91-a6dd01c10be3 - - - - - -] Attempt 1 to provision port 39528542-d11d-46ee-b807-8dc93ead5be3 2026-05-29 03:16:51.550 12 INFO neutron.plugins.ml2.plugin [None req-c1ecfc09-92c7-4429-9a91-a6dd01c10be3 - - - - - -] Attempt 1 to provision port 64dca0a4-46ac-44d5-b8d8-71537a93453f 2026-05-29 03:16:51.630 12 INFO neutron.plugins.ml2.plugin [None req-409214b7-f047-48b1-9c80-b90ac85f6d2a - - - - - -] Attempt 1 to provision port 5586414b-6f2b-48d3-8bb9-d848b91d5820 2026-05-29 03:16:51.684 12 INFO neutron.plugins.ml2.plugin [None req-409214b7-f047-48b1-9c80-b90ac85f6d2a - - - - - -] Attempt 1 to provision port ddd7e4c3-b0a2-4814-a3eb-eff21ef3e2be 2026-05-29 03:16:51.722 12 INFO neutron.plugins.ml2.plugin [None req-409214b7-f047-48b1-9c80-b90ac85f6d2a - - - - - -] Attempt 1 to provision port ce52e80f-90de-44e8-b08a-bec05983e057 2026-05-29 03:16:52.450 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 0cf940d7-ac1d-4444-83c2-a34c5116b715 2026-05-29 03:16:54.544 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a4c8daa8-00b8-4f9b-a662-ad2139b3c798 2026-05-29 03:16:55.001 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 0cf940d7-ac1d-4444-83c2-a34c5116b715 2026-05-29 03:16:56.553 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 44931680-c42b-4d71-b386-ac84c5cb5102 2026-05-29 03:16:56.871 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a4c8daa8-00b8-4f9b-a662-ad2139b3c798 2026-05-29 03:16:59.557 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eaf62bd9-0f12-412a-89f0-13bf40576a30 2026-05-29 03:16:59.977 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d8845c2c-494b-42d1-a274-ae009b797d56 2026-05-29 03:17:00.105 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-7944de4f-f5ac-4a29-ab09-7aef121549e7'] response: {'server_uuid': '442ae676-e7e9-4280-8522-6c2290f2198b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eaf62bd9-0f12-412a-89f0-13bf40576a30', 'code': 200} 2026-05-29 03:17:00.396 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 6950d1d5-5a1a-41a0-bfac-8065f9532573 2026-05-29 03:17:00.728 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 44931680-c42b-4d71-b386-ac84c5cb5102 2026-05-29 03:17:00.771 12 INFO neutron.plugins.ml2.plugin [None req-b4d71273-9797-4a2c-80e5-bb267003318c - - - - - -] Attempt 1 to provision port 18d19986-b384-471c-8118-3a6db036956b 2026-05-29 03:17:00.818 12 INFO neutron.plugins.ml2.plugin [None req-b4d71273-9797-4a2c-80e5-bb267003318c - - - - - -] Attempt 1 to provision port d8845c2c-494b-42d1-a274-ae009b797d56 2026-05-29 03:17:00.916 12 INFO neutron.plugins.ml2.plugin [None req-b4d71273-9797-4a2c-80e5-bb267003318c - - - - - -] Attempt 1 to provision port 44931680-c42b-4d71-b386-ac84c5cb5102 2026-05-29 03:17:00.984 12 INFO neutron.plugins.ml2.plugin [None req-b4d71273-9797-4a2c-80e5-bb267003318c - - - - - -] Attempt 1 to provision port 014ef525-3e2b-432f-9bd7-22d6425c0a3b 2026-05-29 03:17:01.010 12 INFO neutron.plugins.ml2.plugin [None req-b4d71273-9797-4a2c-80e5-bb267003318c - - - - - -] Attempt 1 to provision port ce52e80f-90de-44e8-b08a-bec05983e057 2026-05-29 03:17:01.161 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eaf62bd9-0f12-412a-89f0-13bf40576a30 2026-05-29 03:17:01.338 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d8845c2c-494b-42d1-a274-ae009b797d56 2026-05-29 03:17:01.531 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 6950d1d5-5a1a-41a0-bfac-8065f9532573 2026-05-29 03:17:02.142 12 INFO neutron.notifiers.nova [None req-08b551a0-dd9e-4c84-8b52-fce1f8715432 - - - - - -] Nova event matching ['req-c6d20b0b-a232-480a-aced-58615246c528'] response: {'server_uuid': '5b287e16-ad24-4547-8fbc-a3fa8394c17c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6950d1d5-5a1a-41a0-bfac-8065f9532573', 'code': 200} 2026-05-29 03:17:05.413 12 INFO neutron.plugins.ml2.plugin [None req-57ed628d-a1af-48f5-84b6-db853601d2ee - - - - - -] Attempt 1 to provision port 6950d1d5-5a1a-41a0-bfac-8065f9532573 2026-05-29 03:17:05.472 12 INFO neutron.plugins.ml2.plugin [None req-57ed628d-a1af-48f5-84b6-db853601d2ee - - - - - -] Attempt 1 to provision port 64dca0a4-46ac-44d5-b8d8-71537a93453f 2026-05-29 03:17:05.515 12 INFO neutron.plugins.ml2.plugin [None req-57ed628d-a1af-48f5-84b6-db853601d2ee - - - - - -] Attempt 1 to provision port 5586414b-6f2b-48d3-8bb9-d848b91d5820 2026-05-29 03:17:05.539 12 INFO neutron.plugins.ml2.plugin [None req-57ed628d-a1af-48f5-84b6-db853601d2ee - - - - - -] Attempt 1 to provision port ce52e80f-90de-44e8-b08a-bec05983e057 2026-05-29 03:17:05.742 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:06.286 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-43df7650-9582-404d-baa3-72d40cc82e7b'] response: {'server_uuid': 'edd875b4-032d-4fff-8ed1-24f4b47cb490', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '00774955-7b7b-46cb-bc41-0d4ff128538f', 'code': 200} 2026-05-29 03:17:07.805 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a47174d5-3e87-49f3-bd99-4f5a038d4df9 2026-05-29 03:17:07.918 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-9373b920-034c-424f-9537-fd8fd998a791'] response: {'server_uuid': '6bf53bb9-67c4-45f2-ab33-ce942c794556', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a47174d5-3e87-49f3-bd99-4f5a038d4df9', 'code': 200} 2026-05-29 03:17:08.206 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:09.318 12 INFO neutron.plugins.ml2.plugin [None req-a8e963e0-5174-4980-9446-3ddf6331cbf2 - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:09.408 12 INFO neutron.plugins.ml2.plugin [None req-a8e963e0-5174-4980-9446-3ddf6331cbf2 - - - - - -] Attempt 1 to provision port d8845c2c-494b-42d1-a274-ae009b797d56 2026-05-29 03:17:09.463 12 INFO neutron.plugins.ml2.plugin [None req-a8e963e0-5174-4980-9446-3ddf6331cbf2 - - - - - -] Attempt 1 to provision port 44931680-c42b-4d71-b386-ac84c5cb5102 2026-05-29 03:17:09.512 12 INFO neutron.plugins.ml2.plugin [None req-a8e963e0-5174-4980-9446-3ddf6331cbf2 - - - - - -] Attempt 1 to provision port 18d19986-b384-471c-8118-3a6db036956b 2026-05-29 03:17:09.536 12 INFO neutron.plugins.ml2.plugin [None req-a8e963e0-5174-4980-9446-3ddf6331cbf2 - - - - - -] Attempt 1 to provision port a47174d5-3e87-49f3-bd99-4f5a038d4df9 2026-05-29 03:17:09.602 12 INFO neutron.plugins.ml2.plugin [None req-a8e963e0-5174-4980-9446-3ddf6331cbf2 - - - - - -] Attempt 1 to provision port 014ef525-3e2b-432f-9bd7-22d6425c0a3b 2026-05-29 03:17:09.742 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a47174d5-3e87-49f3-bd99-4f5a038d4df9 2026-05-29 03:17:13.426 11 INFO neutron.plugins.ml2.plugin [None req-fc1f7938-b64f-423a-bb13-32225d6895bd - - - - - -] Attempt 1 to provision port eaf62bd9-0f12-412a-89f0-13bf40576a30 2026-05-29 03:17:13.499 11 INFO neutron.plugins.ml2.plugin [None req-fc1f7938-b64f-423a-bb13-32225d6895bd - - - - - -] Attempt 1 to provision port 18d19986-b384-471c-8118-3a6db036956b 2026-05-29 03:17:13.528 11 INFO neutron.plugins.ml2.plugin [None req-fc1f7938-b64f-423a-bb13-32225d6895bd - - - - - -] Attempt 1 to provision port 014ef525-3e2b-432f-9bd7-22d6425c0a3b 2026-05-29 03:17:14.076 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-2030ce28-feb2-4635-b582-7b1a226dec85'] response: {'server_uuid': '6bf53bb9-67c4-45f2-ab33-ce942c794556', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a47174d5-3e87-49f3-bd99-4f5a038d4df9', 'code': 200} 2026-05-29 03:17:16.757 11 INFO neutron.plugins.ml2.plugin [None req-a0affe6e-94ab-42f1-8aa6-f9628cd2d7c5 - - - - - -] Attempt 1 to provision port 18d19986-b384-471c-8118-3a6db036956b 2026-05-29 03:17:16.780 11 INFO neutron.plugins.ml2.plugin [None req-a0affe6e-94ab-42f1-8aa6-f9628cd2d7c5 - - - - - -] Attempt 1 to provision port 014ef525-3e2b-432f-9bd7-22d6425c0a3b 2026-05-29 03:17:16.805 11 INFO neutron.plugins.ml2.plugin [None req-a0affe6e-94ab-42f1-8aa6-f9628cd2d7c5 - - - - - -] Attempt 1 to provision port dc8927cc-de2c-4083-8cba-c8f28488f6c9 2026-05-29 03:17:20.171 12 INFO neutron.plugins.ml2.plugin [None req-179bccc7-3709-4806-b68e-aeecf3fc479f - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:22.740 12 INFO neutron.plugins.ml2.plugin [None req-50347a01-baa2-4f99-950c-0ec247ebdf9d - - - - - -] Attempt 1 to provision port 4147f887-20bd-46e8-a904-a9e7f9835894 2026-05-29 03:17:27.669 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 8cfc9c81-5610-4152-988c-ed321637c2d1 2026-05-29 03:17:27.999 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ddd7e4c3-b0a2-4814-a3eb-eff21ef3e2be 2026-05-29 03:17:28.246 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ce52e80f-90de-44e8-b08a-bec05983e057 2026-05-29 03:17:28.359 12 INFO neutron.plugins.ml2.plugin [None req-5d3dc0ed-c1dd-4f70-8cd1-a61600db919b - - - - - -] Attempt 1 to provision port 8cfc9c81-5610-4152-988c-ed321637c2d1 2026-05-29 03:17:29.673 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 8cfc9c81-5610-4152-988c-ed321637c2d1 2026-05-29 03:17:29.854 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 8625aab5-412e-4f96-98d1-61fbc1b6fc04 2026-05-29 03:17:30.180 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ddd7e4c3-b0a2-4814-a3eb-eff21ef3e2be 2026-05-29 03:17:30.327 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ce52e80f-90de-44e8-b08a-bec05983e057 2026-05-29 03:17:31.308 12 INFO neutron.plugins.ml2.plugin [None req-34aa6b5a-1e30-4702-b50c-868b280793f8 - - - - - -] Attempt 1 to provision port ca36d8eb-2d31-4b4c-95cb-6ceac99962ac 2026-05-29 03:17:31.343 12 INFO neutron.plugins.ml2.plugin [None req-34aa6b5a-1e30-4702-b50c-868b280793f8 - - - - - -] Attempt 1 to provision port 8cfc9c81-5610-4152-988c-ed321637c2d1 2026-05-29 03:17:31.395 12 INFO neutron.plugins.ml2.plugin [None req-34aa6b5a-1e30-4702-b50c-868b280793f8 - - - - - -] Attempt 1 to provision port f061501c-1bd5-40e1-96ba-96f300eaee8e 2026-05-29 03:17:31.579 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 8625aab5-412e-4f96-98d1-61fbc1b6fc04 2026-05-29 03:17:33.205 11 INFO neutron.plugins.ml2.plugin [None req-47e23751-dded-40c0-9f41-fd7b93cf44b4 - - - - - -] Attempt 1 to provision port f061501c-1bd5-40e1-96ba-96f300eaee8e 2026-05-29 03:17:35.673 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 014ef525-3e2b-432f-9bd7-22d6425c0a3b 2026-05-29 03:17:35.929 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 4147f887-20bd-46e8-a904-a9e7f9835894 2026-05-29 03:17:36.217 11 INFO neutron.plugins.ml2.plugin [None req-b116cbce-a1f7-4fd8-911f-d8b0a6d532d8 - - - - - -] Attempt 1 to provision port f061501c-1bd5-40e1-96ba-96f300eaee8e 2026-05-29 03:17:36.244 11 INFO neutron.plugins.ml2.plugin [None req-b116cbce-a1f7-4fd8-911f-d8b0a6d532d8 - - - - - -] Attempt 1 to provision port cd8e713a-12a7-4a3b-9b6e-477786ed021d 2026-05-29 03:17:37.596 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 014ef525-3e2b-432f-9bd7-22d6425c0a3b 2026-05-29 03:17:37.785 12 INFO neutron.plugins.ml2.plugin [None req-6092dc6c-c90e-4de5-9c3c-c7b81bd43130 - - - - - -] Attempt 1 to provision port 4147f887-20bd-46e8-a904-a9e7f9835894 2026-05-29 03:17:40.168 11 INFO neutron.plugins.ml2.plugin [None req-27dffce6-b97f-4fea-8adf-26322762a974 - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:40.839 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:41.034 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port f3710851-d380-4af5-8ad8-8fc50db35921 2026-05-29 03:17:41.151 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-3abfdc00-f720-4265-9a15-ed97d3195764'] response: {'server_uuid': '7b6bd880-6898-4022-9875-90e4c4c6ca9b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3710851-d380-4af5-8ad8-8fc50db35921', 'code': 200} 2026-05-29 03:17:41.995 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port f3710851-d380-4af5-8ad8-8fc50db35921 2026-05-29 03:17:43.382 11 INFO neutron.plugins.ml2.plugin [None req-70252691-f13a-420f-b31d-020d157643dd - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:44.045 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 00774955-7b7b-46cb-bc41-0d4ff128538f 2026-05-29 03:17:46.100 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ca36d8eb-2d31-4b4c-95cb-6ceac99962ac 2026-05-29 03:17:46.482 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port f061501c-1bd5-40e1-96ba-96f300eaee8e 2026-05-29 03:17:48.016 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ca36d8eb-2d31-4b4c-95cb-6ceac99962ac 2026-05-29 03:17:48.178 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port f061501c-1bd5-40e1-96ba-96f300eaee8e 2026-05-29 03:17:52.236 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-31ca73a7-5318-4b8c-b310-4d171db2b20c'] response: {'server_uuid': '442ae676-e7e9-4280-8522-6c2290f2198b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'eaf62bd9-0f12-412a-89f0-13bf40576a30', 'code': 200} 2026-05-29 03:17:54.891 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eaf62bd9-0f12-412a-89f0-13bf40576a30 2026-05-29 03:17:55.053 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-5d0339c2-9148-4931-8406-c88642e45162'] response: {'server_uuid': '442ae676-e7e9-4280-8522-6c2290f2198b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eaf62bd9-0f12-412a-89f0-13bf40576a30', 'code': 200} 2026-05-29 03:17:56.378 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eaf62bd9-0f12-412a-89f0-13bf40576a30 2026-05-29 03:18:02.160 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a8fe16e2-68e1-4597-a47d-2027ee9b49be 2026-05-29 03:18:02.505 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port c84f891d-5d15-4dab-a033-1411e880c718 2026-05-29 03:18:02.973 12 INFO neutron.plugins.ml2.plugin [None req-45a0f686-6245-4559-b62c-c4b86b115829 - - - - - -] Attempt 1 to provision port a8fe16e2-68e1-4597-a47d-2027ee9b49be 2026-05-29 03:18:04.169 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a8fe16e2-68e1-4597-a47d-2027ee9b49be 2026-05-29 03:18:04.446 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port c84f891d-5d15-4dab-a033-1411e880c718 2026-05-29 03:18:07.482 12 INFO neutron.plugins.ml2.plugin [None req-ce52eb0f-f282-47f0-8e57-4d1dd001c279 - - - - - -] Attempt 1 to provision port a8fe16e2-68e1-4597-a47d-2027ee9b49be 2026-05-29 03:18:07.576 12 INFO neutron.plugins.ml2.plugin [None req-ce52eb0f-f282-47f0-8e57-4d1dd001c279 - - - - - -] Attempt 1 to provision port 9347f8ae-2299-4314-bae7-4619804e753d 2026-05-29 03:18:07.609 12 INFO neutron.plugins.ml2.plugin [None req-ce52eb0f-f282-47f0-8e57-4d1dd001c279 - - - - - -] Attempt 1 to provision port e74cf3e5-b715-45f4-84b6-1c42c0c036d5 2026-05-29 03:18:10.742 12 INFO neutron.plugins.ml2.plugin [None req-58577062-9017-4b5a-9ad7-77e72e2b1c78 - - - - - -] Attempt 1 to provision port e74cf3e5-b715-45f4-84b6-1c42c0c036d5 2026-05-29 03:18:13.474 12 INFO neutron.plugins.ml2.plugin [None req-303d0c43-6095-4f7a-bec2-76295e0c75fd - - - - - -] Attempt 1 to provision port e74cf3e5-b715-45f4-84b6-1c42c0c036d5 2026-05-29 03:18:20.227 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port e74cf3e5-b715-45f4-84b6-1c42c0c036d5 2026-05-29 03:18:20.458 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 9347f8ae-2299-4314-bae7-4619804e753d 2026-05-29 03:18:22.751 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 58c8f129-4cf5-4d1d-a66f-e352aaf92e7a 2026-05-29 03:18:22.877 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-9736682c-2b89-4eff-bd34-77d599a42eda'] response: {'server_uuid': 'f3276d75-05de-41bf-8639-1500fa615739', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58c8f129-4cf5-4d1d-a66f-e352aaf92e7a', 'code': 200} 2026-05-29 03:18:23.080 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port e74cf3e5-b715-45f4-84b6-1c42c0c036d5 2026-05-29 03:18:23.268 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 9347f8ae-2299-4314-bae7-4619804e753d 2026-05-29 03:18:24.394 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 58c8f129-4cf5-4d1d-a66f-e352aaf92e7a 2026-05-29 03:18:28.392 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-50f3892f-4122-4dd7-a8ff-b53ef46c086a'] response: {'server_uuid': 'f3276d75-05de-41bf-8639-1500fa615739', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '58c8f129-4cf5-4d1d-a66f-e352aaf92e7a', 'code': 200} 2026-05-29 03:18:38.433 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port aa65a627-6d38-4389-a684-429da12ddd87 2026-05-29 03:18:39.016 11 INFO neutron.plugins.ml2.plugin [None req-b8533350-b914-421e-8bbf-7ed648fbae51 - - - - - -] Attempt 1 to provision port aa65a627-6d38-4389-a684-429da12ddd87 2026-05-29 03:18:40.208 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 038231ba-61ef-413d-9c22-934e003772bf 2026-05-29 03:18:40.518 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port aa65a627-6d38-4389-a684-429da12ddd87 2026-05-29 03:18:42.142 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 038231ba-61ef-413d-9c22-934e003772bf 2026-05-29 03:18:42.493 12 INFO neutron.plugins.ml2.plugin [None req-a47ffa9d-dc86-4b03-a65d-86600425aa60 - - - - - -] Attempt 1 to provision port aa65a627-6d38-4389-a684-429da12ddd87 2026-05-29 03:18:42.560 12 INFO neutron.plugins.ml2.plugin [None req-a47ffa9d-dc86-4b03-a65d-86600425aa60 - - - - - -] Attempt 1 to provision port de27b055-ac2d-4df4-a14b-382da8e34b5c 2026-05-29 03:18:42.586 12 INFO neutron.plugins.ml2.plugin [None req-a47ffa9d-dc86-4b03-a65d-86600425aa60 - - - - - -] Attempt 1 to provision port 6510a55b-339f-4127-bb6b-82a887c6a362 2026-05-29 03:18:46.438 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 5bcb285a-61e8-4b6b-b5f8-5302963207f0 2026-05-29 03:18:46.820 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port c4838bf3-cb9e-4568-94f4-d32554702c91 2026-05-29 03:18:47.956 11 INFO neutron.plugins.ml2.plugin [None req-7d859ed5-21a0-4e81-898e-2b60088987e4 - - - - - -] Attempt 1 to provision port c4838bf3-cb9e-4568-94f4-d32554702c91 2026-05-29 03:18:48.001 11 INFO neutron.plugins.ml2.plugin [None req-7d859ed5-21a0-4e81-898e-2b60088987e4 - - - - - -] Attempt 1 to provision port 3a82572c-67a3-45cf-ad32-c9a07bc5d762 2026-05-29 03:18:48.027 11 INFO neutron.plugins.ml2.plugin [None req-7d859ed5-21a0-4e81-898e-2b60088987e4 - - - - - -] Attempt 1 to provision port 6510a55b-339f-4127-bb6b-82a887c6a362 2026-05-29 03:18:48.181 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 5bcb285a-61e8-4b6b-b5f8-5302963207f0 2026-05-29 03:18:48.426 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port c4838bf3-cb9e-4568-94f4-d32554702c91 2026-05-29 03:18:52.141 11 INFO neutron.plugins.ml2.plugin [None req-0713b2e2-1edc-4cde-8a6f-c37bb9a700fe - - - - - -] Attempt 1 to provision port c4838bf3-cb9e-4568-94f4-d32554702c91 2026-05-29 03:18:52.215 11 INFO neutron.plugins.ml2.plugin [None req-0713b2e2-1edc-4cde-8a6f-c37bb9a700fe - - - - - -] Attempt 1 to provision port 3a82572c-67a3-45cf-ad32-c9a07bc5d762 2026-05-29 03:18:52.245 11 INFO neutron.plugins.ml2.plugin [None req-0713b2e2-1edc-4cde-8a6f-c37bb9a700fe - - - - - -] Attempt 1 to provision port 6510a55b-339f-4127-bb6b-82a887c6a362 2026-05-29 03:18:52.273 11 INFO neutron.plugins.ml2.plugin [None req-0713b2e2-1edc-4cde-8a6f-c37bb9a700fe - - - - - -] Attempt 1 to provision port 7dbcef5b-8970-4eba-bdec-c36656c4b9f9 2026-05-29 03:18:53.405 11 INFO neutron.plugins.ml2.plugin [None req-c07accd5-67ed-409d-af57-c244617af03d - - - - - -] Attempt 1 to provision port 3a82572c-67a3-45cf-ad32-c9a07bc5d762 2026-05-29 03:18:55.852 11 INFO neutron.plugins.ml2.plugin [None req-88a40913-6502-44c3-a1a7-1bf469440af6 - - - - - -] Attempt 1 to provision port 3a82572c-67a3-45cf-ad32-c9a07bc5d762 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server [None req-8e684576-834e-41d4-8d2d-c26682e6a3d2 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port e67a3562-7962-405c-bc0c-66acc1352938 could not be found. 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port e67a3562-7962-405c-bc0c-66acc1352938 could not be found. 2026-05-29 03:18:58.252 12 ERROR oslo_messaging.rpc.server 2026-05-29 03:18:59.256 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 23edd7ea-2aa1-4da9-9651-ffb040fbb1ab 2026-05-29 03:18:59.372 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-e2553ecd-de5b-41bd-8587-7371a0c63a60'] response: {'server_uuid': '0d961530-fb5d-4f35-b64f-76dca8202f1f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '23edd7ea-2aa1-4da9-9651-ffb040fbb1ab', 'code': 200} 2026-05-29 03:19:00.482 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 23edd7ea-2aa1-4da9-9651-ffb040fbb1ab 2026-05-29 03:19:00.675 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port de27b055-ac2d-4df4-a14b-382da8e34b5c 2026-05-29 03:19:00.883 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 6510a55b-339f-4127-bb6b-82a887c6a362 2026-05-29 03:19:02.275 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port de27b055-ac2d-4df4-a14b-382da8e34b5c 2026-05-29 03:19:02.425 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3a82572c-67a3-45cf-ad32-c9a07bc5d762 2026-05-29 03:19:02.727 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 7dbcef5b-8970-4eba-bdec-c36656c4b9f9 2026-05-29 03:19:02.993 12 INFO neutron.plugins.ml2.plugin [None req-5a12b6fd-ad3f-4643-88f6-4ea5e68b2e17 - - - - - -] Attempt 1 to provision port 6510a55b-339f-4127-bb6b-82a887c6a362 2026-05-29 03:19:04.211 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3a82572c-67a3-45cf-ad32-c9a07bc5d762 2026-05-29 03:19:04.423 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 7dbcef5b-8970-4eba-bdec-c36656c4b9f9 2026-05-29 03:19:07.600 11 INFO neutron.plugins.ml2.plugin [None req-e3c825b5-abca-4374-913a-0bccf2a9f2b5 - - - - - -] Attempt 1 to provision port 3b005378-5064-4332-b2e9-32d7de74b81f 2026-05-29 03:19:08.240 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3b005378-5064-4332-b2e9-32d7de74b81f 2026-05-29 03:19:10.275 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 3e153a0f-b646-4ad1-808c-1dcf7dc5d2dc 2026-05-29 03:19:16.342 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 5ef368e1-8f51-4dfd-99c3-087b364878e1 2026-05-29 03:19:18.650 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-25f125a5-906d-4916-a7b3-e23c76f051e2'] response: {'server_uuid': '0d961530-fb5d-4f35-b64f-76dca8202f1f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '23edd7ea-2aa1-4da9-9651-ffb040fbb1ab', 'code': 200} 2026-05-29 03:19:44.235 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 2fa38983-d96a-4813-934e-f946d755650b 2026-05-29 03:19:46.270 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 2fa38983-d96a-4813-934e-f946d755650b 2026-05-29 03:19:46.498 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 05cde450-b2f0-4feb-917c-58e2c4496951 2026-05-29 03:19:46.888 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 11ad6ce8-392b-41cf-b3c2-449f985e9611 2026-05-29 03:19:48.295 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 05cde450-b2f0-4feb-917c-58e2c4496951 2026-05-29 03:19:48.500 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 11ad6ce8-392b-41cf-b3c2-449f985e9611 2026-05-29 03:19:48.758 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 7fb0e5dd-d444-419f-a798-00617ba13ee7 2026-05-29 03:19:50.313 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eb46f724-dcea-4a8f-a6cc-8ce84fd31d28 2026-05-29 03:19:50.662 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 7fb0e5dd-d444-419f-a798-00617ba13ee7 2026-05-29 03:19:51.758 12 INFO neutron.plugins.ml2.plugin [None req-123dc851-834b-4bda-8cf0-6ac8b1fac96b - - - - - -] Attempt 1 to provision port 2fa38983-d96a-4813-934e-f946d755650b 2026-05-29 03:19:51.834 12 INFO neutron.plugins.ml2.plugin [None req-123dc851-834b-4bda-8cf0-6ac8b1fac96b - - - - - -] Attempt 1 to provision port 52a5fb96-dc73-4f51-815f-dd93839f7f56 2026-05-29 03:19:51.865 12 INFO neutron.plugins.ml2.plugin [None req-123dc851-834b-4bda-8cf0-6ac8b1fac96b - - - - - -] Attempt 1 to provision port 7fb0e5dd-d444-419f-a798-00617ba13ee7 2026-05-29 03:19:51.929 12 INFO neutron.plugins.ml2.plugin [None req-123dc851-834b-4bda-8cf0-6ac8b1fac96b - - - - - -] Attempt 1 to provision port eb46f724-dcea-4a8f-a6cc-8ce84fd31d28 2026-05-29 03:19:51.997 12 INFO neutron.plugins.ml2.plugin [None req-123dc851-834b-4bda-8cf0-6ac8b1fac96b - - - - - -] Attempt 1 to provision port 84bd52d3-8984-47ab-a2dd-5fc5834d8575 2026-05-29 03:19:52.284 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eb46f724-dcea-4a8f-a6cc-8ce84fd31d28 2026-05-29 03:19:56.220 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ea8e561e-3147-483a-bb6e-bdcfc1f9ebec 2026-05-29 03:19:59.310 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port ea8e561e-3147-483a-bb6e-bdcfc1f9ebec 2026-05-29 03:19:59.477 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port e02e024c-4114-4e51-83d2-20c6b6bfc8ea 2026-05-29 03:19:59.572 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-0f035774-a704-4f0d-a805-e63966199104'] response: {'server_uuid': '478cae53-05d7-45ba-a8f6-a8aa3bbe54f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e02e024c-4114-4e51-83d2-20c6b6bfc8ea', 'code': 200} 2026-05-29 03:20:00.422 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port e02e024c-4114-4e51-83d2-20c6b6bfc8ea 2026-05-29 03:20:00.739 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port 2fa38983-d96a-4813-934e-f946d755650b 2026-05-29 03:20:00.783 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port 642f68b5-a57a-4747-93cc-ace765128825 2026-05-29 03:20:00.810 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port 52a5fb96-dc73-4f51-815f-dd93839f7f56 2026-05-29 03:20:00.846 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port e02e024c-4114-4e51-83d2-20c6b6bfc8ea 2026-05-29 03:20:00.898 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port eb46f724-dcea-4a8f-a6cc-8ce84fd31d28 2026-05-29 03:20:00.947 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port d709a1e4-fd90-4104-9549-d88be52efc23 2026-05-29 03:20:00.971 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:01.010 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port ea8e561e-3147-483a-bb6e-bdcfc1f9ebec 2026-05-29 03:20:01.066 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port 7fb0e5dd-d444-419f-a798-00617ba13ee7 2026-05-29 03:20:01.118 11 INFO neutron.plugins.ml2.plugin [None req-466d8648-6d65-4430-a07f-d31fb81f5d24 - - - - - -] Attempt 1 to provision port 84bd52d3-8984-47ab-a2dd-5fc5834d8575 2026-05-29 03:20:02.958 12 INFO neutron.plugins.ml2.plugin [None req-1e2a200c-4588-4cd5-bb32-15c9d56b81bf - - - - - -] Attempt 1 to provision port d9761850-e0d8-4a31-9cdd-19491e4a71ec 2026-05-29 03:20:03.105 12 INFO neutron.notifiers.nova [None req-1e2a200c-4588-4cd5-bb32-15c9d56b81bf - - - - - -] Nova event matching ['req-d1781ec8-1d13-4220-8df5-bc893084de9d'] response: {'server_uuid': 'fb635257-55a0-4099-917d-b6605a4551f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9761850-e0d8-4a31-9cdd-19491e4a71ec', 'code': 200} 2026-05-29 03:20:04.456 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d709a1e4-fd90-4104-9549-d88be52efc23 2026-05-29 03:20:04.647 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 84bd52d3-8984-47ab-a2dd-5fc5834d8575 2026-05-29 03:20:04.958 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d9761850-e0d8-4a31-9cdd-19491e4a71ec 2026-05-29 03:20:06.424 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port d709a1e4-fd90-4104-9549-d88be52efc23 2026-05-29 03:20:06.544 11 INFO neutron.plugins.ml2.plugin [None req-ad3e063a-d12c-44c3-8c4f-d2761b952bae - - - - - -] Attempt 1 to provision port 2fa38983-d96a-4813-934e-f946d755650b 2026-05-29 03:20:06.611 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 84bd52d3-8984-47ab-a2dd-5fc5834d8575 2026-05-29 03:20:06.633 11 INFO neutron.plugins.ml2.plugin [None req-40962377-991d-4744-88c6-1f3284c2074b - - - - - -] Attempt 1 to provision port 642f68b5-a57a-4747-93cc-ace765128825 2026-05-29 03:20:06.668 11 INFO neutron.plugins.ml2.plugin [None req-40962377-991d-4744-88c6-1f3284c2074b - - - - - -] Attempt 1 to provision port 52a5fb96-dc73-4f51-815f-dd93839f7f56 2026-05-29 03:20:06.833 11 INFO neutron.plugins.ml2.plugin [None req-a46fbdbc-f03f-4d3e-97e3-42214a187369 - - - - - -] Attempt 1 to provision port eb46f724-dcea-4a8f-a6cc-8ce84fd31d28 2026-05-29 03:20:06.893 11 INFO neutron.plugins.ml2.plugin [None req-a46fbdbc-f03f-4d3e-97e3-42214a187369 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:06.917 11 INFO neutron.plugins.ml2.plugin [None req-a46fbdbc-f03f-4d3e-97e3-42214a187369 - - - - - -] Attempt 1 to provision port ea8e561e-3147-483a-bb6e-bdcfc1f9ebec 2026-05-29 03:20:06.972 11 INFO neutron.plugins.ml2.plugin [None req-a46fbdbc-f03f-4d3e-97e3-42214a187369 - - - - - -] Attempt 1 to provision port 84bd52d3-8984-47ab-a2dd-5fc5834d8575 2026-05-29 03:20:07.033 11 INFO neutron.plugins.ml2.plugin [None req-40962377-991d-4744-88c6-1f3284c2074b - - - - - -] Attempt 1 to provision port d9761850-e0d8-4a31-9cdd-19491e4a71ec 2026-05-29 03:20:08.450 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 642f68b5-a57a-4747-93cc-ace765128825 2026-05-29 03:20:08.861 12 INFO neutron.plugins.ml2.plugin [None req-02024431-7185-48ba-89e6-a25d50346137 - - - - - -] Attempt 1 to provision port 52a5fb96-dc73-4f51-815f-dd93839f7f56 2026-05-29 03:20:09.155 12 INFO neutron.plugins.ml2.plugin [None req-4a4cad55-2bc3-416c-a513-54229493a8b9 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:09.539 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port dfcdfbe8-8bfa-418d-87c3-f03b0d084f2a 2026-05-29 03:20:10.484 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 642f68b5-a57a-4747-93cc-ace765128825 2026-05-29 03:20:10.675 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:10.848 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port dfcdfbe8-8bfa-418d-87c3-f03b0d084f2a 2026-05-29 03:20:13.391 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port 642f68b5-a57a-4747-93cc-ace765128825 2026-05-29 03:20:13.460 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port 816a11f8-a649-4277-bc1d-d72f6dae9bc5 2026-05-29 03:20:13.488 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port 52a5fb96-dc73-4f51-815f-dd93839f7f56 2026-05-29 03:20:13.544 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:13.585 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port 3dffb3f9-fb1f-4bd7-bf22-cf84b5acda99 2026-05-29 03:20:13.630 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port ea8e561e-3147-483a-bb6e-bdcfc1f9ebec 2026-05-29 03:20:13.685 12 INFO neutron.plugins.ml2.plugin [None req-7d751125-54db-410f-813c-a9ee56561b43 - - - - - -] Attempt 1 to provision port dfcdfbe8-8bfa-418d-87c3-f03b0d084f2a 2026-05-29 03:20:18.433 12 INFO neutron.plugins.ml2.plugin [None req-a7ec7081-7bef-4d75-aa9c-599223eeff48 - - - - - -] Attempt 1 to provision port bc30166d-fe65-4b50-86d0-dd85d3faba1a 2026-05-29 03:20:18.614 12 INFO neutron.plugins.ml2.plugin [None req-4f4bbe79-015d-473a-82ff-b46dba4b0338 - - - - - -] Attempt 1 to provision port 642f68b5-a57a-4747-93cc-ace765128825 2026-05-29 03:20:18.683 12 INFO neutron.notifiers.nova [None req-4f4bbe79-015d-473a-82ff-b46dba4b0338 - - - - - -] Nova event matching ['req-4a806452-ff97-400d-9d4e-b5615fb2e901'] response: {'server_uuid': '1d1df1e0-e8cf-4c62-88aa-7facb869f081', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bc30166d-fe65-4b50-86d0-dd85d3faba1a', 'code': 200} 2026-05-29 03:20:18.719 12 INFO neutron.plugins.ml2.plugin [None req-4f4bbe79-015d-473a-82ff-b46dba4b0338 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:18.811 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 52a5fb96-dc73-4f51-815f-dd93839f7f56 2026-05-29 03:20:20.536 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port bc30166d-fe65-4b50-86d0-dd85d3faba1a 2026-05-29 03:20:20.760 12 INFO neutron.plugins.ml2.plugin [None req-1c46b0fd-daa8-401f-ac3c-8ecc541ee5b1 - - - - - -] Attempt 1 to provision port a3fd8625-6905-48f0-849d-cf2969540bd5 2026-05-29 03:20:22.358 12 INFO neutron.plugins.ml2.plugin [None req-92f12817-7a3a-43d7-9a06-ce987fa3f704 - - - - - -] Attempt 1 to provision port 9434049f-2373-439e-b137-cc8172265b0c 2026-05-29 03:20:22.423 12 INFO neutron.plugins.ml2.plugin [None req-92f12817-7a3a-43d7-9a06-ce987fa3f704 - - - - - -] Attempt 1 to provision port d9761850-e0d8-4a31-9cdd-19491e4a71ec 2026-05-29 03:20:22.429 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a3fd8625-6905-48f0-849d-cf2969540bd5 2026-05-29 03:20:24.491 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a8f6594c-d0db-4f1f-9f38-5de27e976d7f 2026-05-29 03:20:26.516 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port a8f6594c-d0db-4f1f-9f38-5de27e976d7f 2026-05-29 03:20:26.983 12 INFO neutron.plugins.ml2.plugin [None req-8c9e26fa-b123-4f69-88bc-040a7be50ece - - - - - -] Attempt 1 to provision port a8f6594c-d0db-4f1f-9f38-5de27e976d7f 2026-05-29 03:20:27.035 12 INFO neutron.plugins.ml2.plugin [None req-24f78432-824e-4b99-b33b-f007201adbf0 - - - - - -] Attempt 1 to provision port 821300d1-d94e-4138-8ee8-100cf28e3ed8 2026-05-29 03:20:29.529 11 INFO neutron.plugins.ml2.plugin [None req-1fef0658-08cd-4512-8aa0-454b02b9de88 - - - - - -] Attempt 1 to provision port bc30166d-fe65-4b50-86d0-dd85d3faba1a 2026-05-29 03:20:29.582 11 INFO neutron.plugins.ml2.plugin [None req-1fef0658-08cd-4512-8aa0-454b02b9de88 - - - - - -] Attempt 1 to provision port a8f6594c-d0db-4f1f-9f38-5de27e976d7f 2026-05-29 03:20:29.647 11 INFO neutron.plugins.ml2.plugin [None req-1fef0658-08cd-4512-8aa0-454b02b9de88 - - - - - -] Attempt 1 to provision port 821300d1-d94e-4138-8ee8-100cf28e3ed8 2026-05-29 03:20:31.525 12 INFO neutron.plugins.ml2.plugin [None req-668abd38-273e-4ec4-9cfc-55510761eb36 - - - - - -] Attempt 1 to provision port b5aaf472-45a4-41dc-86a9-374a69a6252f 2026-05-29 03:20:31.552 12 INFO neutron.plugins.ml2.plugin [None req-668abd38-273e-4ec4-9cfc-55510761eb36 - - - - - -] Attempt 1 to provision port 821300d1-d94e-4138-8ee8-100cf28e3ed8 2026-05-29 03:20:32.805 11 INFO neutron.plugins.ml2.plugin [None req-32cfe2f1-dc0d-49f1-a985-b4f152df292f - - - - - -] Attempt 1 to provision port 821300d1-d94e-4138-8ee8-100cf28e3ed8 2026-05-29 03:20:32.981 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eb87de29-ca9d-40bc-a4d1-7caa74f002b6 2026-05-29 03:20:33.086 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-2bb893c1-26e6-475d-86c6-6ec1910deb6e'] response: {'server_uuid': 'b869747f-56c8-460c-ae0c-fad063f2f29b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb87de29-ca9d-40bc-a4d1-7caa74f002b6', 'code': 200} 2026-05-29 03:20:34.104 12 INFO neutron.plugins.ml2.plugin [None req-e22defae-43ed-4759-8d58-3c89ebbb9de5 - - - - - -] Attempt 1 to provision port eb87de29-ca9d-40bc-a4d1-7caa74f002b6 2026-05-29 03:20:34.454 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port eb87de29-ca9d-40bc-a4d1-7caa74f002b6 2026-05-29 03:20:38.430 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 821300d1-d94e-4138-8ee8-100cf28e3ed8 2026-05-29 03:20:38.723 11 INFO neutron.plugins.ml2.plugin [None req-2499f23b-5d93-4116-887a-f0f72f55afde - - - - - -] Attempt 1 to provision port b5aaf472-45a4-41dc-86a9-374a69a6252f 2026-05-29 03:20:40.447 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 821300d1-d94e-4138-8ee8-100cf28e3ed8 2026-05-29 03:20:40.653 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port b5aaf472-45a4-41dc-86a9-374a69a6252f 2026-05-29 03:20:54.197 12 INFO neutron.plugins.ml2.plugin [None req-fbf89d4b-63e3-4685-9a09-5d7c71003641 - - - - - -] Attempt 1 to provision port a00a37b1-b666-4042-a252-cf24f77f8084 2026-05-29 03:21:10.999 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 0733f5fa-6a94-4777-92ac-80bf0623d6e8 2026-05-29 03:21:11.108 12 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-5c38f72a-c108-45c6-8fcd-6f0ac020f510'] response: {'server_uuid': '8a886913-cfbd-48d3-8796-ab40ac836ebe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0733f5fa-6a94-4777-92ac-80bf0623d6e8', 'code': 200} 2026-05-29 03:21:12.462 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 0733f5fa-6a94-4777-92ac-80bf0623d6e8 2026-05-29 03:21:14.989 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port e0d825c6-f122-4ed7-b0c6-64f73ece8ee6 2026-05-29 03:21:15.096 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-d2908deb-7e12-4ff8-a0ab-b9ff7672e925'] response: {'server_uuid': '9af000d2-ed0b-43ef-8bd8-302cf8ff9104', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0d825c6-f122-4ed7-b0c6-64f73ece8ee6', 'code': 200} 2026-05-29 03:21:16.524 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port e0d825c6-f122-4ed7-b0c6-64f73ece8ee6 2026-05-29 03:21:36.695 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-76e95dea-a572-4cf6-a9bb-0fc39010ad55'] response: {'server_uuid': '8a886913-cfbd-48d3-8796-ab40ac836ebe', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0733f5fa-6a94-4777-92ac-80bf0623d6e8', 'code': 200} 2026-05-29 03:21:57.057 12 INFO neutron.plugins.ml2.plugin [None req-d69b4aa3-f578-4018-8b06-3a1f6f54ac7b - - - - - -] Attempt 1 to provision port 81cadc6d-504b-4727-881f-cbda1d8071d8 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server [None req-7432444e-d2e2-442d-bcf6-09f1f2df45a8 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet eb8f34d5-c1c9-4b9b-a933-5b3fa5f41165: This subnet is being modified by another concurrent operation. 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1574, in create_port_db 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server raise exception 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet eb8f34d5-c1c9-4b9b-a933-5b3fa5f41165: This subnet is being modified by another concurrent operation. 2026-05-29 03:21:59.117 12 ERROR oslo_messaging.rpc.server 2026-05-29 03:22:02.511 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 81cadc6d-504b-4727-881f-cbda1d8071d8 2026-05-29 03:22:02.608 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-06c3e7c8-8805-45db-b381-d08575097854'] response: {'server_uuid': '9af000d2-ed0b-43ef-8bd8-302cf8ff9104', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81cadc6d-504b-4727-881f-cbda1d8071d8', 'code': 200} 2026-05-29 03:22:04.479 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 81cadc6d-504b-4727-881f-cbda1d8071d8 2026-05-29 03:22:07.014 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 81cadc6d-504b-4727-881f-cbda1d8071d8 2026-05-29 03:22:16.049 11 INFO neutron.plugins.ml2.plugin [None req-9b6d2a07-c66b-4c43-b007-b5577a84cc0f - - - - - -] Attempt 1 to provision port 908541da-1d59-48e5-878b-355f8ebe01c4 2026-05-29 03:22:16.499 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 908541da-1d59-48e5-878b-355f8ebe01c4 2026-05-29 03:22:30.081 11 INFO neutron.plugins.ml2.plugin [None req-8221d75a-3c37-45a4-8cf1-2ec0e7eb4109 - - - - - -] Attempt 1 to provision port 4dce5e80-b263-4d44-b3b2-695cc67b58ce 2026-05-29 03:22:38.100 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 4dce5e80-b263-4d44-b3b2-695cc67b58ce 2026-05-29 03:22:38.255 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-b8931bff-8b89-4509-ad18-6565a9091682'] response: {'server_uuid': '9af000d2-ed0b-43ef-8bd8-302cf8ff9104', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4dce5e80-b263-4d44-b3b2-695cc67b58ce', 'code': 200} 2026-05-29 03:22:38.673 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 4dce5e80-b263-4d44-b3b2-695cc67b58ce 2026-05-29 03:22:51.227 12 INFO neutron.plugins.ml2.plugin [None req-4aae3215-f282-4a4f-877c-5c431e254e82 - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:22:56.726 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:22:56.823 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-fa14b180-41f8-48e9-ad76-675430234a0d'] response: {'server_uuid': '9af000d2-ed0b-43ef-8bd8-302cf8ff9104', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49229b2d-0826-4412-ac40-5730e6cb4c38', 'code': 200} 2026-05-29 03:22:58.694 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:23:01.043 11 INFO neutron.plugins.ml2.plugin [None req-9cbab00c-b398-4691-82df-6643e3316609 - - - - - -] Attempt 1 to provision port 4dce5e80-b263-4d44-b3b2-695cc67b58ce 2026-05-29 03:23:14.789 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:23:15.090 12 INFO neutron.plugins.ml2.plugin [None req-1f3ec3a3-aaf2-4acc-9e26-078c1c885215 - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:23:16.429 12 INFO neutron.plugins.ml2.plugin [None req-5ce25eb5-4775-471b-9d54-022591a9f1ac - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:23:16.750 11 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 49229b2d-0826-4412-ac40-5730e6cb4c38 2026-05-29 03:23:25.793 11 INFO neutron.plugins.ml2.plugin [None req-03f6cead-529d-4f2c-a669-512b3addb350 - - - - - -] Attempt 1 to provision port 4dce5e80-b263-4d44-b3b2-695cc67b58ce 2026-05-29 03:23:26.751 12 INFO neutron.plugins.ml2.plugin [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Attempt 1 to provision port 4dce5e80-b263-4d44-b3b2-695cc67b58ce 2026-05-29 03:24:08.919 11 INFO neutron.notifiers.nova [None req-6cf6bbec-f73f-4dbe-b2e9-d31605f6b5c1 - - - - - -] Nova event matching ['req-13abfd75-6c1b-45df-9e13-ced80b03d6b6'] response: {'server_uuid': 'fb635257-55a0-4099-917d-b6605a4551f5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd9761850-e0d8-4a31-9cdd-19491e4a71ec', 'code': 200}