+ 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 2026-05-19 20:41:02.881 1 INFO neutron.common.config [-] Logging enabled! 2026-05-19 20:41:02.881 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-05-19 20:41:02.882 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-19 20:41:02.882 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 20:41:04.402 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 20:41:04.405 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 20:41:04.408 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-19 20:41:04.409 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 20:41:04.409 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 20:41:04.409 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-19 20:41:04.409 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 20:41:04.416 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 20:41:04.416 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 20:41:04.416 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 20:41:04.436 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 20:41:04.437 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 20:41:04.437 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 20:41:04.456 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 20:41:04.456 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 20:41:04.456 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 20:41:04.456 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 20:41:04.757 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing driver for type 'vlan' 2026-05-19 20:41:04.921 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] VlanTypeDriver initialization complete 2026-05-19 20:41:04.922 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 20:41:04.922 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 20:41:04.979 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 20:41:04.980 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 20:41:04.980 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing extension driver 'port_security' 2026-05-19 20:41:04.980 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 20:41:04.980 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing extension driver 'qos' 2026-05-19 20:41:04.980 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 20:41:04.980 1 INFO neutron.plugins.ml2.managers [None req-5d1cc6d0-90c3-40ed-9ff4-2e2113f10f40 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 20:41:04.995 1 INFO neutron.quota [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded quota_driver: . 2026-05-19 20:41:04.996 1 INFO neutron.plugins.ml2.plugin [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 20:41:04.996 1 INFO neutron.plugins.ml2.managers [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 20:41:04.996 1 INFO neutron.plugins.ml2.managers [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 20:41:04.996 1 INFO neutron.plugins.ml2.managers [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 20:41:04.996 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: qos 2026-05-19 20:41:05.007 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: router 2026-05-19 20:41:05.045 1 INFO neutron.services.service_base [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 20:41:05.045 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: segments 2026-05-19 20:41:05.112 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: trunk 2026-05-19 20:41:05.125 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: vpnaas 2026-05-19 20:41:05.164 1 WARNING stevedore.named [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 20:41:05.242 1 INFO neutron_vpnaas.services.vpn.plugin [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 20:41:05.243 1 INFO neutron.common.utils [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-19 20:41:05.243 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: taas 2026-05-19 20:41:05.263 1 WARNING stevedore.named [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 20:41:05.263 1 WARNING stevedore.named [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 20:41:05.284 1 INFO neutron_taas.services.taas.taas_plugin [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-19 20:41:05.284 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: tapmirror 2026-05-19 20:41:05.296 1 WARNING stevedore.named [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 20:41:05.297 1 WARNING stevedore.named [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 20:41:05.312 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-19 20:41:05.313 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: auto_allocate 2026-05-19 20:41:05.319 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: tag 2026-05-19 20:41:05.328 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: timestamp 2026-05-19 20:41:05.332 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 20:41:05.337 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: flavors 2026-05-19 20:41:05.341 1 INFO neutron.manager [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loading Plugin: revisions 2026-05-19 20:41:05.345 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Initializing extension manager. 2026-05-19 20:41:05.347 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: address-group 2026-05-19 20:41:05.348 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: address-scope 2026-05-19 20:41:05.348 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 20:41:05.349 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: agent 2026-05-19 20:41:05.349 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 20:41:05.350 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 20:41:05.351 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 20:41:05.352 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: availability_zone 2026-05-19 20:41:05.353 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 20:41:05.353 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 20:41:05.354 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: default-subnetpools 2026-05-19 20:41:05.356 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 20:41:05.356 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: dns-integration 2026-05-19 20:41:05.357 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 20:41:05.358 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 20:41:05.358 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: dvr 2026-05-19 20:41:05.359 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 20:41:05.359 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 20:41:05.360 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 20:41:05.360 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 20:41:05.361 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: external-net 2026-05-19 20:41:05.361 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 20:41:05.362 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: extraroute 2026-05-19 20:41:05.363 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 20:41:05.364 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-19 20:41:05.364 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 20:41:05.364 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 20:41:05.365 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 20:41:05.366 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: fip-port-details 2026-05-19 20:41:05.367 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: flavors 2026-05-19 20:41:05.368 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 20:41:05.369 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: floatingip-pools 2026-05-19 20:41:05.370 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: ip_allocation 2026-05-19 20:41:05.370 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 20:41:05.371 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: l2_adjacency 2026-05-19 20:41:05.372 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: router 2026-05-19 20:41:05.374 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 20:41:05.375 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-19 20:41:05.376 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-19 20:41:05.376 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 20:41:05.377 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: l3-ha 2026-05-19 20:41:05.377 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 20:41:05.378 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 20:41:05.378 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: l3-flavors 2026-05-19 20:41:05.379 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 20:41:05.380 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 20:41:05.382 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 20:41:05.384 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 20:41:05.385 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 20:41:05.388 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 20:41:05.389 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 20:41:05.390 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: multi-provider 2026-05-19 20:41:05.390 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: net-mtu 2026-05-19 20:41:05.391 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 20:41:05.392 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: network_availability_zone 2026-05-19 20:41:05.392 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: network_ha 2026-05-19 20:41:05.393 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: network-ip-availability 2026-05-19 20:41:05.394 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 20:41:05.395 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: pagination 2026-05-19 20:41:05.395 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-device-profile 2026-05-19 20:41:05.396 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-19 20:41:05.396 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 20:41:05.397 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 20:41:05.397 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-mac-override 2026-05-19 20:41:05.398 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 20:41:05.398 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 20:41:05.399 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-19 20:41:05.399 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-resource-request 2026-05-19 20:41:05.400 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 20:41:05.400 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-19 20:41:05.400 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: binding 2026-05-19 20:41:05.401 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: binding-extended 2026-05-19 20:41:05.402 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-security 2026-05-19 20:41:05.402 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: project-id 2026-05-19 20:41:05.402 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: provider 2026-05-19 20:41:05.403 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-19 20:41:05.405 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos 2026-05-19 20:41:05.405 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 20:41:05.406 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 20:41:05.406 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-default 2026-05-19 20:41:05.407 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-fip 2026-05-19 20:41:05.407 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 20:41:05.407 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 20:41:05.408 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 20:41:05.409 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 20:41:05.409 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 20:41:05.410 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-pps 2026-05-19 20:41:05.411 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 20:41:05.411 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 20:41:05.412 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 20:41:05.412 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: quota-check-limit 2026-05-19 20:41:05.413 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: quota-check-limit-default 2026-05-19 20:41:05.416 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: quotas 2026-05-19 20:41:05.419 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: quota_details 2026-05-19 20:41:05.421 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: rbac-policies 2026-05-19 20:41:05.421 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: rbac-address-group 2026-05-19 20:41:05.422 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 20:41:05.423 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 20:41:05.423 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 20:41:05.424 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: revision-if-match 2026-05-19 20:41:05.424 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 20:41:05.425 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: router_availability_zone 2026-05-19 20:41:05.426 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 20:41:05.428 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 20:41:05.429 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 20:41:05.429 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 20:41:05.430 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 20:41:05.430 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-19 20:41:05.431 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 20:41:05.436 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: security-group 2026-05-19 20:41:05.437 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: segment 2026-05-19 20:41:05.438 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 20:41:05.439 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: service-type 2026-05-19 20:41:05.439 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: sorting 2026-05-19 20:41:05.440 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 20:41:05.440 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: standard-attr-description 2026-05-19 20:41:05.441 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: stateful-security-group 2026-05-19 20:41:05.441 1 WARNING neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 20:41:05.442 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 20:41:05.443 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: subnet-external-network 2026-05-19 20:41:05.443 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: subnet_onboard 2026-05-19 20:41:05.444 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 20:41:05.444 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: subnet-service-types 2026-05-19 20:41:05.445 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: subnet_allocation 2026-05-19 20:41:05.446 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 20:41:05.446 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: tag-creation 2026-05-19 20:41:05.447 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 20:41:05.452 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 20:41:05.453 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 20:41:05.454 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: trunk 2026-05-19 20:41:05.455 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: trunk-details 2026-05-19 20:41:05.455 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 20:41:05.456 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-19 20:41:05.456 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 20:41:05.457 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-19 20:41:05.459 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-19 20:41:05.460 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 20:41:05.461 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: vpn-flavors 2026-05-19 20:41:05.462 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: vpnaas 2026-05-19 20:41:05.464 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: taas 2026-05-19 20:41:05.465 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: tap-mirror 2026-05-19 20:41:05.465 1 INFO neutron.api.extensions [None req-663e1ff7-3374-4034-b59b-c0c65967397f - - - - - -] Loaded extension: taas-vlan-filter 2026-05-19 20:41:35.555 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 20:41:35.617 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 20:41:35.625 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 20:41:54.593 16 INFO neutron.db.l3_hamode_db [None req-990de9ab-a366-4f01-9ff7-b5bb94408793 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 20:42:14.055 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a993859e-d674-47de-ab8b-7e49917c2687 2026-05-19 20:42:14.977 16 INFO neutron.plugins.ml2.plugin [None req-ba0c6228-d9e9-4f07-af16-07daa4770ed1 - - - - - -] Attempt 1 to provision port a993859e-d674-47de-ab8b-7e49917c2687 2026-05-19 20:42:15.968 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a993859e-d674-47de-ab8b-7e49917c2687 2026-05-19 20:42:16.635 16 INFO neutron.plugins.ml2.plugin [None req-ea173808-b028-4c50-af5d-111195f4c254 - - - - - -] Attempt 1 to provision port a993859e-d674-47de-ab8b-7e49917c2687 2026-05-19 20:47:03.343 13 INFO neutron.plugins.ml2.plugin [None req-d5e8e274-5e78-4ec3-b938-56b44c350190 - - - - - -] Attempt 1 to provision port ea6b71c1-6124-48c2-bb5c-468114ed6ed3 2026-05-19 20:47:04.093 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port ea6b71c1-6124-48c2-bb5c-468114ed6ed3 2026-05-19 20:47:04.976 13 INFO neutron.plugins.ml2.plugin [None req-bb33b642-0c5e-44fc-8239-a5a408843258 - - - - - -] Attempt 1 to provision port ea6b71c1-6124-48c2-bb5c-468114ed6ed3 2026-05-19 20:47:10.950 13 INFO neutron.plugins.ml2.plugin [None req-3c839f6d-35e6-401b-88a0-8120dc469b45 - - - - - -] Attempt 1 to provision port 2480e233-34d5-43ec-8fa5-06c97d26d286 2026-05-19 20:51:36.775 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 2480e233-34d5-43ec-8fa5-06c97d26d286 2026-05-19 20:51:38.222 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 2480e233-34d5-43ec-8fa5-06c97d26d286 2026-05-19 21:03:38.411 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bb4c8611-499b-4539-a15f-5a8aedd7093b 2026-05-19 21:03:40.417 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bb4c8611-499b-4539-a15f-5a8aedd7093b 2026-05-19 21:09:24.345 16 INFO neutron.plugins.ml2.plugin [None req-d4345f84-20b4-4c4b-ba00-a506ecad67b9 - - - - - -] Attempt 1 to provision port 2480e233-34d5-43ec-8fa5-06c97d26d286 2026-05-19 21:09:24.439 16 INFO neutron.plugins.ml2.plugin [None req-d4345f84-20b4-4c4b-ba00-a506ecad67b9 - - - - - -] Attempt 1 to provision port ea6b71c1-6124-48c2-bb5c-468114ed6ed3 2026-05-19 21:09:24.502 16 INFO neutron.plugins.ml2.plugin [None req-d4345f84-20b4-4c4b-ba00-a506ecad67b9 - - - - - -] Attempt 1 to provision port a993859e-d674-47de-ab8b-7e49917c2687 2026-05-19 21:19:44.674 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 54b00760-06c1-4771-b5dd-af2736554e1f 2026-05-19 21:19:45.156 13 INFO neutron.plugins.ml2.plugin [None req-c30d3fd8-7d69-4b05-ab96-f92d3bde9ce5 - - - - - -] Attempt 1 to provision port 54b00760-06c1-4771-b5dd-af2736554e1f 2026-05-19 21:19:46.693 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 54b00760-06c1-4771-b5dd-af2736554e1f 2026-05-19 21:19:48.842 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a6d208cf-f53a-4b19-9751-a5830a6f7b8c 2026-05-19 21:19:50.770 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 027cba51-d512-4e41-9d93-a6426a34f795 2026-05-19 21:19:51.136 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a6d208cf-f53a-4b19-9751-a5830a6f7b8c 2026-05-19 21:19:52.882 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port c4907b4c-bce9-4a41-a72d-bbe0bae9bf4d 2026-05-19 21:19:53.347 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 027cba51-d512-4e41-9d93-a6426a34f795 2026-05-19 21:19:53.558 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 9d60de39-4c44-4353-a0bb-eac20003fa6f 2026-05-19 21:19:54.701 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port c4907b4c-bce9-4a41-a72d-bbe0bae9bf4d 2026-05-19 21:19:54.715 16 INFO neutron.plugins.ml2.plugin [None req-7f67f501-e308-42d1-bf9f-1a44b37fe744 - - - - - -] Attempt 1 to provision port a6d208cf-f53a-4b19-9751-a5830a6f7b8c 2026-05-19 21:19:54.785 16 INFO neutron.plugins.ml2.plugin [None req-7f67f501-e308-42d1-bf9f-1a44b37fe744 - - - - - -] Attempt 1 to provision port 027cba51-d512-4e41-9d93-a6426a34f795 2026-05-19 21:19:54.849 16 INFO neutron.plugins.ml2.plugin [None req-7f67f501-e308-42d1-bf9f-1a44b37fe744 - - - - - -] Attempt 1 to provision port 413140f0-218b-4c82-9e05-70fa7bb022e8 2026-05-19 21:19:54.874 16 INFO neutron.plugins.ml2.plugin [None req-7f67f501-e308-42d1-bf9f-1a44b37fe744 - - - - - -] Attempt 1 to provision port 73161135-e2b6-435d-84be-5a33911730bc 2026-05-19 21:19:54.897 16 INFO neutron.plugins.ml2.plugin [None req-7f67f501-e308-42d1-bf9f-1a44b37fe744 - - - - - -] Attempt 1 to provision port 04ff390d-d562-4d1b-a593-9a0d7fa52aa5 2026-05-19 21:19:54.936 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 9d60de39-4c44-4353-a0bb-eac20003fa6f 2026-05-19 21:19:58.638 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port f1b9832e-8c77-4b25-8af8-1c4cf170d9d6 2026-05-19 21:20:02.089 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port f1b9832e-8c77-4b25-8af8-1c4cf170d9d6 2026-05-19 21:20:02.347 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 01c2a10f-486a-4383-86e3-2e451f87aa30 2026-05-19 21:20:02.833 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 195271af-3471-4282-8a98-b082cf602228 2026-05-19 21:20:02.966 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-857a1540-0c64-45c0-8dda-d1e072569749'] response: {'server_uuid': '0d308859-560a-4141-85a5-d78744a8c9f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '01c2a10f-486a-4383-86e3-2e451f87aa30', 'code': 200} 2026-05-19 21:20:03.862 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port b2176b91-0f8b-48bb-98b5-fef8c3d28f79 2026-05-19 21:20:04.244 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 01c2a10f-486a-4383-86e3-2e451f87aa30 2026-05-19 21:20:04.490 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 195271af-3471-4282-8a98-b082cf602228 2026-05-19 21:20:05.012 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d09bbf5f-ac90-4902-8a9e-45a4045140a5'] response: {'server_uuid': 'd1cdcf5b-dd6b-498c-a7c4-57b46d1ef903', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '195271af-3471-4282-8a98-b082cf602228', 'code': 200} 2026-05-19 21:20:05.759 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port b2176b91-0f8b-48bb-98b5-fef8c3d28f79 2026-05-19 21:20:10.818 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 01c2a10f-486a-4383-86e3-2e451f87aa30 2026-05-19 21:20:10.885 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 73161135-e2b6-435d-84be-5a33911730bc 2026-05-19 21:20:10.908 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 413140f0-218b-4c82-9e05-70fa7bb022e8 2026-05-19 21:20:10.944 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 39ed316f-3188-40b9-8551-adf9bd32f874 2026-05-19 21:20:10.971 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port b2176b91-0f8b-48bb-98b5-fef8c3d28f79 2026-05-19 21:20:11.023 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port a6d208cf-f53a-4b19-9751-a5830a6f7b8c 2026-05-19 21:20:11.072 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 027cba51-d512-4e41-9d93-a6426a34f795 2026-05-19 21:20:11.127 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 2d25ec8f-3dab-49aa-ad74-07a737a10f0e 2026-05-19 21:20:11.154 16 INFO neutron.plugins.ml2.plugin [None req-53b27702-fed3-4eb3-a3e0-c4e2006ff7c8 - - - - - -] Attempt 1 to provision port 195271af-3471-4282-8a98-b082cf602228 2026-05-19 21:20:14.681 13 INFO neutron.plugins.ml2.plugin [None req-86efb43d-5deb-4c89-aa2e-2853ef343ea9 - - - - - -] Attempt 1 to provision port 01c2a10f-486a-4383-86e3-2e451f87aa30 2026-05-19 21:20:14.737 13 INFO neutron.plugins.ml2.plugin [None req-86efb43d-5deb-4c89-aa2e-2853ef343ea9 - - - - - -] Attempt 1 to provision port 39ed316f-3188-40b9-8551-adf9bd32f874 2026-05-19 21:20:18.496 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a686eb74-445d-49cb-a1ba-ee6a27ac34ec 2026-05-19 21:20:19.082 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8db26bd2-a263-4417-ad85-01cc1913f22b'] response: {'server_uuid': '254046ec-801e-4bbf-877e-bad2ffb4c10a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a686eb74-445d-49cb-a1ba-ee6a27ac34ec', 'code': 200} 2026-05-19 21:20:20.062 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a686eb74-445d-49cb-a1ba-ee6a27ac34ec 2026-05-19 21:20:25.761 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d9589cb8-8778-4dec-a26c-a5f43e6987f0 2026-05-19 21:20:27.835 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port ed7bbb7b-641c-4fd7-960f-b682bc2e59b6 2026-05-19 21:20:28.251 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d9589cb8-8778-4dec-a26c-a5f43e6987f0 2026-05-19 21:20:29.673 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port ed7bbb7b-641c-4fd7-960f-b682bc2e59b6 2026-05-19 21:20:31.780 13 INFO neutron.plugins.ml2.plugin [None req-044d1f34-1645-443c-b5ab-596c1ed0f38f - - - - - -] Attempt 1 to provision port ed7bbb7b-641c-4fd7-960f-b682bc2e59b6 2026-05-19 21:20:31.866 13 INFO neutron.plugins.ml2.plugin [None req-044d1f34-1645-443c-b5ab-596c1ed0f38f - - - - - -] Attempt 1 to provision port 68e2ee0c-2dfd-4067-bf73-a7b78f182847 2026-05-19 21:20:31.904 13 INFO neutron.plugins.ml2.plugin [None req-044d1f34-1645-443c-b5ab-596c1ed0f38f - - - - - -] Attempt 1 to provision port a1bf28bf-fbee-4c93-bab8-9bfe02791702 2026-05-19 21:20:31.958 13 INFO neutron.plugins.ml2.plugin [None req-044d1f34-1645-443c-b5ab-596c1ed0f38f - - - - - -] Attempt 1 to provision port 91c22121-3ac5-46c4-aa8e-4257d95bfa62 2026-05-19 21:20:34.145 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 04ff390d-d562-4d1b-a593-9a0d7fa52aa5 2026-05-19 21:20:34.451 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 413140f0-218b-4c82-9e05-70fa7bb022e8 2026-05-19 21:20:35.778 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 04ff390d-d562-4d1b-a593-9a0d7fa52aa5 2026-05-19 21:20:35.970 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 413140f0-218b-4c82-9e05-70fa7bb022e8 2026-05-19 21:20:38.559 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 11503763-07e5-45ad-897c-36ba436b3cd0 2026-05-19 21:20:38.709 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e28e471c-fa1a-46ab-8d40-39e66f684b99'] response: {'server_uuid': '9a8e1629-2e0a-4a46-91fd-27dbfa8a5370', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '11503763-07e5-45ad-897c-36ba436b3cd0', 'code': 200} 2026-05-19 21:20:39.903 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d66b4b17-978f-4fd0-8d91-35f9e17b08a7 2026-05-19 21:20:40.725 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 11503763-07e5-45ad-897c-36ba436b3cd0 2026-05-19 21:20:41.270 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 84a51505-f32c-450d-aa21-302688e6e32c 2026-05-19 21:20:42.858 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d66b4b17-978f-4fd0-8d91-35f9e17b08a7 2026-05-19 21:20:43.452 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 84a51505-f32c-450d-aa21-302688e6e32c 2026-05-19 21:20:44.808 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a32838f7-88de-49df-9cdc-47a347a1fe04 2026-05-19 21:20:46.810 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port 01c2a10f-486a-4383-86e3-2e451f87aa30 2026-05-19 21:20:46.892 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port eddd4772-d492-4640-bb9c-140afb3d3f42 2026-05-19 21:20:46.951 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port 7de66f30-3598-43c8-9ebf-83dc73b2fba7 2026-05-19 21:20:47.017 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port 712c0f3f-ff20-4790-b4b0-28efde6f6b5c 2026-05-19 21:20:47.071 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port 11503763-07e5-45ad-897c-36ba436b3cd0 2026-05-19 21:20:47.186 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port d66b4b17-978f-4fd0-8d91-35f9e17b08a7 2026-05-19 21:20:47.325 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port eddd4772-d492-4640-bb9c-140afb3d3f42 2026-05-19 21:20:47.473 16 INFO neutron.plugins.ml2.plugin [None req-9d6a5e38-fda9-4c5f-a33a-84b388893bce - - - - - -] Attempt 1 to provision port 91c22121-3ac5-46c4-aa8e-4257d95bfa62 2026-05-19 21:20:47.845 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a32838f7-88de-49df-9cdc-47a347a1fe04 2026-05-19 21:20:49.397 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 91c22121-3ac5-46c4-aa8e-4257d95bfa62 2026-05-19 21:20:49.761 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 68e2ee0c-2dfd-4067-bf73-a7b78f182847 2026-05-19 21:20:50.056 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port eddd4772-d492-4640-bb9c-140afb3d3f42 2026-05-19 21:20:52.026 16 INFO neutron.plugins.ml2.plugin [None req-767cee3a-f6be-463e-92e6-8cd9fe2e7d7c - - - - - -] Attempt 1 to provision port 7de66f30-3598-43c8-9ebf-83dc73b2fba7 2026-05-19 21:20:52.049 16 INFO neutron.plugins.ml2.plugin [None req-767cee3a-f6be-463e-92e6-8cd9fe2e7d7c - - - - - -] Attempt 1 to provision port 712c0f3f-ff20-4790-b4b0-28efde6f6b5c 2026-05-19 21:20:52.068 16 INFO neutron.plugins.ml2.plugin [None req-767cee3a-f6be-463e-92e6-8cd9fe2e7d7c - - - - - -] Attempt 1 to provision port eddd4772-d492-4640-bb9c-140afb3d3f42 2026-05-19 21:20:52.326 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 91c22121-3ac5-46c4-aa8e-4257d95bfa62 2026-05-19 21:20:52.517 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 68e2ee0c-2dfd-4067-bf73-a7b78f182847 2026-05-19 21:20:52.665 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port cd98fcbc-0b39-4a96-a134-4670f1b0932a 2026-05-19 21:20:52.798 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4504ea09-638a-4ce8-977a-69b57cec3503'] response: {'server_uuid': '421c09e9-02e1-4c56-a2b3-7c113cab6a0d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cd98fcbc-0b39-4a96-a134-4670f1b0932a', 'code': 200} 2026-05-19 21:20:53.523 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port cd98fcbc-0b39-4a96-a134-4670f1b0932a 2026-05-19 21:20:55.786 13 INFO neutron.plugins.ml2.plugin [None req-b051e319-0fd0-4c10-a2a4-10d775be1e71 - - - - - -] Attempt 1 to provision port cd98fcbc-0b39-4a96-a134-4670f1b0932a 2026-05-19 21:20:55.865 13 INFO neutron.plugins.ml2.plugin [None req-b051e319-0fd0-4c10-a2a4-10d775be1e71 - - - - - -] Attempt 1 to provision port 712c0f3f-ff20-4790-b4b0-28efde6f6b5c 2026-05-19 21:20:56.063 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d268eaf2-d132-4be2-9342-735dd4295209 2026-05-19 21:20:56.159 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f8ad032-8632-4847-9f24-4e5af8a1605d'] response: {'server_uuid': '4f7129f2-4eb9-4179-a5e2-b39eb91ea5b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd268eaf2-d132-4be2-9342-735dd4295209', 'code': 200} 2026-05-19 21:20:57.671 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d268eaf2-d132-4be2-9342-735dd4295209 2026-05-19 21:20:58.809 13 INFO neutron.plugins.ml2.plugin [None req-4527a9a9-1c66-4ba7-aedb-96712aa99bef - - - - - -] Attempt 1 to provision port 62cbbd29-9410-460f-83ad-c45ede8e3a75 2026-05-19 21:20:58.877 13 INFO neutron.plugins.ml2.plugin [None req-4527a9a9-1c66-4ba7-aedb-96712aa99bef - - - - - -] Attempt 1 to provision port 712c0f3f-ff20-4790-b4b0-28efde6f6b5c 2026-05-19 21:20:59.583 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 62cbbd29-9410-460f-83ad-c45ede8e3a75 2026-05-19 21:20:59.949 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 7de66f30-3598-43c8-9ebf-83dc73b2fba7 2026-05-19 21:21:01.541 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 7de66f30-3598-43c8-9ebf-83dc73b2fba7 2026-05-19 21:21:01.572 13 INFO neutron.plugins.ml2.plugin [None req-3e0e978e-98ab-4cd7-9bcb-d9924b4cd1a4 - - - - - -] Attempt 1 to provision port d268eaf2-d132-4be2-9342-735dd4295209 2026-05-19 21:21:01.706 13 INFO neutron.plugins.ml2.plugin [None req-3e0e978e-98ab-4cd7-9bcb-d9924b4cd1a4 - - - - - -] Attempt 1 to provision port 7df983bf-00bf-4f50-9e57-85db3d502196 2026-05-19 21:21:01.758 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 62cbbd29-9410-460f-83ad-c45ede8e3a75 2026-05-19 21:21:03.519 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 7df983bf-00bf-4f50-9e57-85db3d502196 2026-05-19 21:21:03.858 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 712c0f3f-ff20-4790-b4b0-28efde6f6b5c 2026-05-19 21:21:05.696 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 7df983bf-00bf-4f50-9e57-85db3d502196 2026-05-19 21:21:05.954 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 712c0f3f-ff20-4790-b4b0-28efde6f6b5c 2026-05-19 21:21:11.655 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee42575c-2880-4732-ae5a-ecea6d14e77d'] response: {'server_uuid': '9a8e1629-2e0a-4a46-91fd-27dbfa8a5370', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '11503763-07e5-45ad-897c-36ba436b3cd0', 'code': 200} 2026-05-19 21:21:13.984 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 11503763-07e5-45ad-897c-36ba436b3cd0 2026-05-19 21:21:14.097 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a43048b-d155-48bf-a37a-df68b170cf00'] response: {'server_uuid': '9a8e1629-2e0a-4a46-91fd-27dbfa8a5370', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '11503763-07e5-45ad-897c-36ba436b3cd0', 'code': 200} 2026-05-19 21:21:15.572 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a3e4e15b-e624-4d00-ab8c-470fbe49ccc5 2026-05-19 21:21:15.791 13 INFO neutron.plugins.ml2.plugin [None req-3f0fbddd-ab24-4fe4-997d-f690180b3638 - - - - - -] Attempt 1 to provision port a3e4e15b-e624-4d00-ab8c-470fbe49ccc5 2026-05-19 21:21:16.240 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 11503763-07e5-45ad-897c-36ba436b3cd0 2026-05-19 21:21:17.519 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a3e4e15b-e624-4d00-ab8c-470fbe49ccc5 2026-05-19 21:21:17.713 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bcc03bda-f0a8-4ec7-82cb-df2b9f4e1745 2026-05-19 21:21:18.524 13 INFO neutron.plugins.ml2.plugin [None req-db0efa7d-e289-4c43-94cb-9d452c8b2a00 - - - - - -] Attempt 1 to provision port a3e4e15b-e624-4d00-ab8c-470fbe49ccc5 2026-05-19 21:21:18.584 13 INFO neutron.plugins.ml2.plugin [None req-db0efa7d-e289-4c43-94cb-9d452c8b2a00 - - - - - -] Attempt 1 to provision port 023d4ecc-ac68-407f-abb9-08414c8b2abf 2026-05-19 21:21:19.414 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bcc03bda-f0a8-4ec7-82cb-df2b9f4e1745 2026-05-19 21:21:20.505 13 INFO neutron.plugins.ml2.plugin [None req-6c184101-44bb-4e14-8fb7-2fca387d918b - - - - - -] Attempt 1 to provision port 1fce56d7-b8a8-4ba4-b52f-a2b4de39e0c8 2026-05-19 21:21:20.541 13 INFO neutron.plugins.ml2.plugin [None req-6c184101-44bb-4e14-8fb7-2fca387d918b - - - - - -] Attempt 1 to provision port 023d4ecc-ac68-407f-abb9-08414c8b2abf 2026-05-19 21:21:21.727 13 INFO neutron.plugins.ml2.plugin [None req-88a3fbd7-0def-480c-aacb-9b9d3840bc25 - - - - - -] Attempt 1 to provision port 023d4ecc-ac68-407f-abb9-08414c8b2abf 2026-05-19 21:21:25.287 16 INFO neutron.plugins.ml2.plugin [None req-6c7edf35-4edd-4b25-9f4c-3ddca584c96d - - - - - -] Attempt 1 to provision port 73fdc9ad-7cf2-4a8c-9bb3-30979615507c 2026-05-19 21:21:28.546 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 17d965ac-9483-4e76-893a-037fdae68ced 2026-05-19 21:21:28.786 13 INFO neutron.plugins.ml2.plugin [None req-87d0aab6-8269-4a1b-b3a0-0634f8d62fec - - - - - -] Attempt 1 to provision port 247555be-e817-4c75-a28e-198f8a6bb418 2026-05-19 21:21:29.057 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port db79f85a-1e89-4c35-b9d2-f44373d5f732 2026-05-19 21:21:29.276 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8dca5ce-3171-4d2c-b3be-181e8ca8bd11'] response: {'server_uuid': '6182feeb-67a2-4d9f-a621-35458293cf53', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'db79f85a-1e89-4c35-b9d2-f44373d5f732', 'code': 200} 2026-05-19 21:21:29.868 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 247555be-e817-4c75-a28e-198f8a6bb418 2026-05-19 21:21:30.124 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 17d965ac-9483-4e76-893a-037fdae68ced 2026-05-19 21:21:30.379 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port db79f85a-1e89-4c35-b9d2-f44373d5f732 2026-05-19 21:21:34.520 16 INFO neutron.plugins.ml2.plugin [None req-327a9e0b-d8bb-40fa-964c-60c5b451a7c9 - - - - - -] Attempt 1 to provision port 17e6da6c-90d5-40ad-b81c-410c4a2052eb 2026-05-19 21:21:34.560 16 INFO neutron.plugins.ml2.plugin [None req-327a9e0b-d8bb-40fa-964c-60c5b451a7c9 - - - - - -] Attempt 1 to provision port 247555be-e817-4c75-a28e-198f8a6bb418 2026-05-19 21:21:35.708 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 023d4ecc-ac68-407f-abb9-08414c8b2abf 2026-05-19 21:21:35.988 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 1fce56d7-b8a8-4ba4-b52f-a2b4de39e0c8 2026-05-19 21:21:37.678 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 023d4ecc-ac68-407f-abb9-08414c8b2abf 2026-05-19 21:21:37.898 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 1fce56d7-b8a8-4ba4-b52f-a2b4de39e0c8 2026-05-19 21:21:40.463 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port c2ea47af-2d84-4853-a94f-9c4cd09a972f 2026-05-19 21:21:40.611 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1ba7fdd-787a-4e9f-88da-271732c52375'] response: {'server_uuid': '1d226591-d1b5-413c-9cfb-0810fcd8688e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2ea47af-2d84-4853-a94f-9c4cd09a972f', 'code': 200} 2026-05-19 21:21:41.856 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port c2ea47af-2d84-4853-a94f-9c4cd09a972f 2026-05-19 21:21:43.881 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 17e6da6c-90d5-40ad-b81c-410c4a2052eb 2026-05-19 21:21:45.724 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 73fdc9ad-7cf2-4a8c-9bb3-30979615507c 2026-05-19 21:21:45.948 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 17e6da6c-90d5-40ad-b81c-410c4a2052eb 2026-05-19 21:21:47.877 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 73fdc9ad-7cf2-4a8c-9bb3-30979615507c 2026-05-19 21:22:04.627 13 INFO neutron.plugins.ml2.plugin [None req-b8126c2e-cb44-4a4d-a656-d4bcec2f9d68 - - - - - -] Attempt 1 to provision port 305ef15e-1288-4e8e-a39a-37461f056725 2026-05-19 21:22:07.664 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port e9855272-5e61-4eb0-bf9d-67203578cc5e 2026-05-19 21:22:09.799 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port e9855272-5e61-4eb0-bf9d-67203578cc5e 2026-05-19 21:22:11.729 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 383a43d3-197d-4ed4-a620-934f14f82e36 2026-05-19 21:22:17.731 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 98c244fa-306e-4162-bae1-ea66a387f3f6 2026-05-19 21:22:26.282 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 62869d2c-8841-4a86-a4e0-29cc34d2a6c7 2026-05-19 21:22:26.406 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ebd29e7-6171-457f-bde5-45d6e6c8bfc8'] response: {'server_uuid': '9ea9e0b6-6e44-446d-abad-9ea71112621d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '62869d2c-8841-4a86-a4e0-29cc34d2a6c7', 'code': 200} 2026-05-19 21:22:27.515 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 62869d2c-8841-4a86-a4e0-29cc34d2a6c7 2026-05-19 21:22:27.978 16 INFO neutron.plugins.ml2.plugin [None req-cfcd8c4e-8c4e-43a7-8530-c584a9bbd88f - - - - - -] Attempt 1 to provision port 62869d2c-8841-4a86-a4e0-29cc34d2a6c7 2026-05-19 21:22:35.437 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4f74dbdb-56c2-4160-bfdd-8bc5d43d34b1 2026-05-19 21:22:37.535 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4f74dbdb-56c2-4160-bfdd-8bc5d43d34b1 2026-05-19 21:22:51.911 13 INFO neutron.plugins.ml2.plugin [None req-55d1f8cf-d084-40b4-ace9-d402633baca4 - - - - - -] Attempt 1 to provision port d7ae9c14-634c-4d4d-8894-c9abec796dbb 2026-05-19 21:23:04.649 13 INFO neutron_taas.services.taas.taas_plugin [None req-12ae87bf-720c-4a10-a8fd-579d3de1da89 - - - - - -] TaaS: Handle Delete Port: 247555be-e817-4c75-a28e-198f8a6bb418 2026-05-19 21:23:04.656 13 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12ae87bf-720c-4a10-a8fd-579d3de1da89 - - - - - -] Tap Mirror: Handle Delete Port: 247555be-e817-4c75-a28e-198f8a6bb418 2026-05-19 21:23:11.439 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d8dd3d5f-a29c-4065-8054-9f5bca4cd9d0 2026-05-19 21:23:13.530 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d8dd3d5f-a29c-4065-8054-9f5bca4cd9d0 2026-05-19 21:23:13.743 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bc700ff7-d391-4d15-a757-aa9b3fc6bac3 2026-05-19 21:23:15.442 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bc700ff7-d391-4d15-a757-aa9b3fc6bac3 2026-05-19 21:23:19.497 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 69e81287-d9c8-438e-b060-ef587135ab7d 2026-05-19 21:23:21.510 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 9790e119-8068-497e-b275-eda6f15dbe6e 2026-05-19 21:23:21.856 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 69e81287-d9c8-438e-b060-ef587135ab7d 2026-05-19 21:23:23.626 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 9790e119-8068-497e-b275-eda6f15dbe6e 2026-05-19 21:23:28.653 16 INFO neutron.plugins.ml2.plugin [None req-bfeab738-9785-468d-b73e-a979f479d8f8 - - - - - -] Attempt 1 to provision port d2d408f0-f711-45e9-9dfb-794be20dc647 2026-05-19 21:23:28.687 16 INFO neutron.plugins.ml2.plugin [None req-bfeab738-9785-468d-b73e-a979f479d8f8 - - - - - -] Attempt 1 to provision port 9790e119-8068-497e-b275-eda6f15dbe6e 2026-05-19 21:23:28.750 16 INFO neutron.plugins.ml2.plugin [None req-bfeab738-9785-468d-b73e-a979f479d8f8 - - - - - -] Attempt 1 to provision port a2e0bf73-3716-4bec-9db8-8ba6399e1b8c 2026-05-19 21:23:28.786 16 INFO neutron.plugins.ml2.plugin [None req-bfeab738-9785-468d-b73e-a979f479d8f8 - - - - - -] Attempt 1 to provision port d8dd3d5f-a29c-4065-8054-9f5bca4cd9d0 2026-05-19 21:23:28.867 16 INFO neutron.plugins.ml2.plugin [None req-bfeab738-9785-468d-b73e-a979f479d8f8 - - - - - -] Attempt 1 to provision port 29eb0413-25b3-46c2-8ead-7797a65697ef 2026-05-19 21:23:28.901 16 INFO neutron.plugins.ml2.plugin [None req-bfeab738-9785-468d-b73e-a979f479d8f8 - - - - - -] Attempt 1 to provision port 1d9c5691-65b2-45b7-af99-4384e3700ae2 2026-05-19 21:23:31.620 16 INFO neutron.plugins.ml2.plugin [None req-ac8c7982-914a-4729-8e96-9b3d65a9a0ef - - - - - -] Attempt 1 to provision port d2d408f0-f711-45e9-9dfb-794be20dc647 2026-05-19 21:23:31.648 16 INFO neutron.plugins.ml2.plugin [None req-ac8c7982-914a-4729-8e96-9b3d65a9a0ef - - - - - -] Attempt 1 to provision port 9790e119-8068-497e-b275-eda6f15dbe6e 2026-05-19 21:23:32.495 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4ba38c78-bc29-4ca7-b69f-f8fa1e85f4a6 2026-05-19 21:23:32.610 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-048c15ae-854a-47c7-93dd-9bd08f79872d'] response: {'server_uuid': '1508f73e-e7ec-40e1-9832-bec59db8fa7b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4ba38c78-bc29-4ca7-b69f-f8fa1e85f4a6', 'code': 200} 2026-05-19 21:23:33.348 13 INFO neutron.plugins.ml2.plugin [None req-2147ce4c-1c19-48b8-a641-181b47e0dea0 - - - - - -] Attempt 1 to provision port d2d408f0-f711-45e9-9dfb-794be20dc647 2026-05-19 21:23:33.541 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a2e0bf73-3716-4bec-9db8-8ba6399e1b8c 2026-05-19 21:23:33.882 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4ba38c78-bc29-4ca7-b69f-f8fa1e85f4a6 2026-05-19 21:23:34.110 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 29eb0413-25b3-46c2-8ead-7797a65697ef 2026-05-19 21:23:34.580 16 INFO neutron.plugins.ml2.plugin [None req-3c7cbd2d-47c9-4c75-a854-8cf482695812 - - - - - -] Attempt 1 to provision port d2d408f0-f711-45e9-9dfb-794be20dc647 2026-05-19 21:23:35.529 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port a2e0bf73-3716-4bec-9db8-8ba6399e1b8c 2026-05-19 21:23:35.702 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 1d9c5691-65b2-45b7-af99-4384e3700ae2 2026-05-19 21:23:36.249 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d2d408f0-f711-45e9-9dfb-794be20dc647 2026-05-19 21:23:36.838 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 29eb0413-25b3-46c2-8ead-7797a65697ef 2026-05-19 21:23:37.650 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 1d9c5691-65b2-45b7-af99-4384e3700ae2 2026-05-19 21:23:37.866 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d2d408f0-f711-45e9-9dfb-794be20dc647 2026-05-19 21:23:49.788 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 9e294a1d-c67c-45a8-8ece-2aa626b3b47c 2026-05-19 21:23:51.641 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 9e294a1d-c67c-45a8-8ece-2aa626b3b47c 2026-05-19 21:23:53.635 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port e49fa633-d105-42af-a481-803637beefe3 2026-05-19 21:23:55.843 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 2b5fa58c-46d7-4ba7-92cc-0ab4fc0bd195 2026-05-19 21:23:56.567 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port e49fa633-d105-42af-a481-803637beefe3 2026-05-19 21:23:58.076 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 2b5fa58c-46d7-4ba7-92cc-0ab4fc0bd195 2026-05-19 21:24:00.095 13 INFO neutron.plugins.ml2.plugin [None req-6b29fa63-abf3-44e2-9592-9ff7e7767976 - - - - - -] Attempt 1 to provision port 2b5fa58c-46d7-4ba7-92cc-0ab4fc0bd195 2026-05-19 21:24:00.232 13 INFO neutron.plugins.ml2.plugin [None req-6b29fa63-abf3-44e2-9592-9ff7e7767976 - - - - - -] Attempt 1 to provision port 1d0783ab-d95b-4caa-b94b-5021e4d5f0ee 2026-05-19 21:24:00.254 13 INFO neutron.plugins.ml2.plugin [None req-6b29fa63-abf3-44e2-9592-9ff7e7767976 - - - - - -] Attempt 1 to provision port 9e294a1d-c67c-45a8-8ece-2aa626b3b47c 2026-05-19 21:24:03.800 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4ec5788d-2a42-4519-8d9e-db505642b4f8 2026-05-19 21:24:05.687 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4ec5788d-2a42-4519-8d9e-db505642b4f8 2026-05-19 21:24:08.401 13 INFO neutron.plugins.ml2.plugin [None req-2ec5d553-5fc1-40be-a48e-6ae1503ff455 - - - - - -] Attempt 1 to provision port d2f8fe3c-5c0b-47cb-a1ba-c49635c992f3 2026-05-19 21:24:08.431 13 INFO neutron.plugins.ml2.plugin [None req-2ec5d553-5fc1-40be-a48e-6ae1503ff455 - - - - - -] Attempt 1 to provision port 2b5fa58c-46d7-4ba7-92cc-0ab4fc0bd195 2026-05-19 21:24:08.489 13 INFO neutron.plugins.ml2.plugin [None req-2ec5d553-5fc1-40be-a48e-6ae1503ff455 - - - - - -] Attempt 1 to provision port 7f18a4fd-ef26-4930-96da-b5c7ed9cf9ab 2026-05-19 21:24:08.513 13 INFO neutron.plugins.ml2.plugin [None req-2ec5d553-5fc1-40be-a48e-6ae1503ff455 - - - - - -] Attempt 1 to provision port 1d0783ab-d95b-4caa-b94b-5021e4d5f0ee 2026-05-19 21:24:08.538 13 INFO neutron.plugins.ml2.plugin [None req-2ec5d553-5fc1-40be-a48e-6ae1503ff455 - - - - - -] Attempt 1 to provision port 4ec5788d-2a42-4519-8d9e-db505642b4f8 2026-05-19 21:24:10.215 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 0e6abe4a-cd22-4a00-b3f0-e8be570c4b1f 2026-05-19 21:24:10.359 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd0cd01c-10b0-435f-9f19-008dc3872614'] response: {'server_uuid': '687b8912-d971-4794-8802-9a0d74a1aa98', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0e6abe4a-cd22-4a00-b3f0-e8be570c4b1f', 'code': 200} 2026-05-19 21:24:11.770 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 7f18a4fd-ef26-4930-96da-b5c7ed9cf9ab 2026-05-19 21:24:12.094 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 1d0783ab-d95b-4caa-b94b-5021e4d5f0ee 2026-05-19 21:24:12.364 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 0e6abe4a-cd22-4a00-b3f0-e8be570c4b1f 2026-05-19 21:24:12.571 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4f626e38-9ab3-412f-8ca0-b35525197544 2026-05-19 21:24:13.974 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 1d0783ab-d95b-4caa-b94b-5021e4d5f0ee 2026-05-19 21:24:14.239 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 7f18a4fd-ef26-4930-96da-b5c7ed9cf9ab 2026-05-19 21:24:14.478 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d2f8fe3c-5c0b-47cb-a1ba-c49635c992f3 2026-05-19 21:24:14.792 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 4f626e38-9ab3-412f-8ca0-b35525197544 2026-05-19 21:24:15.317 13 INFO neutron.plugins.ml2.plugin [None req-5491f4e5-2461-4553-b94f-ba0e3eca1438 - - - - - -] Attempt 1 to provision port 4f626e38-9ab3-412f-8ca0-b35525197544 2026-05-19 21:24:15.426 13 INFO neutron.plugins.ml2.plugin [None req-5491f4e5-2461-4553-b94f-ba0e3eca1438 - - - - - -] Attempt 1 to provision port 9e294a1d-c67c-45a8-8ece-2aa626b3b47c 2026-05-19 21:24:15.478 13 INFO neutron.plugins.ml2.plugin [None req-5491f4e5-2461-4553-b94f-ba0e3eca1438 - - - - - -] Attempt 1 to provision port 7f18a4fd-ef26-4930-96da-b5c7ed9cf9ab 2026-05-19 21:24:15.535 13 INFO neutron.plugins.ml2.plugin [None req-5491f4e5-2461-4553-b94f-ba0e3eca1438 - - - - - -] Attempt 1 to provision port 1d0783ab-d95b-4caa-b94b-5021e4d5f0ee 2026-05-19 21:24:15.587 13 INFO neutron.plugins.ml2.plugin [None req-5491f4e5-2461-4553-b94f-ba0e3eca1438 - - - - - -] Attempt 1 to provision port 4ec5788d-2a42-4519-8d9e-db505642b4f8 2026-05-19 21:24:15.649 13 INFO neutron.plugins.ml2.plugin [None req-5491f4e5-2461-4553-b94f-ba0e3eca1438 - - - - - -] Attempt 1 to provision port 0e6abe4a-cd22-4a00-b3f0-e8be570c4b1f 2026-05-19 21:24:15.888 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d2f8fe3c-5c0b-47cb-a1ba-c49635c992f3 2026-05-19 21:24:21.766 16 INFO neutron.plugins.ml2.plugin [None req-897926c0-098d-4bb0-ac76-37ba7164bf69 - - - - - -] Attempt 1 to provision port 7f18a4fd-ef26-4930-96da-b5c7ed9cf9ab 2026-05-19 21:24:21.853 16 INFO neutron.plugins.ml2.plugin [None req-897926c0-098d-4bb0-ac76-37ba7164bf69 - - - - - -] Attempt 1 to provision port 4f626e38-9ab3-412f-8ca0-b35525197544 2026-05-19 21:24:21.898 16 INFO neutron.plugins.ml2.plugin [None req-897926c0-098d-4bb0-ac76-37ba7164bf69 - - - - - -] Attempt 1 to provision port 4ec5788d-2a42-4519-8d9e-db505642b4f8 2026-05-19 21:24:23.170 16 INFO neutron.plugins.ml2.plugin [None req-aa945442-6cf0-459b-933e-42ced0734388 - - - - - -] Attempt 1 to provision port 7f18a4fd-ef26-4930-96da-b5c7ed9cf9ab 2026-05-19 21:24:28.007 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 83064152-c7bf-4234-b447-e5d58d1c2659 2026-05-19 21:24:28.143 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-502ed82c-14d8-4b40-874c-3afa798acb7e'] response: {'server_uuid': 'ed5f32ef-02fd-4eb6-b456-300e64744b8d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '83064152-c7bf-4234-b447-e5d58d1c2659', 'code': 200} 2026-05-19 21:24:30.008 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 83064152-c7bf-4234-b447-e5d58d1c2659 2026-05-19 21:24:59.919 16 INFO neutron.plugins.ml2.plugin [None req-5c2772ed-0f2f-479d-89bf-18d5ceab52ed - - - - - -] Attempt 1 to provision port 50eddc63-2a7b-441f-8bcd-9c890937d550 2026-05-19 21:25:22.447 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d813481e-5131-4eab-b3b4-997a0d7e5501 2026-05-19 21:25:22.601 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd70287a-8f31-40a4-b5f6-3f3224dc2f40'] response: {'server_uuid': '78f12c4e-442a-4f24-9aac-1554a3a9216f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd813481e-5131-4eab-b3b4-997a0d7e5501', 'code': 200} 2026-05-19 21:25:23.936 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port d813481e-5131-4eab-b3b4-997a0d7e5501 2026-05-19 21:26:04.015 13 INFO neutron.plugins.ml2.plugin [None req-036c75dc-2843-41a4-a549-a58952c1514c - - - - - -] Attempt 1 to provision port bd30cae7-7a09-492f-95f7-dda7750711ad 2026-05-19 21:26:10.001 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bd30cae7-7a09-492f-95f7-dda7750711ad 2026-05-19 21:26:10.112 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b3c5add-3894-4234-8e71-5dd5eb4252e4'] response: {'server_uuid': '78f12c4e-442a-4f24-9aac-1554a3a9216f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd30cae7-7a09-492f-95f7-dda7750711ad', 'code': 200} 2026-05-19 21:26:11.941 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bd30cae7-7a09-492f-95f7-dda7750711ad 2026-05-19 21:26:14.468 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port bd30cae7-7a09-492f-95f7-dda7750711ad 2026-05-19 21:26:39.570 13 INFO neutron.plugins.ml2.plugin [None req-c3864253-2a17-4c75-969f-cb02bcd4fbdf - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6 2026-05-19 21:26:47.540 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6 2026-05-19 21:26:47.695 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6b91d27-22d3-49c2-8c2c-a62614af780b'] response: {'server_uuid': '78f12c4e-442a-4f24-9aac-1554a3a9216f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6fa6d590-2ac1-4906-8570-8f5901c0cca6', 'code': 200} 2026-05-19 21:26:48.150 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6 2026-05-19 21:27:00.790 16 INFO neutron.plugins.ml2.plugin [None req-20eabeff-cde9-4f89-877d-1db95b22ae99 - - - - - -] Attempt 1 to provision port 653fb1a6-1b0f-4821-88cb-e57f8f79ebe9 2026-05-19 21:27:06.250 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 653fb1a6-1b0f-4821-88cb-e57f8f79ebe9 2026-05-19 21:27:06.364 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a832055d-4039-46b3-9089-8b69f08b8db6'] response: {'server_uuid': '78f12c4e-442a-4f24-9aac-1554a3a9216f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '653fb1a6-1b0f-4821-88cb-e57f8f79ebe9', 'code': 200} 2026-05-19 21:27:08.156 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 653fb1a6-1b0f-4821-88cb-e57f8f79ebe9 2026-05-19 21:27:11.053 16 INFO neutron.plugins.ml2.plugin [None req-07177d7d-1cfe-4782-9726-be7f1a20c606 - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6 2026-05-19 21:27:12.188 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6 2026-05-19 21:27:24.203 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 653fb1a6-1b0f-4821-88cb-e57f8f79ebe9 2026-05-19 21:27:25.352 13 INFO neutron.plugins.ml2.plugin [None req-f05250ad-7c2a-4939-9713-d56cb523785c - - - - - -] Attempt 1 to provision port 653fb1a6-1b0f-4821-88cb-e57f8f79ebe9 2026-05-19 21:27:26.206 16 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 653fb1a6-1b0f-4821-88cb-e57f8f79ebe9 2026-05-19 21:27:35.051 16 INFO neutron.plugins.ml2.plugin [None req-aa90fda8-4da1-4200-a48a-6f158f49443f - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6 2026-05-19 21:27:36.238 13 INFO neutron.plugins.ml2.plugin [None req-8a36878d-d607-406b-bdc5-45134802732a - - - - - -] Attempt 1 to provision port 6fa6d590-2ac1-4906-8570-8f5901c0cca6