+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-19 13:57:07.264 1 INFO neutron.common.config [-] Logging enabled! 2026-05-19 13:57:07.264 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev7 2026-05-19 13:57:07.265 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-19 13:57:07.265 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 13:57:08.229 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 13:57:08.231 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 13:57:08.234 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-19 13:57:08.235 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 13:57:08.235 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 13:57:08.236 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-19 13:57:08.236 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 13:57:08.242 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 13:57:08.242 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 13:57:08.242 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 13:57:08.260 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 13:57:08.261 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 13:57:08.261 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 13:57:08.295 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 13:57:08.295 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 13:57:08.295 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 13:57:08.295 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 13:57:08.630 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing driver for type 'vlan' 2026-05-19 13:57:08.775 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] VlanTypeDriver initialization complete 2026-05-19 13:57:08.776 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 13:57:08.776 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 13:57:08.817 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 13:57:08.817 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 13:57:08.817 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing extension driver 'port_security' 2026-05-19 13:57:08.818 1 INFO neutron.plugins.ml2.extensions.port_security [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 13:57:08.818 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing extension driver 'qos' 2026-05-19 13:57:08.818 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 13:57:08.818 1 INFO neutron.plugins.ml2.managers [None req-c069071d-c915-4bee-beb3-2d495744ed2a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 13:57:08.829 1 INFO neutron.quota [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded quota_driver: . 2026-05-19 13:57:08.829 1 INFO neutron.plugins.ml2.plugin [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 13:57:08.829 1 INFO neutron.plugins.ml2.managers [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 13:57:08.829 1 INFO neutron.plugins.ml2.managers [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 13:57:08.829 1 INFO neutron.plugins.ml2.managers [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 13:57:08.830 1 INFO neutron.extensions.vlantransparent [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Disabled vlantransparent extension. 2026-05-19 13:57:08.830 1 INFO neutron.extensions.qinq [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Disabled VLAN QinQ extension. 2026-05-19 13:57:08.830 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: qos 2026-05-19 13:57:08.841 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: router 2026-05-19 13:57:08.876 1 INFO neutron.services.service_base [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 13:57:08.876 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: segments 2026-05-19 13:57:08.939 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: trunk 2026-05-19 13:57:08.952 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: vpnaas 2026-05-19 13:57:08.984 1 WARNING stevedore.named [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 13:57:08.984 1 WARNING stevedore.named [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 13:57:09.308 1 INFO neutron_vpnaas.services.vpn.plugin [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 13:57:09.309 1 INFO neutron.common.utils [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-19 13:57:09.309 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: taas 2026-05-19 13:57:09.327 1 WARNING stevedore.named [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 13:57:09.355 1 INFO neutron_taas.services.taas.taas_plugin [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-19 13:57:09.356 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: tapmirror 2026-05-19 13:57:09.364 1 WARNING stevedore.named [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 13:57:09.378 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-19 13:57:09.379 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: auto_allocate 2026-05-19 13:57:09.384 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: tag 2026-05-19 13:57:09.391 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: timestamp 2026-05-19 13:57:09.394 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 13:57:09.397 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: flavors 2026-05-19 13:57:09.400 1 INFO neutron.manager [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loading Plugin: revisions 2026-05-19 13:57:09.402 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Initializing extension manager. 2026-05-19 13:57:09.404 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: address-group 2026-05-19 13:57:09.404 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: address-scope 2026-05-19 13:57:09.405 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 13:57:09.406 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: agent 2026-05-19 13:57:09.406 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 13:57:09.407 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 13:57:09.409 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 13:57:09.410 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: availability_zone 2026-05-19 13:57:09.410 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 13:57:09.411 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 13:57:09.411 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: default-subnetpools 2026-05-19 13:57:09.412 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 13:57:09.413 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: dns-integration 2026-05-19 13:57:09.413 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 13:57:09.414 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 13:57:09.414 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: dvr 2026-05-19 13:57:09.415 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 13:57:09.415 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 13:57:09.416 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 13:57:09.416 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 13:57:09.416 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: external-net 2026-05-19 13:57:09.417 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 13:57:09.417 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: extraroute 2026-05-19 13:57:09.418 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 13:57:09.418 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-19 13:57:09.419 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 13:57:09.419 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 13:57:09.420 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 13:57:09.420 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: fip-port-details 2026-05-19 13:57:09.421 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: flavors 2026-05-19 13:57:09.422 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 13:57:09.422 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: floatingip-pools 2026-05-19 13:57:09.423 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: ip_allocation 2026-05-19 13:57:09.423 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 13:57:09.424 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: l2_adjacency 2026-05-19 13:57:09.425 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: router 2026-05-19 13:57:09.426 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 13:57:09.427 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-19 13:57:09.427 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-19 13:57:09.427 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 13:57:09.428 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: l3-ha 2026-05-19 13:57:09.428 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 13:57:09.429 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 13:57:09.429 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: l3-flavors 2026-05-19 13:57:09.430 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 13:57:09.430 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 13:57:09.432 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 13:57:09.433 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 13:57:09.434 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 13:57:09.435 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 13:57:09.435 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 13:57:09.436 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: multi-provider 2026-05-19 13:57:09.436 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: net-mtu 2026-05-19 13:57:09.437 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 13:57:09.437 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: network_availability_zone 2026-05-19 13:57:09.438 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: network_ha 2026-05-19 13:57:09.438 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: network-ip-availability 2026-05-19 13:57:09.439 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 13:57:09.439 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: pagination 2026-05-19 13:57:09.440 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-device-profile 2026-05-19 13:57:09.440 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-19 13:57:09.441 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 13:57:09.441 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 13:57:09.442 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-mac-override 2026-05-19 13:57:09.442 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 13:57:09.443 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 13:57:09.443 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-19 13:57:09.443 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-resource-request 2026-05-19 13:57:09.444 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 13:57:09.444 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-19 13:57:09.445 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: binding 2026-05-19 13:57:09.446 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: binding-extended 2026-05-19 13:57:09.446 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-security 2026-05-19 13:57:09.446 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: project-id 2026-05-19 13:57:09.447 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: provider 2026-05-19 13:57:09.447 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-19 13:57:09.449 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos 2026-05-19 13:57:09.450 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 13:57:09.450 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 13:57:09.451 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-default 2026-05-19 13:57:09.451 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-fip 2026-05-19 13:57:09.451 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 13:57:09.452 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 13:57:09.452 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 13:57:09.453 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 13:57:09.453 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 13:57:09.454 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-pps 2026-05-19 13:57:09.454 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 13:57:09.455 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 13:57:09.455 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 13:57:09.456 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: quota-check-limit 2026-05-19 13:57:09.456 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-19 13:57:09.458 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: quotas 2026-05-19 13:57:09.461 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: quota_details 2026-05-19 13:57:09.462 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: rbac-policies 2026-05-19 13:57:09.462 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: rbac-address-group 2026-05-19 13:57:09.463 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 13:57:09.463 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 13:57:09.465 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 13:57:09.467 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: revision-if-match 2026-05-19 13:57:09.469 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 13:57:09.470 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: router_availability_zone 2026-05-19 13:57:09.471 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 13:57:09.475 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 13:57:09.475 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 13:57:09.476 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 13:57:09.476 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 13:57:09.477 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-19 13:57:09.477 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 13:57:09.481 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: security-group 2026-05-19 13:57:09.482 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: segment 2026-05-19 13:57:09.483 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 13:57:09.483 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: service-type 2026-05-19 13:57:09.484 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: sorting 2026-05-19 13:57:09.484 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 13:57:09.485 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: standard-attr-description 2026-05-19 13:57:09.485 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: stateful-security-group 2026-05-19 13:57:09.486 1 WARNING neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 13:57:09.486 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 13:57:09.487 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: subnet-external-network 2026-05-19 13:57:09.487 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: subnet_onboard 2026-05-19 13:57:09.488 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 13:57:09.488 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: subnet-service-types 2026-05-19 13:57:09.488 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: subnet_allocation 2026-05-19 13:57:09.489 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 13:57:09.490 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: tag-creation 2026-05-19 13:57:09.490 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 13:57:09.493 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 13:57:09.494 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 13:57:09.494 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: trunk 2026-05-19 13:57:09.495 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: trunk-details 2026-05-19 13:57:09.495 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 13:57:09.496 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-19 13:57:09.496 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 13:57:09.497 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-19 13:57:09.498 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-19 13:57:09.499 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 13:57:09.500 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: vpn-flavors 2026-05-19 13:57:09.501 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: vpnaas 2026-05-19 13:57:09.502 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: taas 2026-05-19 13:57:09.503 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: tap-mirror 2026-05-19 13:57:09.503 1 INFO neutron.api.extensions [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-19 13:57:09.506 1 INFO oslo_service.backend.eventlet.service [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Starting 2 workers 2026-05-19 13:57:09.513 1 INFO oslo_service.backend.eventlet.service [None req-bf3c603b-eb7a-450f-9ed3-be30c319bd17 - - - - - -] Starting 1 workers 2026-05-19 13:57:51.346 12 INFO neutron.db.l3_hamode_db [None req-61abf8c8-a698-453c-aded-00c95ffd0069 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 13:58:06.525 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port da8cc179-0f57-4062-8804-c1add27a3bd6 2026-05-19 13:58:08.115 12 INFO neutron.plugins.ml2.plugin [None req-5de8b40a-8b40-4ccf-9b5a-603fbd7790ec - - - - - -] Attempt 1 to provision port da8cc179-0f57-4062-8804-c1add27a3bd6 2026-05-19 13:58:08.462 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port da8cc179-0f57-4062-8804-c1add27a3bd6 2026-05-19 13:58:09.874 12 INFO neutron.plugins.ml2.plugin [None req-9d32a7f5-6cb8-43e8-afc2-8c3dfeea3540 - - - - - -] Attempt 1 to provision port da8cc179-0f57-4062-8804-c1add27a3bd6 2026-05-19 14:02:36.620 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 589199b2-d751-4299-b8dd-dff86ca4de12 2026-05-19 14:02:36.766 12 INFO neutron.plugins.ml2.plugin [None req-b3e4dd66-0863-4d8a-a216-410018ea34ab - - - - - -] Attempt 1 to provision port 589199b2-d751-4299-b8dd-dff86ca4de12 2026-05-19 14:02:38.444 11 INFO neutron.plugins.ml2.plugin [None req-f8206224-a2bb-400b-8ca9-16b85522b621 - - - - - -] Attempt 1 to provision port 589199b2-d751-4299-b8dd-dff86ca4de12 2026-05-19 14:02:38.599 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 589199b2-d751-4299-b8dd-dff86ca4de12 2026-05-19 14:02:43.160 12 INFO neutron.plugins.ml2.plugin [None req-b43f971a-b376-482d-8846-5fda5ade2e7b - - - - - -] Attempt 1 to provision port 74b43c05-ff6c-41dd-944f-276c4ed63ce9 2026-05-19 14:06:21.355 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 74b43c05-ff6c-41dd-944f-276c4ed63ce9 2026-05-19 14:06:22.746 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 74b43c05-ff6c-41dd-944f-276c4ed63ce9 2026-05-19 14:14:41.088 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 01ad4ebc-2cc3-400e-acea-2722394a1eb0 2026-05-19 14:14:43.066 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 01ad4ebc-2cc3-400e-acea-2722394a1eb0 2026-05-19 14:30:43.725 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port fd965e51-39e7-4da7-8f34-60c231c65f52 2026-05-19 14:30:44.982 11 INFO neutron.plugins.ml2.plugin [None req-2084a051-078d-47b7-abc2-5b1ba7e069e9 - - - - - -] Attempt 1 to provision port fd965e51-39e7-4da7-8f34-60c231c65f52 2026-05-19 14:30:45.635 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port fd965e51-39e7-4da7-8f34-60c231c65f52 2026-05-19 14:30:47.663 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 782d360d-d8de-487a-8fe4-e45846376cd0 2026-05-19 14:30:49.792 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 782d360d-d8de-487a-8fe4-e45846376cd0 2026-05-19 14:30:50.001 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 95f984d0-6b11-4f73-8e23-08169dab08c0 2026-05-19 14:30:51.654 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 95f984d0-6b11-4f73-8e23-08169dab08c0 2026-05-19 14:30:54.363 11 INFO neutron.plugins.ml2.plugin [None req-32152adc-f2c3-4794-982e-21266fae25d5 - - - - - -] Attempt 1 to provision port 4ded8236-9a42-439e-9149-0788bb732b64 2026-05-19 14:30:54.389 11 INFO neutron.plugins.ml2.plugin [None req-32152adc-f2c3-4794-982e-21266fae25d5 - - - - - -] Attempt 1 to provision port 782d360d-d8de-487a-8fe4-e45846376cd0 2026-05-19 14:30:54.434 11 INFO neutron.plugins.ml2.plugin [None req-32152adc-f2c3-4794-982e-21266fae25d5 - - - - - -] Attempt 1 to provision port 95f984d0-6b11-4f73-8e23-08169dab08c0 2026-05-19 14:30:54.492 11 INFO neutron.plugins.ml2.plugin [None req-32152adc-f2c3-4794-982e-21266fae25d5 - - - - - -] Attempt 1 to provision port 7c0c88eb-09b6-4367-b804-130d17d26c81 2026-05-19 14:30:57.744 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port f49f7bf9-7fb0-4ed0-aa0d-9fd3552cbd23 2026-05-19 14:30:58.252 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port becb6862-290a-4c83-a14c-e337aec74963 2026-05-19 14:30:58.649 12 INFO neutron.plugins.ml2.plugin [None req-e450ace9-9010-4be1-b612-a9ef7680da5f - - - - - -] Attempt 1 to provision port 2cd1218e-9cb2-42ed-9ff1-73ce0ab1e8a0 2026-05-19 14:30:59.018 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port d75d1346-66a9-45b6-bb42-76d01a8387c9 2026-05-19 14:30:59.917 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 84c4ebaa-2949-4221-afc2-e487fcba91d6 2026-05-19 14:31:00.329 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port d75d1346-66a9-45b6-bb42-76d01a8387c9 2026-05-19 14:31:00.539 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port f49f7bf9-7fb0-4ed0-aa0d-9fd3552cbd23 2026-05-19 14:31:00.753 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port becb6862-290a-4c83-a14c-e337aec74963 2026-05-19 14:31:00.984 11 INFO neutron.plugins.ml2.plugin [None req-9e3b5973-3f73-4543-9db2-0f6db66172d6 - - - - - -] Attempt 1 to provision port 2cd1218e-9cb2-42ed-9ff1-73ce0ab1e8a0 2026-05-19 14:31:01.801 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 84c4ebaa-2949-4221-afc2-e487fcba91d6 2026-05-19 14:31:02.893 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port ed4106c6-363c-4b92-809a-e746a1ac2179 2026-05-19 14:31:02.916 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port f49f7bf9-7fb0-4ed0-aa0d-9fd3552cbd23 2026-05-19 14:31:02.963 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port 95f984d0-6b11-4f73-8e23-08169dab08c0 2026-05-19 14:31:03.020 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port 9bfc27e5-145e-4716-8928-a0f64109b479 2026-05-19 14:31:03.046 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port 4ded8236-9a42-439e-9149-0788bb732b64 2026-05-19 14:31:03.069 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port 782d360d-d8de-487a-8fe4-e45846376cd0 2026-05-19 14:31:03.136 11 INFO neutron.plugins.ml2.plugin [None req-faa4d194-2ba1-4dc8-966c-72ec7bdf6b50 - - - - - -] Attempt 1 to provision port 7c0c88eb-09b6-4367-b804-130d17d26c81 2026-05-19 14:31:07.866 12 INFO neutron.plugins.ml2.plugin [None req-274ce807-7de7-4b30-9c78-16bb0012198e - - - - - -] Attempt 1 to provision port 785addb3-c407-4668-9d35-8efbec4794d7 2026-05-19 14:31:07.887 12 INFO neutron.plugins.ml2.plugin [None req-274ce807-7de7-4b30-9c78-16bb0012198e - - - - - -] Attempt 1 to provision port 7c0c88eb-09b6-4367-b804-130d17d26c81 2026-05-19 14:31:07.915 12 INFO neutron.plugins.ml2.plugin [None req-274ce807-7de7-4b30-9c78-16bb0012198e - - - - - -] Attempt 1 to provision port 4ded8236-9a42-439e-9149-0788bb732b64 2026-05-19 14:31:08.893 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 807b1bd2-b0f1-4fee-b24a-249d179779b8 2026-05-19 14:31:09.342 11 INFO neutron.plugins.ml2.plugin [None req-2698042c-c44f-4e94-b07a-8f38d061d2b8 - - - - - -] Attempt 1 to provision port 1a4d9937-ecf7-47cb-ba8b-e38f3e531f9a 2026-05-19 14:31:09.468 11 INFO neutron.notifiers.nova [None req-2698042c-c44f-4e94-b07a-8f38d061d2b8 - - - - - -] Nova event matching ['req-ff7ee3bf-72db-448a-ad6e-5fa7c896aeb6'] response: {'server_uuid': '53bdf79e-0d1d-4c69-a6b7-c20f3711d106', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '807b1bd2-b0f1-4fee-b24a-249d179779b8', 'code': 200} 2026-05-19 14:31:10.586 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 807b1bd2-b0f1-4fee-b24a-249d179779b8 2026-05-19 14:31:10.797 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 359ad3e7-b812-4f22-ac73-18b9cbf843e9 2026-05-19 14:31:11.238 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 1a4d9937-ecf7-47cb-ba8b-e38f3e531f9a 2026-05-19 14:31:11.284 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-67307b7e-0e91-4339-8991-076d4bba1851'] response: {'server_uuid': 'ad1a24e7-aa88-49d6-b81a-edbbe45fa877', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '359ad3e7-b812-4f22-ac73-18b9cbf843e9', 'code': 200} 2026-05-19 14:31:11.550 11 INFO neutron.notifiers.nova [None req-787e8b89-ff6a-4672-b4b2-40eccdb1b07e - - - - - -] Nova event matching ['req-7a1c67be-0737-4205-b93a-ad141a0ef916'] response: {'server_uuid': '2a05f1b2-4966-45ff-8a4a-be97d96e0cc0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1a4d9937-ecf7-47cb-ba8b-e38f3e531f9a', 'code': 200} 2026-05-19 14:31:12.493 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 359ad3e7-b812-4f22-ac73-18b9cbf843e9 2026-05-19 14:31:12.703 11 INFO neutron.plugins.ml2.plugin [None req-e04adc37-6268-4919-8295-0eb3f9a5eec6 - - - - - -] Attempt 1 to provision port 8c96025b-68bf-455b-85db-819ec8ac092e 2026-05-19 14:31:14.220 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port bd492b86-481f-4d4d-ae58-e2384f3f5d8e 2026-05-19 14:31:14.656 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 8c96025b-68bf-455b-85db-819ec8ac092e 2026-05-19 14:31:14.874 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port ed4106c6-363c-4b92-809a-e746a1ac2179 2026-05-19 14:31:14.896 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port 807b1bd2-b0f1-4fee-b24a-249d179779b8 2026-05-19 14:31:14.962 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port 4ded8236-9a42-439e-9149-0788bb732b64 2026-05-19 14:31:14.990 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port f49f7bf9-7fb0-4ed0-aa0d-9fd3552cbd23 2026-05-19 14:31:15.053 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port bd492b86-481f-4d4d-ae58-e2384f3f5d8e 2026-05-19 14:31:15.109 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port fc0cec53-e790-45d9-a443-cbb8aaaa739e 2026-05-19 14:31:15.137 12 INFO neutron.plugins.ml2.plugin [None req-9e208812-8ff0-4eb7-af4f-bea15f220ad0 - - - - - -] Attempt 1 to provision port 7c0c88eb-09b6-4367-b804-130d17d26c81 2026-05-19 14:31:16.046 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port bd492b86-481f-4d4d-ae58-e2384f3f5d8e 2026-05-19 14:31:19.423 11 INFO neutron.plugins.ml2.plugin [None req-f6e05995-739d-4c5a-8b29-7e57d63b85ff - - - - - -] Attempt 1 to provision port c603f296-682e-478f-b91d-537ea469bfba 2026-05-19 14:31:19.465 11 INFO neutron.plugins.ml2.plugin [None req-f6e05995-739d-4c5a-8b29-7e57d63b85ff - - - - - -] Attempt 1 to provision port fc0cec53-e790-45d9-a443-cbb8aaaa739e 2026-05-19 14:31:19.505 11 INFO neutron.plugins.ml2.plugin [None req-f6e05995-739d-4c5a-8b29-7e57d63b85ff - - - - - -] Attempt 1 to provision port bd492b86-481f-4d4d-ae58-e2384f3f5d8e 2026-05-19 14:31:22.628 11 INFO neutron.plugins.ml2.plugin [None req-d67a3187-8806-471f-8f9a-93e06f0824ed - - - - - -] Attempt 1 to provision port ea3bca64-cb63-4f31-abce-a111c6cc3f53 2026-05-19 14:31:22.902 11 INFO neutron.notifiers.nova [None req-d67a3187-8806-471f-8f9a-93e06f0824ed - - - - - -] Nova event matching ['req-26ed4184-6d41-4aa2-8905-5795104484eb'] response: {'server_uuid': '8c548ef2-a1e7-4afe-b366-0ae499713d4f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea3bca64-cb63-4f31-abce-a111c6cc3f53', 'code': 200} 2026-05-19 14:31:22.959 12 INFO neutron.plugins.ml2.plugin [None req-efcd5a0d-1180-4c9f-a35d-f07969dd1eb1 - - - - - -] Attempt 1 to provision port ed4106c6-363c-4b92-809a-e746a1ac2179 2026-05-19 14:31:24.207 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ea3bca64-cb63-4f31-abce-a111c6cc3f53 2026-05-19 14:31:27.339 12 INFO neutron.plugins.ml2.plugin [None req-8cbfcd9a-faef-48d7-971c-ee2bc66f24a5 - - - - - -] Attempt 1 to provision port c5156ed9-3139-464f-911c-740b11cd9bae 2026-05-19 14:31:27.362 12 INFO neutron.plugins.ml2.plugin [None req-8cbfcd9a-faef-48d7-971c-ee2bc66f24a5 - - - - - -] Attempt 1 to provision port ed4106c6-363c-4b92-809a-e746a1ac2179 2026-05-19 14:31:27.399 12 INFO neutron.plugins.ml2.plugin [None req-8cbfcd9a-faef-48d7-971c-ee2bc66f24a5 - - - - - -] Attempt 1 to provision port fc0cec53-e790-45d9-a443-cbb8aaaa739e 2026-05-19 14:31:28.451 11 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-87dc14fa-d30d-43f6-93fd-bf50d2832689'] response: {'server_uuid': '8c548ef2-a1e7-4afe-b366-0ae499713d4f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ea3bca64-cb63-4f31-abce-a111c6cc3f53', 'code': 200} 2026-05-19 14:31:32.118 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 5675b9b2-bbb4-4e93-9524-764bcc9652be 2026-05-19 14:31:33.400 11 INFO neutron.plugins.ml2.plugin [None req-13249e34-f604-4d9c-b684-76acfca7f1bb - - - - - -] Attempt 1 to provision port e5a90621-2c20-492a-8485-6d10aa7a3331 2026-05-19 14:31:33.752 11 INFO neutron.plugins.ml2.plugin [None req-13249e34-f604-4d9c-b684-76acfca7f1bb - - - - - -] Attempt 1 to provision port 807b1bd2-b0f1-4fee-b24a-249d179779b8 2026-05-19 14:31:33.808 11 INFO neutron.plugins.ml2.plugin [None req-13249e34-f604-4d9c-b684-76acfca7f1bb - - - - - -] Attempt 1 to provision port fc0cec53-e790-45d9-a443-cbb8aaaa739e 2026-05-19 14:31:33.837 11 INFO neutron.plugins.ml2.plugin [None req-13249e34-f604-4d9c-b684-76acfca7f1bb - - - - - -] Attempt 1 to provision port ac5c7d2a-7dd8-44bc-a729-3969a71dd3f8 2026-05-19 14:31:34.051 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e5a90621-2c20-492a-8485-6d10aa7a3331 2026-05-19 14:31:34.228 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 72bf659f-f295-44d4-ab5b-2d2717b2c60a 2026-05-19 14:31:34.602 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 5675b9b2-bbb4-4e93-9524-764bcc9652be 2026-05-19 14:31:36.478 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 72bf659f-f295-44d4-ab5b-2d2717b2c60a 2026-05-19 14:31:38.328 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port c603f296-682e-478f-b91d-537ea469bfba 2026-05-19 14:31:38.577 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 3e5fb729-fdd5-4b43-825a-5060ea1f0a43 2026-05-19 14:31:39.715 12 INFO neutron.plugins.ml2.plugin [None req-1597c0a0-f087-4b60-9fb0-990217f2e0fe - - - - - -] Attempt 1 to provision port e5f03f55-b5ac-49a7-931d-1f2dc12947e7 2026-05-19 14:31:39.849 12 INFO neutron.plugins.ml2.plugin [None req-1597c0a0-f087-4b60-9fb0-990217f2e0fe - - - - - -] Attempt 1 to provision port 3e5fb729-fdd5-4b43-825a-5060ea1f0a43 2026-05-19 14:31:40.171 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port c603f296-682e-478f-b91d-537ea469bfba 2026-05-19 14:31:40.335 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 3e5fb729-fdd5-4b43-825a-5060ea1f0a43 2026-05-19 14:31:40.550 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ed4106c6-363c-4b92-809a-e746a1ac2179 2026-05-19 14:31:42.680 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ccb26649-8c6d-4f6f-ad96-bd223990b8bb 2026-05-19 14:31:42.777 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-b30813af-3e80-471d-8cce-104a3041fbe3'] response: {'server_uuid': '0f4b6ab2-c597-49ce-96ef-a4fc360e3ae0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ccb26649-8c6d-4f6f-ad96-bd223990b8bb', 'code': 200} 2026-05-19 14:31:43.009 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ed4106c6-363c-4b92-809a-e746a1ac2179 2026-05-19 14:31:44.177 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ccb26649-8c6d-4f6f-ad96-bd223990b8bb 2026-05-19 14:31:44.275 11 INFO neutron.plugins.ml2.plugin [None req-74e5063d-e6e1-453a-b5ae-0057a3275a61 - - - - - -] Attempt 1 to provision port e5f03f55-b5ac-49a7-931d-1f2dc12947e7 2026-05-19 14:31:44.316 11 INFO neutron.plugins.ml2.plugin [None req-74e5063d-e6e1-453a-b5ae-0057a3275a61 - - - - - -] Attempt 1 to provision port ccb26649-8c6d-4f6f-ad96-bd223990b8bb 2026-05-19 14:31:44.399 11 INFO neutron.plugins.ml2.plugin [None req-74e5063d-e6e1-453a-b5ae-0057a3275a61 - - - - - -] Attempt 1 to provision port 3e5fb729-fdd5-4b43-825a-5060ea1f0a43 2026-05-19 14:31:44.611 11 INFO neutron.plugins.ml2.plugin [None req-74e5063d-e6e1-453a-b5ae-0057a3275a61 - - - - - -] Attempt 1 to provision port e5a90621-2c20-492a-8485-6d10aa7a3331 2026-05-19 14:31:44.670 11 INFO neutron.plugins.ml2.plugin [None req-74e5063d-e6e1-453a-b5ae-0057a3275a61 - - - - - -] Attempt 1 to provision port ac5c7d2a-7dd8-44bc-a729-3969a71dd3f8 2026-05-19 14:31:47.433 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port b05d644e-b892-4a7d-a8c2-8381abd7c59d 2026-05-19 14:31:47.484 11 INFO neutron.plugins.ml2.plugin [None req-615109cc-ec98-4b0d-b3a0-53ca239e9f75 - - - - - -] Attempt 1 to provision port e5f03f55-b5ac-49a7-931d-1f2dc12947e7 2026-05-19 14:31:47.510 11 INFO neutron.plugins.ml2.plugin [None req-615109cc-ec98-4b0d-b3a0-53ca239e9f75 - - - - - -] Attempt 1 to provision port 4025ddaf-985c-44c8-8219-3aafe3098497 2026-05-19 14:31:47.525 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-dd756c6a-4f39-43be-ac64-a5e1d41a05cf'] response: {'server_uuid': '11f39519-5b1d-43f4-bd52-30a249fc95d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b05d644e-b892-4a7d-a8c2-8381abd7c59d', 'code': 200} 2026-05-19 14:31:47.538 11 INFO neutron.plugins.ml2.plugin [None req-615109cc-ec98-4b0d-b3a0-53ca239e9f75 - - - - - -] Attempt 1 to provision port ac5c7d2a-7dd8-44bc-a729-3969a71dd3f8 2026-05-19 14:31:48.098 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port b05d644e-b892-4a7d-a8c2-8381abd7c59d 2026-05-19 14:31:50.193 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ac5c7d2a-7dd8-44bc-a729-3969a71dd3f8 2026-05-19 14:31:50.464 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 4025ddaf-985c-44c8-8219-3aafe3098497 2026-05-19 14:31:51.245 11 INFO neutron.plugins.ml2.plugin [None req-19675f93-58cf-418f-8833-bb38bfd1b5ff - - - - - -] Attempt 1 to provision port e5f03f55-b5ac-49a7-931d-1f2dc12947e7 2026-05-19 14:31:51.292 11 INFO neutron.plugins.ml2.plugin [None req-19675f93-58cf-418f-8833-bb38bfd1b5ff - - - - - -] Attempt 1 to provision port 6d7c94e8-a6ba-4b29-baac-448ac0b369a5 2026-05-19 14:31:51.324 11 INFO neutron.plugins.ml2.plugin [None req-19675f93-58cf-418f-8833-bb38bfd1b5ff - - - - - -] Attempt 1 to provision port ac5c7d2a-7dd8-44bc-a729-3969a71dd3f8 2026-05-19 14:31:52.186 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ac5c7d2a-7dd8-44bc-a729-3969a71dd3f8 2026-05-19 14:31:52.408 11 INFO neutron.plugins.ml2.plugin [None req-41cceb7f-4edb-4040-a7b9-118e7ceb5289 - - - - - -] Attempt 1 to provision port 4025ddaf-985c-44c8-8219-3aafe3098497 2026-05-19 14:31:54.168 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e5f03f55-b5ac-49a7-931d-1f2dc12947e7 2026-05-19 14:31:54.420 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 6d7c94e8-a6ba-4b29-baac-448ac0b369a5 2026-05-19 14:31:54.521 11 INFO neutron.plugins.ml2.plugin [None req-123832c8-5286-4a57-8c19-2bce72c2e504 - - - - - -] Attempt 1 to provision port 62e2507d-1d66-4b95-9d9e-dcfcc8457a5e 2026-05-19 14:31:54.547 11 INFO neutron.plugins.ml2.plugin [None req-123832c8-5286-4a57-8c19-2bce72c2e504 - - - - - -] Attempt 1 to provision port ccb26649-8c6d-4f6f-ad96-bd223990b8bb 2026-05-19 14:31:56.263 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e5f03f55-b5ac-49a7-931d-1f2dc12947e7 2026-05-19 14:31:56.469 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 6d7c94e8-a6ba-4b29-baac-448ac0b369a5 2026-05-19 14:32:14.121 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 6fb351a3-ce5f-4684-9eb3-e33970873d56 2026-05-19 14:32:14.181 12 INFO neutron.plugins.ml2.plugin [None req-34f1da27-3498-47b7-947d-f721f0c8a96c - - - - - -] Attempt 1 to provision port 6fb351a3-ce5f-4684-9eb3-e33970873d56 2026-05-19 14:32:16.233 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 6fb351a3-ce5f-4684-9eb3-e33970873d56 2026-05-19 14:32:16.558 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e40e7d32-da4e-4720-a45d-200ffbba130e 2026-05-19 14:32:17.470 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-1378670c-01a7-426c-bc15-d0945eee6422'] response: {'server_uuid': '0f4b6ab2-c597-49ce-96ef-a4fc360e3ae0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ccb26649-8c6d-4f6f-ad96-bd223990b8bb', 'code': 200} 2026-05-19 14:32:17.701 11 INFO neutron.plugins.ml2.plugin [None req-8bf3ef02-bf98-4d43-b6c3-69aa16f373f5 - - - - - -] Attempt 1 to provision port 6fb351a3-ce5f-4684-9eb3-e33970873d56 2026-05-19 14:32:17.747 11 INFO neutron.plugins.ml2.plugin [None req-8bf3ef02-bf98-4d43-b6c3-69aa16f373f5 - - - - - -] Attempt 1 to provision port 85cf7cf5-9ce5-4452-b197-e50b281064da 2026-05-19 14:32:17.772 11 INFO neutron.plugins.ml2.plugin [None req-8bf3ef02-bf98-4d43-b6c3-69aa16f373f5 - - - - - -] Attempt 1 to provision port 3b538d04-c229-458f-9ec5-e30177bd9ba1 2026-05-19 14:32:18.727 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ccb26649-8c6d-4f6f-ad96-bd223990b8bb 2026-05-19 14:32:19.179 12 INFO neutron.plugins.ml2.plugin [None req-2ad2b18a-58bc-4310-98c1-8ab0adca07ec - - - - - -] Attempt 1 to provision port e40e7d32-da4e-4720-a45d-200ffbba130e 2026-05-19 14:32:19.509 12 INFO neutron.notifiers.nova [None req-39aaf6fb-cf75-495a-8e28-04fc5a877021 - - - - - -] Nova event matching ['req-6f41d6de-c7a7-46f8-be41-d8438133976f'] response: {'server_uuid': '0f4b6ab2-c597-49ce-96ef-a4fc360e3ae0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ccb26649-8c6d-4f6f-ad96-bd223990b8bb', 'code': 200} 2026-05-19 14:32:20.477 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ccb26649-8c6d-4f6f-ad96-bd223990b8bb 2026-05-19 14:32:20.713 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port f8f9bf89-62ed-40e4-8f1a-557da9e4fe8e 2026-05-19 14:32:22.215 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port f8f9bf89-62ed-40e4-8f1a-557da9e4fe8e 2026-05-19 14:32:22.413 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ad34af4f-c5c7-4c73-9065-6bbb3cdcc6af 2026-05-19 14:32:23.338 11 INFO neutron.plugins.ml2.plugin [None req-e1e5d696-1804-4252-8808-04bc6ef351db - - - - - -] Attempt 1 to provision port 85cf7cf5-9ce5-4452-b197-e50b281064da 2026-05-19 14:32:23.363 11 INFO neutron.plugins.ml2.plugin [None req-e1e5d696-1804-4252-8808-04bc6ef351db - - - - - -] Attempt 1 to provision port f8f9bf89-62ed-40e4-8f1a-557da9e4fe8e 2026-05-19 14:32:23.414 11 INFO neutron.plugins.ml2.plugin [None req-e1e5d696-1804-4252-8808-04bc6ef351db - - - - - -] Attempt 1 to provision port 9e3dafa4-5d7d-46d6-ab45-99fdf30ec74a 2026-05-19 14:32:24.107 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port ad34af4f-c5c7-4c73-9065-6bbb3cdcc6af 2026-05-19 14:32:26.367 11 INFO neutron.plugins.ml2.plugin [None req-3cbd71f1-0624-490a-96dc-6fc8441074c1 - - - - - -] Attempt 1 to provision port 85cf7cf5-9ce5-4452-b197-e50b281064da 2026-05-19 14:32:26.388 11 INFO neutron.plugins.ml2.plugin [None req-3cbd71f1-0624-490a-96dc-6fc8441074c1 - - - - - -] Attempt 1 to provision port 254256bb-1bbe-44a6-9198-d106c3087568 2026-05-19 14:32:26.410 11 INFO neutron.plugins.ml2.plugin [None req-3cbd71f1-0624-490a-96dc-6fc8441074c1 - - - - - -] Attempt 1 to provision port f8f9bf89-62ed-40e4-8f1a-557da9e4fe8e 2026-05-19 14:32:29.636 11 INFO neutron.plugins.ml2.plugin [None req-90165b50-a83b-48ab-b1db-411c3dda729e - - - - - -] Attempt 1 to provision port 254256bb-1bbe-44a6-9198-d106c3087568 2026-05-19 14:32:32.118 12 INFO neutron.plugins.ml2.plugin [None req-58b4371b-267b-4b50-9de3-675378371b96 - - - - - -] Attempt 1 to provision port 254256bb-1bbe-44a6-9198-d106c3087568 2026-05-19 14:32:35.271 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 362d9994-b244-428f-8cb7-2346ced36e0c 2026-05-19 14:32:35.443 11 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-b79ef53c-69e0-415e-a56a-00c0c68e973b'] response: {'server_uuid': 'a80e553c-60c9-4ec9-a04c-38107ead34de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '362d9994-b244-428f-8cb7-2346ced36e0c', 'code': 200} 2026-05-19 14:32:36.166 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 85cf7cf5-9ce5-4452-b197-e50b281064da 2026-05-19 14:32:36.475 12 INFO neutron.plugins.ml2.plugin [None req-af290e5e-867d-4dc9-b09a-eeb14a47fc94 - - - - - -] Attempt 1 to provision port 3b538d04-c229-458f-9ec5-e30177bd9ba1 2026-05-19 14:32:36.724 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 362d9994-b244-428f-8cb7-2346ced36e0c 2026-05-19 14:32:38.403 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 9e3dafa4-5d7d-46d6-ab45-99fdf30ec74a 2026-05-19 14:32:38.665 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 3b538d04-c229-458f-9ec5-e30177bd9ba1 2026-05-19 14:32:38.823 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 254256bb-1bbe-44a6-9198-d106c3087568 2026-05-19 14:32:39.128 12 INFO neutron.plugins.ml2.plugin [None req-a37816b0-b071-4298-8328-80919d9d7bd4 - - - - - -] Attempt 1 to provision port 85cf7cf5-9ce5-4452-b197-e50b281064da 2026-05-19 14:32:40.183 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 9e3dafa4-5d7d-46d6-ab45-99fdf30ec74a 2026-05-19 14:32:40.338 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 254256bb-1bbe-44a6-9198-d106c3087568 2026-05-19 14:32:44.305 11 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-328849d8-1770-4137-8c96-c730619d21d9'] response: {'server_uuid': '0f4b6ab2-c597-49ce-96ef-a4fc360e3ae0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ccb26649-8c6d-4f6f-ad96-bd223990b8bb', 'code': 200} 2026-05-19 14:32:50.192 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 7283b6f1-d924-4c3f-aa91-b3c09d9abc5a 2026-05-19 14:33:00.388 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e8e72c23-3486-4c8e-a9c4-3fbdc8f0ce34 2026-05-19 14:33:11.718 11 INFO neutron.plugins.ml2.plugin [None req-61ce535a-0ec1-4d82-a7a0-8eeb8cd8755b - - - - - -] Attempt 1 to provision port da8cc179-0f57-4062-8804-c1add27a3bd6 2026-05-19 14:33:20.289 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 90c488b7-09ab-4235-a27c-b0854d9a225d 2026-05-19 14:33:22.231 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 90c488b7-09ab-4235-a27c-b0854d9a225d 2026-05-19 14:33:22.432 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port d5f2c863-fe0c-4d3b-bcce-d716451a0afc 2026-05-19 14:33:28.251 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port b7c6de9a-2dbc-4a22-8c05-2936b354485e 2026-05-19 14:33:29.820 12 INFO neutron.plugins.ml2.plugin [None req-ea1d0507-bda2-40e9-afe5-c4faa0aa16eb - - - - - -] Attempt 1 to provision port b7c6de9a-2dbc-4a22-8c05-2936b354485e 2026-05-19 14:33:30.297 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 1589e884-0d70-498f-b2c7-dab84e5e0812 2026-05-19 14:33:30.701 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port b7c6de9a-2dbc-4a22-8c05-2936b354485e 2026-05-19 14:33:32.361 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 1589e884-0d70-498f-b2c7-dab84e5e0812 2026-05-19 14:33:36.189 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 4de06c14-d0ae-4afd-956c-fe5a37bf795e 2026-05-19 14:33:36.232 12 INFO neutron.plugins.ml2.plugin [None req-844df237-d03c-4dc5-ab55-4e17c3d9ab96 - - - - - -] Attempt 1 to provision port 4de06c14-d0ae-4afd-956c-fe5a37bf795e 2026-05-19 14:33:36.320 12 INFO neutron.plugins.ml2.plugin [None req-844df237-d03c-4dc5-ab55-4e17c3d9ab96 - - - - - -] Attempt 1 to provision port e1300cf3-27c7-4858-a758-817f39fe8c87 2026-05-19 14:33:38.191 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 4de06c14-d0ae-4afd-956c-fe5a37bf795e 2026-05-19 14:33:42.648 11 INFO neutron.plugins.ml2.plugin [None req-d8e01512-c6d3-4696-b06c-872a0d800bbb - - - - - -] Attempt 1 to provision port 4de06c14-d0ae-4afd-956c-fe5a37bf795e 2026-05-19 14:33:42.699 11 INFO neutron.plugins.ml2.plugin [None req-d8e01512-c6d3-4696-b06c-872a0d800bbb - - - - - -] Attempt 1 to provision port e1300cf3-27c7-4858-a758-817f39fe8c87 2026-05-19 14:33:45.157 11 INFO neutron.plugins.ml2.plugin [None req-4a15f8d3-eab7-476e-a1e8-d309d821279b - - - - - -] Attempt 1 to provision port e1300cf3-27c7-4858-a758-817f39fe8c87 2026-05-19 14:33:45.195 11 INFO neutron.plugins.ml2.plugin [None req-4a15f8d3-eab7-476e-a1e8-d309d821279b - - - - - -] Attempt 1 to provision port e1511dbf-5bdf-49ad-a841-718ca355ff7c 2026-05-19 14:33:45.260 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 25183ca3-cb15-4964-9274-15f5c4567e3f 2026-05-19 14:33:45.362 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-a2a65fee-dc5f-489d-bd7a-c8dbf4a0ef17'] response: {'server_uuid': 'f1321acd-c1c8-4ec3-ac08-1831f14b4d1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '25183ca3-cb15-4964-9274-15f5c4567e3f', 'code': 200} 2026-05-19 14:33:46.175 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 25183ca3-cb15-4964-9274-15f5c4567e3f 2026-05-19 14:33:48.158 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e1300cf3-27c7-4858-a758-817f39fe8c87 2026-05-19 14:33:48.518 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e1511dbf-5bdf-49ad-a841-718ca355ff7c 2026-05-19 14:33:50.249 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e1300cf3-27c7-4858-a758-817f39fe8c87 2026-05-19 14:33:50.285 11 INFO neutron.plugins.ml2.plugin [None req-11cf4b56-c0f2-4444-b2aa-f8f9277e8653 - - - - - -] Attempt 1 to provision port e1300cf3-27c7-4858-a758-817f39fe8c87 2026-05-19 14:33:50.455 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port e1511dbf-5bdf-49ad-a841-718ca355ff7c 2026-05-19 14:33:54.173 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 7e7b0c9d-bc29-4cb7-aa83-093ad0006c3c 2026-05-19 14:33:56.363 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 7e7b0c9d-bc29-4cb7-aa83-093ad0006c3c 2026-05-19 14:33:56.610 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 6396f664-9c35-413a-9f0b-81cd721b73ef 2026-05-19 14:33:58.427 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 6396f664-9c35-413a-9f0b-81cd721b73ef 2026-05-19 14:34:00.524 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 64d3deff-fd49-49da-b624-1c9fac6e1768 2026-05-19 14:34:02.258 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 64d3deff-fd49-49da-b624-1c9fac6e1768 2026-05-19 14:34:06.190 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 45374e33-6e18-4955-86e4-4d526191ed2c 2026-05-19 14:34:07.115 12 INFO neutron.plugins.ml2.plugin [None req-5e33ad2d-8073-4d28-886b-be3149c1f30d - - - - - -] Attempt 1 to provision port 64d3deff-fd49-49da-b624-1c9fac6e1768 2026-05-19 14:34:07.178 12 INFO neutron.plugins.ml2.plugin [None req-5e33ad2d-8073-4d28-886b-be3149c1f30d - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:07.199 12 INFO neutron.plugins.ml2.plugin [None req-5e33ad2d-8073-4d28-886b-be3149c1f30d - - - - - -] Attempt 1 to provision port 6396f664-9c35-413a-9f0b-81cd721b73ef 2026-05-19 14:34:07.260 12 INFO neutron.plugins.ml2.plugin [None req-5e33ad2d-8073-4d28-886b-be3149c1f30d - - - - - -] Attempt 1 to provision port 45374e33-6e18-4955-86e4-4d526191ed2c 2026-05-19 14:34:07.309 12 INFO neutron.plugins.ml2.plugin [None req-5e33ad2d-8073-4d28-886b-be3149c1f30d - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:07.336 12 INFO neutron.plugins.ml2.plugin [None req-5e33ad2d-8073-4d28-886b-be3149c1f30d - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:08.255 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 67492b93-05bf-440b-ab01-0cde81bca15c 2026-05-19 14:34:08.643 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 45374e33-6e18-4955-86e4-4d526191ed2c 2026-05-19 14:34:10.782 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 67492b93-05bf-440b-ab01-0cde81bca15c 2026-05-19 14:34:11.054 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port db2aaa1b-b54a-454e-8360-536b226cf647 2026-05-19 14:34:11.214 11 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-25dff617-1df3-4aef-b06c-b22a093861b7'] response: {'server_uuid': '479c11b6-1fd3-42e0-8899-c2f120c18097', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'db2aaa1b-b54a-454e-8360-536b226cf647', 'code': 200} 2026-05-19 14:34:12.276 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port db2aaa1b-b54a-454e-8360-536b226cf647 2026-05-19 14:34:14.268 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port a3a0cba3-b4ed-4620-aa10-62c3d54529e4 2026-05-19 14:34:15.032 12 INFO neutron.plugins.ml2.plugin [None req-59312ab1-8fcf-40d3-9f14-8c9e9844d38f - - - - - -] Attempt 1 to provision port a3a0cba3-b4ed-4620-aa10-62c3d54529e4 2026-05-19 14:34:15.092 12 INFO neutron.plugins.ml2.plugin [None req-59312ab1-8fcf-40d3-9f14-8c9e9844d38f - - - - - -] Attempt 1 to provision port 61975462-03fb-4916-896b-5d508099dba8 2026-05-19 14:34:16.321 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:16.680 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:16.951 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port a5168a9a-658d-4f0f-bf45-3092e5ac32ed 2026-05-19 14:34:17.158 11 INFO neutron.plugins.ml2.plugin [None req-152a71e3-2a52-4bd8-ae00-c88d0e6d75e1 - - - - - -] Attempt 1 to provision port a3a0cba3-b4ed-4620-aa10-62c3d54529e4 2026-05-19 14:34:17.334 11 INFO neutron.plugins.ml2.plugin [None req-152a71e3-2a52-4bd8-ae00-c88d0e6d75e1 - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:18.494 11 INFO neutron.plugins.ml2.plugin [None req-0a2d40fa-50c9-4ef6-ad92-7bf4614e62cc - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:18.719 11 INFO neutron.plugins.ml2.plugin [None req-0a2d40fa-50c9-4ef6-ad92-7bf4614e62cc - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:18.937 11 INFO neutron.plugins.ml2.plugin [None req-0a2d40fa-50c9-4ef6-ad92-7bf4614e62cc - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:19.144 11 INFO neutron.plugins.ml2.plugin [None req-0a2d40fa-50c9-4ef6-ad92-7bf4614e62cc - - - - - -] Attempt 1 to provision port a5168a9a-658d-4f0f-bf45-3092e5ac32ed 2026-05-19 14:34:20.988 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 15bbf575-701f-4a06-9dd5-5f0d42807cae 2026-05-19 14:34:21.121 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-8b82f700-09ca-4ca8-ab63-c9ba83c2800d'] response: {'server_uuid': 'b4f4f9af-1bd2-4d33-97f6-fb73c1040c55', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '15bbf575-701f-4a06-9dd5-5f0d42807cae', 'code': 200} 2026-05-19 14:34:22.195 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port 64d3deff-fd49-49da-b624-1c9fac6e1768 2026-05-19 14:34:22.281 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:22.329 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port db2aaa1b-b54a-454e-8360-536b226cf647 2026-05-19 14:34:22.393 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port 6396f664-9c35-413a-9f0b-81cd721b73ef 2026-05-19 14:34:22.446 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port 45374e33-6e18-4955-86e4-4d526191ed2c 2026-05-19 14:34:22.457 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 15bbf575-701f-4a06-9dd5-5f0d42807cae 2026-05-19 14:34:22.491 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:22.538 12 INFO neutron.plugins.ml2.plugin [None req-a8c7380c-3d83-4e0a-84fc-788c3d794072 - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:24.534 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 61975462-03fb-4916-896b-5d508099dba8 2026-05-19 14:34:26.526 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 7234dae8-9ec8-4d44-99cc-2f93bc86f321 2026-05-19 14:34:26.762 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 61975462-03fb-4916-896b-5d508099dba8 2026-05-19 14:34:28.561 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 7234dae8-9ec8-4d44-99cc-2f93bc86f321 2026-05-19 14:34:28.714 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 47a447bd-f943-471e-b943-653858bd7477 2026-05-19 14:34:28.821 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-160c6689-250c-41b4-acb1-fe9847b12e1b'] response: {'server_uuid': '2477f6b3-5fa9-42ec-89b8-7bb2184a96d1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47a447bd-f943-471e-b943-653858bd7477', 'code': 200} 2026-05-19 14:34:29.247 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 15bbf575-701f-4a06-9dd5-5f0d42807cae 2026-05-19 14:34:29.305 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port db2aaa1b-b54a-454e-8360-536b226cf647 2026-05-19 14:34:29.355 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port a3a0cba3-b4ed-4620-aa10-62c3d54529e4 2026-05-19 14:34:29.406 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 45374e33-6e18-4955-86e4-4d526191ed2c 2026-05-19 14:34:29.457 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:29.515 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 64d3deff-fd49-49da-b624-1c9fac6e1768 2026-05-19 14:34:29.558 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 47a447bd-f943-471e-b943-653858bd7477 2026-05-19 14:34:29.607 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:29.653 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 6396f664-9c35-413a-9f0b-81cd721b73ef 2026-05-19 14:34:29.698 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port 61975462-03fb-4916-896b-5d508099dba8 2026-05-19 14:34:29.741 12 INFO neutron.plugins.ml2.plugin [None req-3c888880-b00f-4ead-a63b-22e940397a61 - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:30.488 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 47a447bd-f943-471e-b943-653858bd7477 2026-05-19 14:34:36.790 12 INFO neutron.plugins.ml2.plugin [None req-2f191152-b63a-472a-9a81-1fdd4f756e5b - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:36.839 12 INFO neutron.plugins.ml2.plugin [None req-2f191152-b63a-472a-9a81-1fdd4f756e5b - - - - - -] Attempt 1 to provision port a5168a9a-658d-4f0f-bf45-3092e5ac32ed 2026-05-19 14:34:36.887 12 INFO neutron.plugins.ml2.plugin [None req-2f191152-b63a-472a-9a81-1fdd4f756e5b - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:36.928 12 INFO neutron.plugins.ml2.plugin [None req-2f191152-b63a-472a-9a81-1fdd4f756e5b - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:41.499 11 INFO neutron.plugins.ml2.plugin [None req-59434708-9cfc-43ab-99cf-0e79f371e331 - - - - - -] Attempt 1 to provision port f49e9d8a-081a-445a-b0a4-55b1a9d5171f 2026-05-19 14:34:41.548 11 INFO neutron.plugins.ml2.plugin [None req-59434708-9cfc-43ab-99cf-0e79f371e331 - - - - - -] Attempt 1 to provision port 4959dc4d-7840-4884-967a-337177ea1808 2026-05-19 14:34:41.606 11 INFO neutron.plugins.ml2.plugin [None req-59434708-9cfc-43ab-99cf-0e79f371e331 - - - - - -] Attempt 1 to provision port 61975462-03fb-4916-896b-5d508099dba8 2026-05-19 14:34:41.656 11 INFO neutron.plugins.ml2.plugin [None req-59434708-9cfc-43ab-99cf-0e79f371e331 - - - - - -] Attempt 1 to provision port 7234dae8-9ec8-4d44-99cc-2f93bc86f321 2026-05-19 14:34:41.698 11 INFO neutron.plugins.ml2.plugin [None req-59434708-9cfc-43ab-99cf-0e79f371e331 - - - - - -] Attempt 1 to provision port c2b3a7b6-ac00-4771-ad9a-23d5732b4a16 2026-05-19 14:34:44.601 12 INFO neutron.plugins.ml2.plugin [None req-efe79e7d-db91-4dae-a182-6278a300a506 - - - - - -] Attempt 1 to provision port 47a447bd-f943-471e-b943-653858bd7477 2026-05-19 14:34:44.653 12 INFO neutron.plugins.ml2.plugin [None req-efe79e7d-db91-4dae-a182-6278a300a506 - - - - - -] Attempt 1 to provision port db2aaa1b-b54a-454e-8360-536b226cf647 2026-05-19 14:34:44.699 12 INFO neutron.plugins.ml2.plugin [None req-efe79e7d-db91-4dae-a182-6278a300a506 - - - - - -] Attempt 1 to provision port 61975462-03fb-4916-896b-5d508099dba8 2026-05-19 14:34:47.091 12 INFO neutron.plugins.ml2.plugin [None req-120124b3-bbbc-4ae2-a32a-3e9144272f20 - - - - - -] Attempt 1 to provision port 15bbf575-701f-4a06-9dd5-5f0d42807cae 2026-05-19 14:34:57.047 11 INFO neutron.plugins.ml2.plugin [None req-745bb305-0b0d-4199-a232-66136c607604 - - - - - -] Attempt 1 to provision port 6aa6344c-e9eb-445b-ac86-586ca477d99f 2026-05-19 14:34:59.047 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 5ea9e1f9-091f-4cb1-bfdb-02eba9d31b18 2026-05-19 14:34:59.156 11 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-db771652-a76d-47cb-a8e3-81800d8e1bfb'] response: {'server_uuid': 'fcd3eeb1-f712-4f65-b874-ccee130148ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ea9e1f9-091f-4cb1-bfdb-02eba9d31b18', 'code': 200} 2026-05-19 14:35:00.529 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 5ea9e1f9-091f-4cb1-bfdb-02eba9d31b18 2026-05-19 14:35:19.033 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 9c0d837b-0e4a-4338-8aa0-82cb89fcda34 2026-05-19 14:35:19.126 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-d1e8235d-d798-44c2-b549-718a58d46e32'] response: {'server_uuid': '278f2dbf-3254-4537-a808-7671ea5fc094', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c0d837b-0e4a-4338-8aa0-82cb89fcda34', 'code': 200} 2026-05-19 14:35:20.515 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 9c0d837b-0e4a-4338-8aa0-82cb89fcda34 2026-05-19 14:35:59.176 11 INFO neutron.plugins.ml2.plugin [None req-98f2d3ec-ed6d-42f7-80f0-b8e69847418c - - - - - -] Attempt 1 to provision port 1fd958ed-0385-4efc-9cf8-249d43836ae9 2026-05-19 14:36:04.535 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 1fd958ed-0385-4efc-9cf8-249d43836ae9 2026-05-19 14:36:04.648 11 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-42fae796-3906-497c-8c91-76615eeaf189'] response: {'server_uuid': '278f2dbf-3254-4537-a808-7671ea5fc094', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1fd958ed-0385-4efc-9cf8-249d43836ae9', 'code': 200} 2026-05-19 14:36:06.518 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 1fd958ed-0385-4efc-9cf8-249d43836ae9 2026-05-19 14:36:09.040 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 1fd958ed-0385-4efc-9cf8-249d43836ae9 2026-05-19 14:36:33.936 12 INFO neutron.plugins.ml2.plugin [None req-be2bdcda-1504-42ff-bcdc-dd13eb685537 - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d 2026-05-19 14:36:42.108 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d 2026-05-19 14:36:42.262 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-9e468965-97aa-475f-9022-2cb1201c50d4'] response: {'server_uuid': '278f2dbf-3254-4537-a808-7671ea5fc094', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a6393272-11d8-4336-8dff-f9bd1ed1f09d', 'code': 200} 2026-05-19 14:36:42.704 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d 2026-05-19 14:36:53.570 11 INFO neutron.plugins.ml2.plugin [None req-a80140e4-7c4a-46c3-bb3f-973292f840b6 - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:00.759 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:00.850 12 INFO neutron.notifiers.nova [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Nova event matching ['req-caa035c8-210b-40b8-bd67-efa0ce97dfa8'] response: {'server_uuid': '278f2dbf-3254-4537-a808-7671ea5fc094', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47d724b6-1170-4ee6-94ac-0c156e7c3632', 'code': 200} 2026-05-19 14:37:02.723 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:03.887 11 INFO neutron.plugins.ml2.plugin [None req-2e5c8c5a-f403-49ab-afff-0eb7b4ba9676 - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d 2026-05-19 14:37:04.783 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d 2026-05-19 14:37:16.782 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:17.184 11 INFO neutron.plugins.ml2.plugin [None req-ccb0aaec-6790-471b-8a4e-19201c21ff5b - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:18.595 11 INFO neutron.plugins.ml2.plugin [None req-466bfde9-3b0e-4729-9639-824e147a2964 - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:18.781 12 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port 47d724b6-1170-4ee6-94ac-0c156e7c3632 2026-05-19 14:37:27.813 12 INFO neutron.plugins.ml2.plugin [None req-c2d4ab21-5fe0-4ffd-9f0f-fe1e587c23bf - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d 2026-05-19 14:37:28.786 11 INFO neutron.plugins.ml2.plugin [None req-e45a9f14-0647-484b-9846-7c74eaa9a067 - - - - - -] Attempt 1 to provision port a6393272-11d8-4336-8dff-f9bd1ed1f09d