+ 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-07-06 06:16:44.390 1 INFO neutron.common.config [-] Logging enabled! 2026-07-06 06:16:44.391 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev5 2026-07-06 06:16:44.391 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-06 06:16:44.391 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-06 06:16:45.290 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-06 06:16:45.292 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-06 06:16:45.295 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-06 06:16:45.296 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-06 06:16:45.296 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-06 06:16:45.296 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-06 06:16:45.297 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-06 06:16:45.303 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-06 06:16:45.303 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-06 06:16:45.303 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-06 06:16:45.321 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-06 06:16:45.322 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-06 06:16:45.322 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-06 06:16:45.359 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-06 06:16:45.359 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-06 06:16:45.359 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-06 06:16:45.359 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-06 06:16:45.640 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing driver for type 'vlan' 2026-07-06 06:16:45.779 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] VlanTypeDriver initialization complete 2026-07-06 06:16:45.780 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing driver for type 'vxlan' 2026-07-06 06:16:45.780 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-06 06:16:45.845 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-06 06:16:45.845 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-06 06:16:45.845 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing extension driver 'port_security' 2026-07-06 06:16:45.845 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-06 06:16:45.846 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing extension driver 'qos' 2026-07-06 06:16:45.846 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-06 06:16:45.846 1 INFO neutron.plugins.ml2.managers [None req-5a4ff417-fedc-4da5-964f-d95882680030 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-06 06:16:45.859 1 INFO neutron.quota [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded quota_driver: . 2026-07-06 06:16:45.860 1 INFO neutron.plugins.ml2.plugin [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Modular L2 Plugin initialization complete 2026-07-06 06:16:45.860 1 INFO neutron.plugins.ml2.managers [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-06 06:16:45.860 1 INFO neutron.plugins.ml2.managers [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-06 06:16:45.860 1 INFO neutron.plugins.ml2.managers [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Got port-security extension from driver 'port_security' 2026-07-06 06:16:45.860 1 INFO neutron.extensions.vlantransparent [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Disabled vlantransparent extension. 2026-07-06 06:16:45.861 1 INFO neutron.extensions.qinq [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Disabled VLAN QinQ extension. 2026-07-06 06:16:45.861 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: qos 2026-07-06 06:16:45.871 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: router 2026-07-06 06:16:45.905 1 INFO neutron.services.service_base [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-06 06:16:45.905 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: segments 2026-07-06 06:16:45.971 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: trunk 2026-07-06 06:16:45.983 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: vpnaas 2026-07-06 06:16:46.013 1 WARNING stevedore.named [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-06 06:16:46.013 1 WARNING stevedore.named [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-06 06:16:46.210 1 INFO neutron_vpnaas.services.vpn.plugin [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-06 06:16:46.211 1 INFO neutron.common.utils [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-06 06:16:46.211 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: taas 2026-07-06 06:16:46.229 1 WARNING stevedore.named [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-06 06:16:46.253 1 INFO neutron_taas.services.taas.taas_plugin [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-06 06:16:46.254 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: tapmirror 2026-07-06 06:16:46.262 1 WARNING stevedore.named [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-06 06:16:46.279 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-06 06:16:46.279 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: auto_allocate 2026-07-06 06:16:46.284 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: tag 2026-07-06 06:16:46.291 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: timestamp 2026-07-06 06:16:46.293 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: network_ip_availability 2026-07-06 06:16:46.296 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: flavors 2026-07-06 06:16:46.299 1 INFO neutron.manager [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loading Plugin: revisions 2026-07-06 06:16:46.302 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Initializing extension manager. 2026-07-06 06:16:46.303 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: address-group 2026-07-06 06:16:46.304 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: address-scope 2026-07-06 06:16:46.304 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-06 06:16:46.305 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: agent 2026-07-06 06:16:46.305 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: agent-resources-synced 2026-07-06 06:16:46.306 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: allowed-address-pairs 2026-07-06 06:16:46.307 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: auto-allocated-topology 2026-07-06 06:16:46.308 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: availability_zone 2026-07-06 06:16:46.308 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: availability_zone_filter 2026-07-06 06:16:46.308 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-06 06:16:46.309 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: default-subnetpools 2026-07-06 06:16:46.310 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-06 06:16:46.310 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: dns-integration 2026-07-06 06:16:46.311 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: dns-domain-ports 2026-07-06 06:16:46.311 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-06 06:16:46.312 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: dvr 2026-07-06 06:16:46.312 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-06 06:16:46.313 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: empty-string-filtering 2026-07-06 06:16:46.313 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-06 06:16:46.314 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-06 06:16:46.314 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: external-net 2026-07-06 06:16:46.314 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-06 06:16:46.315 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: extraroute 2026-07-06 06:16:46.315 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: extraroute-atomic 2026-07-06 06:16:46.316 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-06 06:16:46.316 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-06 06:16:46.317 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-06 06:16:46.317 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-06 06:16:46.318 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: fip-port-details 2026-07-06 06:16:46.318 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: flavors 2026-07-06 06:16:46.319 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-06 06:16:46.320 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: floatingip-pools 2026-07-06 06:16:46.320 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: ip_allocation 2026-07-06 06:16:46.321 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: ip-substring-filtering 2026-07-06 06:16:46.321 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: l2_adjacency 2026-07-06 06:16:46.322 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: router 2026-07-06 06:16:46.323 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-06 06:16:46.324 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-06 06:16:46.324 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-06 06:16:46.325 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: ext-gw-mode 2026-07-06 06:16:46.325 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: l3-ha 2026-07-06 06:16:46.326 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-06 06:16:46.326 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-06 06:16:46.326 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: l3-flavors 2026-07-06 06:16:46.327 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-06 06:16:46.328 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-06 06:16:46.329 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-06 06:16:46.330 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-06 06:16:46.331 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-06 06:16:46.332 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-06 06:16:46.333 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-06 06:16:46.333 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: multi-provider 2026-07-06 06:16:46.333 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: net-mtu 2026-07-06 06:16:46.334 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: net-mtu-writable 2026-07-06 06:16:46.334 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: network_availability_zone 2026-07-06 06:16:46.335 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: network_ha 2026-07-06 06:16:46.335 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: network-ip-availability 2026-07-06 06:16:46.336 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-06 06:16:46.337 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: pagination 2026-07-06 06:16:46.337 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-device-profile 2026-07-06 06:16:46.337 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-06 06:16:46.338 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-06 06:16:46.338 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-06 06:16:46.339 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-mac-override 2026-07-06 06:16:46.339 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-06 06:16:46.339 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-06 06:16:46.340 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-06 06:16:46.340 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-resource-request 2026-07-06 06:16:46.341 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-resource-request-groups 2026-07-06 06:16:46.341 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-06 06:16:46.342 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: binding 2026-07-06 06:16:46.342 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: binding-extended 2026-07-06 06:16:46.343 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-security 2026-07-06 06:16:46.343 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: project-id 2026-07-06 06:16:46.344 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: provider 2026-07-06 06:16:46.344 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-06 06:16:46.346 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos 2026-07-06 06:16:46.346 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-06 06:16:46.347 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-06 06:16:46.347 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-default 2026-07-06 06:16:46.348 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-fip 2026-07-06 06:16:46.348 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-06 06:16:46.349 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-gateway-ip 2026-07-06 06:16:46.349 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-port-network-policy 2026-07-06 06:16:46.349 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-pps-minimum 2026-07-06 06:16:46.350 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-06 06:16:46.351 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-pps 2026-07-06 06:16:46.351 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-rule-type-details 2026-07-06 06:16:46.351 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-06 06:16:46.352 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: qos-rules-alias 2026-07-06 06:16:46.352 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: quota-check-limit 2026-07-06 06:16:46.353 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: quota-check-limit-default 2026-07-06 06:16:46.355 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: quotas 2026-07-06 06:16:46.357 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: quota_details 2026-07-06 06:16:46.358 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: rbac-policies 2026-07-06 06:16:46.359 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: rbac-address-group 2026-07-06 06:16:46.359 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: rbac-address-scope 2026-07-06 06:16:46.360 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: rbac-security-groups 2026-07-06 06:16:46.360 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: rbac-subnetpool 2026-07-06 06:16:46.360 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: revision-if-match 2026-07-06 06:16:46.361 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: standard-attr-revisions 2026-07-06 06:16:46.361 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: router_availability_zone 2026-07-06 06:16:46.362 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-06 06:16:46.363 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: security-groups-default-rules 2026-07-06 06:16:46.364 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-06 06:16:46.364 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-06 06:16:46.364 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-06 06:16:46.365 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-06 06:16:46.365 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-06 06:16:46.369 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: security-group 2026-07-06 06:16:46.370 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: segment 2026-07-06 06:16:46.370 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-06 06:16:46.371 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: service-type 2026-07-06 06:16:46.371 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: sorting 2026-07-06 06:16:46.372 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: standard-attr-segment 2026-07-06 06:16:46.372 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: standard-attr-description 2026-07-06 06:16:46.373 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: stateful-security-group 2026-07-06 06:16:46.373 1 WARNING neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-06 06:16:46.373 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-06 06:16:46.374 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: subnet-external-network 2026-07-06 06:16:46.374 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: subnet_onboard 2026-07-06 06:16:46.375 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-06 06:16:46.375 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: subnet-service-types 2026-07-06 06:16:46.376 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: subnet_allocation 2026-07-06 06:16:46.376 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-06 06:16:46.377 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: tag-creation 2026-07-06 06:16:46.377 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-06 06:16:46.380 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: standard-attr-tag 2026-07-06 06:16:46.381 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-06 06:16:46.381 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: trunk 2026-07-06 06:16:46.382 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: trunk-details 2026-07-06 06:16:46.382 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-06 06:16:46.383 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-06 06:16:46.383 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-06 06:16:46.384 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-06 06:16:46.385 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-06 06:16:46.386 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-06 06:16:46.387 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: vpn-flavors 2026-07-06 06:16:46.388 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: vpnaas 2026-07-06 06:16:46.389 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: taas 2026-07-06 06:16:46.390 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: tap-mirror 2026-07-06 06:16:46.391 1 INFO neutron.api.extensions [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Loaded extension: taas-vlan-filter 2026-07-06 06:16:46.393 1 INFO oslo_service.backend.eventlet.service [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Starting 2 workers 2026-07-06 06:16:46.397 1 INFO oslo_service.backend.eventlet.service [None req-a5a4d710-a305-44e2-bc72-9d65d50fbdad - - - - - -] Starting 1 workers 2026-07-06 06:17:28.287 11 INFO neutron.db.l3_hamode_db [None req-f5ff65d7-d816-4c35-bb4b-0ef8ca627f62 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-06 06:17:43.604 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c7fe153f-3c2d-49b5-8888-1ddf6b39bd68 2026-07-06 06:17:45.379 12 INFO neutron.plugins.ml2.plugin [None req-8ea3130a-415c-4a29-896c-562bd726f06a - - - - - -] Attempt 1 to provision port c7fe153f-3c2d-49b5-8888-1ddf6b39bd68 2026-07-06 06:17:45.579 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c7fe153f-3c2d-49b5-8888-1ddf6b39bd68 2026-07-06 06:17:47.058 12 INFO neutron.plugins.ml2.plugin [None req-f221bcd9-190f-4d83-9aa2-f127b002cfdb - - - - - -] Attempt 1 to provision port c7fe153f-3c2d-49b5-8888-1ddf6b39bd68 2026-07-06 06:22:08.829 11 INFO neutron.plugins.ml2.plugin [None req-cb7f89c9-2849-481b-b743-cd15d6c57b52 - - - - - -] Attempt 1 to provision port c306ec43-cac3-48c6-87c0-ebffde7cf8ba 2026-07-06 06:22:09.687 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c306ec43-cac3-48c6-87c0-ebffde7cf8ba 2026-07-06 06:22:10.479 11 INFO neutron.plugins.ml2.plugin [None req-875760bb-831d-4a1e-b94b-9b1844f2c721 - - - - - -] Attempt 1 to provision port c306ec43-cac3-48c6-87c0-ebffde7cf8ba 2026-07-06 06:22:15.141 11 INFO neutron.plugins.ml2.plugin [None req-46f04a2b-4b31-4f5f-9d6b-e28a6955ad8d - - - - - -] Attempt 1 to provision port eed342e3-a395-43d2-bb07-8bb9e7ea7204 2026-07-06 06:25:42.378 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port eed342e3-a395-43d2-bb07-8bb9e7ea7204 2026-07-06 06:25:43.810 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port eed342e3-a395-43d2-bb07-8bb9e7ea7204 2026-07-06 06:33:48.119 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 5bc362aa-5e5f-4472-a880-66b7b0d11b57 2026-07-06 06:33:50.097 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 5bc362aa-5e5f-4472-a880-66b7b0d11b57 2026-07-06 06:49:14.692 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port be8a1b7b-37f4-4ac7-81ed-b4aafe318e0a 2026-07-06 06:49:15.599 12 INFO neutron.plugins.ml2.plugin [None req-3497c468-0dfb-42b7-a5d3-c49ead535901 - - - - - -] Attempt 1 to provision port be8a1b7b-37f4-4ac7-81ed-b4aafe318e0a 2026-07-06 06:49:16.672 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port be8a1b7b-37f4-4ac7-81ed-b4aafe318e0a 2026-07-06 06:49:18.692 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7a118c5a-1245-45b1-ae5e-b6c56c8070e6 2026-07-06 06:49:20.759 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7a118c5a-1245-45b1-ae5e-b6c56c8070e6 2026-07-06 06:49:21.024 12 INFO neutron.plugins.ml2.plugin [None req-36179096-f644-41e6-8b5a-e87bef3bde92 - - - - - -] Attempt 1 to provision port e8323e53-5264-4c59-a388-2bc329e82950 2026-07-06 06:49:22.720 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port e8323e53-5264-4c59-a388-2bc329e82950 2026-07-06 06:49:24.479 12 INFO neutron.plugins.ml2.plugin [None req-afb8074f-38ea-4bd9-aeb6-33e4cec29c2c - - - - - -] Attempt 1 to provision port 7a118c5a-1245-45b1-ae5e-b6c56c8070e6 2026-07-06 06:49:24.521 12 INFO neutron.plugins.ml2.plugin [None req-afb8074f-38ea-4bd9-aeb6-33e4cec29c2c - - - - - -] Attempt 1 to provision port e8323e53-5264-4c59-a388-2bc329e82950 2026-07-06 06:49:28.750 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 1fe889e1-dd2a-43d7-835a-19d27784aa54 2026-07-06 06:49:29.092 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 77e7f140-6a18-4af3-bc92-340fa6bac8fc 2026-07-06 06:49:29.432 11 INFO neutron.plugins.ml2.plugin [None req-6a23b0ec-f6ef-4b72-9342-d40a0048855e - - - - - -] Attempt 1 to provision port 3d4413b5-d565-40f0-8ff5-ed0b6d21be30 2026-07-06 06:49:30.857 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f549bfca-6b09-48ca-b5eb-8037aabaf594 2026-07-06 06:49:31.245 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 1fe889e1-dd2a-43d7-835a-19d27784aa54 2026-07-06 06:49:31.428 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 61faff2a-ad1a-4cac-a456-5b5d1b02afe3 2026-07-06 06:49:31.824 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 77e7f140-6a18-4af3-bc92-340fa6bac8fc 2026-07-06 06:49:32.014 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 3d4413b5-d565-40f0-8ff5-ed0b6d21be30 2026-07-06 06:49:32.063 12 INFO neutron.plugins.ml2.plugin [None req-76d9cb57-8c38-41f7-904d-ce5a3b22045f - - - - - -] Attempt 1 to provision port 7a118c5a-1245-45b1-ae5e-b6c56c8070e6 2026-07-06 06:49:32.120 12 INFO neutron.plugins.ml2.plugin [None req-76d9cb57-8c38-41f7-904d-ce5a3b22045f - - - - - -] Attempt 1 to provision port f7981eef-e7f3-4a83-bf45-ff85365b6959 2026-07-06 06:49:32.144 12 INFO neutron.plugins.ml2.plugin [None req-76d9cb57-8c38-41f7-904d-ce5a3b22045f - - - - - -] Attempt 1 to provision port 1fe889e1-dd2a-43d7-835a-19d27784aa54 2026-07-06 06:49:32.202 12 INFO neutron.plugins.ml2.plugin [None req-76d9cb57-8c38-41f7-904d-ce5a3b22045f - - - - - -] Attempt 1 to provision port 0ae8371c-7607-4f1f-97d0-8e2fad32bc28 2026-07-06 06:49:32.225 12 INFO neutron.plugins.ml2.plugin [None req-76d9cb57-8c38-41f7-904d-ce5a3b22045f - - - - - -] Attempt 1 to provision port b3f4cb4c-a035-4ed1-947a-29b5efcffdb1 2026-07-06 06:49:32.774 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f549bfca-6b09-48ca-b5eb-8037aabaf594 2026-07-06 06:49:32.998 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 61faff2a-ad1a-4cac-a456-5b5d1b02afe3 2026-07-06 06:49:36.723 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 01f1e62b-ef7c-4bf0-84e5-36575d571097 2026-07-06 06:49:38.741 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 01f1e62b-ef7c-4bf0-84e5-36575d571097 2026-07-06 06:49:41.550 12 INFO neutron.plugins.ml2.plugin [None req-4a765601-4aba-49ad-9011-92100f33dde9 - - - - - -] Attempt 1 to provision port f7981eef-e7f3-4a83-bf45-ff85365b6959 2026-07-06 06:49:41.577 12 INFO neutron.plugins.ml2.plugin [None req-4a765601-4aba-49ad-9011-92100f33dde9 - - - - - -] Attempt 1 to provision port f76de6ad-7704-4dbc-a443-4b6ef4294a8d 2026-07-06 06:49:41.612 12 INFO neutron.plugins.ml2.plugin [None req-4a765601-4aba-49ad-9011-92100f33dde9 - - - - - -] Attempt 1 to provision port 01f1e62b-ef7c-4bf0-84e5-36575d571097 2026-07-06 06:49:41.686 12 INFO neutron.plugins.ml2.plugin [None req-643b3dce-24e1-4bcb-8712-bdc4287549d8 - - - - - -] Attempt 1 to provision port 95ef2f69-77a8-45b1-8318-d0b1535e9269 2026-07-06 06:49:41.734 12 INFO neutron.plugins.ml2.plugin [None req-643b3dce-24e1-4bcb-8712-bdc4287549d8 - - - - - -] Attempt 1 to provision port 5b675b1a-1236-4f48-a5f3-5c905f47de8c 2026-07-06 06:49:41.898 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7853c163-1c0c-471f-99cb-17ff14743297 2026-07-06 06:49:42.319 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f57ca2d6-801e-40a4-979b-5aad8f7c593c 2026-07-06 06:49:42.476 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-ab2b258b-edc8-4349-a592-409dfca55b14'] response: {'server_uuid': '0bfb6673-db82-4800-b43c-818de10e79f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7853c163-1c0c-471f-99cb-17ff14743297', 'code': 200} 2026-07-06 06:49:42.702 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 5b675b1a-1236-4f48-a5f3-5c905f47de8c 2026-07-06 06:49:44.119 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab 2026-07-06 06:49:44.443 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7853c163-1c0c-471f-99cb-17ff14743297 2026-07-06 06:49:44.527 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-20d85695-d621-41c5-8e07-b3ce708426aa'] response: {'server_uuid': '7227c27e-1aa8-44db-8cf7-17cf1432056d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f57ca2d6-801e-40a4-979b-5aad8f7c593c', 'code': 200} 2026-07-06 06:49:44.527 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-20d85695-d621-41c5-8e07-b3ce708426aa'] response: {'server_uuid': '9a7ac9f2-076c-4356-9aa9-0763b69de199', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab', 'code': 200} 2026-07-06 06:49:44.726 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f57ca2d6-801e-40a4-979b-5aad8f7c593c 2026-07-06 06:49:44.900 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 5b675b1a-1236-4f48-a5f3-5c905f47de8c 2026-07-06 06:49:46.321 11 INFO neutron.plugins.ml2.plugin [None req-64263586-599a-4a8b-b041-5c2aaf96277c - - - - - -] Attempt 1 to provision port f7981eef-e7f3-4a83-bf45-ff85365b6959 2026-07-06 06:49:46.350 11 INFO neutron.plugins.ml2.plugin [None req-64263586-599a-4a8b-b041-5c2aaf96277c - - - - - -] Attempt 1 to provision port 7853c163-1c0c-471f-99cb-17ff14743297 2026-07-06 06:49:46.357 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port acf35858-245e-4f70-9750-4c3d487688c2 2026-07-06 06:49:46.397 11 INFO neutron.plugins.ml2.plugin [None req-64263586-599a-4a8b-b041-5c2aaf96277c - - - - - -] Attempt 1 to provision port 1fe889e1-dd2a-43d7-835a-19d27784aa54 2026-07-06 06:49:46.445 11 INFO neutron.plugins.ml2.plugin [None req-64263586-599a-4a8b-b041-5c2aaf96277c - - - - - -] Attempt 1 to provision port b3f4cb4c-a035-4ed1-947a-29b5efcffdb1 2026-07-06 06:49:46.725 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab 2026-07-06 06:49:46.860 12 INFO neutron.notifiers.nova [None req-4af4675a-29ce-4861-874d-321ff322ff9a - - - - - -] Nova event matching ['req-30e87776-af10-4c7c-a04b-1a2286be5878'] response: {'server_uuid': 'a774b108-d78b-4abc-99a9-4aef5b01f598', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'acf35858-245e-4f70-9750-4c3d487688c2', 'code': 200} 2026-07-06 06:49:48.163 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port acf35858-245e-4f70-9750-4c3d487688c2 2026-07-06 06:49:50.912 11 INFO neutron.plugins.ml2.plugin [None req-62753962-ef63-4f84-9b76-8aed0d20fdbe - - - - - -] Attempt 1 to provision port f76de6ad-7704-4dbc-a443-4b6ef4294a8d 2026-07-06 06:49:50.936 11 INFO neutron.plugins.ml2.plugin [None req-62753962-ef63-4f84-9b76-8aed0d20fdbe - - - - - -] Attempt 1 to provision port 01f1e62b-ef7c-4bf0-84e5-36575d571097 2026-07-06 06:49:51.000 11 INFO neutron.plugins.ml2.plugin [None req-62753962-ef63-4f84-9b76-8aed0d20fdbe - - - - - -] Attempt 1 to provision port 5b675b1a-1236-4f48-a5f3-5c905f47de8c 2026-07-06 06:49:51.069 11 INFO neutron.plugins.ml2.plugin [None req-62753962-ef63-4f84-9b76-8aed0d20fdbe - - - - - -] Attempt 1 to provision port acf35858-245e-4f70-9750-4c3d487688c2 2026-07-06 06:49:51.139 11 INFO neutron.plugins.ml2.plugin [None req-62753962-ef63-4f84-9b76-8aed0d20fdbe - - - - - -] Attempt 1 to provision port f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab 2026-07-06 06:49:51.199 11 INFO neutron.plugins.ml2.plugin [None req-62753962-ef63-4f84-9b76-8aed0d20fdbe - - - - - -] Attempt 1 to provision port 95ef2f69-77a8-45b1-8318-d0b1535e9269 2026-07-06 06:49:55.117 12 INFO neutron.plugins.ml2.plugin [None req-06ae2581-249c-4ac4-9240-120680037acb - - - - - -] Attempt 1 to provision port f76de6ad-7704-4dbc-a443-4b6ef4294a8d 2026-07-06 06:49:55.139 12 INFO neutron.plugins.ml2.plugin [None req-06ae2581-249c-4ac4-9240-120680037acb - - - - - -] Attempt 1 to provision port 7330c940-5855-4f1d-ad1d-f7ad1b79c6aa 2026-07-06 06:49:55.170 12 INFO neutron.plugins.ml2.plugin [None req-06ae2581-249c-4ac4-9240-120680037acb - - - - - -] Attempt 1 to provision port b3f4cb4c-a035-4ed1-947a-29b5efcffdb1 2026-07-06 06:49:59.245 11 INFO neutron.plugins.ml2.plugin [None req-01c15711-eef8-4bd0-b39c-0d83e9d3e427 - - - - - -] Attempt 1 to provision port 2e99f1f8-1853-4ab3-871f-824bc251e6b8 2026-07-06 06:49:59.272 11 INFO neutron.plugins.ml2.plugin [None req-01c15711-eef8-4bd0-b39c-0d83e9d3e427 - - - - - -] Attempt 1 to provision port b3f4cb4c-a035-4ed1-947a-29b5efcffdb1 2026-07-06 06:49:59.295 11 INFO neutron.plugins.ml2.plugin [None req-01c15711-eef8-4bd0-b39c-0d83e9d3e427 - - - - - -] Attempt 1 to provision port f76de6ad-7704-4dbc-a443-4b6ef4294a8d 2026-07-06 06:50:03.417 12 INFO neutron.plugins.ml2.plugin [None req-c5a191c2-e026-4ca6-9c01-c5ce23120295 - - - - - -] Attempt 1 to provision port 7853c163-1c0c-471f-99cb-17ff14743297 2026-07-06 06:50:03.459 12 INFO neutron.plugins.ml2.plugin [None req-c5a191c2-e026-4ca6-9c01-c5ce23120295 - - - - - -] Attempt 1 to provision port f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab 2026-07-06 06:50:06.195 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f76de6ad-7704-4dbc-a443-4b6ef4294a8d 2026-07-06 06:50:06.430 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 2e99f1f8-1853-4ab3-871f-824bc251e6b8 2026-07-06 06:50:08.211 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port b3f4cb4c-a035-4ed1-947a-29b5efcffdb1 2026-07-06 06:50:08.449 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f76de6ad-7704-4dbc-a443-4b6ef4294a8d 2026-07-06 06:50:08.636 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 2e99f1f8-1853-4ab3-871f-824bc251e6b8 2026-07-06 06:50:08.779 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7330c940-5855-4f1d-ad1d-f7ad1b79c6aa 2026-07-06 06:50:10.177 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port b3f4cb4c-a035-4ed1-947a-29b5efcffdb1 2026-07-06 06:50:10.382 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7330c940-5855-4f1d-ad1d-f7ad1b79c6aa 2026-07-06 06:50:14.376 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-17ab824e-3d28-46b5-bde0-5b3921e37bf3'] response: {'server_uuid': '9a7ac9f2-076c-4356-9aa9-0763b69de199', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab', 'code': 200} 2026-07-06 06:50:16.213 11 INFO neutron.plugins.ml2.plugin [None req-81265c63-b9d9-4402-8996-911037ac9b65 - - - - - -] Attempt 1 to provision port 7853c163-1c0c-471f-99cb-17ff14743297 2026-07-06 06:50:16.807 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 7853c163-1c0c-471f-99cb-17ff14743297 2026-07-06 06:50:16.966 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab 2026-07-06 06:50:17.055 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-7b83afd4-c78c-4c4e-8505-1dc2141eecb7'] response: {'server_uuid': '9a7ac9f2-076c-4356-9aa9-0763b69de199', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab', 'code': 200} 2026-07-06 06:50:18.232 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f3e4a718-07b1-40ee-a2e6-31a7ca4d1dab 2026-07-06 06:50:20.419 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port a530f570-b20f-47b7-a360-8a800ec38f55 2026-07-06 06:50:34.176 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port dd722cd3-9922-43a7-8d63-8b60afa6f800 2026-07-06 06:50:36.314 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port dd722cd3-9922-43a7-8d63-8b60afa6f800 2026-07-06 06:50:36.504 12 INFO neutron.plugins.ml2.plugin [None req-fa636ae6-1fd9-404d-9e00-64e5676c2ed8 - - - - - -] Attempt 1 to provision port 5404081c-4ef4-4854-9980-fc62bd52f4e2 2026-07-06 06:50:37.583 11 INFO neutron.plugins.ml2.plugin [None req-ff44a8cf-0ca9-4b6d-85cc-cea9dc924f2a - - - - - -] Attempt 1 to provision port dd722cd3-9922-43a7-8d63-8b60afa6f800 2026-07-06 06:50:37.645 11 INFO neutron.plugins.ml2.plugin [None req-ff44a8cf-0ca9-4b6d-85cc-cea9dc924f2a - - - - - -] Attempt 1 to provision port 5404081c-4ef4-4854-9980-fc62bd52f4e2 2026-07-06 06:50:38.272 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 62ba951c-e451-47f9-8d6c-2fe4a7a1584c 2026-07-06 06:50:40.439 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 2343b3d0-2ffd-4fee-80c6-b17fd170c2c3 2026-07-06 06:50:40.826 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 62ba951c-e451-47f9-8d6c-2fe4a7a1584c 2026-07-06 06:50:44.262 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 747c70af-30f0-4b95-b1d8-28a3e825bfa4 2026-07-06 06:50:45.300 11 INFO neutron.plugins.ml2.plugin [None req-a48ea63d-04bd-4819-8067-beb96b73c655 - - - - - -] Attempt 1 to provision port 34cd27aa-bac5-4003-8f2c-55c38a667b69 2026-07-06 06:50:45.327 11 INFO neutron.plugins.ml2.plugin [None req-a48ea63d-04bd-4819-8067-beb96b73c655 - - - - - -] Attempt 1 to provision port 747c70af-30f0-4b95-b1d8-28a3e825bfa4 2026-07-06 06:50:46.276 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 747c70af-30f0-4b95-b1d8-28a3e825bfa4 2026-07-06 06:50:56.801 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 34cd27aa-bac5-4003-8f2c-55c38a667b69 2026-07-06 06:50:57.081 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 1d6254dd-4bf3-45d4-a66f-c0bbce637353 2026-07-06 06:50:57.355 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 4e3f3a26-9ce4-4d24-b3ac-eefc7b99d5aa 2026-07-06 06:50:57.453 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-0d38e768-b2df-4cd0-a5d7-84c509e77a28'] response: {'server_uuid': '3e4720bf-a5e8-4c31-a094-53cd0e1abd42', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e3f3a26-9ce4-4d24-b3ac-eefc7b99d5aa', 'code': 200} 2026-07-06 06:50:58.530 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 34cd27aa-bac5-4003-8f2c-55c38a667b69 2026-07-06 06:50:58.765 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 1d6254dd-4bf3-45d4-a66f-c0bbce637353 2026-07-06 06:50:58.965 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 4e3f3a26-9ce4-4d24-b3ac-eefc7b99d5aa 2026-07-06 06:51:07.408 11 INFO neutron.plugins.ml2.plugin [None req-0c306602-48b2-40c3-acbb-3904d8becc2d - - - - - -] Attempt 1 to provision port 34cd27aa-bac5-4003-8f2c-55c38a667b69 2026-07-06 06:51:07.480 11 INFO neutron.plugins.ml2.plugin [None req-0c306602-48b2-40c3-acbb-3904d8becc2d - - - - - -] Attempt 1 to provision port 747c70af-30f0-4b95-b1d8-28a3e825bfa4 2026-07-06 06:51:16.543 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 52514a56-6392-4f31-a211-5a5054322b87 2026-07-06 06:51:18.726 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 41237f62-0338-4d57-913b-9d4eedb7e0b8 2026-07-06 06:51:19.054 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 52514a56-6392-4f31-a211-5a5054322b87 2026-07-06 06:51:20.566 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 41237f62-0338-4d57-913b-9d4eedb7e0b8 2026-07-06 06:51:20.774 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port e5dc618d-a068-49c0-8f6c-0b1662a47b61 2026-07-06 06:51:22.562 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port df2b1f90-3bb2-4341-b65f-2a01e870adfa 2026-07-06 06:51:22.982 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port e5dc618d-a068-49c0-8f6c-0b1662a47b61 2026-07-06 06:51:23.556 12 INFO neutron.plugins.ml2.plugin [None req-b405e5d5-6b9d-4ad8-a7be-d35d0fc4a616 - - - - - -] Attempt 1 to provision port df2b1f90-3bb2-4341-b65f-2a01e870adfa 2026-07-06 06:51:23.606 12 INFO neutron.plugins.ml2.plugin [None req-b405e5d5-6b9d-4ad8-a7be-d35d0fc4a616 - - - - - -] Attempt 1 to provision port 41237f62-0338-4d57-913b-9d4eedb7e0b8 2026-07-06 06:51:23.658 12 INFO neutron.plugins.ml2.plugin [None req-b405e5d5-6b9d-4ad8-a7be-d35d0fc4a616 - - - - - -] Attempt 1 to provision port 47a9989a-426b-4500-9c43-9108538ae3ea 2026-07-06 06:51:24.538 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port df2b1f90-3bb2-4341-b65f-2a01e870adfa 2026-07-06 06:51:27.089 11 INFO neutron.plugins.ml2.plugin [None req-5b363112-8a01-4eba-a5f2-3f7c378ceb79 - - - - - -] Attempt 1 to provision port df2b1f90-3bb2-4341-b65f-2a01e870adfa 2026-07-06 06:51:27.162 11 INFO neutron.plugins.ml2.plugin [None req-5b363112-8a01-4eba-a5f2-3f7c378ceb79 - - - - - -] Attempt 1 to provision port 41237f62-0338-4d57-913b-9d4eedb7e0b8 2026-07-06 06:51:27.326 11 INFO neutron.plugins.ml2.plugin [None req-5b363112-8a01-4eba-a5f2-3f7c378ceb79 - - - - - -] Attempt 1 to provision port 735a0369-6677-40cc-a264-044797046c0e 2026-07-06 06:51:27.365 11 INFO neutron.plugins.ml2.plugin [None req-5b363112-8a01-4eba-a5f2-3f7c378ceb79 - - - - - -] Attempt 1 to provision port 47a9989a-426b-4500-9c43-9108538ae3ea 2026-07-06 06:51:31.607 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c1e1cf18-36f5-4d49-ba6f-e1f8431d6ecd 2026-07-06 06:51:31.721 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-4054e44c-282a-484b-9717-8d6a3e92570e'] response: {'server_uuid': '1befab3f-96bc-4d3f-9dd4-ccbce9aeeb2d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c1e1cf18-36f5-4d49-ba6f-e1f8431d6ecd', 'code': 200} 2026-07-06 06:51:33.111 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 26cabed9-5c8a-411f-abe8-7624f3500c39 2026-07-06 06:51:33.527 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c1e1cf18-36f5-4d49-ba6f-e1f8431d6ecd 2026-07-06 06:51:33.678 11 INFO neutron.plugins.ml2.plugin [None req-e58b8f4a-8077-45c5-b305-cacde05ed55f - - - - - -] Attempt 1 to provision port 735a0369-6677-40cc-a264-044797046c0e 2026-07-06 06:51:33.713 11 INFO neutron.plugins.ml2.plugin [None req-e58b8f4a-8077-45c5-b305-cacde05ed55f - - - - - -] Attempt 1 to provision port 47a9989a-426b-4500-9c43-9108538ae3ea 2026-07-06 06:51:33.763 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-d573f5bf-bb3c-447b-805c-4cd104ac6e83'] response: {'server_uuid': '1908b591-26e7-46cf-97c2-853dd10731e2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '26cabed9-5c8a-411f-abe8-7624f3500c39', 'code': 200} 2026-07-06 06:51:34.478 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 26cabed9-5c8a-411f-abe8-7624f3500c39 2026-07-06 06:51:36.487 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 47a9989a-426b-4500-9c43-9108538ae3ea 2026-07-06 06:51:36.554 11 INFO neutron.plugins.ml2.plugin [None req-11f0d140-df71-4086-ba2f-ea04f0910b31 - - - - - -] Attempt 1 to provision port c1e1cf18-36f5-4d49-ba6f-e1f8431d6ecd 2026-07-06 06:51:36.646 11 INFO neutron.plugins.ml2.plugin [None req-5400b829-dea2-44cb-90e8-0b3d8c9c4ed9 - - - - - -] Attempt 1 to provision port 47a9989a-426b-4500-9c43-9108538ae3ea 2026-07-06 06:51:36.814 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 25ea2a98-95a4-468a-bae6-5f5f92e84ebe 2026-07-06 06:51:38.546 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 47a9989a-426b-4500-9c43-9108538ae3ea 2026-07-06 06:51:38.592 12 INFO neutron.plugins.ml2.plugin [None req-eeb13cf9-ac28-4740-8231-7b440cc80b9c - - - - - -] Attempt 1 to provision port 26cabed9-5c8a-411f-abe8-7624f3500c39 2026-07-06 06:51:38.797 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 25ea2a98-95a4-468a-bae6-5f5f92e84ebe 2026-07-06 06:51:38.967 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 21f11570-a37e-4997-8cf9-0e36306551fe 2026-07-06 06:51:39.226 11 INFO neutron.plugins.ml2.plugin [None req-70809c33-06af-4b8c-85c1-2ec5aa40f002 - - - - - -] Attempt 1 to provision port 735a0369-6677-40cc-a264-044797046c0e 2026-07-06 06:51:39.865 12 INFO neutron.plugins.ml2.plugin [None req-07bc9e4e-d33e-48ed-9878-55f08fc0ac3e - - - - - -] Attempt 1 to provision port 25ea2a98-95a4-468a-bae6-5f5f92e84ebe 2026-07-06 06:51:40.456 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 735a0369-6677-40cc-a264-044797046c0e 2026-07-06 06:51:40.706 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 21f11570-a37e-4997-8cf9-0e36306551fe 2026-07-06 06:51:41.931 12 INFO neutron.plugins.ml2.plugin [None req-cf6adaa7-9353-4e73-9e15-6a748950ac90 - - - - - -] Attempt 1 to provision port 21f11570-a37e-4997-8cf9-0e36306551fe 2026-07-06 06:52:06.468 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 6de4f64c-3710-47fc-b8e8-9f3077f4f92b 2026-07-06 06:52:06.750 11 INFO neutron.plugins.ml2.plugin [None req-4c267ab1-e68f-424b-be97-13b4421910f7 - - - - - -] Attempt 1 to provision port 6de4f64c-3710-47fc-b8e8-9f3077f4f92b 2026-07-06 06:52:08.461 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 6de4f64c-3710-47fc-b8e8-9f3077f4f92b 2026-07-06 06:52:10.509 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port e789aa86-bd95-45e7-bcd7-0c27fdb641c9 2026-07-06 06:52:10.933 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port fed0e70e-dfc3-4fca-bf6d-2ba072881395 2026-07-06 06:52:12.663 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port fed0e70e-dfc3-4fca-bf6d-2ba072881395 2026-07-06 06:52:12.929 11 INFO neutron.plugins.ml2.plugin [None req-438e0e92-a2df-45ad-9efe-f1f23585486a - - - - - -] Attempt 1 to provision port e789aa86-bd95-45e7-bcd7-0c27fdb641c9 2026-07-06 06:52:13.138 11 INFO neutron.plugins.ml2.plugin [None req-438e0e92-a2df-45ad-9efe-f1f23585486a - - - - - -] Attempt 1 to provision port 24a6c7ea-8ad2-4801-b0a2-089b1a59e845 2026-07-06 06:52:14.670 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 24a6c7ea-8ad2-4801-b0a2-089b1a59e845 2026-07-06 06:52:17.079 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port cea22bcb-a0f5-4337-9a28-379ca22d4750 2026-07-06 06:52:17.173 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-4d162c91-a50a-4d0e-a306-c87643ab301f'] response: {'server_uuid': '7ebb99bb-b8ef-4a2f-9d4a-39f27c763bef', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cea22bcb-a0f5-4337-9a28-379ca22d4750', 'code': 200} 2026-07-06 06:52:17.389 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 6de4f64c-3710-47fc-b8e8-9f3077f4f92b 2026-07-06 06:52:18.546 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port cea22bcb-a0f5-4337-9a28-379ca22d4750 2026-07-06 06:52:18.764 11 INFO neutron.plugins.ml2.plugin [None req-aab2d447-6214-459f-af51-98aa4393fe7f - - - - - -] Attempt 1 to provision port fed0e70e-dfc3-4fca-bf6d-2ba072881395 2026-07-06 06:52:18.808 11 INFO neutron.plugins.ml2.plugin [None req-aab2d447-6214-459f-af51-98aa4393fe7f - - - - - -] Attempt 1 to provision port 24a6c7ea-8ad2-4801-b0a2-089b1a59e845 2026-07-06 06:52:18.877 11 INFO neutron.plugins.ml2.plugin [None req-aab2d447-6214-459f-af51-98aa4393fe7f - - - - - -] Attempt 1 to provision port 6de4f64c-3710-47fc-b8e8-9f3077f4f92b 2026-07-06 06:52:18.937 11 INFO neutron.plugins.ml2.plugin [None req-aab2d447-6214-459f-af51-98aa4393fe7f - - - - - -] Attempt 1 to provision port 6d81ecf6-4707-436a-9d57-1d4bd938112c 2026-07-06 06:52:18.961 11 INFO neutron.plugins.ml2.plugin [None req-aab2d447-6214-459f-af51-98aa4393fe7f - - - - - -] Attempt 1 to provision port 8d4f7279-3b93-43f8-9b4c-6d99a4f607a0 2026-07-06 06:52:25.029 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 33c1343b-f05e-45f0-bf68-47d8b5f661cf 2026-07-06 06:52:25.097 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port fed0e70e-dfc3-4fca-bf6d-2ba072881395 2026-07-06 06:52:25.132 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-2f6cbf59-a581-4892-9011-fe3f8b6b664f'] response: {'server_uuid': '30d65ecc-e3fe-4a04-93a3-53bfdd88aa43', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '33c1343b-f05e-45f0-bf68-47d8b5f661cf', 'code': 200} 2026-07-06 06:52:25.150 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port 24a6c7ea-8ad2-4801-b0a2-089b1a59e845 2026-07-06 06:52:25.200 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port cea22bcb-a0f5-4337-9a28-379ca22d4750 2026-07-06 06:52:25.246 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port ba294aaf-58c3-4f82-8fd1-576f38683219 2026-07-06 06:52:25.267 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port 6de4f64c-3710-47fc-b8e8-9f3077f4f92b 2026-07-06 06:52:25.319 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port 8d4f7279-3b93-43f8-9b4c-6d99a4f607a0 2026-07-06 06:52:25.342 12 INFO neutron.plugins.ml2.plugin [None req-c0a5c10c-6431-4f3e-a711-1b085f1e30e7 - - - - - -] Attempt 1 to provision port f17325d2-cd4b-474d-86bb-115eb9699614 2026-07-06 06:52:26.501 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 33c1343b-f05e-45f0-bf68-47d8b5f661cf 2026-07-06 06:52:28.535 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port ba294aaf-58c3-4f82-8fd1-576f38683219 2026-07-06 06:52:28.827 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 6d81ecf6-4707-436a-9d57-1d4bd938112c 2026-07-06 06:52:29.040 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f17325d2-cd4b-474d-86bb-115eb9699614 2026-07-06 06:52:29.460 11 INFO neutron.plugins.ml2.plugin [None req-da4f606f-62e7-49f7-bbf2-6e2c5f06cf4e - - - - - -] Attempt 1 to provision port 8d4f7279-3b93-43f8-9b4c-6d99a4f607a0 2026-07-06 06:52:30.582 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port ba294aaf-58c3-4f82-8fd1-576f38683219 2026-07-06 06:52:30.679 11 INFO neutron.plugins.ml2.plugin [None req-dc6340fe-e38a-48af-a392-086558c2a244 - - - - - -] Attempt 1 to provision port fed0e70e-dfc3-4fca-bf6d-2ba072881395 2026-07-06 06:52:30.775 11 INFO neutron.plugins.ml2.plugin [None req-dc6340fe-e38a-48af-a392-086558c2a244 - - - - - -] Attempt 1 to provision port 24a6c7ea-8ad2-4801-b0a2-089b1a59e845 2026-07-06 06:52:30.813 12 INFO neutron.plugins.ml2.plugin [None req-4c25fba7-e9fa-4d12-acc9-5febb92f7fe2 - - - - - -] Attempt 1 to provision port 6d81ecf6-4707-436a-9d57-1d4bd938112c 2026-07-06 06:52:30.869 11 INFO neutron.plugins.ml2.plugin [None req-dc6340fe-e38a-48af-a392-086558c2a244 - - - - - -] Attempt 1 to provision port ba294aaf-58c3-4f82-8fd1-576f38683219 2026-07-06 06:52:31.016 11 INFO neutron.plugins.ml2.plugin [None req-9624becf-b282-4b9d-bc48-0dab75cd1308 - - - - - -] Attempt 1 to provision port 33c1343b-f05e-45f0-bf68-47d8b5f661cf 2026-07-06 06:52:31.047 12 INFO neutron.plugins.ml2.plugin [None req-4c25fba7-e9fa-4d12-acc9-5febb92f7fe2 - - - - - -] Attempt 1 to provision port f17325d2-cd4b-474d-86bb-115eb9699614 2026-07-06 06:52:31.089 11 INFO neutron.plugins.ml2.plugin [None req-9624becf-b282-4b9d-bc48-0dab75cd1308 - - - - - -] Attempt 1 to provision port 8d4f7279-3b93-43f8-9b4c-6d99a4f607a0 2026-07-06 06:52:31.166 11 INFO neutron.plugins.ml2.plugin [None req-9624becf-b282-4b9d-bc48-0dab75cd1308 - - - - - -] Attempt 1 to provision port f17325d2-cd4b-474d-86bb-115eb9699614 2026-07-06 06:52:31.225 12 INFO neutron.plugins.ml2.plugin [None req-4c25fba7-e9fa-4d12-acc9-5febb92f7fe2 - - - - - -] Attempt 1 to provision port 8d4f7279-3b93-43f8-9b4c-6d99a4f607a0 2026-07-06 06:52:32.589 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 204dec67-30db-46b0-ba51-6ba2ec1ffd41 2026-07-06 06:52:34.502 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 204dec67-30db-46b0-ba51-6ba2ec1ffd41 2026-07-06 06:52:35.380 12 INFO neutron.plugins.ml2.plugin [None req-4b83d5a7-de95-4778-9ca3-5a88bf88548e - - - - - -] Attempt 1 to provision port ba294aaf-58c3-4f82-8fd1-576f38683219 2026-07-06 06:52:35.437 12 INFO neutron.plugins.ml2.plugin [None req-4b83d5a7-de95-4778-9ca3-5a88bf88548e - - - - - -] Attempt 1 to provision port 8d4f7279-3b93-43f8-9b4c-6d99a4f607a0 2026-07-06 06:52:35.492 12 INFO neutron.plugins.ml2.plugin [None req-4b83d5a7-de95-4778-9ca3-5a88bf88548e - - - - - -] Attempt 1 to provision port f17325d2-cd4b-474d-86bb-115eb9699614 2026-07-06 06:52:40.537 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 32695f09-cc42-4dce-a77c-f5ad2cee0109 2026-07-06 06:52:41.807 12 INFO neutron.plugins.ml2.plugin [None req-e9889843-9ff9-4292-8a54-d67e88f288c6 - - - - - -] Attempt 1 to provision port 32695f09-cc42-4dce-a77c-f5ad2cee0109 2026-07-06 06:52:41.875 12 INFO neutron.plugins.ml2.plugin [None req-e9889843-9ff9-4292-8a54-d67e88f288c6 - - - - - -] Attempt 1 to provision port ba294aaf-58c3-4f82-8fd1-576f38683219 2026-07-06 06:52:42.090 12 INFO neutron.plugins.ml2.plugin [None req-e9889843-9ff9-4292-8a54-d67e88f288c6 - - - - - -] Attempt 1 to provision port c2b8121e-3f79-4c2b-bfc9-c00f5a4ee24d 2026-07-06 06:52:42.111 12 INFO neutron.plugins.ml2.plugin [None req-e9889843-9ff9-4292-8a54-d67e88f288c6 - - - - - -] Attempt 1 to provision port f17325d2-cd4b-474d-86bb-115eb9699614 2026-07-06 06:52:42.632 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 73dbd7a1-bc66-40f5-ae22-286e4212a594 2026-07-06 06:52:42.757 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-d295926c-e39f-41c0-a820-6662139cd3c0'] response: {'server_uuid': 'b4e904ad-d2b0-485d-a700-e0322d24e1e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '73dbd7a1-bc66-40f5-ae22-286e4212a594', 'code': 200} 2026-07-06 06:52:42.986 11 INFO neutron.plugins.ml2.plugin [None req-e78829f7-342f-42ca-aa8a-7cd2c6f8bcc1 - - - - - -] Attempt 1 to provision port 32695f09-cc42-4dce-a77c-f5ad2cee0109 2026-07-06 06:52:44.678 11 INFO neutron.plugins.ml2.plugin [None req-02e1eb74-dd7f-4e74-b894-7b04e2845fec - - - - - -] Attempt 1 to provision port 33c1343b-f05e-45f0-bf68-47d8b5f661cf 2026-07-06 06:52:45.744 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 24b43a3d-cde5-4803-aee9-5813be5fb8d5 2026-07-06 06:52:45.842 11 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-48b05d21-32c1-41a2-8e6f-457dc38b1dc5'] response: {'server_uuid': '567173a1-6a53-4b8b-aec6-34d8e2448faa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '24b43a3d-cde5-4803-aee9-5813be5fb8d5', 'code': 200} 2026-07-06 06:52:46.066 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 73dbd7a1-bc66-40f5-ae22-286e4212a594 2026-07-06 06:52:46.820 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 24b43a3d-cde5-4803-aee9-5813be5fb8d5 2026-07-06 06:52:47.730 12 INFO neutron.plugins.ml2.plugin [None req-3b447694-e8de-4783-a696-949d8a571c2d - - - - - -] Attempt 1 to provision port 24b43a3d-cde5-4803-aee9-5813be5fb8d5 2026-07-06 06:52:47.799 12 INFO neutron.plugins.ml2.plugin [None req-3b447694-e8de-4783-a696-949d8a571c2d - - - - - -] Attempt 1 to provision port 32695f09-cc42-4dce-a77c-f5ad2cee0109 2026-07-06 06:52:47.854 12 INFO neutron.plugins.ml2.plugin [None req-c5785c51-abe6-42db-9573-30627da9c0f0 - - - - - -] Attempt 1 to provision port 2e51cf1e-9136-427f-9efd-ac0a0abb1b39 2026-07-06 06:52:48.032 12 INFO neutron.plugins.ml2.plugin [None req-c5785c51-abe6-42db-9573-30627da9c0f0 - - - - - -] Attempt 1 to provision port c2b8121e-3f79-4c2b-bfc9-c00f5a4ee24d 2026-07-06 06:52:48.907 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c2b8121e-3f79-4c2b-bfc9-c00f5a4ee24d 2026-07-06 06:52:49.287 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 2e51cf1e-9136-427f-9efd-ac0a0abb1b39 2026-07-06 06:52:49.808 11 INFO neutron.plugins.ml2.plugin [None req-3af024c8-9401-4dfc-a3a3-5ec643c34858 - - - - - -] Attempt 1 to provision port 73dbd7a1-bc66-40f5-ae22-286e4212a594 2026-07-06 06:52:49.856 11 INFO neutron.plugins.ml2.plugin [None req-3af024c8-9401-4dfc-a3a3-5ec643c34858 - - - - - -] Attempt 1 to provision port c2b8121e-3f79-4c2b-bfc9-c00f5a4ee24d 2026-07-06 06:52:50.846 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c2b8121e-3f79-4c2b-bfc9-c00f5a4ee24d 2026-07-06 06:52:54.864 11 INFO neutron.plugins.ml2.plugin [None req-f9da373c-65a5-4ca4-9520-e69b32830255 - - - - - -] Attempt 1 to provision port c2b8121e-3f79-4c2b-bfc9-c00f5a4ee24d 2026-07-06 06:53:04.875 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port bdd1171b-64a6-43b7-bdf7-cffd883fb4b8 2026-07-06 06:53:05.268 12 INFO neutron.plugins.ml2.plugin [None req-446f38bd-3479-4556-b018-3a5febae657c - - - - - -] Attempt 1 to provision port bdd1171b-64a6-43b7-bdf7-cffd883fb4b8 2026-07-06 06:53:05.282 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 0305823d-8293-446c-8d7c-c074ac73ecb3 2026-07-06 06:53:06.816 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port bdd1171b-64a6-43b7-bdf7-cffd883fb4b8 2026-07-06 06:53:07.018 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 0305823d-8293-446c-8d7c-c074ac73ecb3 2026-07-06 06:53:08.216 12 INFO neutron.plugins.ml2.plugin [None req-e4861d7a-3d63-49a6-b091-3e9453897815 - - - - - -] Attempt 1 to provision port f916ab7a-f86b-4819-b718-ed1ec0eea7a9 2026-07-06 06:53:08.243 12 INFO neutron.plugins.ml2.plugin [None req-e4861d7a-3d63-49a6-b091-3e9453897815 - - - - - -] Attempt 1 to provision port bdd1171b-64a6-43b7-bdf7-cffd883fb4b8 2026-07-06 06:53:08.847 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 667eca2b-dcd4-4f26-8766-da5cafda0cf0 2026-07-06 06:53:10.964 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 667eca2b-dcd4-4f26-8766-da5cafda0cf0 2026-07-06 06:53:11.194 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port a8232ad2-db27-4a3b-9f91-fd4ed57a7ebc 2026-07-06 06:53:12.910 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port a8232ad2-db27-4a3b-9f91-fd4ed57a7ebc 2026-07-06 06:53:13.939 12 INFO neutron.plugins.ml2.plugin [None req-6687b888-47c6-42b2-8266-3058465ced55 - - - - - -] Attempt 1 to provision port f916ab7a-f86b-4819-b718-ed1ec0eea7a9 2026-07-06 06:53:13.976 12 INFO neutron.plugins.ml2.plugin [None req-6687b888-47c6-42b2-8266-3058465ced55 - - - - - -] Attempt 1 to provision port 4951f4f6-db0e-4691-b3f8-fe3908022dc8 2026-07-06 06:53:14.000 12 INFO neutron.plugins.ml2.plugin [None req-6687b888-47c6-42b2-8266-3058465ced55 - - - - - -] Attempt 1 to provision port a8232ad2-db27-4a3b-9f91-fd4ed57a7ebc 2026-07-06 06:53:14.052 12 INFO neutron.plugins.ml2.plugin [None req-6687b888-47c6-42b2-8266-3058465ced55 - - - - - -] Attempt 1 to provision port 8ef5cdb1-95f3-4782-b5b3-7c519dab665c 2026-07-06 06:53:18.610 11 INFO neutron.plugins.ml2.plugin [None req-511ba489-bd01-469c-bf63-8c2abf90b286 - - - - - -] Attempt 1 to provision port 4951f4f6-db0e-4691-b3f8-fe3908022dc8 2026-07-06 06:53:18.638 11 INFO neutron.plugins.ml2.plugin [None req-511ba489-bd01-469c-bf63-8c2abf90b286 - - - - - -] Attempt 1 to provision port 427bf998-ba5e-4440-8f18-8419cf463f0f 2026-07-06 06:53:18.669 11 INFO neutron.plugins.ml2.plugin [None req-511ba489-bd01-469c-bf63-8c2abf90b286 - - - - - -] Attempt 1 to provision port f916ab7a-f86b-4819-b718-ed1ec0eea7a9 2026-07-06 06:53:18.691 11 INFO neutron.plugins.ml2.plugin [None req-511ba489-bd01-469c-bf63-8c2abf90b286 - - - - - -] Attempt 1 to provision port a8232ad2-db27-4a3b-9f91-fd4ed57a7ebc 2026-07-06 06:53:18.746 11 INFO neutron.plugins.ml2.plugin [None req-511ba489-bd01-469c-bf63-8c2abf90b286 - - - - - -] Attempt 1 to provision port ff0f81ed-6c99-4b65-a354-40725be1ef76 2026-07-06 06:53:20.566 11 INFO neutron.plugins.ml2.plugin [None req-00082dfd-849d-4985-9c7e-091bb0054c3a - - - - - -] Attempt 1 to provision port 4951f4f6-db0e-4691-b3f8-fe3908022dc8 2026-07-06 06:53:21.892 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port e8294941-20bf-439a-9bed-85dfc98d1b2b 2026-07-06 06:53:21.993 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-f2b265ec-f5d5-42b3-95b5-0c6a02ee01dc'] response: {'server_uuid': '3597ce4e-51a4-4e6b-bb17-db07bdb34747', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8294941-20bf-439a-9bed-85dfc98d1b2b', 'code': 200} 2026-07-06 06:53:22.865 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port e8294941-20bf-439a-9bed-85dfc98d1b2b 2026-07-06 06:53:23.290 12 INFO neutron.plugins.ml2.plugin [None req-45553a7e-ba88-48c7-9b10-0f12d9385090 - - - - - -] Attempt 1 to provision port 4951f4f6-db0e-4691-b3f8-fe3908022dc8 2026-07-06 06:53:24.847 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 8ef5cdb1-95f3-4782-b5b3-7c519dab665c 2026-07-06 06:53:25.104 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f916ab7a-f86b-4819-b718-ed1ec0eea7a9 2026-07-06 06:53:26.881 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 8ef5cdb1-95f3-4782-b5b3-7c519dab665c 2026-07-06 06:53:27.078 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port f916ab7a-f86b-4819-b718-ed1ec0eea7a9 2026-07-06 06:53:27.409 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 427bf998-ba5e-4440-8f18-8419cf463f0f 2026-07-06 06:53:27.690 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 4951f4f6-db0e-4691-b3f8-fe3908022dc8 2026-07-06 06:53:28.823 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 427bf998-ba5e-4440-8f18-8419cf463f0f 2026-07-06 06:53:28.952 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 4951f4f6-db0e-4691-b3f8-fe3908022dc8 2026-07-06 06:53:33.363 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port fc09b5d2-62ad-4b1b-8652-56f0dc6c4c51 2026-07-06 06:53:33.464 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-ebbb305d-777c-4473-a509-e89ae2140c93'] response: {'server_uuid': 'cdc50b41-3ecf-4eac-89d2-a0673d28c58c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc09b5d2-62ad-4b1b-8652-56f0dc6c4c51', 'code': 200} 2026-07-06 06:53:34.841 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port fc09b5d2-62ad-4b1b-8652-56f0dc6c4c51 2026-07-06 06:54:14.224 12 INFO neutron.plugins.ml2.plugin [None req-b22e4385-6c71-4a61-9266-8dc6fecaf151 - - - - - -] Attempt 1 to provision port c9e31ba6-3fb6-45ec-a76d-2bcc68f4873a 2026-07-06 06:54:16.887 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c7164bad-f08c-4889-861f-cb7899301b6b 2026-07-06 06:54:17.425 12 INFO neutron.plugins.ml2.plugin [None req-adebcf23-332c-4a2f-bbfd-b1ba39a9a40a - - - - - -] Attempt 1 to provision port c7164bad-f08c-4889-861f-cb7899301b6b 2026-07-06 06:54:19.072 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c9e31ba6-3fb6-45ec-a76d-2bcc68f4873a 2026-07-06 06:54:19.168 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-cbe5dd4d-b363-408d-adef-7a500dc7b613'] response: {'server_uuid': 'cdc50b41-3ecf-4eac-89d2-a0673d28c58c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c9e31ba6-3fb6-45ec-a76d-2bcc68f4873a', 'code': 200} 2026-07-06 06:54:20.876 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c9e31ba6-3fb6-45ec-a76d-2bcc68f4873a 2026-07-06 06:54:22.861 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c9e31ba6-3fb6-45ec-a76d-2bcc68f4873a 2026-07-06 06:54:25.380 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port c9e31ba6-3fb6-45ec-a76d-2bcc68f4873a 2026-07-06 06:54:47.736 12 INFO neutron.plugins.ml2.plugin [None req-4abe7e81-a14f-4165-9f57-6b2ceb76e298 - - - - - -] Attempt 1 to provision port 473d0d89-4559-426d-9bd6-62307ad2035b 2026-07-06 06:54:56.451 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 473d0d89-4559-426d-9bd6-62307ad2035b 2026-07-06 06:54:56.598 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-5d1035a9-dd3a-46be-944b-8a136a377272'] response: {'server_uuid': 'cdc50b41-3ecf-4eac-89d2-a0673d28c58c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '473d0d89-4559-426d-9bd6-62307ad2035b', 'code': 200} 2026-07-06 06:54:57.026 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 473d0d89-4559-426d-9bd6-62307ad2035b 2026-07-06 06:55:07.580 11 INFO neutron.plugins.ml2.plugin [None req-261eb7c2-207d-4a6d-aecf-464322bc9b7a - - - - - -] Attempt 1 to provision port 50856478-be6e-46b2-a80d-daa5a9e26526 2026-07-06 06:55:14.239 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 50856478-be6e-46b2-a80d-daa5a9e26526 2026-07-06 06:55:14.343 12 INFO neutron.notifiers.nova [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Nova event matching ['req-d0abed87-db5c-4c98-b86f-77d552636a92'] response: {'server_uuid': 'cdc50b41-3ecf-4eac-89d2-a0673d28c58c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '50856478-be6e-46b2-a80d-daa5a9e26526', 'code': 200} 2026-07-06 06:55:15.057 11 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 50856478-be6e-46b2-a80d-daa5a9e26526 2026-07-06 06:55:17.397 12 INFO neutron.plugins.ml2.plugin [None req-82738fea-4760-41b2-a0a7-adb50b847051 - - - - - -] Attempt 1 to provision port 473d0d89-4559-426d-9bd6-62307ad2035b 2026-07-06 06:55:31.935 12 INFO neutron.plugins.ml2.plugin [None req-1dd1ee6d-025c-4ed0-af19-fd08bd6ca8d5 - - - - - -] Attempt 1 to provision port 50856478-be6e-46b2-a80d-daa5a9e26526 2026-07-06 06:55:33.157 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 50856478-be6e-46b2-a80d-daa5a9e26526 2026-07-06 06:55:33.337 11 INFO neutron.plugins.ml2.plugin [None req-80d7e1d4-b888-4656-8a8c-94b280272be5 - - - - - -] Attempt 1 to provision port 50856478-be6e-46b2-a80d-daa5a9e26526 2026-07-06 06:55:42.223 11 INFO neutron.plugins.ml2.plugin [None req-0c37ae55-37e1-4b2d-8277-5f77a014242e - - - - - -] Attempt 1 to provision port 473d0d89-4559-426d-9bd6-62307ad2035b 2026-07-06 06:55:43.133 12 INFO neutron.plugins.ml2.plugin [None req-a85eafe8-f6f7-4085-95c6-07b4ac0e1513 - - - - - -] Attempt 1 to provision port 473d0d89-4559-426d-9bd6-62307ad2035b 2026-07-06 06:56:49.269 12 INFO neutron.notifiers.nova [None req-001db432-5f69-4be5-9be5-fd30fce32e0d - - - - - -] Nova event matching ['req-d52f6b91-b547-471b-b4c3-47547b0ebd41'] response: {'server_uuid': '30d65ecc-e3fe-4a04-93a3-53bfdd88aa43', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '33c1343b-f05e-45f0-bf68-47d8b5f661cf', 'code': 200}