+ 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-26 06:24:56.210 1 INFO neutron.common.config [-] Logging enabled! 2026-05-26 06:24:56.210 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev10 2026-05-26 06:24:56.211 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-26 06:24:56.211 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 06:24:57.178 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:24:57.180 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 06:24:57.183 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 06:24:57.184 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:24:57.185 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 06:24:57.185 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 06:24:57.185 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:57.192 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:57.192 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:57.192 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:24:57.211 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 06:24:57.213 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:24:57.213 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 06:24:57.250 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 06:24:57.250 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 06:24:57.250 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 06:24:57.250 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 06:24:57.548 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 06:24:57.697 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 06:24:57.697 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 06:24:57.698 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 06:24:57.746 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 06:24:57.746 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 06:24:57.747 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 06:24:57.747 1 INFO neutron.plugins.ml2.extensions.port_security [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 06:24:57.747 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing extension driver 'qos' 2026-05-26 06:24:57.748 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 06:24:57.748 1 INFO neutron.plugins.ml2.managers [None req-d2047ce2-73ec-4a43-913e-23af8e846a29 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 06:24:57.763 1 INFO neutron.quota [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded quota_driver: . 2026-05-26 06:24:57.764 1 INFO neutron.plugins.ml2.plugin [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 06:24:57.764 1 INFO neutron.plugins.ml2.managers [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 06:24:57.764 1 INFO neutron.plugins.ml2.managers [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 06:24:57.765 1 INFO neutron.plugins.ml2.managers [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 06:24:57.765 1 INFO neutron.extensions.vlantransparent [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Disabled vlantransparent extension. 2026-05-26 06:24:57.765 1 INFO neutron.extensions.qinq [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 06:24:57.765 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: qos 2026-05-26 06:24:57.779 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: router 2026-05-26 06:24:57.823 1 INFO neutron.services.service_base [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 06:24:57.823 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: segments 2026-05-26 06:24:57.896 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: trunk 2026-05-26 06:24:57.909 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: vpnaas 2026-05-26 06:24:57.942 1 WARNING stevedore.named [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 06:24:57.942 1 WARNING stevedore.named [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:58.140 1 INFO neutron_vpnaas.services.vpn.plugin [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 06:24:58.140 1 INFO neutron.common.utils [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 06:24:58.140 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: taas 2026-05-26 06:24:58.157 1 WARNING stevedore.named [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:58.183 1 INFO neutron_taas.services.taas.taas_plugin [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 06:24:58.184 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: tapmirror 2026-05-26 06:24:58.195 1 WARNING stevedore.named [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:58.208 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 06:24:58.208 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 06:24:58.214 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: tag 2026-05-26 06:24:58.221 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: timestamp 2026-05-26 06:24:58.224 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 06:24:58.227 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: flavors 2026-05-26 06:24:58.230 1 INFO neutron.manager [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loading Plugin: revisions 2026-05-26 06:24:58.232 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Initializing extension manager. 2026-05-26 06:24:58.233 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: address-group 2026-05-26 06:24:58.234 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: address-scope 2026-05-26 06:24:58.235 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 06:24:58.235 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: agent 2026-05-26 06:24:58.236 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 06:24:58.237 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 06:24:58.238 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 06:24:58.238 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: availability_zone 2026-05-26 06:24:58.239 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 06:24:58.239 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 06:24:58.240 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 06:24:58.241 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 06:24:58.241 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: dns-integration 2026-05-26 06:24:58.242 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 06:24:58.242 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 06:24:58.243 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: dvr 2026-05-26 06:24:58.243 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 06:24:58.243 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 06:24:58.244 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:24:58.244 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 06:24:58.245 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: external-net 2026-05-26 06:24:58.245 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 06:24:58.246 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: extraroute 2026-05-26 06:24:58.246 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 06:24:58.247 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 06:24:58.247 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 06:24:58.247 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 06:24:58.248 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 06:24:58.248 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: fip-port-details 2026-05-26 06:24:58.249 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: flavors 2026-05-26 06:24:58.250 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 06:24:58.250 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 06:24:58.251 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: ip_allocation 2026-05-26 06:24:58.251 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 06:24:58.252 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 06:24:58.253 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: router 2026-05-26 06:24:58.254 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:24:58.255 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 06:24:58.255 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 06:24:58.256 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 06:24:58.256 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: l3-ha 2026-05-26 06:24:58.256 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:24:58.257 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 06:24:58.257 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: l3-flavors 2026-05-26 06:24:58.258 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:24:58.258 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 06:24:58.260 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 06:24:58.261 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 06:24:58.262 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 06:24:58.263 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 06:24:58.264 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 06:24:58.264 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: multi-provider 2026-05-26 06:24:58.265 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: net-mtu 2026-05-26 06:24:58.265 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 06:24:58.265 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 06:24:58.266 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: network_ha 2026-05-26 06:24:58.266 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 06:24:58.267 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 06:24:58.268 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: pagination 2026-05-26 06:24:58.268 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-device-profile 2026-05-26 06:24:58.269 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 06:24:58.269 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 06:24:58.269 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 06:24:58.270 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-mac-override 2026-05-26 06:24:58.270 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 06:24:58.271 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 06:24:58.271 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 06:24:58.272 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-resource-request 2026-05-26 06:24:58.272 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 06:24:58.272 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 06:24:58.273 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: binding 2026-05-26 06:24:58.274 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: binding-extended 2026-05-26 06:24:58.274 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-security 2026-05-26 06:24:58.274 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: project-id 2026-05-26 06:24:58.275 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: provider 2026-05-26 06:24:58.275 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 06:24:58.277 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos 2026-05-26 06:24:58.278 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 06:24:58.278 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 06:24:58.279 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-default 2026-05-26 06:24:58.279 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-fip 2026-05-26 06:24:58.279 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 06:24:58.280 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 06:24:58.280 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 06:24:58.281 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 06:24:58.281 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 06:24:58.282 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-pps 2026-05-26 06:24:58.282 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 06:24:58.283 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 06:24:58.283 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 06:24:58.284 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 06:24:58.284 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 06:24:58.286 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: quotas 2026-05-26 06:24:58.289 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: quota_details 2026-05-26 06:24:58.290 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: rbac-policies 2026-05-26 06:24:58.290 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 06:24:58.291 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 06:24:58.291 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 06:24:58.292 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 06:24:58.292 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: revision-if-match 2026-05-26 06:24:58.293 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 06:24:58.293 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 06:24:58.294 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 06:24:58.295 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 06:24:58.295 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 06:24:58.296 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 06:24:58.296 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 06:24:58.297 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 06:24:58.297 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 06:24:58.301 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: security-group 2026-05-26 06:24:58.302 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: segment 2026-05-26 06:24:58.302 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 06:24:58.303 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: service-type 2026-05-26 06:24:58.303 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: sorting 2026-05-26 06:24:58.303 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 06:24:58.304 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 06:24:58.304 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 06:24:58.305 1 WARNING neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 06:24:58.305 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 06:24:58.306 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 06:24:58.306 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 06:24:58.307 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 06:24:58.307 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 06:24:58.308 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 06:24:58.308 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 06:24:58.309 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: tag-creation 2026-05-26 06:24:58.309 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 06:24:58.312 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 06:24:58.313 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 06:24:58.313 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: trunk 2026-05-26 06:24:58.314 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: trunk-details 2026-05-26 06:24:58.314 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 06:24:58.315 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 06:24:58.315 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 06:24:58.316 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 06:24:58.317 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 06:24:58.318 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 06:24:58.318 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 06:24:58.320 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: vpnaas 2026-05-26 06:24:58.321 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: taas 2026-05-26 06:24:58.321 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: tap-mirror 2026-05-26 06:24:58.322 1 INFO neutron.api.extensions [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 06:24:58.324 1 INFO oslo_service.backend.eventlet.service [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Starting 2 workers 2026-05-26 06:24:58.329 1 INFO oslo_service.backend.eventlet.service [None req-dbb3cfac-cccf-4964-8b84-ebc36a1378c6 - - - - - -] Starting 1 workers 2026-05-26 06:25:40.126 11 INFO neutron.db.l3_hamode_db [None req-1c087034-edf9-4dc2-a176-eda367a8249b - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:25:55.552 11 INFO neutron.plugins.ml2.plugin [None req-32b9597c-ca0a-4d76-8a9c-c31023c9effb - - - - - -] Attempt 1 to provision port 177090bf-9b32-4e24-8344-cdd9ce8aa915 2026-05-26 06:25:55.585 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 177090bf-9b32-4e24-8344-cdd9ce8aa915 2026-05-26 06:25:57.504 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 177090bf-9b32-4e24-8344-cdd9ce8aa915 2026-05-26 06:25:57.741 11 INFO neutron.plugins.ml2.plugin [None req-54209c9e-089e-48c5-8334-782373cdf23f - - - - - -] Attempt 1 to provision port 177090bf-9b32-4e24-8344-cdd9ce8aa915 2026-05-26 06:30:17.747 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port cbf11146-39d7-465d-b5b0-903aa96bf16c 2026-05-26 06:30:18.827 11 INFO neutron.plugins.ml2.plugin [None req-dcd544f6-4696-407c-a9de-ba8da239884c - - - - - -] Attempt 1 to provision port cbf11146-39d7-465d-b5b0-903aa96bf16c 2026-05-26 06:30:19.666 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port cbf11146-39d7-465d-b5b0-903aa96bf16c 2026-05-26 06:30:20.473 11 INFO neutron.plugins.ml2.plugin [None req-f225ef01-7810-47ee-8b2d-3fb685e07e0a - - - - - -] Attempt 1 to provision port cbf11146-39d7-465d-b5b0-903aa96bf16c 2026-05-26 06:30:31.410 11 INFO neutron.plugins.ml2.plugin [None req-df77cda0-f907-4bfe-a6da-ca164423b461 - - - - - -] Attempt 1 to provision port 3ac0dfbf-0c84-4261-aad0-c25b59d1dc4e 2026-05-26 06:33:56.356 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 3ac0dfbf-0c84-4261-aad0-c25b59d1dc4e 2026-05-26 06:33:57.813 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 3ac0dfbf-0c84-4261-aad0-c25b59d1dc4e 2026-05-26 06:42:06.143 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 6c799f5f-7dd2-4991-9db3-8820d7f00d7a 2026-05-26 06:42:08.098 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 6c799f5f-7dd2-4991-9db3-8820d7f00d7a 2026-05-26 06:57:48.715 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 6c850b00-63d8-41d4-9b00-9fdf46695908 2026-05-26 06:57:50.444 12 INFO neutron.plugins.ml2.plugin [None req-1a5c3718-3b41-4886-8d4d-b530a68d6f2e - - - - - -] Attempt 1 to provision port 6c850b00-63d8-41d4-9b00-9fdf46695908 2026-05-26 06:57:50.533 12 INFO neutron.plugins.ml2.plugin [None req-1a5c3718-3b41-4886-8d4d-b530a68d6f2e - - - - - -] Attempt 1 to provision port 5c9cb6e8-711a-4dad-a0cc-71b308c27f75 2026-05-26 06:57:50.755 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5c9cb6e8-711a-4dad-a0cc-71b308c27f75 2026-05-26 06:57:50.998 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 6c850b00-63d8-41d4-9b00-9fdf46695908 2026-05-26 06:57:53.030 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port bd7faea0-8913-4f46-b84d-f0d272565d63 2026-05-26 06:57:53.372 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5c9cb6e8-711a-4dad-a0cc-71b308c27f75 2026-05-26 06:57:54.704 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port bd7faea0-8913-4f46-b84d-f0d272565d63 2026-05-26 06:57:57.992 11 INFO neutron.plugins.ml2.plugin [None req-463ab265-f278-4da0-beee-c0027fba6c49 - - - - - -] Attempt 1 to provision port 0237ac53-e3b2-4a7b-91ee-3c0d9d546e07 2026-05-26 06:57:58.015 11 INFO neutron.plugins.ml2.plugin [None req-463ab265-f278-4da0-beee-c0027fba6c49 - - - - - -] Attempt 1 to provision port 91f82007-004d-452b-bb98-9373e087b894 2026-05-26 06:57:58.054 11 INFO neutron.plugins.ml2.plugin [None req-463ab265-f278-4da0-beee-c0027fba6c49 - - - - - -] Attempt 1 to provision port 6c850b00-63d8-41d4-9b00-9fdf46695908 2026-05-26 06:57:58.116 11 INFO neutron.plugins.ml2.plugin [None req-463ab265-f278-4da0-beee-c0027fba6c49 - - - - - -] Attempt 1 to provision port bd7faea0-8913-4f46-b84d-f0d272565d63 2026-05-26 06:57:58.173 11 INFO neutron.plugins.ml2.plugin [None req-463ab265-f278-4da0-beee-c0027fba6c49 - - - - - -] Attempt 1 to provision port 8c84c742-ff11-42d7-9238-8903d493a178 2026-05-26 06:58:00.883 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port e0dfb6a8-d5f1-4044-85e4-4a352846cc4f 2026-05-26 06:58:01.368 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 594ec2b8-20bc-4dd5-b35e-2d0306c1cd24 2026-05-26 06:58:02.968 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port e0dfb6a8-d5f1-4044-85e4-4a352846cc4f 2026-05-26 06:58:03.205 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 594ec2b8-20bc-4dd5-b35e-2d0306c1cd24 2026-05-26 06:58:06.026 11 INFO neutron.plugins.ml2.plugin [None req-07872a1d-6f5e-4abd-9a6a-6c7d682a5086 - - - - - -] Attempt 1 to provision port 91f82007-004d-452b-bb98-9373e087b894 2026-05-26 06:58:06.115 11 INFO neutron.plugins.ml2.plugin [None req-07872a1d-6f5e-4abd-9a6a-6c7d682a5086 - - - - - -] Attempt 1 to provision port bd7faea0-8913-4f46-b84d-f0d272565d63 2026-05-26 06:58:06.162 11 INFO neutron.plugins.ml2.plugin [None req-07872a1d-6f5e-4abd-9a6a-6c7d682a5086 - - - - - -] Attempt 1 to provision port 8c84c742-ff11-42d7-9238-8903d493a178 2026-05-26 06:58:08.411 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 46be582d-26ea-43f3-8e9a-811fac9b7d7a 2026-05-26 06:58:08.884 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 115d25b3-e7ae-4d25-9f76-2457b0674e67 2026-05-26 06:58:09.263 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-c9ad4511-cd25-4a3d-a3aa-b76bb51cda65'] response: {'server_uuid': 'a5eeca5f-abb5-47c1-b838-7a7bc57d2d73', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '46be582d-26ea-43f3-8e9a-811fac9b7d7a', 'code': 200} 2026-05-26 06:58:09.333 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 008f2a5b-71e2-48e9-9d98-52ce7a8bc000 2026-05-26 06:58:10.088 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 84176f40-2a65-474f-8229-07d7b407cd8a 2026-05-26 06:58:10.507 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 115d25b3-e7ae-4d25-9f76-2457b0674e67 2026-05-26 06:58:10.776 12 INFO neutron.plugins.ml2.plugin [None req-af409b55-bf61-4b2d-8532-399629dd6d14 - - - - - -] Attempt 1 to provision port 46be582d-26ea-43f3-8e9a-811fac9b7d7a 2026-05-26 06:58:11.223 12 INFO neutron.plugins.ml2.plugin [None req-af409b55-bf61-4b2d-8532-399629dd6d14 - - - - - -] Attempt 1 to provision port 008f2a5b-71e2-48e9-9d98-52ce7a8bc000 2026-05-26 06:58:11.307 12 INFO neutron.notifiers.nova [None req-af409b55-bf61-4b2d-8532-399629dd6d14 - - - - - -] Nova event matching ['req-c3c97b4d-9c88-4c3c-bda5-769b502420cc'] response: {'server_uuid': 'f513dde3-0a54-4742-914a-caa0261e3327', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '115d25b3-e7ae-4d25-9f76-2457b0674e67', 'code': 200} 2026-05-26 06:58:12.138 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 84176f40-2a65-474f-8229-07d7b407cd8a 2026-05-26 06:58:13.538 11 INFO neutron.plugins.ml2.plugin [None req-66fecccc-0ec9-4c5f-b27a-de4b20f37b72 - - - - - -] Attempt 1 to provision port 91f82007-004d-452b-bb98-9373e087b894 2026-05-26 06:58:13.571 11 INFO neutron.plugins.ml2.plugin [None req-66fecccc-0ec9-4c5f-b27a-de4b20f37b72 - - - - - -] Attempt 1 to provision port 70237432-dbf5-48c3-b5d1-d42fc73ae5ad 2026-05-26 06:58:13.603 11 INFO neutron.plugins.ml2.plugin [None req-66fecccc-0ec9-4c5f-b27a-de4b20f37b72 - - - - - -] Attempt 1 to provision port 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:58:13.646 11 INFO neutron.plugins.ml2.plugin [None req-66fecccc-0ec9-4c5f-b27a-de4b20f37b72 - - - - - -] Attempt 1 to provision port 84176f40-2a65-474f-8229-07d7b407cd8a 2026-05-26 06:58:13.717 11 INFO neutron.plugins.ml2.plugin [None req-66fecccc-0ec9-4c5f-b27a-de4b20f37b72 - - - - - -] Attempt 1 to provision port 8c84c742-ff11-42d7-9238-8903d493a178 2026-05-26 06:58:14.249 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-5b0c9bc0-c54e-40a4-939c-37c85391d8a4'] response: {'server_uuid': 'a5eeca5f-abb5-47c1-b838-7a7bc57d2d73', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '46be582d-26ea-43f3-8e9a-811fac9b7d7a', 'code': 200} 2026-05-26 06:58:18.499 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:18.811 12 INFO neutron.plugins.ml2.plugin [None req-7d0e0831-35f7-4aa1-9c79-302003cd04f6 - - - - - -] Attempt 1 to provision port 91f82007-004d-452b-bb98-9373e087b894 2026-05-26 06:58:18.867 12 INFO neutron.plugins.ml2.plugin [None req-7d0e0831-35f7-4aa1-9c79-302003cd04f6 - - - - - -] Attempt 1 to provision port 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:58:18.899 12 INFO neutron.plugins.ml2.plugin [None req-7d0e0831-35f7-4aa1-9c79-302003cd04f6 - - - - - -] Attempt 1 to provision port b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:18.955 12 INFO neutron.plugins.ml2.plugin [None req-7d0e0831-35f7-4aa1-9c79-302003cd04f6 - - - - - -] Attempt 1 to provision port 84176f40-2a65-474f-8229-07d7b407cd8a 2026-05-26 06:58:19.212 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-222a7880-6594-4d82-b992-502a1b5a6f56'] response: {'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'code': 200} 2026-05-26 06:58:20.014 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:22.699 11 INFO neutron.plugins.ml2.plugin [None req-4b4bd391-f412-44d6-bfbb-a855d7d11382 - - - - - -] Attempt 1 to provision port a5e65c2c-ed9a-407c-a6fe-24b461ec79a2 2026-05-26 06:58:22.817 11 INFO neutron.plugins.ml2.plugin [None req-4b4bd391-f412-44d6-bfbb-a855d7d11382 - - - - - -] Attempt 1 to provision port b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:26.000 12 INFO neutron.plugins.ml2.plugin [None req-a41aac37-1fb5-407f-be84-ed632782512e - - - - - -] Attempt 1 to provision port 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:58:29.006 12 INFO neutron.plugins.ml2.plugin [None req-96d6db44-bdef-4634-a5e0-52378caa392b - - - - - -] Attempt 1 to provision port 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:58:31.961 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a0a6f785-bc43-4c7f-86ba-4b787540913a 2026-05-26 06:58:33.208 12 INFO neutron.plugins.ml2.plugin [None req-d2974cd2-ee63-45bc-870a-1164fc725745 - - - - - -] Attempt 1 to provision port a0a6f785-bc43-4c7f-86ba-4b787540913a 2026-05-26 06:58:34.010 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a0a6f785-bc43-4c7f-86ba-4b787540913a 2026-05-26 06:58:34.273 11 INFO neutron.plugins.ml2.plugin [None req-e8ab573d-92bb-45a0-8cab-785c1ecf0379 - - - - - -] Attempt 1 to provision port 169c1e96-51b2-43b5-bd9d-9ad84b3b365b 2026-05-26 06:58:35.452 11 INFO neutron.plugins.ml2.plugin [None req-6e58383c-2ddf-421b-9600-8bb90413ccc7 - - - - - -] Attempt 1 to provision port 914076ae-3977-4fbc-b45e-e2bc6f49b301 2026-05-26 06:58:35.487 11 INFO neutron.plugins.ml2.plugin [None req-6e58383c-2ddf-421b-9600-8bb90413ccc7 - - - - - -] Attempt 1 to provision port a0a6f785-bc43-4c7f-86ba-4b787540913a 2026-05-26 06:58:35.998 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 169c1e96-51b2-43b5-bd9d-9ad84b3b365b 2026-05-26 06:58:37.361 12 INFO neutron.plugins.ml2.plugin [None req-3f2542e5-5a1c-4800-b1e0-1d679c4fb56d - - - - - -] Attempt 1 to provision port e88174eb-9887-49fe-af45-4a81212b6edc 2026-05-26 06:58:37.387 12 INFO neutron.plugins.ml2.plugin [None req-3f2542e5-5a1c-4800-b1e0-1d679c4fb56d - - - - - -] Attempt 1 to provision port 914076ae-3977-4fbc-b45e-e2bc6f49b301 2026-05-26 06:58:39.273 11 INFO neutron.plugins.ml2.plugin [None req-22554889-e9ae-4567-a722-9d370679cc45 - - - - - -] Attempt 1 to provision port 914076ae-3977-4fbc-b45e-e2bc6f49b301 2026-05-26 06:58:42.064 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:58:42.368 12 INFO neutron.plugins.ml2.plugin [None req-6991c69e-aae6-4d15-9ee8-8dd1f7e018df - - - - - -] Attempt 1 to provision port a5e65c2c-ed9a-407c-a6fe-24b461ec79a2 2026-05-26 06:58:43.180 12 INFO neutron.plugins.ml2.plugin [None req-f57b675b-8472-4948-bbc1-b40f5065addb - - - - - -] Attempt 1 to provision port b4679724-2152-43ca-8f07-444b2c85ff4e 2026-05-26 06:58:44.771 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a350b9a6-ccf0-4e93-af8d-1b057af93942 2026-05-26 06:58:44.905 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-a98af771-8222-4d7b-90a6-9154cc8bc8f5'] response: {'server_uuid': '0b7edd49-76ea-4c5e-9abe-b486a2cc3c70', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a350b9a6-ccf0-4e93-af8d-1b057af93942', 'code': 200} 2026-05-26 06:58:44.905 11 INFO neutron.plugins.ml2.plugin [None req-77bc1160-d075-4492-b3b0-bc54f6d0663a - - - - - -] Attempt 1 to provision port b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:45.139 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:58:45.376 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a5e65c2c-ed9a-407c-a6fe-24b461ec79a2 2026-05-26 06:58:45.973 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a350b9a6-ccf0-4e93-af8d-1b057af93942 2026-05-26 06:58:51.499 12 INFO neutron.plugins.ml2.plugin [None req-7906997f-c826-4e3c-930a-7abc1908e0a8 - - - - - -] Attempt 1 to provision port b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:52.061 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 914076ae-3977-4fbc-b45e-e2bc6f49b301 2026-05-26 06:58:52.452 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port e88174eb-9887-49fe-af45-4a81212b6edc 2026-05-26 06:58:54.033 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 914076ae-3977-4fbc-b45e-e2bc6f49b301 2026-05-26 06:58:54.269 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port e88174eb-9887-49fe-af45-4a81212b6edc 2026-05-26 06:58:54.769 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-e47ab76b-fb3f-4b0b-8a2c-ddc5ddfaeaf0'] response: {'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'code': 200} 2026-05-26 06:58:54.888 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] No ports have port_id starting with b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:59:04.191 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 84dc14ce-7457-4615-b62d-8a5541b24eee 2026-05-26 06:59:06.298 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 05332134-0334-4d7d-b690-ddd68a3ca7c0 2026-05-26 06:59:06.678 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 84dc14ce-7457-4615-b62d-8a5541b24eee 2026-05-26 06:59:10.073 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 6f40126e-bc92-4ed2-84a1-aaf76cd331dd 2026-05-26 06:59:12.090 12 INFO neutron.plugins.ml2.plugin [None req-d42b44d5-9bac-4ed6-8f23-d66db2ce3419 - - - - - -] Attempt 1 to provision port 6f40126e-bc92-4ed2-84a1-aaf76cd331dd 2026-05-26 06:59:14.101 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b01c90ab-0ded-4375-bb3e-8864f9792642 2026-05-26 06:59:16.239 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b01c90ab-0ded-4375-bb3e-8864f9792642 2026-05-26 06:59:16.551 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 45cd0b3d-0f25-4dc3-ace6-162178c4a3ee 2026-05-26 06:59:18.264 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 29757169-e8a6-4f19-a9a4-a683b01f3276 2026-05-26 06:59:18.624 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 45cd0b3d-0f25-4dc3-ace6-162178c4a3ee 2026-05-26 06:59:20.385 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 29757169-e8a6-4f19-a9a4-a683b01f3276 2026-05-26 06:59:20.548 12 INFO neutron.plugins.ml2.plugin [None req-b1a76c0b-0f17-40b2-8264-58c492d2fa9a - - - - - -] Attempt 1 to provision port 45cd0b3d-0f25-4dc3-ace6-162178c4a3ee 2026-05-26 06:59:20.644 12 INFO neutron.plugins.ml2.plugin [None req-b1a76c0b-0f17-40b2-8264-58c492d2fa9a - - - - - -] Attempt 1 to provision port 0e0606a7-b1e1-4dc1-9dc3-efc369445025 2026-05-26 06:59:20.689 12 INFO neutron.plugins.ml2.plugin [None req-b1a76c0b-0f17-40b2-8264-58c492d2fa9a - - - - - -] Attempt 1 to provision port 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 06:59:20.728 12 INFO neutron.plugins.ml2.plugin [None req-b1a76c0b-0f17-40b2-8264-58c492d2fa9a - - - - - -] Attempt 1 to provision port 29757169-e8a6-4f19-a9a4-a683b01f3276 2026-05-26 06:59:28.640 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 06:59:28.821 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-f273f00c-7f46-46c6-9585-cb869afae495'] response: {'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'code': 200} 2026-05-26 06:59:30.115 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7c0fc308-d7e7-4c42-828d-ae9f6f7ce31a 2026-05-26 06:59:30.413 11 INFO neutron.plugins.ml2.plugin [None req-bdc069c5-b412-4e8b-a0e5-13084b918ef3 - - - - - -] Attempt 1 to provision port 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 06:59:30.687 11 INFO neutron.plugins.ml2.plugin [None req-bdc069c5-b412-4e8b-a0e5-13084b918ef3 - - - - - -] Attempt 1 to provision port 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 06:59:31.912 11 INFO neutron.plugins.ml2.plugin [None req-a7f1b7ec-2dd4-42f5-a93d-c334049539ce - - - - - -] Attempt 1 to provision port 45cd0b3d-0f25-4dc3-ace6-162178c4a3ee 2026-05-26 06:59:32.110 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 06:59:32.167 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0e0606a7-b1e1-4dc1-9dc3-efc369445025 2026-05-26 06:59:32.232 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0e0606a7-b1e1-4dc1-9dc3-efc369445025 2026-05-26 06:59:32.662 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7c0fc308-d7e7-4c42-828d-ae9f6f7ce31a 2026-05-26 06:59:32.863 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 06:59:32.937 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 06:59:33.014 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 29757169-e8a6-4f19-a9a4-a683b01f3276 2026-05-26 06:59:34.705 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 34c0bc9f-6c71-4b36-a4f2-da219ee2d342 2026-05-26 06:59:34.823 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-dc7b3048-fa2c-4366-98eb-e149fb6c933b'] response: {'server_uuid': 'bd44a33e-37ea-44af-a461-0a19ba9369be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34c0bc9f-6c71-4b36-a4f2-da219ee2d342', 'code': 200} 2026-05-26 06:59:35.103 11 INFO neutron.plugins.ml2.plugin [None req-cf75259f-eb56-474e-bd22-4bc0b6c37cb8 - - - - - -] Attempt 1 to provision port 2287460d-c8e2-4275-863d-d98ef613076f 2026-05-26 06:59:35.489 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0e0606a7-b1e1-4dc1-9dc3-efc369445025 2026-05-26 06:59:36.303 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 34c0bc9f-6c71-4b36-a4f2-da219ee2d342 2026-05-26 06:59:36.606 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 2287460d-c8e2-4275-863d-d98ef613076f 2026-05-26 06:59:40.371 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 26cd94d3-2978-4ec8-8da4-92e58d7dbc73 2026-05-26 06:59:40.856 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0f658e31-012d-426e-acd2-3c75760843ec 2026-05-26 06:59:41.599 11 INFO neutron.plugins.ml2.plugin [None req-6679a4a6-ea36-4797-9332-0205a3ca530b - - - - - -] Attempt 1 to provision port 0f658e31-012d-426e-acd2-3c75760843ec 2026-05-26 06:59:41.675 11 INFO neutron.plugins.ml2.plugin [None req-6679a4a6-ea36-4797-9332-0205a3ca530b - - - - - -] Attempt 1 to provision port 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 06:59:42.301 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 26cd94d3-2978-4ec8-8da4-92e58d7dbc73 2026-05-26 06:59:42.500 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0f658e31-012d-426e-acd2-3c75760843ec 2026-05-26 06:59:45.334 11 INFO neutron.plugins.ml2.plugin [None req-64261019-74a1-4510-a4bb-2fb345e8bb0c - - - - - -] Attempt 1 to provision port 0f658e31-012d-426e-acd2-3c75760843ec 2026-05-26 06:59:45.391 11 INFO neutron.plugins.ml2.plugin [None req-64261019-74a1-4510-a4bb-2fb345e8bb0c - - - - - -] Attempt 1 to provision port 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 06:59:49.745 12 INFO neutron.plugins.ml2.plugin [None req-4c0b08b4-55b1-4b11-92a5-6c38c541587e - - - - - -] Attempt 1 to provision port 7c0fc308-d7e7-4c42-828d-ae9f6f7ce31a 2026-05-26 06:59:49.828 12 INFO neutron.plugins.ml2.plugin [None req-4c0b08b4-55b1-4b11-92a5-6c38c541587e - - - - - -] Attempt 1 to provision port 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 06:59:53.136 11 INFO neutron.plugins.ml2.plugin [None req-6de97ef5-e1f1-4598-926a-422137c671e4 - - - - - -] Attempt 1 to provision port 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 06:59:53.182 11 INFO neutron.plugins.ml2.plugin [None req-6de97ef5-e1f1-4598-926a-422137c671e4 - - - - - -] Attempt 1 to provision port 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 06:59:53.559 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port fbec5b1c-e292-44fd-96ca-e7ebb634753b 2026-05-26 06:59:53.711 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-5a32882c-2c23-43fe-8858-910cd0091723'] response: {'server_uuid': 'af6a89b9-eec6-4647-85f6-ec61baedc47d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fbec5b1c-e292-44fd-96ca-e7ebb634753b', 'code': 200} 2026-05-26 06:59:54.877 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port fbec5b1c-e292-44fd-96ca-e7ebb634753b 2026-05-26 06:59:55.939 12 INFO neutron.plugins.ml2.plugin [None req-2ad21c2b-1dc3-49e0-a65f-207a2495fa37 - - - - - -] Attempt 1 to provision port 5a92c6e2-8e20-4932-8073-2ae32b32c99f 2026-05-26 06:59:55.977 12 INFO neutron.plugins.ml2.plugin [None req-2ad21c2b-1dc3-49e0-a65f-207a2495fa37 - - - - - -] Attempt 1 to provision port 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 06:59:56.046 12 INFO neutron.plugins.ml2.plugin [None req-2ad21c2b-1dc3-49e0-a65f-207a2495fa37 - - - - - -] Attempt 1 to provision port 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 06:59:58.456 11 INFO neutron.plugins.ml2.plugin [None req-5bea8af9-e224-4b43-a519-e49249d07efb - - - - - -] Attempt 1 to provision port fbec5b1c-e292-44fd-96ca-e7ebb634753b 2026-05-26 06:59:58.870 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 06:59:59.185 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5a92c6e2-8e20-4932-8073-2ae32b32c99f 2026-05-26 07:00:01.003 12 INFO neutron.plugins.ml2.plugin [None req-ad35b4c0-f8c1-4c2f-8726-9c618ef36238 - - - - - -] Attempt 1 to provision port 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 07:00:01.322 12 INFO neutron.plugins.ml2.plugin [None req-ad35b4c0-f8c1-4c2f-8726-9c618ef36238 - - - - - -] Attempt 1 to provision port 5a92c6e2-8e20-4932-8073-2ae32b32c99f 2026-05-26 07:00:02.295 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-a4d69eaa-abbd-4293-8ca4-4d721d500e88'] response: {'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'code': 200} 2026-05-26 07:00:03.404 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 07:00:04.343 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-e8abc0d7-ba53-48c6-94d7-886cbf8768b9'] response: {'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'code': 200} 2026-05-26 07:00:04.861 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 07:00:22.871 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 313fc195-ba8d-4cd5-a22c-d1d70f9e9165 2026-05-26 07:00:23.634 12 INFO neutron.plugins.ml2.plugin [None req-73f6dd66-fcb7-4348-a8c4-5078112142d6 - - - - - -] Attempt 1 to provision port 313fc195-ba8d-4cd5-a22c-d1d70f9e9165 2026-05-26 07:00:24.855 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 313fc195-ba8d-4cd5-a22c-d1d70f9e9165 2026-05-26 07:00:26.913 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7e7ef4e3-b63a-4058-8ea6-354de1bcd160 2026-05-26 07:00:28.843 11 INFO neutron.plugins.ml2.plugin [None req-82270f95-b9ac-4796-a0a8-8b2e85f2a997 - - - - - -] Attempt 1 to provision port 7e7ef4e3-b63a-4058-8ea6-354de1bcd160 2026-05-26 07:00:28.900 11 INFO neutron.plugins.ml2.plugin [None req-82270f95-b9ac-4796-a0a8-8b2e85f2a997 - - - - - -] Attempt 1 to provision port 313fc195-ba8d-4cd5-a22c-d1d70f9e9165 2026-05-26 07:00:29.104 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7e7ef4e3-b63a-4058-8ea6-354de1bcd160 2026-05-26 07:00:31.326 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-1980dc38-5953-4bed-8f81-857bd89ac34c'] response: {'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'code': 200} 2026-05-26 07:00:34.997 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 416da51c-8b7f-4e43-9911-e9d9e5ebca75 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server [None req-a9b90499-ec05-4231-a3bb-39eda444318b - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 31bcd946-b806-4727-bfc1-98fb9c49bc9e: This subnet is being modified by another concurrent operation. 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-26 07:00:50.679 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-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server raise exception 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 31bcd946-b806-4727-bfc1-98fb9c49bc9e: This subnet is being modified by another concurrent operation. 2026-05-26 07:00:50.679 12 ERROR oslo_messaging.rpc.server 2026-05-26 07:01:09.086 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:01:10.052 12 INFO neutron.plugins.ml2.plugin [None req-98dfdac5-86d5-4e0f-97d7-35c9d2e6fb38 - - - - - -] Attempt 1 to provision port 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:01:10.897 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:01:12.940 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 376de405-b538-4812-8e91-4396d0b39c91 2026-05-26 07:01:14.961 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 32fb2674-8b70-4949-88f4-a1de02e620bf 2026-05-26 07:01:15.271 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 376de405-b538-4812-8e91-4396d0b39c91 2026-05-26 07:01:17.256 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 32fb2674-8b70-4949-88f4-a1de02e620bf 2026-05-26 07:01:17.480 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5d259ac4-abcb-4df8-894a-cfa859303d2d 2026-05-26 07:01:18.893 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5d259ac4-abcb-4df8-894a-cfa859303d2d 2026-05-26 07:01:22.979 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:01:24.160 12 INFO neutron.plugins.ml2.plugin [None req-3816e512-d4fb-46ab-9ef1-9c6b47ad5263 - - - - - -] Attempt 1 to provision port 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:01:24.213 12 INFO neutron.plugins.ml2.plugin [None req-3816e512-d4fb-46ab-9ef1-9c6b47ad5263 - - - - - -] Attempt 1 to provision port e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:01:24.238 12 INFO neutron.plugins.ml2.plugin [None req-3816e512-d4fb-46ab-9ef1-9c6b47ad5263 - - - - - -] Attempt 1 to provision port 88c36655-bc25-4b51-a689-14816e38a146 2026-05-26 07:01:24.262 12 INFO neutron.plugins.ml2.plugin [None req-3816e512-d4fb-46ab-9ef1-9c6b47ad5263 - - - - - -] Attempt 1 to provision port 5d259ac4-abcb-4df8-894a-cfa859303d2d 2026-05-26 07:01:24.321 12 INFO neutron.plugins.ml2.plugin [None req-3816e512-d4fb-46ab-9ef1-9c6b47ad5263 - - - - - -] Attempt 1 to provision port 376de405-b538-4812-8e91-4396d0b39c91 2026-05-26 07:01:29.185 12 INFO neutron.plugins.ml2.plugin [None req-e1241be8-ff2d-4ad6-a465-4b9b7da5d829 - - - - - -] Attempt 1 to provision port e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:01:29.221 12 INFO neutron.plugins.ml2.plugin [None req-e1241be8-ff2d-4ad6-a465-4b9b7da5d829 - - - - - -] Attempt 1 to provision port 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:01:29.277 12 INFO neutron.plugins.ml2.plugin [None req-e1241be8-ff2d-4ad6-a465-4b9b7da5d829 - - - - - -] Attempt 1 to provision port 5d259ac4-abcb-4df8-894a-cfa859303d2d 2026-05-26 07:01:29.336 12 INFO neutron.plugins.ml2.plugin [None req-e1241be8-ff2d-4ad6-a465-4b9b7da5d829 - - - - - -] Attempt 1 to provision port ffd7e6c2-3209-49a2-9979-877970e7e281 2026-05-26 07:01:29.360 12 INFO neutron.plugins.ml2.plugin [None req-e1241be8-ff2d-4ad6-a465-4b9b7da5d829 - - - - - -] Attempt 1 to provision port 376de405-b538-4812-8e91-4396d0b39c91 2026-05-26 07:01:29.413 12 INFO neutron.plugins.ml2.plugin [None req-e1241be8-ff2d-4ad6-a465-4b9b7da5d829 - - - - - -] Attempt 1 to provision port 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:01:31.460 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5e2e7131-0963-4bcd-bfbf-9210d9660754 2026-05-26 07:01:31.621 11 INFO neutron.notifiers.nova [None req-5788cbeb-ca17-4e71-8261-072114e223b2 - - - - - -] Nova event matching ['req-10ff676c-8322-464a-9f3f-892da281efa2'] response: {'server_uuid': 'ab7465ab-244f-421c-adc3-518d4a93535c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5e2e7131-0963-4bcd-bfbf-9210d9660754', 'code': 200} 2026-05-26 07:01:32.977 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 88c36655-bc25-4b51-a689-14816e38a146 2026-05-26 07:01:33.241 11 INFO neutron.plugins.ml2.plugin [None req-f23dfb1a-235e-48a3-a518-55ee3e2c9a57 - - - - - -] Attempt 1 to provision port 5e2e7131-0963-4bcd-bfbf-9210d9660754 2026-05-26 07:01:33.303 11 INFO neutron.plugins.ml2.plugin [None req-f23dfb1a-235e-48a3-a518-55ee3e2c9a57 - - - - - -] Attempt 1 to provision port e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:01:33.311 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:01:33.441 11 INFO neutron.plugins.ml2.plugin [None req-f23dfb1a-235e-48a3-a518-55ee3e2c9a57 - - - - - -] Attempt 1 to provision port ffd7e6c2-3209-49a2-9979-877970e7e281 2026-05-26 07:01:33.583 11 INFO neutron.plugins.ml2.plugin [None req-f23dfb1a-235e-48a3-a518-55ee3e2c9a57 - - - - - -] Attempt 1 to provision port 5d259ac4-abcb-4df8-894a-cfa859303d2d 2026-05-26 07:01:33.625 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:01:33.637 11 INFO neutron.plugins.ml2.plugin [None req-f23dfb1a-235e-48a3-a518-55ee3e2c9a57 - - - - - -] Attempt 1 to provision port 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:01:33.688 11 INFO neutron.plugins.ml2.plugin [None req-f23dfb1a-235e-48a3-a518-55ee3e2c9a57 - - - - - -] Attempt 1 to provision port 376de405-b538-4812-8e91-4396d0b39c91 2026-05-26 07:01:33.877 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5e2e7131-0963-4bcd-bfbf-9210d9660754 2026-05-26 07:01:34.964 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port ffd7e6c2-3209-49a2-9979-877970e7e281 2026-05-26 07:01:35.227 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 88c36655-bc25-4b51-a689-14816e38a146 2026-05-26 07:01:35.385 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:01:35.662 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:01:36.805 12 INFO neutron.plugins.ml2.plugin [None req-2b16b9ea-fed6-4c06-86a4-1e2f6b22a9fb - - - - - -] Attempt 1 to provision port ffd7e6c2-3209-49a2-9979-877970e7e281 2026-05-26 07:01:36.892 12 INFO neutron.plugins.ml2.plugin [None req-2b16b9ea-fed6-4c06-86a4-1e2f6b22a9fb - - - - - -] Attempt 1 to provision port 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:01:36.971 12 INFO neutron.plugins.ml2.plugin [None req-2b16b9ea-fed6-4c06-86a4-1e2f6b22a9fb - - - - - -] Attempt 1 to provision port e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:01:39.023 11 INFO neutron.plugins.ml2.plugin [None req-cb242fe7-f235-4479-857c-714875386c58 - - - - - -] Attempt 1 to provision port ffd7e6c2-3209-49a2-9979-877970e7e281 2026-05-26 07:01:39.089 11 INFO neutron.plugins.ml2.plugin [None req-cb242fe7-f235-4479-857c-714875386c58 - - - - - -] Attempt 1 to provision port 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:01:40.353 11 INFO neutron.plugins.ml2.plugin [None req-a552d34c-9506-4cdc-bea6-0c142fb516fd - - - - - -] Attempt 1 to provision port 5e2e7131-0963-4bcd-bfbf-9210d9660754 2026-05-26 07:01:46.338 11 INFO neutron.plugins.ml2.plugin [None req-ba1c7972-d9fb-4884-ba28-09721ab89385 - - - - - -] Attempt 1 to provision port 06523b8d-0e37-4169-951a-2f9be93653ec 2026-05-26 07:01:49.019 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port fdd52f2e-3b0f-4ce0-aed5-4f85c9481209 2026-05-26 07:01:49.456 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 4ee91084-cb9e-4ec8-b33c-4ea25620bfed 2026-05-26 07:01:49.755 11 INFO neutron.plugins.ml2.plugin [None req-e74331b3-b44b-4b48-b894-92bf1e72fe9e - - - - - -] Attempt 1 to provision port 4ee91084-cb9e-4ec8-b33c-4ea25620bfed 2026-05-26 07:01:49.863 11 INFO neutron.plugins.ml2.plugin [None req-e74331b3-b44b-4b48-b894-92bf1e72fe9e - - - - - -] Attempt 1 to provision port b0f31833-244c-419d-abf0-3e6916b0d234 2026-05-26 07:01:49.976 11 INFO neutron.notifiers.nova [None req-e74331b3-b44b-4b48-b894-92bf1e72fe9e - - - - - -] Nova event matching ['req-16c141a3-7c8a-4053-80a4-de76cb712f17'] response: {'server_uuid': '428d9c12-4423-450f-9d5d-94b764878eb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b0f31833-244c-419d-abf0-3e6916b0d234', 'code': 200} 2026-05-26 07:01:50.957 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port fdd52f2e-3b0f-4ce0-aed5-4f85c9481209 2026-05-26 07:01:51.219 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 4ee91084-cb9e-4ec8-b33c-4ea25620bfed 2026-05-26 07:01:51.481 12 INFO neutron.plugins.ml2.plugin [None req-295219bb-5968-4c3f-bc58-6672d62f798f - - - - - -] Attempt 1 to provision port b0f31833-244c-419d-abf0-3e6916b0d234 2026-05-26 07:01:54.521 11 INFO neutron.plugins.ml2.plugin [None req-a3419ec6-fd8e-4c12-849b-e994bbec23e6 - - - - - -] Attempt 1 to provision port 4ee91084-cb9e-4ec8-b33c-4ea25620bfed 2026-05-26 07:01:54.603 11 INFO neutron.plugins.ml2.plugin [None req-a3419ec6-fd8e-4c12-849b-e994bbec23e6 - - - - - -] Attempt 1 to provision port 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 2026-05-26 07:01:56.245 12 INFO neutron.plugins.ml2.plugin [None req-77a372bf-53c2-4402-9b7d-c4e8872ad969 - - - - - -] Attempt 1 to provision port 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 2026-05-26 07:01:59.471 11 INFO neutron.plugins.ml2.plugin [None req-494dbf3c-5ea2-4578-90b9-75f2be06d3f8 - - - - - -] Attempt 1 to provision port 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 2026-05-26 07:02:01.529 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 41b397d6-8b1c-40f1-bbbd-b8bc71c363aa 2026-05-26 07:02:01.663 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-fd25b4e6-bf2e-427a-9383-421672a74f45'] response: {'server_uuid': 'd4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '41b397d6-8b1c-40f1-bbbd-b8bc71c363aa', 'code': 200} 2026-05-26 07:02:02.978 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 41b397d6-8b1c-40f1-bbbd-b8bc71c363aa 2026-05-26 07:02:06.954 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 2026-05-26 07:02:07.259 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 06523b8d-0e37-4169-951a-2f9be93653ec 2026-05-26 07:02:08.988 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 2026-05-26 07:02:09.226 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 06523b8d-0e37-4169-951a-2f9be93653ec 2026-05-26 07:02:16.240 11 INFO neutron.plugins.ml2.plugin [None req-9e502fe3-c2e7-45e1-b882-353a5ac71fb9 - - - - - -] Attempt 1 to provision port 76b60744-6a7d-4461-8746-3eeb870c2d17 2026-05-26 07:02:39.506 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 2868fb9e-f293-444f-86fa-3d40ede8e93d 2026-05-26 07:02:39.625 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-9dc125d2-7725-4efd-a3ff-a39735d11ff5'] response: {'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2868fb9e-f293-444f-86fa-3d40ede8e93d', 'code': 200} 2026-05-26 07:02:41.089 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 2868fb9e-f293-444f-86fa-3d40ede8e93d 2026-05-26 07:02:47.516 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 17788855-089e-4207-b598-1f9cb4639e7b 2026-05-26 07:02:47.639 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-0c5b904f-70dd-4f6a-bb63-535fa7089918'] response: {'server_uuid': '973d81cd-6a77-469b-b2c5-142695b78bd5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '17788855-089e-4207-b598-1f9cb4639e7b', 'code': 200} 2026-05-26 07:02:48.981 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 17788855-089e-4207-b598-1f9cb4639e7b 2026-05-26 07:03:21.332 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-0e29b7a9-8406-4a30-b35c-9e572262bf44'] response: {'server_uuid': 'd4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '41b397d6-8b1c-40f1-bbbd-b8bc71c363aa', 'code': 200} 2026-05-26 07:03:21.572 12 INFO neutron.plugins.ml2.plugin [None req-5ce28603-9050-49d3-8e18-1513e1afa023 - - - - - -] Attempt 1 to provision port a23a3511-209c-47cb-b5c0-6637c43f4750 2026-05-26 07:03:27.211 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a23a3511-209c-47cb-b5c0-6637c43f4750 2026-05-26 07:03:27.423 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-d396fec7-74ec-40c7-a488-4ba277727d0f'] response: {'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a23a3511-209c-47cb-b5c0-6637c43f4750', 'code': 200} 2026-05-26 07:03:27.760 11 INFO neutron_taas.services.taas.taas_plugin [None req-9b1ca070-9292-4cbf-989f-80372b3b5db3 - - - - - -] TaaS: Handle Delete Port: 4ee91084-cb9e-4ec8-b33c-4ea25620bfed 2026-05-26 07:03:27.769 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b1ca070-9292-4cbf-989f-80372b3b5db3 - - - - - -] Tap Mirror: Handle Delete Port: 4ee91084-cb9e-4ec8-b33c-4ea25620bfed 2026-05-26 07:03:29.009 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a23a3511-209c-47cb-b5c0-6637c43f4750 2026-05-26 07:03:31.515 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port a23a3511-209c-47cb-b5c0-6637c43f4750 2026-05-26 07:03:34.836 12 INFO neutron.plugins.ml2.plugin [None req-855fb78c-64c1-4ce5-a302-b165fe714608 - - - - - -] Attempt 1 to provision port ae5406a4-8713-4ad2-86f4-e9db0ec1256c 2026-05-26 07:03:35.029 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port ae5406a4-8713-4ad2-86f4-e9db0ec1256c 2026-05-26 07:03:37.123 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port ae5406a4-8713-4ad2-86f4-e9db0ec1256c 2026-05-26 07:03:37.351 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b3e72ca6-3134-4ac5-8899-62395ac50dc0 2026-05-26 07:03:37.835 12 INFO neutron.plugins.ml2.plugin [None req-7b5c2f8f-5bf9-4525-93c0-fd1e72a42d11 - - - - - -] Attempt 1 to provision port ae5406a4-8713-4ad2-86f4-e9db0ec1256c 2026-05-26 07:03:37.934 12 INFO neutron.plugins.ml2.plugin [None req-7b5c2f8f-5bf9-4525-93c0-fd1e72a42d11 - - - - - -] Attempt 1 to provision port b6567b34-6c16-4ce1-8d96-51f539fe3071 2026-05-26 07:03:37.981 12 INFO neutron.plugins.ml2.plugin [None req-7b5c2f8f-5bf9-4525-93c0-fd1e72a42d11 - - - - - -] Attempt 1 to provision port 5377f9ac-a568-495c-a0f2-728add0e2b23 2026-05-26 07:03:39.015 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b3e72ca6-3134-4ac5-8899-62395ac50dc0 2026-05-26 07:03:43.121 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7b03c190-3053-42bc-9529-395745c402fc 2026-05-26 07:03:43.360 12 INFO neutron.plugins.ml2.plugin [None req-0c6cbddb-16cf-4a8a-a6c9-dd90f0ecabbb - - - - - -] Attempt 1 to provision port 7b03c190-3053-42bc-9529-395745c402fc 2026-05-26 07:03:43.451 12 INFO neutron.plugins.ml2.plugin [None req-0c6cbddb-16cf-4a8a-a6c9-dd90f0ecabbb - - - - - -] Attempt 1 to provision port 5377f9ac-a568-495c-a0f2-728add0e2b23 2026-05-26 07:03:43.616 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5969e2a4-2aa4-41fc-932f-818bd28efe85 2026-05-26 07:03:45.108 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7b03c190-3053-42bc-9529-395745c402fc 2026-05-26 07:03:45.370 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5969e2a4-2aa4-41fc-932f-818bd28efe85 2026-05-26 07:03:47.159 11 INFO neutron.plugins.ml2.plugin [None req-28e6826f-18c8-4744-a351-1ada6042f085 - - - - - -] Attempt 1 to provision port 591841ea-0995-4670-ae15-70a40f800a5a 2026-05-26 07:03:47.187 11 INFO neutron.plugins.ml2.plugin [None req-28e6826f-18c8-4744-a351-1ada6042f085 - - - - - -] Attempt 1 to provision port 7b03c190-3053-42bc-9529-395745c402fc 2026-05-26 07:03:47.253 11 INFO neutron.plugins.ml2.plugin [None req-28e6826f-18c8-4744-a351-1ada6042f085 - - - - - -] Attempt 1 to provision port 5377f9ac-a568-495c-a0f2-728add0e2b23 2026-05-26 07:03:47.278 11 INFO neutron.plugins.ml2.plugin [None req-28e6826f-18c8-4744-a351-1ada6042f085 - - - - - -] Attempt 1 to provision port 5214be29-6ead-458e-90fe-39823328920d 2026-05-26 07:03:48.404 11 INFO neutron.plugins.ml2.plugin [None req-947b84b7-6b60-4ffa-8e08-5497ab9345c3 - - - - - -] Attempt 1 to provision port 591841ea-0995-4670-ae15-70a40f800a5a 2026-05-26 07:03:49.648 11 INFO neutron.plugins.ml2.plugin [None req-669954f4-b059-4e49-be06-442aa099fe38 - - - - - -] Attempt 1 to provision port 591841ea-0995-4670-ae15-70a40f800a5a 2026-05-26 07:03:54.220 11 INFO neutron.plugins.ml2.plugin [None req-5df01435-e6e1-4f51-8f83-2386c7a3a22c - - - - - -] Attempt 1 to provision port d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:03:58.055 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7fdb708f-9828-4335-8446-b38565b175f1 2026-05-26 07:03:58.154 12 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-3a5c6c3c-5f90-44c0-b39a-3d0f0d480e04'] response: {'server_uuid': '32e8605d-b09c-4e16-ae53-3aaf0086a45a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7fdb708f-9828-4335-8446-b38565b175f1', 'code': 200} 2026-05-26 07:03:59.038 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b6567b34-6c16-4ce1-8d96-51f539fe3071 2026-05-26 07:03:59.339 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 7fdb708f-9828-4335-8446-b38565b175f1 2026-05-26 07:03:59.577 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5377f9ac-a568-495c-a0f2-728add0e2b23 2026-05-26 07:04:02.736 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:04:02.852 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-312aca3a-4bc5-4c55-8f42-b6cedb970ca9'] response: {'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9818c6e-225e-4eca-a3c7-52bc3fa2f56d', 'code': 200} 2026-05-26 07:04:03.120 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5377f9ac-a568-495c-a0f2-728add0e2b23 2026-05-26 07:04:03.352 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 591841ea-0995-4670-ae15-70a40f800a5a 2026-05-26 07:04:03.637 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port b6567b34-6c16-4ce1-8d96-51f539fe3071 2026-05-26 07:04:03.810 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5214be29-6ead-458e-90fe-39823328920d 2026-05-26 07:04:04.344 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 591841ea-0995-4670-ae15-70a40f800a5a 2026-05-26 07:04:04.565 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:04:04.763 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 5214be29-6ead-458e-90fe-39823328920d 2026-05-26 07:04:13.818 12 INFO neutron.plugins.ml2.plugin [None req-e9e910ca-9c64-4fbe-9e73-3348d88433f2 - - - - - -] Attempt 1 to provision port 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:16.543 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-f69313f2-6f84-4cd7-9e7a-7ad9a43c7ac8'] response: {'server_uuid': '32e8605d-b09c-4e16-ae53-3aaf0086a45a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7fdb708f-9828-4335-8446-b38565b175f1', 'code': 200} 2026-05-26 07:04:16.650 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] No ports have port_id starting with 7fdb708f-9828-4335-8446-b38565b175f1 2026-05-26 07:04:20.373 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:20.484 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-c313f8f5-5ce9-4a78-910b-841e63c27b24'] response: {'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4b5c249a-a4cb-4a4c-955a-f14de7df9453', 'code': 200} 2026-05-26 07:04:22.591 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:25.070 12 INFO neutron.plugins.ml2.plugin [None req-9bbc0755-4f9c-4831-8030-24efc4733b85 - - - - - -] Attempt 1 to provision port d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:04:37.529 12 INFO neutron.plugins.ml2.plugin [None req-af01ec57-7688-4dc7-b19a-d664fa85d6aa - - - - - -] Attempt 1 to provision port 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:38.542 12 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:38.950 11 INFO neutron.plugins.ml2.plugin [None req-c6bf2812-9dbe-40c8-9fbe-164860636b46 - - - - - -] Attempt 1 to provision port 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:48.173 12 INFO neutron.plugins.ml2.plugin [None req-d19e714f-4ab7-42ef-abd1-b1acf15d1166 - - - - - -] Attempt 1 to provision port d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:04:48.408 11 INFO neutron.plugins.ml2.plugin [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Attempt 1 to provision port d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:05:32.553 11 INFO neutron.notifiers.nova [None req-88e71eec-95a3-45e6-971e-7b8b2dbad72e - - - - - -] Nova event matching ['req-60031ba2-e38b-4652-b140-c715c4bc867d'] response: {'server_uuid': 'ab7465ab-244f-421c-adc3-518d4a93535c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5e2e7131-0963-4bcd-bfbf-9210d9660754', 'code': 200}