+ 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-09-10 11:52:16.363 1 INFO neutron.common.config [-] Logging enabled! 2026-09-10 11:52:16.364 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.14.dev6 2026-09-10 11:52:16.364 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-09-10 11:52:16.365 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-10 11:52:17.760 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 11:52:17.763 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-10 11:52:17.767 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-10 11:52:17.768 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 11:52:17.768 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-10 11:52:17.768 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-10 11:52:17.769 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 11:52:17.777 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 11:52:17.777 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 11:52:17.778 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 11:52:17.800 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-10 11:52:17.802 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 11:52:17.802 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-10 11:52:17.843 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-10 11:52:17.844 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-10 11:52:17.844 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-10 11:52:17.844 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-10 11:52:18.307 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing driver for type 'vlan' 2026-09-10 11:52:18.512 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] VlanTypeDriver initialization complete 2026-09-10 11:52:18.512 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing driver for type 'vxlan' 2026-09-10 11:52:18.512 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-10 11:52:18.605 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-10 11:52:18.606 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-10 11:52:18.606 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing extension driver 'port_security' 2026-09-10 11:52:18.606 1 INFO neutron.plugins.ml2.extensions.port_security [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-10 11:52:18.607 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing extension driver 'qos' 2026-09-10 11:52:18.607 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-10 11:52:18.607 1 INFO neutron.plugins.ml2.managers [None req-bd490952-800d-4581-90a4-f87e74b30acd - - - - - -] Initializing mechanism driver 'l2population' 2026-09-10 11:52:18.635 1 INFO neutron.quota [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded quota_driver: . 2026-09-10 11:52:18.636 1 INFO neutron.plugins.ml2.plugin [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Modular L2 Plugin initialization complete 2026-09-10 11:52:18.637 1 INFO neutron.plugins.ml2.managers [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-10 11:52:18.637 1 INFO neutron.plugins.ml2.managers [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-10 11:52:18.637 1 INFO neutron.plugins.ml2.managers [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-10 11:52:18.637 1 INFO neutron.extensions.vlantransparent [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Disabled vlantransparent extension. 2026-09-10 11:52:18.638 1 INFO neutron.extensions.qinq [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Disabled VLAN QinQ extension. 2026-09-10 11:52:18.638 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: qos 2026-09-10 11:52:18.659 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: router 2026-09-10 11:52:18.702 1 INFO neutron.services.service_base [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-10 11:52:18.703 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: segments 2026-09-10 11:52:18.780 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: trunk 2026-09-10 11:52:18.794 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: vpnaas 2026-09-10 11:52:18.835 1 WARNING stevedore.named [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-10 11:52:18.836 1 WARNING stevedore.named [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 11:52:19.186 1 INFO neutron_vpnaas.services.vpn.plugin [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-10 11:52:19.187 1 INFO neutron.common.utils [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-10 11:52:19.187 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: taas 2026-09-10 11:52:19.208 1 WARNING stevedore.named [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 11:52:19.236 1 INFO neutron_taas.services.taas.taas_plugin [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-10 11:52:19.236 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: tapmirror 2026-09-10 11:52:19.248 1 WARNING stevedore.named [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 11:52:19.264 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-10 11:52:19.265 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: auto_allocate 2026-09-10 11:52:19.272 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: tag 2026-09-10 11:52:19.281 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: timestamp 2026-09-10 11:52:19.285 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: network_ip_availability 2026-09-10 11:52:19.290 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: flavors 2026-09-10 11:52:19.294 1 INFO neutron.manager [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loading Plugin: revisions 2026-09-10 11:52:19.298 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Initializing extension manager. 2026-09-10 11:52:19.300 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: address-group 2026-09-10 11:52:19.301 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: address-scope 2026-09-10 11:52:19.302 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-10 11:52:19.303 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: agent 2026-09-10 11:52:19.304 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: agent-resources-synced 2026-09-10 11:52:19.306 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-10 11:52:19.307 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-10 11:52:19.307 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: availability_zone 2026-09-10 11:52:19.308 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: availability_zone_filter 2026-09-10 11:52:19.309 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-10 11:52:19.309 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: default-subnetpools 2026-09-10 11:52:19.311 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-10 11:52:19.312 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: dns-integration 2026-09-10 11:52:19.312 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: dns-domain-ports 2026-09-10 11:52:19.313 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-10 11:52:19.314 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: dvr 2026-09-10 11:52:19.314 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-10 11:52:19.315 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: empty-string-filtering 2026-09-10 11:52:19.315 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 11:52:19.316 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-10 11:52:19.317 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: external-net 2026-09-10 11:52:19.317 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-10 11:52:19.318 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: extraroute 2026-09-10 11:52:19.319 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: extraroute-atomic 2026-09-10 11:52:19.319 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-10 11:52:19.320 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-10 11:52:19.320 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-10 11:52:19.321 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-10 11:52:19.321 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: fip-port-details 2026-09-10 11:52:19.322 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: flavors 2026-09-10 11:52:19.324 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-10 11:52:19.325 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: floatingip-pools 2026-09-10 11:52:19.325 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: ip_allocation 2026-09-10 11:52:19.326 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-10 11:52:19.326 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: l2_adjacency 2026-09-10 11:52:19.328 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: router 2026-09-10 11:52:19.330 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 11:52:19.331 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-10 11:52:19.332 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-10 11:52:19.332 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: ext-gw-mode 2026-09-10 11:52:19.333 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: l3-ha 2026-09-10 11:52:19.334 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-10 11:52:19.334 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-10 11:52:19.335 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: l3-flavors 2026-09-10 11:52:19.336 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-10 11:52:19.337 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-10 11:52:19.339 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-10 11:52:19.341 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-10 11:52:19.342 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-10 11:52:19.343 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-10 11:52:19.344 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-10 11:52:19.345 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: multi-provider 2026-09-10 11:52:19.345 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: net-mtu 2026-09-10 11:52:19.346 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: net-mtu-writable 2026-09-10 11:52:19.346 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: network_availability_zone 2026-09-10 11:52:19.347 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: network_ha 2026-09-10 11:52:19.348 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: network-ip-availability 2026-09-10 11:52:19.349 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-10 11:52:19.350 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: pagination 2026-09-10 11:52:19.350 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-device-profile 2026-09-10 11:52:19.351 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-10 11:52:19.351 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-10 11:52:19.352 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-10 11:52:19.352 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-mac-override 2026-09-10 11:52:19.353 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-10 11:52:19.353 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-10 11:52:19.354 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-10 11:52:19.355 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-resource-request 2026-09-10 11:52:19.356 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-10 11:52:19.356 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-10 11:52:19.357 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: binding 2026-09-10 11:52:19.357 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: binding-extended 2026-09-10 11:52:19.358 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-security 2026-09-10 11:52:19.358 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: project-id 2026-09-10 11:52:19.359 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: provider 2026-09-10 11:52:19.360 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-10 11:52:19.362 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos 2026-09-10 11:52:19.363 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-10 11:52:19.364 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-10 11:52:19.364 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-default 2026-09-10 11:52:19.365 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-fip 2026-09-10 11:52:19.365 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-10 11:52:19.366 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-10 11:52:19.366 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-10 11:52:19.367 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-10 11:52:19.368 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-10 11:52:19.368 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-pps 2026-09-10 11:52:19.369 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-10 11:52:19.369 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-10 11:52:19.370 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: qos-rules-alias 2026-09-10 11:52:19.371 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: quota-check-limit 2026-09-10 11:52:19.372 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-10 11:52:19.374 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: quotas 2026-09-10 11:52:19.377 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: quota_details 2026-09-10 11:52:19.379 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: rbac-policies 2026-09-10 11:52:19.379 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: rbac-address-group 2026-09-10 11:52:19.380 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: rbac-address-scope 2026-09-10 11:52:19.380 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: rbac-security-groups 2026-09-10 11:52:19.381 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-10 11:52:19.382 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: revision-if-match 2026-09-10 11:52:19.382 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-10 11:52:19.383 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: router_availability_zone 2026-09-10 11:52:19.383 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-10 11:52:19.385 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-10 11:52:19.386 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-10 11:52:19.387 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-10 11:52:19.387 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-10 11:52:19.388 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-10 11:52:19.388 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-10 11:52:19.398 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: security-group 2026-09-10 11:52:19.399 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: segment 2026-09-10 11:52:19.400 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-10 11:52:19.400 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: service-type 2026-09-10 11:52:19.401 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: sorting 2026-09-10 11:52:19.401 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: standard-attr-segment 2026-09-10 11:52:19.402 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: standard-attr-description 2026-09-10 11:52:19.402 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: stateful-security-group 2026-09-10 11:52:19.403 1 WARNING neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-10 11:52:19.403 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-10 11:52:19.404 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: subnet-external-network 2026-09-10 11:52:19.404 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: subnet_onboard 2026-09-10 11:52:19.405 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-10 11:52:19.405 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: subnet-service-types 2026-09-10 11:52:19.406 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: subnet_allocation 2026-09-10 11:52:19.407 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-10 11:52:19.407 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: tag-creation 2026-09-10 11:52:19.408 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-10 11:52:19.412 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: standard-attr-tag 2026-09-10 11:52:19.413 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-10 11:52:19.413 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: trunk 2026-09-10 11:52:19.414 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: trunk-details 2026-09-10 11:52:19.415 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-10 11:52:19.415 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-10 11:52:19.416 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-10 11:52:19.416 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-10 11:52:19.418 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-10 11:52:19.419 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-10 11:52:19.419 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: vpn-flavors 2026-09-10 11:52:19.421 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: vpnaas 2026-09-10 11:52:19.423 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: taas 2026-09-10 11:52:19.424 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: tap-mirror 2026-09-10 11:52:19.424 1 INFO neutron.api.extensions [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-10 11:52:19.428 1 INFO oslo_service.backend.eventlet.service [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Starting 2 workers 2026-09-10 11:52:19.437 1 INFO oslo_service.backend.eventlet.service [None req-01283afc-c3d2-46a9-b69d-c1b3b3ded3d0 - - - - - -] Starting 1 workers 2026-09-10 11:53:03.944 11 INFO neutron.db.l3_hamode_db [None req-b33cc40c-fc36-4998-b367-09f4761e645d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 11:53:24.805 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port ed50603c-38e8-45a2-9ea2-df93f889e28c 2026-09-10 11:53:25.025 12 INFO neutron.plugins.ml2.plugin [None req-64eddff0-8e37-4bef-b2d0-22a17f95ebf2 - - - - - -] Attempt 1 to provision port ed50603c-38e8-45a2-9ea2-df93f889e28c 2026-09-10 11:53:26.713 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port ed50603c-38e8-45a2-9ea2-df93f889e28c 2026-09-10 11:53:26.780 12 INFO neutron.plugins.ml2.plugin [None req-e47b3695-84a3-4176-9143-693ebe7d42b6 - - - - - -] Attempt 1 to provision port ed50603c-38e8-45a2-9ea2-df93f889e28c 2026-09-10 11:58:10.925 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 3d9874e2-e415-4046-aeea-366340a995ef 2026-09-10 11:58:12.069 12 INFO neutron.plugins.ml2.plugin [None req-e631b6e6-27df-4bbf-8a0c-71c951262ec2 - - - - - -] Attempt 1 to provision port 3d9874e2-e415-4046-aeea-366340a995ef 2026-09-10 11:58:12.898 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 3d9874e2-e415-4046-aeea-366340a995ef 2026-09-10 11:58:13.746 12 INFO neutron.plugins.ml2.plugin [None req-717ae8e9-ad10-4982-85ec-b65216a9cc74 - - - - - -] Attempt 1 to provision port 3d9874e2-e415-4046-aeea-366340a995ef 2026-09-10 11:58:20.283 12 INFO neutron.plugins.ml2.plugin [None req-4e767c6e-8990-4495-bf55-0348d850ce18 - - - - - -] Attempt 1 to provision port d731c348-e543-4f03-8792-4fec79f56195 2026-09-10 12:03:07.682 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port d731c348-e543-4f03-8792-4fec79f56195 2026-09-10 12:03:09.110 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port d731c348-e543-4f03-8792-4fec79f56195 2026-09-10 12:12:05.484 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port a8585988-cf71-45b7-9e43-8824849f957c 2026-09-10 12:12:07.450 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port a8585988-cf71-45b7-9e43-8824849f957c 2026-09-10 12:29:39.939 11 INFO neutron.plugins.ml2.plugin [None req-43f56c51-4a0d-441a-8d0a-cfc2d583aa54 - - - - - -] Attempt 1 to provision port 8b0cc80a-1470-4031-9408-b746df194c46 2026-09-10 12:29:40.087 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8b0cc80a-1470-4031-9408-b746df194c46 2026-09-10 12:29:42.080 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8b0cc80a-1470-4031-9408-b746df194c46 2026-09-10 12:29:44.094 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 888854d3-a612-46ac-8dd7-cacef7b59078 2026-09-10 12:29:46.085 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 888854d3-a612-46ac-8dd7-cacef7b59078 2026-09-10 12:29:46.353 12 INFO neutron.plugins.ml2.plugin [None req-94d4c55f-423e-4c66-97f2-c795469398e8 - - - - - -] Attempt 1 to provision port 1b096e5c-0f18-4333-a02b-edfb06580b90 2026-09-10 12:29:46.392 12 INFO neutron.plugins.ml2.plugin [None req-94d4c55f-423e-4c66-97f2-c795469398e8 - - - - - -] Attempt 1 to provision port 888854d3-a612-46ac-8dd7-cacef7b59078 2026-09-10 12:29:46.444 12 INFO neutron.plugins.ml2.plugin [None req-94d4c55f-423e-4c66-97f2-c795469398e8 - - - - - -] Attempt 1 to provision port 4a861197-6dbb-43c6-8f7d-a4d039b6d6d7 2026-09-10 12:29:46.469 12 INFO neutron.plugins.ml2.plugin [None req-94d4c55f-423e-4c66-97f2-c795469398e8 - - - - - -] Attempt 1 to provision port 8b0cc80a-1470-4031-9408-b746df194c46 2026-09-10 12:29:52.107 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 9a352c10-acce-46ae-bf2f-66d3c918c55a 2026-09-10 12:29:53.413 12 INFO neutron.plugins.ml2.plugin [None req-a7e13942-3f82-4312-bc11-76014a3d7984 - - - - - -] Attempt 1 to provision port 888854d3-a612-46ac-8dd7-cacef7b59078 2026-09-10 12:29:53.504 12 INFO neutron.plugins.ml2.plugin [None req-a7e13942-3f82-4312-bc11-76014a3d7984 - - - - - -] Attempt 1 to provision port 4a861197-6dbb-43c6-8f7d-a4d039b6d6d7 2026-09-10 12:29:53.548 12 INFO neutron.plugins.ml2.plugin [None req-a7e13942-3f82-4312-bc11-76014a3d7984 - - - - - -] Attempt 1 to provision port 0bd4a459-3e0e-41bc-9341-23a543b5ffe5 2026-09-10 12:29:53.604 12 INFO neutron.plugins.ml2.plugin [None req-a7e13942-3f82-4312-bc11-76014a3d7984 - - - - - -] Attempt 1 to provision port 9a352c10-acce-46ae-bf2f-66d3c918c55a 2026-09-10 12:29:53.681 12 INFO neutron.plugins.ml2.plugin [None req-a7e13942-3f82-4312-bc11-76014a3d7984 - - - - - -] Attempt 1 to provision port 9eb67f21-4d25-4ff0-8fb6-d404a80e0565 2026-09-10 12:29:54.273 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 9a352c10-acce-46ae-bf2f-66d3c918c55a 2026-09-10 12:29:56.173 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 14ab55ce-e8fb-40f3-bed3-c2760860df64 2026-09-10 12:29:56.619 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 5a642f51-449c-46a9-b131-2b9951a6eab5 2026-09-10 12:29:57.734 12 INFO neutron.plugins.ml2.plugin [None req-fbd7f442-28fa-4465-bd93-4838ace722f3 - - - - - -] Attempt 1 to provision port 0bd4a459-3e0e-41bc-9341-23a543b5ffe5 2026-09-10 12:29:57.760 12 INFO neutron.plugins.ml2.plugin [None req-fbd7f442-28fa-4465-bd93-4838ace722f3 - - - - - -] Attempt 1 to provision port 4a861197-6dbb-43c6-8f7d-a4d039b6d6d7 2026-09-10 12:29:58.128 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 14ab55ce-e8fb-40f3-bed3-c2760860df64 2026-09-10 12:29:58.596 12 INFO neutron.plugins.ml2.plugin [None req-da689127-2a0a-4853-9b8c-d062f9464c28 - - - - - -] Attempt 1 to provision port 5a642f51-449c-46a9-b131-2b9951a6eab5 2026-09-10 12:30:02.484 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 7f03970b-05d0-4559-951e-5500ec6f03fc 2026-09-10 12:30:03.414 12 INFO neutron.plugins.ml2.plugin [None req-f87bc479-8cbe-4175-8545-52117cddf7ee - - - - - -] Attempt 1 to provision port 0bd4a459-3e0e-41bc-9341-23a543b5ffe5 2026-09-10 12:30:03.444 12 INFO neutron.plugins.ml2.plugin [None req-f87bc479-8cbe-4175-8545-52117cddf7ee - - - - - -] Attempt 1 to provision port 7f03970b-05d0-4559-951e-5500ec6f03fc 2026-09-10 12:30:05.271 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8492a379-505f-4d05-946b-0a37ff86be08 2026-09-10 12:30:05.803 12 INFO neutron.plugins.ml2.plugin [None req-da758838-b76c-4b84-a3de-91ec6ea9e628 - - - - - -] Attempt 1 to provision port 7e4d20c8-9a05-4934-9c2b-f65ade489d61 2026-09-10 12:30:05.901 12 INFO neutron.notifiers.nova [None req-da758838-b76c-4b84-a3de-91ec6ea9e628 - - - - - -] Nova event matching ['req-3b11c300-1371-4f56-b5f0-027a2525d225'] response: {'server_uuid': '4ac8339a-a6c7-4685-835a-d84fc9cfb06d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8492a379-505f-4d05-946b-0a37ff86be08', 'code': 200} 2026-09-10 12:30:06.330 12 INFO neutron.plugins.ml2.plugin [None req-156ff9ac-5c4d-459f-92f2-ff19ed21fa24 - - - - - -] Attempt 1 to provision port baa6e642-0640-4473-8f8b-33141cc4906b 2026-09-10 12:30:06.796 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 7f03970b-05d0-4559-951e-5500ec6f03fc 2026-09-10 12:30:07.503 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8492a379-505f-4d05-946b-0a37ff86be08 2026-09-10 12:30:07.684 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 7e4d20c8-9a05-4934-9c2b-f65ade489d61 2026-09-10 12:30:07.946 12 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-35bf98e1-42f0-443a-8155-b1fad8867a4f'] response: {'server_uuid': 'd700b0e3-af2b-4b0f-b1c4-e803a3dc407e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e4d20c8-9a05-4934-9c2b-f65ade489d61', 'code': 200} 2026-09-10 12:30:08.067 11 INFO neutron.plugins.ml2.plugin [None req-5bb90fdd-1abb-4b19-b8fa-3796812112d7 - - - - - -] Attempt 1 to provision port 8492a379-505f-4d05-946b-0a37ff86be08 2026-09-10 12:30:15.428 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 96743723-a8f7-47fc-a24a-1e5299b822e0 2026-09-10 12:30:15.862 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port c9c40cd3-6794-47ee-a153-24ee4d523bae 2026-09-10 12:30:17.535 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 96743723-a8f7-47fc-a24a-1e5299b822e0 2026-09-10 12:30:17.738 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port c9c40cd3-6794-47ee-a153-24ee4d523bae 2026-09-10 12:30:17.787 11 INFO neutron.plugins.ml2.plugin [None req-02f86173-b796-4862-b505-606c6365e27c - - - - - -] Attempt 1 to provision port 0b87a4fd-faa6-4ef2-920f-31f5f7451dc0 2026-09-10 12:30:17.836 11 INFO neutron.plugins.ml2.plugin [None req-02f86173-b796-4862-b505-606c6365e27c - - - - - -] Attempt 1 to provision port c9c40cd3-6794-47ee-a153-24ee4d523bae 2026-09-10 12:30:21.237 12 INFO neutron.plugins.ml2.plugin [None req-320ea41d-814e-4307-92ec-314f1a4f2487 - - - - - -] Attempt 1 to provision port c9c40cd3-6794-47ee-a153-24ee4d523bae 2026-09-10 12:30:21.344 12 INFO neutron.plugins.ml2.plugin [None req-320ea41d-814e-4307-92ec-314f1a4f2487 - - - - - -] Attempt 1 to provision port c27f8d9d-57a0-4ff3-9c4a-dec55a27ee10 2026-09-10 12:30:23.928 12 INFO neutron.plugins.ml2.plugin [None req-0edd5ef4-181e-488e-aea8-fd08706464f4 - - - - - -] Attempt 1 to provision port c27f8d9d-57a0-4ff3-9c4a-dec55a27ee10 2026-09-10 12:30:26.402 12 INFO neutron.plugins.ml2.plugin [None req-c9b327b4-a153-4bc7-81c6-606128c7e328 - - - - - -] Attempt 1 to provision port c27f8d9d-57a0-4ff3-9c4a-dec55a27ee10 2026-09-10 12:30:29.385 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port bcd30bdd-1f95-4946-8954-b17f13a97fbb 2026-09-10 12:30:31.593 12 INFO neutron.plugins.ml2.plugin [None req-49758386-b504-4ef7-aa07-fb581f5fea19 - - - - - -] Attempt 1 to provision port bcd30bdd-1f95-4946-8954-b17f13a97fbb 2026-09-10 12:30:32.025 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e38a419a-8298-483c-8a92-64c339f5a995 2026-09-10 12:30:32.502 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 235e0394-87ea-40f2-9a76-d93a2acb4573 2026-09-10 12:30:32.556 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-f1318054-39d1-4006-9787-fb11410ad23d'] response: {'server_uuid': '20dd57af-be79-4617-b388-ce678b4e1b63', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e38a419a-8298-483c-8a92-64c339f5a995', 'code': 200} 2026-09-10 12:30:33.027 11 INFO neutron.plugins.ml2.plugin [None req-3918aa43-3079-4d3f-a7e1-621154b6ec13 - - - - - -] Attempt 1 to provision port 6586e0e0-54b1-4397-80e2-8e8b82cbf9f8 2026-09-10 12:30:33.576 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port bcd30bdd-1f95-4946-8954-b17f13a97fbb 2026-09-10 12:30:34.804 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e38a419a-8298-483c-8a92-64c339f5a995 2026-09-10 12:30:35.082 12 INFO neutron.plugins.ml2.plugin [None req-5eafb1a8-9cc3-48ba-8e4d-f4d191562135 - - - - - -] Attempt 1 to provision port 6586e0e0-54b1-4397-80e2-8e8b82cbf9f8 2026-09-10 12:30:35.574 12 INFO neutron.plugins.ml2.plugin [None req-5eafb1a8-9cc3-48ba-8e4d-f4d191562135 - - - - - -] Attempt 1 to provision port 235e0394-87ea-40f2-9a76-d93a2acb4573 2026-09-10 12:30:35.895 12 INFO neutron.plugins.ml2.plugin [None req-3ec6864d-5883-449e-8ae5-0dc8961237fe - - - - - -] Attempt 1 to provision port dffba53d-7d22-4ff5-a5d8-871dd237381a 2026-09-10 12:30:36.916 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port dffba53d-7d22-4ff5-a5d8-871dd237381a 2026-09-10 12:30:38.106 11 INFO neutron.plugins.ml2.plugin [None req-50bc1f4d-15aa-42a0-9e62-0e2639553cb3 - - - - - -] Attempt 1 to provision port 8ef6f57b-6fe7-439d-a5dc-88d98472ba3e 2026-09-10 12:30:38.142 11 INFO neutron.plugins.ml2.plugin [None req-50bc1f4d-15aa-42a0-9e62-0e2639553cb3 - - - - - -] Attempt 1 to provision port cdb13866-e9c6-4d6f-b7ef-3e8469196876 2026-09-10 12:30:38.178 11 INFO neutron.plugins.ml2.plugin [None req-50bc1f4d-15aa-42a0-9e62-0e2639553cb3 - - - - - -] Attempt 1 to provision port bcd30bdd-1f95-4946-8954-b17f13a97fbb 2026-09-10 12:30:38.250 11 INFO neutron.plugins.ml2.plugin [None req-50bc1f4d-15aa-42a0-9e62-0e2639553cb3 - - - - - -] Attempt 1 to provision port dffba53d-7d22-4ff5-a5d8-871dd237381a 2026-09-10 12:30:38.948 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 0b87a4fd-faa6-4ef2-920f-31f5f7451dc0 2026-09-10 12:30:39.420 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port c27f8d9d-57a0-4ff3-9c4a-dec55a27ee10 2026-09-10 12:30:40.985 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port c27f8d9d-57a0-4ff3-9c4a-dec55a27ee10 2026-09-10 12:30:41.181 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 0b87a4fd-faa6-4ef2-920f-31f5f7451dc0 2026-09-10 12:30:42.241 12 INFO neutron.plugins.ml2.plugin [None req-2774752f-368a-4635-9638-773fba662d5f - - - - - -] Attempt 1 to provision port dffba53d-7d22-4ff5-a5d8-871dd237381a 2026-09-10 12:30:42.313 12 INFO neutron.plugins.ml2.plugin [None req-2774752f-368a-4635-9638-773fba662d5f - - - - - -] Attempt 1 to provision port cdb13866-e9c6-4d6f-b7ef-3e8469196876 2026-09-10 12:30:42.334 12 INFO neutron.plugins.ml2.plugin [None req-2774752f-368a-4635-9638-773fba662d5f - - - - - -] Attempt 1 to provision port 8ef6f57b-6fe7-439d-a5dc-88d98472ba3e 2026-09-10 12:30:42.362 12 INFO neutron.plugins.ml2.plugin [None req-2774752f-368a-4635-9638-773fba662d5f - - - - - -] Attempt 1 to provision port 89319ddd-32c1-4efb-a2d9-bf4f815e9cbd 2026-09-10 12:30:44.964 11 INFO neutron.plugins.ml2.plugin [None req-b3ec8869-ffe9-48d0-b3dc-7424daae7fcc - - - - - -] Attempt 1 to provision port cdb13866-e9c6-4d6f-b7ef-3e8469196876 2026-09-10 12:30:45.021 11 INFO neutron.plugins.ml2.plugin [None req-b3ec8869-ffe9-48d0-b3dc-7424daae7fcc - - - - - -] Attempt 1 to provision port 8ef6f57b-6fe7-439d-a5dc-88d98472ba3e 2026-09-10 12:30:45.057 11 INFO neutron.plugins.ml2.plugin [None req-b3ec8869-ffe9-48d0-b3dc-7424daae7fcc - - - - - -] Attempt 1 to provision port a883ad5f-208e-4f02-bbf1-a350b2532730 2026-09-10 12:30:46.429 12 INFO neutron.plugins.ml2.plugin [None req-596f5779-9cc2-41d9-b568-c9f60c93c80b - - - - - -] Attempt 1 to provision port 54166f23-55db-4d5c-8779-717928e80cc0 2026-09-10 12:30:46.540 12 INFO neutron.notifiers.nova [None req-596f5779-9cc2-41d9-b568-c9f60c93c80b - - - - - -] Nova event matching ['req-e1efd313-0163-498f-bd50-88a7dc437faa'] response: {'server_uuid': '5184cce2-cfce-49fb-82d0-047bac7520b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '54166f23-55db-4d5c-8779-717928e80cc0', 'code': 200} 2026-09-10 12:30:46.946 11 INFO neutron.plugins.ml2.plugin [None req-5c239447-dd06-438b-aecc-d7e2eea0c782 - - - - - -] Attempt 1 to provision port cdb13866-e9c6-4d6f-b7ef-3e8469196876 2026-09-10 12:30:46.976 11 INFO neutron.plugins.ml2.plugin [None req-5c239447-dd06-438b-aecc-d7e2eea0c782 - - - - - -] Attempt 1 to provision port 54166f23-55db-4d5c-8779-717928e80cc0 2026-09-10 12:30:47.521 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 54166f23-55db-4d5c-8779-717928e80cc0 2026-09-10 12:30:50.326 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e60798cd-0ea4-4de6-8557-ec3c61f8413f 2026-09-10 12:30:50.472 12 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-21398bb6-5f21-4a8f-9c14-7aa3f45df143'] response: {'server_uuid': '6c282062-a303-44b7-b00a-08e5094a0600', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e60798cd-0ea4-4de6-8557-ec3c61f8413f', 'code': 200} 2026-09-10 12:30:51.608 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8ef6f57b-6fe7-439d-a5dc-88d98472ba3e 2026-09-10 12:30:51.981 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 89319ddd-32c1-4efb-a2d9-bf4f815e9cbd 2026-09-10 12:30:52.348 11 INFO neutron.plugins.ml2.plugin [None req-c80a671b-9aa3-4404-93e0-f8a8f78fcc62 - - - - - -] Attempt 1 to provision port e60798cd-0ea4-4de6-8557-ec3c61f8413f 2026-09-10 12:30:53.584 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8ef6f57b-6fe7-439d-a5dc-88d98472ba3e 2026-09-10 12:30:53.882 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port cdb13866-e9c6-4d6f-b7ef-3e8469196876 2026-09-10 12:30:54.222 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 89319ddd-32c1-4efb-a2d9-bf4f815e9cbd 2026-09-10 12:30:54.424 11 INFO neutron.plugins.ml2.plugin [None req-fdef454b-8aa4-490f-9343-d88c649be3ad - - - - - -] Attempt 1 to provision port a883ad5f-208e-4f02-bbf1-a350b2532730 2026-09-10 12:30:55.873 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port cdb13866-e9c6-4d6f-b7ef-3e8469196876 2026-09-10 12:30:56.055 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port a883ad5f-208e-4f02-bbf1-a350b2532730 2026-09-10 12:30:57.485 12 INFO neutron.plugins.ml2.plugin [None req-ad0b1dea-104b-489d-9deb-e807aaf23e1e - - - - - -] Attempt 1 to provision port ba5bdb8d-94d5-481c-adde-7bce2599db08 2026-09-10 12:30:57.853 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port ba5bdb8d-94d5-481c-adde-7bce2599db08 2026-09-10 12:31:00.057 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 85d02fcf-5aa5-4006-9ae5-a54c628cb50d 2026-09-10 12:31:00.445 11 INFO neutron.plugins.ml2.plugin [None req-d14263dc-f495-426d-8d8d-ef97158c242a - - - - - -] Attempt 1 to provision port 8b3f9c4b-56ed-4e38-a043-d71c1d994c22 2026-09-10 12:31:00.479 11 INFO neutron.plugins.ml2.plugin [None req-d14263dc-f495-426d-8d8d-ef97158c242a - - - - - -] Attempt 1 to provision port 202596ae-4c11-4836-98cc-817f454e242b 2026-09-10 12:31:00.507 11 INFO neutron.plugins.ml2.plugin [None req-d14263dc-f495-426d-8d8d-ef97158c242a - - - - - -] Attempt 1 to provision port ba5bdb8d-94d5-481c-adde-7bce2599db08 2026-09-10 12:31:02.023 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 85d02fcf-5aa5-4006-9ae5-a54c628cb50d 2026-09-10 12:31:05.906 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 392136ed-19de-4271-9ee3-ac29c4333efc 2026-09-10 12:31:06.406 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e453d718-61fa-4a5f-acd3-44d75c81c71d 2026-09-10 12:31:06.438 11 INFO neutron.plugins.ml2.plugin [None req-ba6408da-1965-4963-bdb4-5f7f35d1f068 - - - - - -] Attempt 1 to provision port 202596ae-4c11-4836-98cc-817f454e242b 2026-09-10 12:31:06.481 11 INFO neutron.plugins.ml2.plugin [None req-ba6408da-1965-4963-bdb4-5f7f35d1f068 - - - - - -] Attempt 1 to provision port 392136ed-19de-4271-9ee3-ac29c4333efc 2026-09-10 12:31:07.944 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 392136ed-19de-4271-9ee3-ac29c4333efc 2026-09-10 12:31:08.205 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e453d718-61fa-4a5f-acd3-44d75c81c71d 2026-09-10 12:31:10.006 11 INFO neutron.plugins.ml2.plugin [None req-ab0493c9-4a72-4f2f-8d5d-a0a475e77960 - - - - - -] Attempt 1 to provision port 86d6d8bf-7f48-4fed-b611-f2af4e243bdf 2026-09-10 12:31:10.713 11 INFO neutron.plugins.ml2.plugin [None req-c292c1e0-ed06-426a-8019-3c98ca5695b6 - - - - - -] Attempt 1 to provision port 7c640654-7bbc-4b33-971a-7ba450bce80d 2026-09-10 12:31:11.941 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 7c640654-7bbc-4b33-971a-7ba450bce80d 2026-09-10 12:31:12.231 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 86d6d8bf-7f48-4fed-b611-f2af4e243bdf 2026-09-10 12:31:13.658 11 INFO neutron.plugins.ml2.plugin [None req-0c0c9b50-fbfc-458d-801b-63b329807406 - - - - - -] Attempt 1 to provision port 7c640654-7bbc-4b33-971a-7ba450bce80d 2026-09-10 12:31:13.716 11 INFO neutron.plugins.ml2.plugin [None req-0c0c9b50-fbfc-458d-801b-63b329807406 - - - - - -] Attempt 1 to provision port 202596ae-4c11-4836-98cc-817f454e242b 2026-09-10 12:31:13.759 11 INFO neutron.plugins.ml2.plugin [None req-0c0c9b50-fbfc-458d-801b-63b329807406 - - - - - -] Attempt 1 to provision port 392136ed-19de-4271-9ee3-ac29c4333efc 2026-09-10 12:31:13.840 11 INFO neutron.plugins.ml2.plugin [None req-0c0c9b50-fbfc-458d-801b-63b329807406 - - - - - -] Attempt 1 to provision port 02e61f41-d8c4-4bd6-b7da-9300c48d0dd2 2026-09-10 12:31:13.876 11 INFO neutron.plugins.ml2.plugin [None req-0c0c9b50-fbfc-458d-801b-63b329807406 - - - - - -] Attempt 1 to provision port bdba264c-71e4-49ad-9ee8-690ac5c9b377 2026-09-10 12:31:18.857 12 INFO neutron.plugins.ml2.plugin [None req-3264e5dc-e34e-4e78-8254-8372ecb7b082 - - - - - -] Attempt 1 to provision port 7c640654-7bbc-4b33-971a-7ba450bce80d 2026-09-10 12:31:18.892 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port f23011d4-505e-4e93-ad0b-3b80cd088113 2026-09-10 12:31:18.907 12 INFO neutron.plugins.ml2.plugin [None req-3264e5dc-e34e-4e78-8254-8372ecb7b082 - - - - - -] Attempt 1 to provision port 8aa7f127-3190-4cfe-9a30-611df1fe05c1 2026-09-10 12:31:18.937 12 INFO neutron.plugins.ml2.plugin [None req-3264e5dc-e34e-4e78-8254-8372ecb7b082 - - - - - -] Attempt 1 to provision port 02e61f41-d8c4-4bd6-b7da-9300c48d0dd2 2026-09-10 12:31:19.014 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-5d43611c-d3aa-4b54-8168-59cc8a99a702'] response: {'server_uuid': '2967bf8b-78fb-44ad-8255-9c7e388abf9b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f23011d4-505e-4e93-ad0b-3b80cd088113', 'code': 200} 2026-09-10 12:31:19.172 12 INFO neutron.plugins.ml2.plugin [None req-5dc4b417-06f4-49e5-a3dc-c2571bc10559 - - - - - -] Attempt 1 to provision port f23011d4-505e-4e93-ad0b-3b80cd088113 2026-09-10 12:31:21.565 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8b3f9c4b-56ed-4e38-a043-d71c1d994c22 2026-09-10 12:31:21.880 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 202596ae-4c11-4836-98cc-817f454e242b 2026-09-10 12:31:22.295 12 INFO neutron.plugins.ml2.plugin [None req-c80a671b-9aa3-4404-93e0-f8a8f78fcc62 - - - - - -] Attempt 1 to provision port 97f6312e-4f65-438b-9739-1e54552f4e9f 2026-09-10 12:31:22.327 12 INFO neutron.plugins.ml2.plugin [None req-e5749245-5cf4-4a26-8cc8-de94847f9f60 - - - - - -] Attempt 1 to provision port 8aa7f127-3190-4cfe-9a30-611df1fe05c1 2026-09-10 12:31:22.383 12 INFO neutron.plugins.ml2.plugin [None req-e5749245-5cf4-4a26-8cc8-de94847f9f60 - - - - - -] Attempt 1 to provision port 02e61f41-d8c4-4bd6-b7da-9300c48d0dd2 2026-09-10 12:31:22.447 12 INFO neutron.plugins.ml2.plugin [None req-e5749245-5cf4-4a26-8cc8-de94847f9f60 - - - - - -] Attempt 1 to provision port 1c103b50-6c25-494c-ac88-82b1f86db171 2026-09-10 12:31:22.483 12 INFO neutron.notifiers.nova [None req-e5749245-5cf4-4a26-8cc8-de94847f9f60 - - - - - -] Nova event matching ['req-dc18fcbd-c3f0-4426-9bef-31ff25836e17'] response: {'server_uuid': '8412fbd5-3235-4bb4-a774-6ed6c5b64479', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97f6312e-4f65-438b-9739-1e54552f4e9f', 'code': 200} 2026-09-10 12:31:22.870 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port f23011d4-505e-4e93-ad0b-3b80cd088113 2026-09-10 12:31:23.910 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8b3f9c4b-56ed-4e38-a043-d71c1d994c22 2026-09-10 12:31:24.205 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 97f6312e-4f65-438b-9739-1e54552f4e9f 2026-09-10 12:31:24.537 12 INFO neutron.plugins.ml2.plugin [None req-6c4d6aa2-0935-4b5e-bca6-aee78567603a - - - - - -] Attempt 1 to provision port 202596ae-4c11-4836-98cc-817f454e242b 2026-09-10 12:31:25.190 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-33beb2d1-acf1-4cbe-a9f4-ab2e25823e9e'] response: {'server_uuid': '6c282062-a303-44b7-b00a-08e5094a0600', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e60798cd-0ea4-4de6-8557-ec3c61f8413f', 'code': 200} 2026-09-10 12:31:26.336 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 02e61f41-d8c4-4bd6-b7da-9300c48d0dd2 2026-09-10 12:31:26.655 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port bdba264c-71e4-49ad-9ee8-690ac5c9b377 2026-09-10 12:31:27.061 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e60798cd-0ea4-4de6-8557-ec3c61f8413f 2026-09-10 12:31:27.244 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-bd0eb768-25cd-4d1a-a6ad-932a2bc7217e'] response: {'server_uuid': '6c282062-a303-44b7-b00a-08e5094a0600', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e60798cd-0ea4-4de6-8557-ec3c61f8413f', 'code': 200} 2026-09-10 12:31:27.446 11 INFO neutron.plugins.ml2.plugin [None req-19c9f121-d4c2-4d0d-aa29-cc6e66cb1840 - - - - - -] Attempt 1 to provision port 8aa7f127-3190-4cfe-9a30-611df1fe05c1 2026-09-10 12:31:28.911 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 02e61f41-d8c4-4bd6-b7da-9300c48d0dd2 2026-09-10 12:31:29.160 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port bdba264c-71e4-49ad-9ee8-690ac5c9b377 2026-09-10 12:31:29.367 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8aa7f127-3190-4cfe-9a30-611df1fe05c1 2026-09-10 12:31:29.637 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e60798cd-0ea4-4de6-8557-ec3c61f8413f 2026-09-10 12:31:29.825 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 1c103b50-6c25-494c-ac88-82b1f86db171 2026-09-10 12:31:31.182 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8aa7f127-3190-4cfe-9a30-611df1fe05c1 2026-09-10 12:31:31.377 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 1c103b50-6c25-494c-ac88-82b1f86db171 2026-09-10 12:31:39.392 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-f767b0cc-3fc8-4f61-96bc-3b06381094c3'] response: {'server_uuid': '2967bf8b-78fb-44ad-8255-9c7e388abf9b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f23011d4-505e-4e93-ad0b-3b80cd088113', 'code': 200} 2026-09-10 12:32:02.914 12 INFO neutron.plugins.ml2.plugin [None req-8af6f37d-09fd-4c1a-b1c1-1c3a77944fc3 - - - - - -] Attempt 1 to provision port c776c53c-91b1-43da-94e5-4e932c48f79f 2026-09-10 12:32:03.378 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port c776c53c-91b1-43da-94e5-4e932c48f79f 2026-09-10 12:32:05.432 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 057425ea-8adb-48ed-805d-df8e3ae6de05 2026-09-10 12:32:05.871 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port c776c53c-91b1-43da-94e5-4e932c48f79f 2026-09-10 12:32:06.245 11 INFO neutron.plugins.ml2.plugin [None req-7d814249-f9ba-4fea-b9d8-549424144a0f - - - - - -] Attempt 1 to provision port c776c53c-91b1-43da-94e5-4e932c48f79f 2026-09-10 12:32:06.322 11 INFO neutron.plugins.ml2.plugin [None req-7d814249-f9ba-4fea-b9d8-549424144a0f - - - - - -] Attempt 1 to provision port b2e51f2f-492b-4c0b-83af-dafade5fc1ff 2026-09-10 12:32:07.208 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 057425ea-8adb-48ed-805d-df8e3ae6de05 2026-09-10 12:32:09.294 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 1e33448c-1538-4acd-b8b8-bd278f4e5f1b 2026-09-10 12:32:11.550 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 1e33448c-1538-4acd-b8b8-bd278f4e5f1b 2026-09-10 12:32:14.037 11 INFO neutron.plugins.ml2.plugin [None req-b4a8d108-52ad-43a9-9e9c-78fe93cfdb78 - - - - - -] Attempt 1 to provision port 32ed5bcf-a05d-48d3-9061-6ade9950303e 2026-09-10 12:32:14.067 11 INFO neutron.plugins.ml2.plugin [None req-b4a8d108-52ad-43a9-9e9c-78fe93cfdb78 - - - - - -] Attempt 1 to provision port b2e51f2f-492b-4c0b-83af-dafade5fc1ff 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server [None req-5ed8740e-ab3e-4f52-9e32-195369f058a1 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet ee2ae8c2-6ecb-4532-8c1a-d6c6f03c7d11: This subnet is being modified by another concurrent operation. 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise self.value 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise self.value 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise self.value 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise self.value 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise self.value 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise self.value 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1585, in create_port_db 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-09-10 12:32:16.350 11 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-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server raise exception 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet ee2ae8c2-6ecb-4532-8c1a-d6c6f03c7d11: This subnet is being modified by another concurrent operation. 2026-09-10 12:32:16.350 11 ERROR oslo_messaging.rpc.server 2026-09-10 12:32:17.509 12 INFO neutron.plugins.ml2.plugin [None req-530b4851-8d6e-44ab-b92b-2f6af1095610 - - - - - -] Attempt 1 to provision port b2e51f2f-492b-4c0b-83af-dafade5fc1ff 2026-09-10 12:32:18.308 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 4d8e7b31-d1ab-4507-8fd7-c7076febc3b7 2026-09-10 12:32:18.433 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-ef417ab6-21c8-4d08-aa52-4c23865ecc7b'] response: {'server_uuid': '3560c519-1387-48e2-8f86-55b5b626ea1e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d8e7b31-d1ab-4507-8fd7-c7076febc3b7', 'code': 200} 2026-09-10 12:32:19.249 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 4d8e7b31-d1ab-4507-8fd7-c7076febc3b7 2026-09-10 12:32:23.345 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port b2e51f2f-492b-4c0b-83af-dafade5fc1ff 2026-09-10 12:32:23.689 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 32ed5bcf-a05d-48d3-9061-6ade9950303e 2026-09-10 12:32:23.982 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 434b6bf3-913f-4dca-93da-110fba6caaa6 2026-09-10 12:32:25.380 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port b2e51f2f-492b-4c0b-83af-dafade5fc1ff 2026-09-10 12:32:25.581 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 32ed5bcf-a05d-48d3-9061-6ade9950303e 2026-09-10 12:32:25.809 12 INFO neutron.plugins.ml2.plugin [None req-4c5ed27d-5920-44d3-9e97-7a914c0112f2 - - - - - -] Attempt 1 to provision port 4d8e7b31-d1ab-4507-8fd7-c7076febc3b7 2026-09-10 12:32:45.186 12 INFO neutron.plugins.ml2.plugin [None req-b7b33a77-8996-45ec-b30a-007726a674a7 - - - - - -] Attempt 1 to provision port 03b47532-8c13-4df3-85ab-1217e0ed5e0c 2026-09-10 12:32:46.943 11 INFO neutron.plugins.ml2.plugin [None req-453dc94e-11da-4a18-af12-69d305d9d16a - - - - - -] Attempt 1 to provision port 97ec00d0-dde8-4906-aa85-6c302dcdda2b 2026-09-10 12:32:51.296 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 11fd52ba-0740-4243-8d46-c9e2100b1c5f 2026-09-10 12:32:51.706 11 INFO neutron.plugins.ml2.plugin [None req-5e9c8e74-4664-4254-9f6a-bd55ba07d5e5 - - - - - -] Attempt 1 to provision port e510979e-4986-4b1a-92b4-28120b5b9325 2026-09-10 12:32:51.717 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e510979e-4986-4b1a-92b4-28120b5b9325 2026-09-10 12:32:53.243 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 11fd52ba-0740-4243-8d46-c9e2100b1c5f 2026-09-10 12:32:53.461 11 INFO neutron.plugins.ml2.plugin [None req-d98bfa4c-1369-4625-baaf-b6b598d4f0fd - - - - - -] Attempt 1 to provision port ee1b5d26-82ae-485c-b145-cc4f210244a4 2026-09-10 12:32:53.491 11 INFO neutron.plugins.ml2.plugin [None req-d98bfa4c-1369-4625-baaf-b6b598d4f0fd - - - - - -] Attempt 1 to provision port e510979e-4986-4b1a-92b4-28120b5b9325 2026-09-10 12:32:53.492 12 INFO neutron.plugins.ml2.plugin [None req-ff8ffc0e-a0d9-46aa-a489-de6b8bcdd1cd - - - - - -] Attempt 1 to provision port e510979e-4986-4b1a-92b4-28120b5b9325 2026-09-10 12:32:54.704 11 INFO neutron.plugins.ml2.plugin [None req-c057ba46-ff2a-40d7-bf2c-1d306a82bcbf - - - - - -] Attempt 1 to provision port ee1b5d26-82ae-485c-b145-cc4f210244a4 2026-09-10 12:32:55.910 11 INFO neutron.plugins.ml2.plugin [None req-ec887886-d9b7-411d-a4e1-71efa5c095a8 - - - - - -] Attempt 1 to provision port ee1b5d26-82ae-485c-b145-cc4f210244a4 2026-09-10 12:33:05.790 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port a8f5263a-a8fe-4e24-9197-4831c486d00c 2026-09-10 12:33:05.911 12 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-37a21c20-e6d3-4403-bc33-d809da3ccb9c'] response: {'server_uuid': '78789c35-3cc7-49b2-87d9-8d80a6bc614b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a8f5263a-a8fe-4e24-9197-4831c486d00c', 'code': 200} 2026-09-10 12:33:07.252 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 97ec00d0-dde8-4906-aa85-6c302dcdda2b 2026-09-10 12:33:07.617 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port a8f5263a-a8fe-4e24-9197-4831c486d00c 2026-09-10 12:33:09.244 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 97ec00d0-dde8-4906-aa85-6c302dcdda2b 2026-09-10 12:33:09.444 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port ee1b5d26-82ae-485c-b145-cc4f210244a4 2026-09-10 12:33:11.220 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port ee1b5d26-82ae-485c-b145-cc4f210244a4 2026-09-10 12:33:40.516 11 INFO neutron.plugins.ml2.plugin [None req-9402a969-a68b-4a2f-bb41-d5d7358def65 - - - - - -] Attempt 1 to provision port 22b1a7c7-4ade-47d6-98c9-555b98d446af 2026-09-10 12:33:41.273 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 22b1a7c7-4ade-47d6-98c9-555b98d446af 2026-09-10 12:33:43.298 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e6ce2db1-53de-4433-9d63-e9bb1602d49b 2026-09-10 12:33:45.312 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port e6ce2db1-53de-4433-9d63-e9bb1602d49b 2026-09-10 12:33:45.830 12 INFO neutron.plugins.ml2.plugin [None req-60139e2d-0b85-4971-b05a-9217acba9725 - - - - - -] Attempt 1 to provision port e6ce2db1-53de-4433-9d63-e9bb1602d49b 2026-09-10 12:33:45.895 12 INFO neutron.plugins.ml2.plugin [None req-60139e2d-0b85-4971-b05a-9217acba9725 - - - - - -] Attempt 1 to provision port 22b1a7c7-4ade-47d6-98c9-555b98d446af 2026-09-10 12:33:47.796 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 82c3db42-4844-415c-a23e-d0bbce83ad65 2026-09-10 12:33:47.931 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-411bdbec-3087-4d61-8ccd-a93a3d1557a0'] response: {'server_uuid': '8f2aa7a2-2a73-44f8-a574-09c456ef892f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '82c3db42-4844-415c-a23e-d0bbce83ad65', 'code': 200} 2026-09-10 12:33:49.403 12 INFO neutron.plugins.ml2.plugin [None req-8d3d7781-ce96-4c03-aa95-340dd14c6d2b - - - - - -] Attempt 1 to provision port 82c3db42-4844-415c-a23e-d0bbce83ad65 2026-09-10 12:33:49.523 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 82c3db42-4844-415c-a23e-d0bbce83ad65 2026-09-10 12:33:51.315 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 810b3dd2-15e2-476a-956a-093331c25c06 2026-09-10 12:33:53.294 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 810b3dd2-15e2-476a-956a-093331c25c06 2026-09-10 12:33:53.635 12 INFO neutron.plugins.ml2.plugin [None req-3b11e7bd-03da-418f-ac24-3f2bdd973880 - - - - - -] Attempt 1 to provision port 810b3dd2-15e2-476a-956a-093331c25c06 2026-09-10 12:33:59.308 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8fe5986b-0d92-4fe0-8bc5-2e8806cfdaa1 2026-09-10 12:33:59.921 12 INFO neutron.plugins.ml2.plugin [None req-69aacd1e-f982-49dc-ad51-121aaaa7b0fa - - - - - -] Attempt 1 to provision port 8fe5986b-0d92-4fe0-8bc5-2e8806cfdaa1 2026-09-10 12:34:03.728 12 INFO neutron.plugins.ml2.plugin [None req-51fd1548-c833-4ce6-9f6a-e92d7f8a4aae - - - - - -] Attempt 1 to provision port b966f0fb-4638-4ba7-9d0c-443f0d272103 2026-09-10 12:34:23.445 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-94adf5dc-05ca-4e9e-824b-50e06f201408'] response: {'server_uuid': '78789c35-3cc7-49b2-87d9-8d80a6bc614b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a8f5263a-a8fe-4e24-9197-4831c486d00c', 'code': 200} 2026-09-10 12:34:29.578 11 INFO neutron_taas.services.taas.taas_plugin [None req-84a19b0d-39a3-46aa-883a-9475d8688515 - - - - - -] TaaS: Handle Delete Port: e510979e-4986-4b1a-92b4-28120b5b9325 2026-09-10 12:34:29.586 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84a19b0d-39a3-46aa-883a-9475d8688515 - - - - - -] Tap Mirror: Handle Delete Port: e510979e-4986-4b1a-92b4-28120b5b9325 2026-09-10 12:35:21.191 11 INFO neutron.plugins.ml2.plugin [None req-db0c6489-0fe1-4fe9-aa4a-f24155a7275c - - - - - -] Attempt 1 to provision port 8adc6201-8f28-4f6e-9fb9-cfab1eb3f9ca 2026-09-10 12:35:21.304 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8adc6201-8f28-4f6e-9fb9-cfab1eb3f9ca 2026-09-10 12:35:23.384 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8adc6201-8f28-4f6e-9fb9-cfab1eb3f9ca 2026-09-10 12:35:23.663 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port f215f76a-2d95-4283-b28b-6e50360b5288 2026-09-10 12:35:25.366 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port f215f76a-2d95-4283-b28b-6e50360b5288 2026-09-10 12:35:27.366 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port beae94d5-7c9b-46e1-a181-93b3ffc54508 2026-09-10 12:35:27.736 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 09eb7a41-8d75-4b18-b210-2b2d3c23cb9b 2026-09-10 12:35:29.320 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 8adc6201-8f28-4f6e-9fb9-cfab1eb3f9ca 2026-09-10 12:35:29.595 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port beae94d5-7c9b-46e1-a181-93b3ffc54508 2026-09-10 12:35:30.033 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 09eb7a41-8d75-4b18-b210-2b2d3c23cb9b 2026-09-10 12:35:31.807 12 INFO neutron.plugins.ml2.plugin [None req-1f21286d-edf6-4f0e-91cb-0e5da56fe8f0 - - - - - -] Attempt 1 to provision port 09eb7a41-8d75-4b18-b210-2b2d3c23cb9b 2026-09-10 12:35:31.878 12 INFO neutron.plugins.ml2.plugin [None req-1f21286d-edf6-4f0e-91cb-0e5da56fe8f0 - - - - - -] Attempt 1 to provision port 8adc6201-8f28-4f6e-9fb9-cfab1eb3f9ca 2026-09-10 12:35:31.928 12 INFO neutron.plugins.ml2.plugin [None req-1f21286d-edf6-4f0e-91cb-0e5da56fe8f0 - - - - - -] Attempt 1 to provision port f215f76a-2d95-4283-b28b-6e50360b5288 2026-09-10 12:35:31.978 12 INFO neutron.plugins.ml2.plugin [None req-1f21286d-edf6-4f0e-91cb-0e5da56fe8f0 - - - - - -] Attempt 1 to provision port 26fb56bc-8799-4e9f-bd3b-dfb10d9dad52 2026-09-10 12:35:37.453 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port 8adc6201-8f28-4f6e-9fb9-cfab1eb3f9ca 2026-09-10 12:35:37.511 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port 603bad7f-6de7-44d0-82bf-e18bc50809a9 2026-09-10 12:35:37.553 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port 09eb7a41-8d75-4b18-b210-2b2d3c23cb9b 2026-09-10 12:35:37.614 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port 924da00c-41c2-43d1-aedd-97665fc6fec7 2026-09-10 12:35:37.648 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port 4dbaa9a4-0b01-47be-87d3-afed7a136380 2026-09-10 12:35:37.682 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port 26fb56bc-8799-4e9f-bd3b-dfb10d9dad52 2026-09-10 12:35:37.710 11 INFO neutron.plugins.ml2.plugin [None req-72e69be5-01c1-4894-8936-841af590d122 - - - - - -] Attempt 1 to provision port f215f76a-2d95-4283-b28b-6e50360b5288 2026-09-10 12:35:41.394 11 INFO neutron.plugins.ml2.plugin [None req-c7a507df-8cff-49eb-af00-58174657f92a - - - - - -] Attempt 1 to provision port 603bad7f-6de7-44d0-82bf-e18bc50809a9 2026-09-10 12:35:41.423 11 INFO neutron.plugins.ml2.plugin [None req-c7a507df-8cff-49eb-af00-58174657f92a - - - - - -] Attempt 1 to provision port 09eb7a41-8d75-4b18-b210-2b2d3c23cb9b 2026-09-10 12:35:41.477 11 INFO neutron.plugins.ml2.plugin [None req-c7a507df-8cff-49eb-af00-58174657f92a - - - - - -] Attempt 1 to provision port 26fb56bc-8799-4e9f-bd3b-dfb10d9dad52 2026-09-10 12:35:41.499 11 INFO neutron.plugins.ml2.plugin [None req-c7a507df-8cff-49eb-af00-58174657f92a - - - - - -] Attempt 1 to provision port 4dbaa9a4-0b01-47be-87d3-afed7a136380 2026-09-10 12:35:41.524 11 INFO neutron.plugins.ml2.plugin [None req-c7a507df-8cff-49eb-af00-58174657f92a - - - - - -] Attempt 1 to provision port f215f76a-2d95-4283-b28b-6e50360b5288 2026-09-10 12:35:43.848 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 94c9ab05-d3e3-4920-be09-e4050fb9cd46 2026-09-10 12:35:44.069 12 INFO neutron.notifiers.nova [None req-c01ace64-2173-4312-873f-18159142dc4c - - - - - -] Nova event matching ['req-86fc0259-7193-4615-a430-346910adad24'] response: {'server_uuid': 'fdce13e5-476b-4a77-adc4-84dd948f900f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '94c9ab05-d3e3-4920-be09-e4050fb9cd46', 'code': 200} 2026-09-10 12:35:44.391 11 INFO neutron.plugins.ml2.plugin [None req-e298299b-cd76-44fb-8295-375d3ee081c3 - - - - - -] Attempt 1 to provision port 26fb56bc-8799-4e9f-bd3b-dfb10d9dad52 2026-09-10 12:35:44.559 11 INFO neutron.plugins.ml2.plugin [None req-e298299b-cd76-44fb-8295-375d3ee081c3 - - - - - -] Attempt 1 to provision port 4dbaa9a4-0b01-47be-87d3-afed7a136380 2026-09-10 12:35:44.733 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 603bad7f-6de7-44d0-82bf-e18bc50809a9 2026-09-10 12:35:45.383 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 924da00c-41c2-43d1-aedd-97665fc6fec7 2026-09-10 12:35:45.721 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 603bad7f-6de7-44d0-82bf-e18bc50809a9 2026-09-10 12:35:45.952 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 94c9ab05-d3e3-4920-be09-e4050fb9cd46 2026-09-10 12:35:46.186 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 26fb56bc-8799-4e9f-bd3b-dfb10d9dad52 2026-09-10 12:35:46.432 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 4dbaa9a4-0b01-47be-87d3-afed7a136380 2026-09-10 12:35:46.633 11 INFO neutron.plugins.ml2.plugin [None req-b0aafde6-af73-4c81-9496-5061c7df6285 - - - - - -] Attempt 1 to provision port 4dbaa9a4-0b01-47be-87d3-afed7a136380 2026-09-10 12:35:46.679 11 INFO neutron.plugins.ml2.plugin [None req-b0aafde6-af73-4c81-9496-5061c7df6285 - - - - - -] Attempt 1 to provision port 603bad7f-6de7-44d0-82bf-e18bc50809a9 2026-09-10 12:35:47.337 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 924da00c-41c2-43d1-aedd-97665fc6fec7 2026-09-10 12:35:47.986 12 INFO neutron.plugins.ml2.plugin [None req-76705bb1-dff6-48fc-99df-2e776c5c9683 - - - - - -] Attempt 1 to provision port 94c9ab05-d3e3-4920-be09-e4050fb9cd46 2026-09-10 12:36:01.359 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 389ad00e-e5f3-40f4-81a6-016bca778511 2026-09-10 12:36:01.513 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-37c18325-0a16-4edd-bc05-fc702c6cb577'] response: {'server_uuid': '503f0f9c-ea55-426e-bfde-c7369ee5975c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '389ad00e-e5f3-40f4-81a6-016bca778511', 'code': 200} 2026-09-10 12:36:03.343 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 389ad00e-e5f3-40f4-81a6-016bca778511 2026-09-10 12:36:34.799 12 INFO neutron.plugins.ml2.plugin [None req-d7785560-c416-4be3-b225-67112eb5a9b2 - - - - - -] Attempt 1 to provision port 62e5d4ec-56fe-40c1-8be3-4c953d8cce1e 2026-09-10 12:36:57.885 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 31c94018-6c56-41c9-94da-5a303015c427 2026-09-10 12:36:58.022 12 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-b3c9f013-31fe-4a17-b0c6-ca1a4ba93550'] response: {'server_uuid': '82bd2848-cbac-48e0-a9dd-0b17b2e53555', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '31c94018-6c56-41c9-94da-5a303015c427', 'code': 200} 2026-09-10 12:36:59.399 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 31c94018-6c56-41c9-94da-5a303015c427 2026-09-10 12:38:02.149 11 INFO neutron.plugins.ml2.plugin [None req-384c34e8-718c-4e55-a146-ae7c7dbf65a5 - - - - - -] Attempt 1 to provision port fc4986f9-e228-4987-9d47-5b7803fd1ba1 2026-09-10 12:38:07.415 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port fc4986f9-e228-4987-9d47-5b7803fd1ba1 2026-09-10 12:38:07.640 12 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-0f59edf2-3638-4138-8c44-0b81d01a1ab9'] response: {'server_uuid': '82bd2848-cbac-48e0-a9dd-0b17b2e53555', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc4986f9-e228-4987-9d47-5b7803fd1ba1', 'code': 200} 2026-09-10 12:38:09.383 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port fc4986f9-e228-4987-9d47-5b7803fd1ba1 2026-09-10 12:38:11.901 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port fc4986f9-e228-4987-9d47-5b7803fd1ba1 2026-09-10 12:38:41.691 11 INFO neutron.plugins.ml2.plugin [None req-79c8eab0-51ae-4713-8aac-72f1fc7a778d - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:38:48.998 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:38:49.143 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-ddc74d31-f271-4006-bd27-58c08da1bdea'] response: {'server_uuid': '82bd2848-cbac-48e0-a9dd-0b17b2e53555', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2', 'code': 200} 2026-09-10 12:38:49.570 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:39:01.997 12 INFO neutron.plugins.ml2.plugin [None req-6fb98b68-d9d1-4280-b94a-91b93e10feeb - - - - - -] Attempt 1 to provision port 231d8dbf-2812-498c-8a34-59677f5132d8 2026-09-10 12:39:07.627 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 231d8dbf-2812-498c-8a34-59677f5132d8 2026-09-10 12:39:07.739 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-8846f43e-004e-4e95-a04d-80fa51290b78'] response: {'server_uuid': '82bd2848-cbac-48e0-a9dd-0b17b2e53555', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '231d8dbf-2812-498c-8a34-59677f5132d8', 'code': 200} 2026-09-10 12:39:09.601 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 231d8dbf-2812-498c-8a34-59677f5132d8 2026-09-10 12:39:12.348 12 INFO neutron.plugins.ml2.plugin [None req-db6d5c89-69a4-4b94-99ae-5e3deb540338 - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:39:13.612 11 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:39:25.144 11 INFO neutron.plugins.ml2.plugin [None req-3dc0cb4a-daab-467f-8dfe-f69bd5c6749b - - - - - -] Attempt 1 to provision port 231d8dbf-2812-498c-8a34-59677f5132d8 2026-09-10 12:39:25.660 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 231d8dbf-2812-498c-8a34-59677f5132d8 2026-09-10 12:39:26.484 12 INFO neutron.plugins.ml2.plugin [None req-5675f47b-62f9-45ea-a7d4-558211a28526 - - - - - -] Attempt 1 to provision port 231d8dbf-2812-498c-8a34-59677f5132d8 2026-09-10 12:39:35.651 12 INFO neutron.plugins.ml2.plugin [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:39:35.768 11 INFO neutron.plugins.ml2.plugin [None req-4b1a2b70-258b-407e-a915-9baa6187e99d - - - - - -] Attempt 1 to provision port 05bf5dd7-f6b1-4fb9-8c49-c9f7238598a2 2026-09-10 12:40:19.789 11 INFO neutron.notifiers.nova [None req-7f4a6ede-7a6a-4767-aed3-a873a15115fe - - - - - -] Nova event matching ['req-a27ae98b-fe8d-4d6b-a1b5-6c8d60156c51'] response: {'server_uuid': 'fdce13e5-476b-4a77-adc4-84dd948f900f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '94c9ab05-d3e3-4920-be09-e4050fb9cd46', 'code': 200}