+ 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-06-15 19:41:24.749 1 INFO neutron.common.config [-] Logging enabled! 2026-06-15 19:41:24.749 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.3.dev7 2026-06-15 19:41:24.749 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-15 19:41:24.749 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-15 19:41:26.217 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-15 19:41:26.219 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-15 19:41:26.222 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-15 19:41:26.223 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-15 19:41:26.223 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-15 19:41:26.223 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-15 19:41:26.223 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-15 19:41:26.229 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-15 19:41:26.230 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-15 19:41:26.230 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-15 19:41:26.248 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-15 19:41:26.249 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-15 19:41:26.249 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-15 19:41:26.268 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-15 19:41:26.268 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-15 19:41:26.268 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-15 19:41:26.268 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-15 19:41:26.541 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing driver for type 'vlan' 2026-06-15 19:41:26.701 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] VlanTypeDriver initialization complete 2026-06-15 19:41:26.701 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing driver for type 'vxlan' 2026-06-15 19:41:26.702 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-15 19:41:26.749 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-15 19:41:26.749 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-15 19:41:26.750 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing extension driver 'port_security' 2026-06-15 19:41:26.750 1 INFO neutron.plugins.ml2.extensions.port_security [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-15 19:41:26.750 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing extension driver 'qos' 2026-06-15 19:41:26.750 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-15 19:41:26.750 1 INFO neutron.plugins.ml2.managers [None req-fbe07a58-d6f5-48b0-9ca1-a6f29d7aa54e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-15 19:41:26.767 1 INFO neutron.quota [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded quota_driver: . 2026-06-15 19:41:26.767 1 INFO neutron.plugins.ml2.plugin [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Modular L2 Plugin initialization complete 2026-06-15 19:41:26.767 1 INFO neutron.plugins.ml2.managers [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-15 19:41:26.767 1 INFO neutron.plugins.ml2.managers [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-15 19:41:26.767 1 INFO neutron.plugins.ml2.managers [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-15 19:41:26.767 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: qos 2026-06-15 19:41:26.778 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: router 2026-06-15 19:41:26.812 1 INFO neutron.services.service_base [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-15 19:41:26.812 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: segments 2026-06-15 19:41:26.877 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: trunk 2026-06-15 19:41:26.891 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: vpnaas 2026-06-15 19:41:26.921 1 WARNING stevedore.named [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-15 19:41:27.002 1 INFO neutron_vpnaas.services.vpn.plugin [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-15 19:41:27.002 1 INFO neutron.common.utils [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-15 19:41:27.002 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: taas 2026-06-15 19:41:27.024 1 WARNING stevedore.named [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-15 19:41:27.046 1 INFO neutron_taas.services.taas.taas_plugin [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-15 19:41:27.047 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: tapmirror 2026-06-15 19:41:27.058 1 WARNING stevedore.named [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-15 19:41:27.071 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-15 19:41:27.072 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: auto_allocate 2026-06-15 19:41:27.079 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: tag 2026-06-15 19:41:27.086 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: timestamp 2026-06-15 19:41:27.088 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: network_ip_availability 2026-06-15 19:41:27.092 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: flavors 2026-06-15 19:41:27.094 1 INFO neutron.manager [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loading Plugin: revisions 2026-06-15 19:41:27.097 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Initializing extension manager. 2026-06-15 19:41:27.099 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: address-group 2026-06-15 19:41:27.099 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: address-scope 2026-06-15 19:41:27.100 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-15 19:41:27.101 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: agent 2026-06-15 19:41:27.101 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: agent-resources-synced 2026-06-15 19:41:27.102 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-15 19:41:27.103 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-15 19:41:27.104 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: availability_zone 2026-06-15 19:41:27.104 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: availability_zone_filter 2026-06-15 19:41:27.105 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-15 19:41:27.105 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: default-subnetpools 2026-06-15 19:41:27.106 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-15 19:41:27.107 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: dns-integration 2026-06-15 19:41:27.107 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: dns-domain-ports 2026-06-15 19:41:27.108 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-15 19:41:27.109 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: dvr 2026-06-15 19:41:27.109 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-15 19:41:27.110 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: empty-string-filtering 2026-06-15 19:41:27.110 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-15 19:41:27.111 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-15 19:41:27.111 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: external-net 2026-06-15 19:41:27.112 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-15 19:41:27.112 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: extraroute 2026-06-15 19:41:27.113 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: extraroute-atomic 2026-06-15 19:41:27.113 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-15 19:41:27.114 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-15 19:41:27.114 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-15 19:41:27.115 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-15 19:41:27.115 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: fip-port-details 2026-06-15 19:41:27.116 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: flavors 2026-06-15 19:41:27.117 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-15 19:41:27.119 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: floatingip-pools 2026-06-15 19:41:27.120 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: ip_allocation 2026-06-15 19:41:27.120 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-15 19:41:27.121 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: l2_adjacency 2026-06-15 19:41:27.122 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: router 2026-06-15 19:41:27.123 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-15 19:41:27.124 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-15 19:41:27.125 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-15 19:41:27.125 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: ext-gw-mode 2026-06-15 19:41:27.126 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: l3-ha 2026-06-15 19:41:27.126 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-15 19:41:27.127 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-15 19:41:27.127 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: l3-flavors 2026-06-15 19:41:27.128 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-15 19:41:27.128 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-15 19:41:27.130 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-15 19:41:27.131 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-15 19:41:27.132 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-15 19:41:27.134 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-15 19:41:27.134 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-15 19:41:27.135 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: multi-provider 2026-06-15 19:41:27.135 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: net-mtu 2026-06-15 19:41:27.136 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: net-mtu-writable 2026-06-15 19:41:27.136 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: network_availability_zone 2026-06-15 19:41:27.137 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: network_ha 2026-06-15 19:41:27.138 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: network-ip-availability 2026-06-15 19:41:27.138 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-15 19:41:27.139 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: pagination 2026-06-15 19:41:27.139 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-device-profile 2026-06-15 19:41:27.140 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-15 19:41:27.140 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-15 19:41:27.141 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-15 19:41:27.141 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-mac-override 2026-06-15 19:41:27.142 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-15 19:41:27.142 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-15 19:41:27.143 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-15 19:41:27.143 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-resource-request 2026-06-15 19:41:27.144 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-15 19:41:27.145 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-15 19:41:27.146 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: binding 2026-06-15 19:41:27.148 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: binding-extended 2026-06-15 19:41:27.149 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-security 2026-06-15 19:41:27.149 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: project-id 2026-06-15 19:41:27.150 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: provider 2026-06-15 19:41:27.152 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-15 19:41:27.155 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos 2026-06-15 19:41:27.157 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-15 19:41:27.158 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-15 19:41:27.159 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-default 2026-06-15 19:41:27.159 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-fip 2026-06-15 19:41:27.160 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-15 19:41:27.160 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-15 19:41:27.161 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-15 19:41:27.161 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-15 19:41:27.162 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-15 19:41:27.162 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-pps 2026-06-15 19:41:27.163 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-15 19:41:27.163 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-15 19:41:27.164 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: qos-rules-alias 2026-06-15 19:41:27.164 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: quota-check-limit 2026-06-15 19:41:27.165 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-15 19:41:27.167 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: quotas 2026-06-15 19:41:27.169 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: quota_details 2026-06-15 19:41:27.170 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: rbac-policies 2026-06-15 19:41:27.171 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: rbac-address-group 2026-06-15 19:41:27.171 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: rbac-address-scope 2026-06-15 19:41:27.172 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: rbac-security-groups 2026-06-15 19:41:27.172 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-15 19:41:27.173 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: revision-if-match 2026-06-15 19:41:27.173 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-15 19:41:27.174 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: router_availability_zone 2026-06-15 19:41:27.174 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-15 19:41:27.176 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-15 19:41:27.176 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-15 19:41:27.176 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-15 19:41:27.177 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-15 19:41:27.177 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-15 19:41:27.178 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-15 19:41:27.181 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: security-group 2026-06-15 19:41:27.182 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: segment 2026-06-15 19:41:27.183 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-15 19:41:27.183 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: service-type 2026-06-15 19:41:27.184 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: sorting 2026-06-15 19:41:27.184 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: standard-attr-segment 2026-06-15 19:41:27.185 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: standard-attr-description 2026-06-15 19:41:27.185 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: stateful-security-group 2026-06-15 19:41:27.186 1 WARNING neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-15 19:41:27.187 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-15 19:41:27.187 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: subnet-external-network 2026-06-15 19:41:27.188 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: subnet_onboard 2026-06-15 19:41:27.188 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-15 19:41:27.188 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: subnet-service-types 2026-06-15 19:41:27.189 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: subnet_allocation 2026-06-15 19:41:27.190 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-15 19:41:27.190 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: tag-creation 2026-06-15 19:41:27.190 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-15 19:41:27.194 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: standard-attr-tag 2026-06-15 19:41:27.194 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-15 19:41:27.195 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: trunk 2026-06-15 19:41:27.195 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: trunk-details 2026-06-15 19:41:27.196 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-15 19:41:27.196 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-15 19:41:27.197 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-15 19:41:27.197 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-15 19:41:27.199 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-15 19:41:27.199 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-15 19:41:27.200 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: vpn-flavors 2026-06-15 19:41:27.201 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: vpnaas 2026-06-15 19:41:27.202 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: taas 2026-06-15 19:41:27.203 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: tap-mirror 2026-06-15 19:41:27.203 1 INFO neutron.api.extensions [None req-170a347a-48d8-49b7-83e0-3941ee18d900 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-15 19:41:57.295 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-15 19:41:57.356 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-15 19:41:57.363 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-15 19:42:11.287 16 INFO neutron.db.l3_hamode_db [None req-f1189ad1-8a7d-4521-8e67-ba4c46b9685b - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-15 19:42:30.777 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 32da02c4-4c2e-464b-adea-5903edbacd99 2026-06-15 19:42:31.276 16 INFO neutron.plugins.ml2.plugin [None req-e7f99d6d-ef5b-4f31-a425-88aacae754fa - - - - - -] Attempt 1 to provision port 32da02c4-4c2e-464b-adea-5903edbacd99 2026-06-15 19:42:32.714 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 32da02c4-4c2e-464b-adea-5903edbacd99 2026-06-15 19:42:32.959 16 INFO neutron.plugins.ml2.plugin [None req-2faa59d9-fa8f-4674-91f2-6cc817aaf377 - - - - - -] Attempt 1 to provision port 32da02c4-4c2e-464b-adea-5903edbacd99 2026-06-15 19:47:04.789 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 914da966-af20-4271-884e-9aac9d6ce706 2026-06-15 19:47:04.844 16 INFO neutron.plugins.ml2.plugin [None req-cb35ec7f-1bb8-47a8-a183-f9b5c899bc23 - - - - - -] Attempt 1 to provision port 914da966-af20-4271-884e-9aac9d6ce706 2026-06-15 19:47:06.489 13 INFO neutron.plugins.ml2.plugin [None req-43c547e2-a81d-4011-8c3b-edc041cae555 - - - - - -] Attempt 1 to provision port 914da966-af20-4271-884e-9aac9d6ce706 2026-06-15 19:47:06.782 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 914da966-af20-4271-884e-9aac9d6ce706 2026-06-15 19:47:11.589 16 INFO neutron.plugins.ml2.plugin [None req-6d452453-aa04-4ad8-8b10-771576f3eb70 - - - - - -] Attempt 1 to provision port a41f75fa-3bbf-442f-9032-26bb61a997e7 2026-06-15 19:50:49.401 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a41f75fa-3bbf-442f-9032-26bb61a997e7 2026-06-15 19:50:50.851 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a41f75fa-3bbf-442f-9032-26bb61a997e7 2026-06-15 19:59:35.032 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a9f688e0-c812-4875-8213-6da804942bb7 2026-06-15 19:59:37.019 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a9f688e0-c812-4875-8213-6da804942bb7 2026-06-15 20:09:55.325 13 INFO neutron.plugins.ml2.plugin [None req-bb7d699f-026e-4cea-a743-1dd7164e73b4 - - - - - -] Attempt 1 to provision port 914da966-af20-4271-884e-9aac9d6ce706 2026-06-15 20:09:55.382 13 INFO neutron.plugins.ml2.plugin [None req-bb7d699f-026e-4cea-a743-1dd7164e73b4 - - - - - -] Attempt 1 to provision port 32da02c4-4c2e-464b-adea-5903edbacd99 2026-06-15 20:09:55.436 13 INFO neutron.plugins.ml2.plugin [None req-bb7d699f-026e-4cea-a743-1dd7164e73b4 - - - - - -] Attempt 1 to provision port a41f75fa-3bbf-442f-9032-26bb61a997e7 2026-06-15 20:16:35.379 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 4192da9d-4f0b-42f8-8b4c-9a179f17ae9b 2026-06-15 20:16:37.283 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 4192da9d-4f0b-42f8-8b4c-9a179f17ae9b 2026-06-15 20:16:39.032 16 INFO neutron.plugins.ml2.plugin [None req-527dc034-aab3-4e7a-8163-58959909b231 - - - - - -] Attempt 1 to provision port 4192da9d-4f0b-42f8-8b4c-9a179f17ae9b 2026-06-15 20:16:39.116 16 INFO neutron.plugins.ml2.plugin [None req-527dc034-aab3-4e7a-8163-58959909b231 - - - - - -] Attempt 1 to provision port 29f1cfc6-85c5-4988-8423-3b6a007f48fb 2026-06-15 20:16:39.329 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 29f1cfc6-85c5-4988-8423-3b6a007f48fb 2026-06-15 20:16:43.255 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port e0f80f63-90e6-4975-a485-f1e7deaa3d65 2026-06-15 20:16:45.515 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 468c84fc-29d4-46be-a510-d440dd13574d 2026-06-15 20:16:45.962 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 592fb150-9392-403e-bfde-d6809556dc08 2026-06-15 20:16:46.318 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port e0f80f63-90e6-4975-a485-f1e7deaa3d65 2026-06-15 20:16:46.483 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 43e518eb-4895-4054-b4ef-04576f5b6a7c 2026-06-15 20:16:46.823 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a94bf2a0-080d-4f18-b3b3-bad9caeb55b3 2026-06-15 20:16:47.654 16 INFO neutron.plugins.ml2.plugin [None req-e81df6ab-608f-4ff4-99de-0e67af34e6e0 - - - - - -] Attempt 1 to provision port b77407fc-7647-4afe-bcf0-3d9ce65045a9 2026-06-15 20:16:47.695 16 INFO neutron.plugins.ml2.plugin [None req-e81df6ab-608f-4ff4-99de-0e67af34e6e0 - - - - - -] Attempt 1 to provision port 09f4bca8-2598-4655-a03a-59d3491052b1 2026-06-15 20:16:47.721 16 INFO neutron.plugins.ml2.plugin [None req-e81df6ab-608f-4ff4-99de-0e67af34e6e0 - - - - - -] Attempt 1 to provision port 592fb150-9392-403e-bfde-d6809556dc08 2026-06-15 20:16:47.768 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 57b58452-422c-4bdc-bcc9-2b185b8ce63d 2026-06-15 20:16:47.774 16 INFO neutron.plugins.ml2.plugin [None req-e81df6ab-608f-4ff4-99de-0e67af34e6e0 - - - - - -] Attempt 1 to provision port e0f80f63-90e6-4975-a485-f1e7deaa3d65 2026-06-15 20:16:48.152 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 468c84fc-29d4-46be-a510-d440dd13574d 2026-06-15 20:16:48.325 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 592fb150-9392-403e-bfde-d6809556dc08 2026-06-15 20:16:48.528 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 43e518eb-4895-4054-b4ef-04576f5b6a7c 2026-06-15 20:16:48.817 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a94bf2a0-080d-4f18-b3b3-bad9caeb55b3 2026-06-15 20:16:49.755 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 57b58452-422c-4bdc-bcc9-2b185b8ce63d 2026-06-15 20:16:54.789 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 026bb806-e18a-463d-9faf-92ca6bcd10bc 2026-06-15 20:16:55.176 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 1126cd3e-efd4-4591-ac5d-880d0ef1a178 2026-06-15 20:16:55.422 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e811b511-ae5b-4ce2-90ee-7e758cf20ab5'] response: {'server_uuid': 'd219ca91-2819-430c-b4b0-7ffc2e71dd0d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '026bb806-e18a-463d-9faf-92ca6bcd10bc', 'code': 200} 2026-06-15 20:16:56.557 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 026bb806-e18a-463d-9faf-92ca6bcd10bc 2026-06-15 20:16:56.997 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 1126cd3e-efd4-4591-ac5d-880d0ef1a178 2026-06-15 20:16:57.382 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 1732f50c-0212-4aad-a9b1-33baeec71084 2026-06-15 20:16:58.064 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-01fca4a1-3621-4812-b920-1eedab4276ce'] response: {'server_uuid': 'a6761fe0-5c93-42fa-a1d5-47181d123bc5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1126cd3e-efd4-4591-ac5d-880d0ef1a178', 'code': 200} 2026-06-15 20:16:59.621 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 1732f50c-0212-4aad-a9b1-33baeec71084 2026-06-15 20:16:59.803 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port fda13280-fddc-463f-a3b5-19d875348940 2026-06-15 20:17:00.122 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e37898ee-28d0-4b84-9ce4-a8cba7b97c88'] response: {'server_uuid': 'd72b5907-2a70-4ea5-a2ba-1d8dae36a02c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1732f50c-0212-4aad-a9b1-33baeec71084', 'code': 200} 2026-06-15 20:17:01.437 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port fda13280-fddc-463f-a3b5-19d875348940 2026-06-15 20:17:03.451 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 76ea39f0-f52f-4eba-9961-738d836e5965 2026-06-15 20:17:04.347 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 4192da9d-4f0b-42f8-8b4c-9a179f17ae9b 2026-06-15 20:17:04.437 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 83cbdaf4-0cbe-4538-ae16-b223e6df8838 2026-06-15 20:17:04.489 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 1126cd3e-efd4-4591-ac5d-880d0ef1a178 2026-06-15 20:17:04.600 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 0cfb48bd-86fc-49f0-8c28-e33e88dafa40 2026-06-15 20:17:04.989 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 1732f50c-0212-4aad-a9b1-33baeec71084 2026-06-15 20:17:05.118 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port e0f80f63-90e6-4975-a485-f1e7deaa3d65 2026-06-15 20:17:05.222 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 09f4bca8-2598-4655-a03a-59d3491052b1 2026-06-15 20:17:05.266 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 76ea39f0-f52f-4eba-9961-738d836e5965 2026-06-15 20:17:05.383 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 195a4fe1-5e2d-48c3-8222-ece10333555a 2026-06-15 20:17:05.431 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 592fb150-9392-403e-bfde-d6809556dc08 2026-06-15 20:17:05.445 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 76ea39f0-f52f-4eba-9961-738d836e5965 2026-06-15 20:17:05.538 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port b77407fc-7647-4afe-bcf0-3d9ce65045a9 2026-06-15 20:17:05.582 13 INFO neutron.plugins.ml2.plugin [None req-9c1d185e-de5d-4852-b9fd-bf7703badb47 - - - - - -] Attempt 1 to provision port 026bb806-e18a-463d-9faf-92ca6bcd10bc 2026-06-15 20:17:10.078 16 INFO neutron.plugins.ml2.plugin [None req-10a15b63-a784-4f5a-b812-87f010dad9d6 - - - - - -] Attempt 1 to provision port fa8f1f6c-dc6b-40ff-bdcd-80713a0dfb7a 2026-06-15 20:17:10.101 16 INFO neutron.plugins.ml2.plugin [None req-10a15b63-a784-4f5a-b812-87f010dad9d6 - - - - - -] Attempt 1 to provision port 83cbdaf4-0cbe-4538-ae16-b223e6df8838 2026-06-15 20:17:10.128 16 INFO neutron.plugins.ml2.plugin [None req-10a15b63-a784-4f5a-b812-87f010dad9d6 - - - - - -] Attempt 1 to provision port 76ea39f0-f52f-4eba-9961-738d836e5965 2026-06-15 20:17:10.472 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port bc01fd05-80a4-4cc0-8770-8b9032b21fc9 2026-06-15 20:17:11.024 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-422e598d-e745-480f-a348-8669527f249c'] response: {'server_uuid': '6eca4c8b-7462-4d39-b5ef-0fc64e12bbd0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bc01fd05-80a4-4cc0-8770-8b9032b21fc9', 'code': 200} 2026-06-15 20:17:11.704 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port bc01fd05-80a4-4cc0-8770-8b9032b21fc9 2026-06-15 20:17:19.498 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 99b1d86a-9d93-46f3-852f-b9674b1a0b81 2026-06-15 20:17:19.857 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port e48869ba-177e-49f5-b62a-ac03b2eb5fe1 2026-06-15 20:17:21.447 13 INFO neutron.plugins.ml2.plugin [None req-3139e948-0c64-4578-87aa-23a2e9c22950 - - - - - -] Attempt 1 to provision port e48869ba-177e-49f5-b62a-ac03b2eb5fe1 2026-06-15 20:17:21.511 13 INFO neutron.plugins.ml2.plugin [None req-3139e948-0c64-4578-87aa-23a2e9c22950 - - - - - -] Attempt 1 to provision port be844cf3-39a9-4caf-919c-ddda43d6c18e 2026-06-15 20:17:21.621 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 99b1d86a-9d93-46f3-852f-b9674b1a0b81 2026-06-15 20:17:22.023 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port e48869ba-177e-49f5-b62a-ac03b2eb5fe1 2026-06-15 20:17:24.459 16 INFO neutron.plugins.ml2.plugin [None req-5fa82e17-f095-40e9-9c91-f83e5a049a94 - - - - - -] Attempt 1 to provision port e48869ba-177e-49f5-b62a-ac03b2eb5fe1 2026-06-15 20:17:24.594 16 INFO neutron.plugins.ml2.plugin [None req-5fa82e17-f095-40e9-9c91-f83e5a049a94 - - - - - -] Attempt 1 to provision port be844cf3-39a9-4caf-919c-ddda43d6c18e 2026-06-15 20:17:27.505 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port fa8f1f6c-dc6b-40ff-bdcd-80713a0dfb7a 2026-06-15 20:17:27.780 13 INFO neutron.plugins.ml2.plugin [None req-38fcf3be-02f7-4086-9716-f41aa1d52baf - - - - - -] Attempt 1 to provision port be844cf3-39a9-4caf-919c-ddda43d6c18e 2026-06-15 20:17:27.817 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b77407fc-7647-4afe-bcf0-3d9ce65045a9 2026-06-15 20:17:29.696 16 INFO neutron.plugins.ml2.plugin [None req-550574dc-e135-4fb9-ae0c-c4f20a47d5a8 - - - - - -] Attempt 1 to provision port be844cf3-39a9-4caf-919c-ddda43d6c18e 2026-06-15 20:17:30.162 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port fa8f1f6c-dc6b-40ff-bdcd-80713a0dfb7a 2026-06-15 20:17:30.302 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 77e85dbb-4641-4602-9bac-78dbb0df1db6 2026-06-15 20:17:30.427 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-904e9724-30ca-4933-afad-edb5798e0a62'] response: {'server_uuid': 'b3aabf95-3e07-4bf0-b4c2-0e997fa05476', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '77e85dbb-4641-4602-9bac-78dbb0df1db6', 'code': 200} 2026-06-15 20:17:30.630 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b77407fc-7647-4afe-bcf0-3d9ce65045a9 2026-06-15 20:17:31.389 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 77e85dbb-4641-4602-9bac-78dbb0df1db6 2026-06-15 20:17:32.471 16 INFO neutron.plugins.ml2.plugin [None req-4f7a9117-0c83-4651-b7b6-4c98b7908984 - - - - - -] Attempt 1 to provision port d24689b2-d8c9-48d5-9afc-e59e0b69ba92 2026-06-15 20:17:32.513 16 INFO neutron.plugins.ml2.plugin [None req-4f7a9117-0c83-4651-b7b6-4c98b7908984 - - - - - -] Attempt 1 to provision port 026bb806-e18a-463d-9faf-92ca6bcd10bc 2026-06-15 20:17:35.374 13 WARNING neutron.plugins.ml2.plugin [None req-bf51bf19-e3d7-43a4-8ab0-ca84f83c27db - - - - - -] Concurrent port binding operations failed on port d24689b2-d8c9-48d5-9afc-e59e0b69ba92 2026-06-15 20:17:35.379 13 INFO neutron.plugins.ml2.plugin [None req-bf51bf19-e3d7-43a4-8ab0-ca84f83c27db - - - - - -] Attempt 2 to bind port d24689b2-d8c9-48d5-9afc-e59e0b69ba92 2026-06-15 20:17:35.915 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port d24689b2-d8c9-48d5-9afc-e59e0b69ba92 2026-06-15 20:17:36.353 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port be844cf3-39a9-4caf-919c-ddda43d6c18e 2026-06-15 20:17:36.786 13 INFO neutron.plugins.ml2.plugin [None req-d442467f-ebb9-4ca7-b846-9b9300d787d0 - - - - - -] Attempt 1 to provision port 026bb806-e18a-463d-9faf-92ca6bcd10bc 2026-06-15 20:17:37.442 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port d24689b2-d8c9-48d5-9afc-e59e0b69ba92 2026-06-15 20:17:37.617 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port be844cf3-39a9-4caf-919c-ddda43d6c18e 2026-06-15 20:17:45.514 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b7f1fcde-42ba-4188-8329-be68f3ac3667 2026-06-15 20:17:47.739 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b7f1fcde-42ba-4188-8329-be68f3ac3667 2026-06-15 20:17:53.465 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 050681e0-9296-47ea-a5ea-788b5437fc89 2026-06-15 20:17:55.546 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 7db4158a-8c8c-4acc-a794-9e71e15cb4a4 2026-06-15 20:17:55.904 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 050681e0-9296-47ea-a5ea-788b5437fc89 2026-06-15 20:17:57.463 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 7db4158a-8c8c-4acc-a794-9e71e15cb4a4 2026-06-15 20:17:58.699 16 INFO neutron.plugins.ml2.plugin [None req-54ff1080-d424-4b61-a208-471d885d24f7 - - - - - -] Attempt 1 to provision port d6a1b4f7-d8ba-41a1-8d42-43d2ca818b42 2026-06-15 20:17:58.725 16 INFO neutron.plugins.ml2.plugin [None req-54ff1080-d424-4b61-a208-471d885d24f7 - - - - - -] Attempt 1 to provision port 7db4158a-8c8c-4acc-a794-9e71e15cb4a4 2026-06-15 20:18:03.611 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8ba6c8c-0cec-4ad6-a8ed-0cb11b080c95'] response: {'server_uuid': 'b3aabf95-3e07-4bf0-b4c2-0e997fa05476', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '77e85dbb-4641-4602-9bac-78dbb0df1db6', 'code': 200} 2026-06-15 20:18:06.529 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port c7158b9c-af87-4689-ac78-531926c1956e 2026-06-15 20:18:06.641 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b25d2df8-36ed-4faa-b6af-984ef755d5eb'] response: {'server_uuid': '33d93e13-983c-4f67-8eb7-b63e1b9f6b8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7158b9c-af87-4689-ac78-531926c1956e', 'code': 200} 2026-06-15 20:18:06.917 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 77e85dbb-4641-4602-9bac-78dbb0df1db6 2026-06-15 20:18:07.927 16 INFO neutron.plugins.ml2.plugin [None req-2466e216-4f4e-4bad-a308-743dff5e7cfc - - - - - -] Attempt 1 to provision port f6800864-f6a5-408c-a033-a14a905eaa72 2026-06-15 20:18:07.965 16 INFO neutron.plugins.ml2.plugin [None req-2466e216-4f4e-4bad-a308-743dff5e7cfc - - - - - -] Attempt 1 to provision port d6a1b4f7-d8ba-41a1-8d42-43d2ca818b42 2026-06-15 20:18:08.052 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port c7158b9c-af87-4689-ac78-531926c1956e 2026-06-15 20:18:08.455 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 77e85dbb-4641-4602-9bac-78dbb0df1db6 2026-06-15 20:18:08.687 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e169727-c123-4f23-9253-956f06def6ee'] response: {'server_uuid': 'b3aabf95-3e07-4bf0-b4c2-0e997fa05476', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '77e85dbb-4641-4602-9bac-78dbb0df1db6', 'code': 200} 2026-06-15 20:18:09.656 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port f6800864-f6a5-408c-a033-a14a905eaa72 2026-06-15 20:18:09.967 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port d6a1b4f7-d8ba-41a1-8d42-43d2ca818b42 2026-06-15 20:18:11.763 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 2868741f-bb9e-4d83-8724-69e587c553c7 2026-06-15 20:18:12.137 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port f6800864-f6a5-408c-a033-a14a905eaa72 2026-06-15 20:18:12.225 16 INFO neutron.plugins.ml2.plugin [None req-66faefdb-2004-4d06-a634-1b003a62b916 - - - - - -] Attempt 1 to provision port c7158b9c-af87-4689-ac78-531926c1956e 2026-06-15 20:18:12.379 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port d6a1b4f7-d8ba-41a1-8d42-43d2ca818b42 2026-06-15 20:18:13.634 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 2868741f-bb9e-4d83-8724-69e587c553c7 2026-06-15 20:18:14.418 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3ad5e0b-14d3-41c2-bdd2-0ba7b4dcbbd0'] response: {'server_uuid': '33d93e13-983c-4f67-8eb7-b63e1b9f6b8e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c7158b9c-af87-4689-ac78-531926c1956e', 'code': 200} 2026-06-15 20:18:15.888 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port fccf9f11-1ccb-477d-8a27-625d6202efae 2026-06-15 20:18:16.805 16 INFO neutron.plugins.ml2.plugin [None req-bed695ea-64b2-4a99-84be-0e970fc9a2be - - - - - -] Attempt 1 to provision port 09b590b7-e3fb-4743-bfb3-5325634aaa18 2026-06-15 20:18:17.665 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port fccf9f11-1ccb-477d-8a27-625d6202efae 2026-06-15 20:18:19.678 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port c9dd6c21-cfa5-49b2-a314-7543b95d0f35 2026-06-15 20:18:21.883 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 9db87b45-127b-4844-9fe9-d3de828a4fd3 2026-06-15 20:18:22.339 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port c9dd6c21-cfa5-49b2-a314-7543b95d0f35 2026-06-15 20:18:25.180 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b3db9142-fb03-4105-9902-e15c13b09f91 2026-06-15 20:18:25.314 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-08482575-7954-4406-b046-64ae7b8560fd'] response: {'server_uuid': '3bf37f69-dee4-4a62-a420-190137fba45f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3db9142-fb03-4105-9902-e15c13b09f91', 'code': 200} 2026-06-15 20:18:25.657 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 9db87b45-127b-4844-9fe9-d3de828a4fd3 2026-06-15 20:18:25.860 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port d17b5493-c76e-4a8f-9dc9-87a3910bc45f 2026-06-15 20:18:27.697 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port faeca599-b81e-4ad8-b90a-a808302c1b22 2026-06-15 20:18:28.086 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port d17b5493-c76e-4a8f-9dc9-87a3910bc45f 2026-06-15 20:18:28.316 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b3db9142-fb03-4105-9902-e15c13b09f91 2026-06-15 20:18:29.556 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port faeca599-b81e-4ad8-b90a-a808302c1b22 2026-06-15 20:18:31.477 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 09b590b7-e3fb-4743-bfb3-5325634aaa18 2026-06-15 20:18:31.707 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port ecf1f6a9-145e-4cd3-b445-525435931aa4 2026-06-15 20:18:32.212 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port 11db6509-e4b8-44ba-aa30-65f45145f401 2026-06-15 20:18:32.239 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port 33a65ac5-0746-48a5-a389-6b6be78569ba 2026-06-15 20:18:32.263 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port ecf1f6a9-145e-4cd3-b445-525435931aa4 2026-06-15 20:18:32.318 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port d17b5493-c76e-4a8f-9dc9-87a3910bc45f 2026-06-15 20:18:32.383 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port 8bd68c9a-237a-48c0-bbe2-9f73889214f6 2026-06-15 20:18:32.410 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port ef0b9e1b-7a2d-4019-a37f-cc5a3eeaf182 2026-06-15 20:18:32.431 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port c9dd6c21-cfa5-49b2-a314-7543b95d0f35 2026-06-15 20:18:32.481 13 INFO neutron.plugins.ml2.plugin [None req-30e17f25-194f-4bb6-bfd9-e9701dea525d - - - - - -] Attempt 1 to provision port faeca599-b81e-4ad8-b90a-a808302c1b22 2026-06-15 20:18:34.772 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 09b590b7-e3fb-4743-bfb3-5325634aaa18 2026-06-15 20:18:34.966 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port f7240da4-5e87-41f8-af1c-86acdd5cc295 2026-06-15 20:18:35.080 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3184d7f-9d98-4549-83ec-62df84be38e7'] response: {'server_uuid': 'd7db6beb-7aab-4ea4-ae20-04afe17f606d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f7240da4-5e87-41f8-af1c-86acdd5cc295', 'code': 200} 2026-06-15 20:18:35.420 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port ecf1f6a9-145e-4cd3-b445-525435931aa4 2026-06-15 20:18:36.193 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 8bd68c9a-237a-48c0-bbe2-9f73889214f6 2026-06-15 20:18:36.475 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 33a65ac5-0746-48a5-a389-6b6be78569ba 2026-06-15 20:18:36.802 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port f7240da4-5e87-41f8-af1c-86acdd5cc295 2026-06-15 20:18:38.334 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 8bd68c9a-237a-48c0-bbe2-9f73889214f6 2026-06-15 20:18:38.587 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 33a65ac5-0746-48a5-a389-6b6be78569ba 2026-06-15 20:18:39.051 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port ef0b9e1b-7a2d-4019-a37f-cc5a3eeaf182 2026-06-15 20:18:39.410 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 11db6509-e4b8-44ba-aa30-65f45145f401 2026-06-15 20:18:40.591 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port ef0b9e1b-7a2d-4019-a37f-cc5a3eeaf182 2026-06-15 20:18:40.779 13 INFO neutron.plugins.ml2.plugin [None req-53dc2fd8-cc54-49de-9f22-434e44523368 - - - - - -] Attempt 1 to provision port 33a65ac5-0746-48a5-a389-6b6be78569ba 2026-06-15 20:18:40.816 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 11db6509-e4b8-44ba-aa30-65f45145f401 2026-06-15 20:18:46.973 16 INFO neutron.plugins.ml2.plugin [None req-dc03a3f9-0e90-419d-bf4f-bad10a31310e - - - - - -] Attempt 1 to provision port f7240da4-5e87-41f8-af1c-86acdd5cc295 2026-06-15 20:18:47.038 16 INFO neutron.plugins.ml2.plugin [None req-dc03a3f9-0e90-419d-bf4f-bad10a31310e - - - - - -] Attempt 1 to provision port 30d87d4e-87c4-4e3d-a8cb-89e6c2c4ae22 2026-06-15 20:18:47.067 16 INFO neutron.plugins.ml2.plugin [None req-dc03a3f9-0e90-419d-bf4f-bad10a31310e - - - - - -] Attempt 1 to provision port faeca599-b81e-4ad8-b90a-a808302c1b22 2026-06-15 20:18:47.124 16 INFO neutron.plugins.ml2.plugin [None req-dc03a3f9-0e90-419d-bf4f-bad10a31310e - - - - - -] Attempt 1 to provision port ef0b9e1b-7a2d-4019-a37f-cc5a3eeaf182 2026-06-15 20:18:48.764 13 INFO neutron.plugins.ml2.plugin [None req-98d0a0e0-fa68-4584-9f69-fdd4ab2c068b - - - - - -] Attempt 1 to provision port ef0b9e1b-7a2d-4019-a37f-cc5a3eeaf182 2026-06-15 20:19:06.662 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 337bf684-eb02-4ad7-a005-6f609d989a0f 2026-06-15 20:19:08.493 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 337bf684-eb02-4ad7-a005-6f609d989a0f 2026-06-15 20:19:10.648 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 8ee21a8b-cce5-4327-bc8a-78d3729e84fc 2026-06-15 20:19:11.498 16 INFO neutron.plugins.ml2.plugin [None req-37eee317-a610-4b50-802e-99a8de0dddec - - - - - -] Attempt 1 to provision port 337bf684-eb02-4ad7-a005-6f609d989a0f 2026-06-15 20:19:11.548 16 INFO neutron.plugins.ml2.plugin [None req-37eee317-a610-4b50-802e-99a8de0dddec - - - - - -] Attempt 1 to provision port 8ee21a8b-cce5-4327-bc8a-78d3729e84fc 2026-06-15 20:19:11.575 16 INFO neutron.plugins.ml2.db [None req-37eee317-a610-4b50-802e-99a8de0dddec - - - - - -] No ports have port_id starting with 8ee21a8b-cce5-4327-bc8a-78d3729e84fc 2026-06-15 20:19:52.117 16 INFO neutron.plugins.ml2.plugin [None req-af40b9ed-4689-4383-86f2-1d3fcd39563a - - - - - -] Attempt 1 to provision port 70cf6676-b2be-42b1-9d3d-9703c4cf5d19 2026-06-15 20:19:54.507 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b98d7c0c-27e2-4118-8ac0-bc803bb52fbf 2026-06-15 20:19:54.896 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 02d0b2eb-2577-4902-8fc8-e1d0f334f7a2 2026-06-15 20:19:56.485 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b98d7c0c-27e2-4118-8ac0-bc803bb52fbf 2026-06-15 20:19:56.768 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 02d0b2eb-2577-4902-8fc8-e1d0f334f7a2 2026-06-15 20:19:57.023 16 INFO neutron.plugins.ml2.plugin [None req-71010a06-efec-4237-8d0f-7fc841af1b71 - - - - - -] Attempt 1 to provision port b98d7c0c-27e2-4118-8ac0-bc803bb52fbf 2026-06-15 20:19:57.104 16 INFO neutron.plugins.ml2.plugin [None req-71010a06-efec-4237-8d0f-7fc841af1b71 - - - - - -] Attempt 1 to provision port 48851ae9-93dc-4bf2-a111-c1ea621ad5ba 2026-06-15 20:20:00.257 16 INFO neutron.plugins.ml2.plugin [None req-2ae0e45a-39ef-48e1-8319-8d77f7627834 - - - - - -] Attempt 1 to provision port 48851ae9-93dc-4bf2-a111-c1ea621ad5ba 2026-06-15 20:20:01.494 16 INFO neutron.plugins.ml2.plugin [None req-1b5d9960-593a-4e75-86d2-f4c8f4a5a796 - - - - - -] Attempt 1 to provision port 48851ae9-93dc-4bf2-a111-c1ea621ad5ba 2026-06-15 20:20:06.995 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 75927084-477c-4b99-8147-22c633a65c42 2026-06-15 20:20:07.114 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae8cd4e-0beb-43a1-95ce-3fa0fc9c1174'] response: {'server_uuid': '852680b2-ae38-466c-a9f3-af3990563925', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '75927084-477c-4b99-8147-22c633a65c42', 'code': 200} 2026-06-15 20:20:08.533 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 75927084-477c-4b99-8147-22c633a65c42 2026-06-15 20:20:10.483 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 70cf6676-b2be-42b1-9d3d-9703c4cf5d19 2026-06-15 20:20:10.755 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 48851ae9-93dc-4bf2-a111-c1ea621ad5ba 2026-06-15 20:20:12.453 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 70cf6676-b2be-42b1-9d3d-9703c4cf5d19 2026-06-15 20:20:12.581 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 48851ae9-93dc-4bf2-a111-c1ea621ad5ba 2026-06-15 20:20:22.472 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 0fc8c230-fd13-466f-b8b1-42a3f736f808 2026-06-15 20:20:23.581 13 INFO neutron.plugins.ml2.plugin [None req-d1b36e74-f847-4de3-a815-1df25dc834ac - - - - - -] Attempt 1 to provision port 0fc8c230-fd13-466f-b8b1-42a3f736f808 2026-06-15 20:20:44.985 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 47184407-eb4f-4a99-a52d-84e0c69424b2 2026-06-15 20:20:45.122 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5654af5e-b87f-408e-8734-4e5ce740d51f'] response: {'server_uuid': 'c5795227-b037-4ec7-84d4-138a8e237d80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47184407-eb4f-4a99-a52d-84e0c69424b2', 'code': 200} 2026-06-15 20:20:46.459 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 47184407-eb4f-4a99-a52d-84e0c69424b2 2026-06-15 20:21:10.671 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fd71786-86b8-4a4d-a1a8-91ba706aeb24'] response: {'server_uuid': 'c5795227-b037-4ec7-84d4-138a8e237d80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '47184407-eb4f-4a99-a52d-84e0c69424b2', 'code': 200} 2026-06-15 20:21:24.486 13 INFO neutron_taas.services.taas.taas_plugin [None req-f5fd2540-0a57-4ff0-9730-39ea7cc78367 - - - - - -] TaaS: Handle Delete Port: b98d7c0c-27e2-4118-8ac0-bc803bb52fbf 2026-06-15 20:21:24.493 13 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5fd2540-0a57-4ff0-9730-39ea7cc78367 - - - - - -] Tap Mirror: Handle Delete Port: b98d7c0c-27e2-4118-8ac0-bc803bb52fbf 2026-06-15 20:21:58.466 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a1136702-98db-4649-ad16-dda01770ca4a 2026-06-15 20:21:58.874 16 INFO neutron.plugins.ml2.plugin [None req-9d90c9f1-cc62-4e80-92dc-2363b9ae2fd6 - - - - - -] Attempt 1 to provision port a1136702-98db-4649-ad16-dda01770ca4a 2026-06-15 20:22:00.446 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a1136702-98db-4649-ad16-dda01770ca4a 2026-06-15 20:22:02.524 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 897db9aa-2da1-45b9-871a-a650f3ce2561 2026-06-15 20:22:02.863 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port edc71adf-a5b5-4f90-acc5-65a28c276e23 2026-06-15 20:22:04.723 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 897db9aa-2da1-45b9-871a-a650f3ce2561 2026-06-15 20:22:04.943 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port edc71adf-a5b5-4f90-acc5-65a28c276e23 2026-06-15 20:22:05.187 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 59d7f681-db01-4888-b9ef-7c176acaa1f3 2026-06-15 20:22:06.544 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 59d7f681-db01-4888-b9ef-7c176acaa1f3 2026-06-15 20:22:08.448 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port a1136702-98db-4649-ad16-dda01770ca4a 2026-06-15 20:22:10.229 13 INFO neutron.plugins.ml2.plugin [None req-7c17cb16-159a-4ee1-902a-c66435164868 - - - - - -] Attempt 1 to provision port 897db9aa-2da1-45b9-871a-a650f3ce2561 2026-06-15 20:22:10.275 13 INFO neutron.plugins.ml2.plugin [None req-7c17cb16-159a-4ee1-902a-c66435164868 - - - - - -] Attempt 1 to provision port 59d7f681-db01-4888-b9ef-7c176acaa1f3 2026-06-15 20:22:10.333 13 INFO neutron.plugins.ml2.plugin [None req-7c17cb16-159a-4ee1-902a-c66435164868 - - - - - -] Attempt 1 to provision port 8a4862fc-1a1c-4281-9de6-c75fc705f2ce 2026-06-15 20:22:10.361 13 INFO neutron.plugins.ml2.plugin [None req-7c17cb16-159a-4ee1-902a-c66435164868 - - - - - -] Attempt 1 to provision port ef307553-0d1f-4478-b028-ee51f69987c8 2026-06-15 20:22:10.382 13 INFO neutron.plugins.ml2.plugin [None req-7c17cb16-159a-4ee1-902a-c66435164868 - - - - - -] Attempt 1 to provision port a1136702-98db-4649-ad16-dda01770ca4a 2026-06-15 20:22:15.490 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port 897db9aa-2da1-45b9-871a-a650f3ce2561 2026-06-15 20:22:15.539 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port 59d7f681-db01-4888-b9ef-7c176acaa1f3 2026-06-15 20:22:15.588 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port 8a4862fc-1a1c-4281-9de6-c75fc705f2ce 2026-06-15 20:22:15.611 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port ef307553-0d1f-4478-b028-ee51f69987c8 2026-06-15 20:22:15.637 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port 38143af0-958e-4d1f-946b-f807f36aa6d8 2026-06-15 20:22:15.661 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port a1136702-98db-4649-ad16-dda01770ca4a 2026-06-15 20:22:15.706 13 INFO neutron.plugins.ml2.plugin [None req-6c32d212-1c71-46ad-8082-6aaafbbc3778 - - - - - -] Attempt 1 to provision port 0ec42c88-603a-418b-9faf-18233b764f46 2026-06-15 20:22:17.045 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 3d1ac768-1577-4684-a4cf-11308c68b5f1 2026-06-15 20:22:17.225 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c58408b-65bc-4309-b854-2d8116f29fa3'] response: {'server_uuid': '90485b1a-b217-49e4-bb63-d5f10800ff6c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3d1ac768-1577-4684-a4cf-11308c68b5f1', 'code': 200} 2026-06-15 20:22:18.469 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 3d1ac768-1577-4684-a4cf-11308c68b5f1 2026-06-15 20:22:19.615 16 INFO neutron.plugins.ml2.plugin [None req-b4dc127b-654b-4211-a46a-149ce66ad5fe - - - - - -] Attempt 1 to provision port 59d7f681-db01-4888-b9ef-7c176acaa1f3 2026-06-15 20:22:19.668 16 INFO neutron.plugins.ml2.plugin [None req-b4dc127b-654b-4211-a46a-149ce66ad5fe - - - - - -] Attempt 1 to provision port 3d1ac768-1577-4684-a4cf-11308c68b5f1 2026-06-15 20:22:19.716 16 INFO neutron.plugins.ml2.plugin [None req-b4dc127b-654b-4211-a46a-149ce66ad5fe - - - - - -] Attempt 1 to provision port 8a4862fc-1a1c-4281-9de6-c75fc705f2ce 2026-06-15 20:22:19.834 16 INFO neutron.plugins.ml2.plugin [None req-b4dc127b-654b-4211-a46a-149ce66ad5fe - - - - - -] Attempt 1 to provision port ef307553-0d1f-4478-b028-ee51f69987c8 2026-06-15 20:22:19.969 16 INFO neutron.plugins.ml2.plugin [None req-b4dc127b-654b-4211-a46a-149ce66ad5fe - - - - - -] Attempt 1 to provision port 38143af0-958e-4d1f-946b-f807f36aa6d8 2026-06-15 20:22:20.099 16 INFO neutron.plugins.ml2.plugin [None req-b4dc127b-654b-4211-a46a-149ce66ad5fe - - - - - -] Attempt 1 to provision port 897db9aa-2da1-45b9-871a-a650f3ce2561 2026-06-15 20:22:20.524 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 8a4862fc-1a1c-4281-9de6-c75fc705f2ce 2026-06-15 20:22:20.707 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 0ec42c88-603a-418b-9faf-18233b764f46 2026-06-15 20:22:20.899 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port ef307553-0d1f-4478-b028-ee51f69987c8 2026-06-15 20:22:21.092 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 38143af0-958e-4d1f-946b-f807f36aa6d8 2026-06-15 20:22:22.450 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 0ec42c88-603a-418b-9faf-18233b764f46 2026-06-15 20:22:23.177 16 INFO neutron.plugins.ml2.plugin [None req-c95417bd-d2cb-43c4-b9c2-3cc871e4d4fc - - - - - -] Attempt 1 to provision port 8a4862fc-1a1c-4281-9de6-c75fc705f2ce 2026-06-15 20:22:23.265 16 INFO neutron.plugins.ml2.plugin [None req-c95417bd-d2cb-43c4-b9c2-3cc871e4d4fc - - - - - -] Attempt 1 to provision port ef307553-0d1f-4478-b028-ee51f69987c8 2026-06-15 20:22:23.379 16 INFO neutron.plugins.ml2.plugin [None req-c95417bd-d2cb-43c4-b9c2-3cc871e4d4fc - - - - - -] Attempt 1 to provision port 38143af0-958e-4d1f-946b-f807f36aa6d8 2026-06-15 20:22:25.381 13 INFO neutron.plugins.ml2.plugin [None req-e0bf72a6-f246-4b3b-8c8b-f7aae5747a99 - - - - - -] Attempt 1 to provision port 38143af0-958e-4d1f-946b-f807f36aa6d8 2026-06-15 20:22:25.424 13 INFO neutron.plugins.ml2.plugin [None req-e0bf72a6-f246-4b3b-8c8b-f7aae5747a99 - - - - - -] Attempt 1 to provision port 3d1ac768-1577-4684-a4cf-11308c68b5f1 2026-06-15 20:22:26.827 13 INFO neutron.plugins.ml2.plugin [None req-1757e4f6-4ad3-481c-8b89-2dc8b793a6c5 - - - - - -] Attempt 1 to provision port 8a4862fc-1a1c-4281-9de6-c75fc705f2ce 2026-06-15 20:22:32.501 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 14bc3202-126c-4e3a-bf7d-048b6b5901ad 2026-06-15 20:22:32.670 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-58ef2d40-3948-4f4e-9299-adebaad3758c'] response: {'server_uuid': '4cbfe594-f3d1-414b-8aa5-f8200d1270f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '14bc3202-126c-4e3a-bf7d-048b6b5901ad', 'code': 200} 2026-06-15 20:22:34.513 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 14bc3202-126c-4e3a-bf7d-048b6b5901ad 2026-06-15 20:23:01.067 13 INFO neutron.plugins.ml2.plugin [None req-6fb91a76-93b8-49eb-99a4-4738f56d2fac - - - - - -] Attempt 1 to provision port baca4579-5c2a-4400-9a8f-4dbc524a9727 2026-06-15 20:23:23.050 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port e535f6d3-815b-4aa1-b23f-886f91e32576 2026-06-15 20:23:23.159 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b2a293-5c0a-4125-81f5-4370f27e8f75'] response: {'server_uuid': 'b8fc03fc-7853-42c4-8564-c42eef57ac68', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e535f6d3-815b-4aa1-b23f-886f91e32576', 'code': 200} 2026-06-15 20:23:24.494 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port e535f6d3-815b-4aa1-b23f-886f91e32576 2026-06-15 20:24:04.044 16 INFO neutron.plugins.ml2.plugin [None req-36c4dfdf-4cfa-45e6-87f9-9a11d1922eb5 - - - - - -] Attempt 1 to provision port b3959f30-fc73-48c8-ade5-025329be20ea 2026-06-15 20:24:10.522 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b3959f30-fc73-48c8-ade5-025329be20ea 2026-06-15 20:24:10.616 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6033d56-66a1-4acc-b6da-0ecfe568002e'] response: {'server_uuid': 'b8fc03fc-7853-42c4-8564-c42eef57ac68', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3959f30-fc73-48c8-ade5-025329be20ea', 'code': 200} 2026-06-15 20:24:12.523 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b3959f30-fc73-48c8-ade5-025329be20ea 2026-06-15 20:24:15.068 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port b3959f30-fc73-48c8-ade5-025329be20ea 2026-06-15 20:24:35.364 16 INFO neutron.plugins.ml2.plugin [None req-2857b7db-8a93-442f-8c0f-899b5a39c7d2 - - - - - -] Attempt 1 to provision port 68a732b0-65f7-4fc9-8192-670f0335b1bc 2026-06-15 20:24:44.086 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 68a732b0-65f7-4fc9-8192-670f0335b1bc 2026-06-15 20:24:44.192 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe581488-f544-42ae-aa0a-e8f422fd6d1d'] response: {'server_uuid': 'b8fc03fc-7853-42c4-8564-c42eef57ac68', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '68a732b0-65f7-4fc9-8192-670f0335b1bc', 'code': 200} 2026-06-15 20:24:44.694 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 68a732b0-65f7-4fc9-8192-670f0335b1bc 2026-06-15 20:24:56.794 13 INFO neutron.plugins.ml2.plugin [None req-5416cb8a-83ac-4e80-ac8c-6c2f03f5f6ea - - - - - -] Attempt 1 to provision port 563dabe7-f3d2-4a4a-b5ab-ef795307085c 2026-06-15 20:25:02.735 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 563dabe7-f3d2-4a4a-b5ab-ef795307085c 2026-06-15 20:25:02.827 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c43300a-143c-42aa-a925-4bb952a83c73'] response: {'server_uuid': 'b8fc03fc-7853-42c4-8564-c42eef57ac68', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '563dabe7-f3d2-4a4a-b5ab-ef795307085c', 'code': 200} 2026-06-15 20:25:04.730 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 563dabe7-f3d2-4a4a-b5ab-ef795307085c 2026-06-15 20:25:07.053 16 INFO neutron.plugins.ml2.plugin [None req-2b361a9f-a121-4336-a990-96e21c5c8066 - - - - - -] Attempt 1 to provision port 68a732b0-65f7-4fc9-8192-670f0335b1bc 2026-06-15 20:25:20.461 16 INFO neutron.plugins.ml2.plugin [None req-7846b08a-1d4e-4e1f-8453-2f7e2e0bd720 - - - - - -] Attempt 1 to provision port 563dabe7-f3d2-4a4a-b5ab-ef795307085c 2026-06-15 20:25:20.822 13 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 563dabe7-f3d2-4a4a-b5ab-ef795307085c 2026-06-15 20:25:21.924 13 INFO neutron.plugins.ml2.plugin [None req-6fda16c4-e89b-4221-b0dd-76acb08356c9 - - - - - -] Attempt 1 to provision port 563dabe7-f3d2-4a4a-b5ab-ef795307085c 2026-06-15 20:25:30.653 13 INFO neutron.plugins.ml2.plugin [None req-4e9a1d49-92e4-43a0-8a14-133fbc6828ac - - - - - -] Attempt 1 to provision port 68a732b0-65f7-4fc9-8192-670f0335b1bc 2026-06-15 20:25:30.722 16 INFO neutron.plugins.ml2.plugin [None req-9d7c6a4b-e698-4504-96da-b6b035af426f - - - - - -] Attempt 1 to provision port 68a732b0-65f7-4fc9-8192-670f0335b1bc 2026-06-15 20:25:58.888 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8844a4db-e593-453a-9e86-1ccacabf24c2'] response: {'server_uuid': 'b8fc03fc-7853-42c4-8564-c42eef57ac68', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e535f6d3-815b-4aa1-b23f-886f91e32576', 'code': 200} 2026-06-15 20:26:14.888 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8e69bbd-6ce9-4e3e-b5fc-a14185442eaf'] response: {'server_uuid': '90485b1a-b217-49e4-bb63-d5f10800ff6c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3d1ac768-1577-4684-a4cf-11308c68b5f1', 'code': 200}