+ 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-07-15 15:12:54.651 1 INFO neutron.common.config [-] Logging enabled! 2026-07-15 15:12:54.651 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-07-15 15:12:54.652 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-15 15:12:54.652 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-15 15:12:56.192 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-15 15:12:56.194 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-15 15:12:56.197 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-15 15:12:56.198 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-15 15:12:56.198 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-15 15:12:56.198 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-15 15:12:56.198 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:56.204 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:56.204 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:56.204 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-15 15:12:56.223 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-15 15:12:56.223 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-15 15:12:56.224 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-15 15:12:56.243 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-15 15:12:56.243 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-15 15:12:56.244 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-15 15:12:56.244 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-15 15:12:56.539 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing driver for type 'vlan' 2026-07-15 15:12:56.725 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] VlanTypeDriver initialization complete 2026-07-15 15:12:56.725 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing driver for type 'vxlan' 2026-07-15 15:12:56.726 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-15 15:12:56.782 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-15 15:12:56.783 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-15 15:12:56.783 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing extension driver 'port_security' 2026-07-15 15:12:56.783 1 INFO neutron.plugins.ml2.extensions.port_security [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-15 15:12:56.783 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing extension driver 'qos' 2026-07-15 15:12:56.783 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-15 15:12:56.783 1 INFO neutron.plugins.ml2.managers [None req-4118ec3f-e20f-4a2f-ba8a-9d08b5a0477e - - - - - -] Initializing mechanism driver 'l2population' 2026-07-15 15:12:56.800 1 INFO neutron.quota [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded quota_driver: . 2026-07-15 15:12:56.801 1 INFO neutron.plugins.ml2.plugin [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Modular L2 Plugin initialization complete 2026-07-15 15:12:56.801 1 INFO neutron.plugins.ml2.managers [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-15 15:12:56.801 1 INFO neutron.plugins.ml2.managers [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-15 15:12:56.801 1 INFO neutron.plugins.ml2.managers [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-15 15:12:56.801 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: qos 2026-07-15 15:12:56.813 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: router 2026-07-15 15:12:56.849 1 INFO neutron.services.service_base [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-15 15:12:56.849 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: segments 2026-07-15 15:12:56.915 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: trunk 2026-07-15 15:12:56.929 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: vpnaas 2026-07-15 15:12:56.963 1 WARNING stevedore.named [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:57.039 1 INFO neutron_vpnaas.services.vpn.plugin [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-15 15:12:57.039 1 INFO neutron.common.utils [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-15 15:12:57.039 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: taas 2026-07-15 15:12:57.062 1 WARNING stevedore.named [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:57.062 1 WARNING stevedore.named [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-15 15:12:57.088 1 INFO neutron_taas.services.taas.taas_plugin [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-15 15:12:57.089 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: tapmirror 2026-07-15 15:12:57.100 1 WARNING stevedore.named [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:57.101 1 WARNING stevedore.named [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-15 15:12:57.120 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-15 15:12:57.120 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: auto_allocate 2026-07-15 15:12:57.128 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: tag 2026-07-15 15:12:57.135 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: timestamp 2026-07-15 15:12:57.138 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: network_ip_availability 2026-07-15 15:12:57.142 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: flavors 2026-07-15 15:12:57.145 1 INFO neutron.manager [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loading Plugin: revisions 2026-07-15 15:12:57.148 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Initializing extension manager. 2026-07-15 15:12:57.149 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: address-group 2026-07-15 15:12:57.150 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: address-scope 2026-07-15 15:12:57.150 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-15 15:12:57.151 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: agent 2026-07-15 15:12:57.151 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: agent-resources-synced 2026-07-15 15:12:57.152 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-15 15:12:57.153 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-15 15:12:57.154 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: availability_zone 2026-07-15 15:12:57.154 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: availability_zone_filter 2026-07-15 15:12:57.155 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-15 15:12:57.155 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: default-subnetpools 2026-07-15 15:12:57.156 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-15 15:12:57.157 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: dns-integration 2026-07-15 15:12:57.157 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: dns-domain-ports 2026-07-15 15:12:57.157 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-15 15:12:57.158 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: dvr 2026-07-15 15:12:57.158 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-15 15:12:57.159 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: empty-string-filtering 2026-07-15 15:12:57.159 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-15 15:12:57.160 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-15 15:12:57.160 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: external-net 2026-07-15 15:12:57.161 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-15 15:12:57.161 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: extraroute 2026-07-15 15:12:57.161 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: extraroute-atomic 2026-07-15 15:12:57.162 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-15 15:12:57.162 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-15 15:12:57.163 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-15 15:12:57.163 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-15 15:12:57.164 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: fip-port-details 2026-07-15 15:12:57.164 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: flavors 2026-07-15 15:12:57.167 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-15 15:12:57.170 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: floatingip-pools 2026-07-15 15:12:57.173 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: ip_allocation 2026-07-15 15:12:57.174 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-15 15:12:57.174 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: l2_adjacency 2026-07-15 15:12:57.175 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: router 2026-07-15 15:12:57.179 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-15 15:12:57.180 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-15 15:12:57.180 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-15 15:12:57.181 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: ext-gw-mode 2026-07-15 15:12:57.182 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: l3-ha 2026-07-15 15:12:57.182 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-15 15:12:57.183 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-15 15:12:57.184 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: l3-flavors 2026-07-15 15:12:57.185 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-15 15:12:57.186 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-15 15:12:57.189 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-15 15:12:57.191 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-15 15:12:57.192 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-15 15:12:57.193 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-15 15:12:57.194 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-15 15:12:57.195 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: multi-provider 2026-07-15 15:12:57.196 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: net-mtu 2026-07-15 15:12:57.197 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: net-mtu-writable 2026-07-15 15:12:57.197 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: network_availability_zone 2026-07-15 15:12:57.198 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: network_ha 2026-07-15 15:12:57.198 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: network-ip-availability 2026-07-15 15:12:57.199 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-15 15:12:57.199 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: pagination 2026-07-15 15:12:57.200 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-device-profile 2026-07-15 15:12:57.201 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-15 15:12:57.202 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-15 15:12:57.202 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-15 15:12:57.202 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-mac-override 2026-07-15 15:12:57.203 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-15 15:12:57.203 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-15 15:12:57.204 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-15 15:12:57.204 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-resource-request 2026-07-15 15:12:57.205 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-15 15:12:57.205 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-15 15:12:57.206 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: binding 2026-07-15 15:12:57.207 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: binding-extended 2026-07-15 15:12:57.207 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-security 2026-07-15 15:12:57.208 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: project-id 2026-07-15 15:12:57.208 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: provider 2026-07-15 15:12:57.209 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-15 15:12:57.211 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos 2026-07-15 15:12:57.212 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-15 15:12:57.212 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-15 15:12:57.212 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-default 2026-07-15 15:12:57.213 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-fip 2026-07-15 15:12:57.213 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-15 15:12:57.214 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-15 15:12:57.214 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-15 15:12:57.215 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-15 15:12:57.215 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-15 15:12:57.216 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-pps 2026-07-15 15:12:57.216 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-15 15:12:57.216 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-15 15:12:57.217 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: qos-rules-alias 2026-07-15 15:12:57.217 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: quota-check-limit 2026-07-15 15:12:57.218 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: quota-check-limit-default 2026-07-15 15:12:57.220 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: quotas 2026-07-15 15:12:57.224 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: quota_details 2026-07-15 15:12:57.225 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: rbac-policies 2026-07-15 15:12:57.226 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: rbac-address-group 2026-07-15 15:12:57.227 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: rbac-address-scope 2026-07-15 15:12:57.227 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: rbac-security-groups 2026-07-15 15:12:57.228 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-15 15:12:57.229 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: revision-if-match 2026-07-15 15:12:57.230 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-15 15:12:57.230 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: router_availability_zone 2026-07-15 15:12:57.231 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-15 15:12:57.233 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-15 15:12:57.233 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-15 15:12:57.234 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-15 15:12:57.234 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-15 15:12:57.234 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-15 15:12:57.235 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-15 15:12:57.241 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: security-group 2026-07-15 15:12:57.242 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: segment 2026-07-15 15:12:57.242 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-15 15:12:57.243 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: service-type 2026-07-15 15:12:57.244 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: sorting 2026-07-15 15:12:57.244 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: standard-attr-segment 2026-07-15 15:12:57.245 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: standard-attr-description 2026-07-15 15:12:57.245 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: stateful-security-group 2026-07-15 15:12:57.246 1 WARNING neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-15 15:12:57.247 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-15 15:12:57.247 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: subnet-external-network 2026-07-15 15:12:57.248 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: subnet_onboard 2026-07-15 15:12:57.248 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-15 15:12:57.249 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: subnet-service-types 2026-07-15 15:12:57.249 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: subnet_allocation 2026-07-15 15:12:57.250 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-15 15:12:57.251 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: tag-creation 2026-07-15 15:12:57.251 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-15 15:12:57.255 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: standard-attr-tag 2026-07-15 15:12:57.256 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-15 15:12:57.256 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: trunk 2026-07-15 15:12:57.257 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: trunk-details 2026-07-15 15:12:57.257 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-15 15:12:57.258 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-15 15:12:57.258 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-15 15:12:57.259 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-15 15:12:57.260 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-15 15:12:57.261 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-15 15:12:57.262 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: vpn-flavors 2026-07-15 15:12:57.263 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: vpnaas 2026-07-15 15:12:57.264 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: taas 2026-07-15 15:12:57.265 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: tap-mirror 2026-07-15 15:12:57.265 1 INFO neutron.api.extensions [None req-94482c69-5969-4007-ad9f-1e21e8d26b9f - - - - - -] Loaded extension: taas-vlan-filter 2026-07-15 15:13:27.371 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-15 15:13:27.440 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-15 15:13:27.442 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-15 15:13:42.882 13 INFO neutron.db.l3_hamode_db [None req-e57ebd42-4497-45de-bd0d-565076fa247c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:14:03.635 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7a1029b8-03d2-420f-8735-de78491e77ef 2026-07-15 15:14:05.342 16 INFO neutron.plugins.ml2.plugin [None req-eaaabdbe-cdd4-4c5c-8d23-6c859b5928c5 - - - - - -] Attempt 1 to provision port 7a1029b8-03d2-420f-8735-de78491e77ef 2026-07-15 15:14:05.514 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7a1029b8-03d2-420f-8735-de78491e77ef 2026-07-15 15:14:07.055 16 INFO neutron.plugins.ml2.plugin [None req-a8c2c493-9159-42f5-99cd-fb7aa554fe04 - - - - - -] Attempt 1 to provision port 7a1029b8-03d2-420f-8735-de78491e77ef 2026-07-15 15:18:55.468 13 INFO neutron.plugins.ml2.plugin [None req-a3ea7af8-bb13-4203-b9d2-5cd4d74dd147 - - - - - -] Attempt 1 to provision port c9fc5b67-5752-492c-a114-162c246e6daf 2026-07-15 15:18:55.635 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c9fc5b67-5752-492c-a114-162c246e6daf 2026-07-15 15:18:57.113 13 INFO neutron.plugins.ml2.plugin [None req-835f37a8-3bcf-4677-b99e-be010f13c80f - - - - - -] Attempt 1 to provision port c9fc5b67-5752-492c-a114-162c246e6daf 2026-07-15 15:18:57.607 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c9fc5b67-5752-492c-a114-162c246e6daf 2026-07-15 15:19:03.055 16 INFO neutron.plugins.ml2.plugin [None req-e36930a4-c081-4d02-87a7-698167322762 - - - - - -] Attempt 1 to provision port 028579d8-9d21-4642-9965-eea32deff683 2026-07-15 15:22:48.275 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 028579d8-9d21-4642-9965-eea32deff683 2026-07-15 15:22:49.731 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 028579d8-9d21-4642-9965-eea32deff683 2026-07-15 15:31:41.904 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 539dd49c-da4f-4dd5-9360-02715f8ff5b9 2026-07-15 15:31:43.870 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 539dd49c-da4f-4dd5-9360-02715f8ff5b9 2026-07-15 15:41:18.436 13 INFO neutron.plugins.ml2.plugin [None req-a2e8ba8e-b207-4ace-b1f1-c1170404c700 - - - - - -] Attempt 1 to provision port 7a1029b8-03d2-420f-8735-de78491e77ef 2026-07-15 15:41:18.489 13 INFO neutron.plugins.ml2.plugin [None req-a2e8ba8e-b207-4ace-b1f1-c1170404c700 - - - - - -] Attempt 1 to provision port c9fc5b67-5752-492c-a114-162c246e6daf 2026-07-15 15:41:18.538 13 INFO neutron.plugins.ml2.plugin [None req-a2e8ba8e-b207-4ace-b1f1-c1170404c700 - - - - - -] Attempt 1 to provision port 028579d8-9d21-4642-9965-eea32deff683 2026-07-15 15:50:08.234 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 2da9b6b4-9a31-4c9d-bd2f-58200d4fdb4f 2026-07-15 15:50:08.949 16 INFO neutron.plugins.ml2.plugin [None req-0633070a-d58b-4424-ad9e-db2aaabe0d65 - - - - - -] Attempt 1 to provision port 2da9b6b4-9a31-4c9d-bd2f-58200d4fdb4f 2026-07-15 15:50:10.259 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 2da9b6b4-9a31-4c9d-bd2f-58200d4fdb4f 2026-07-15 15:50:12.342 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 46f18263-8fd6-4d4e-b050-2302be0bc0b5 2026-07-15 15:50:14.248 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 46f18263-8fd6-4d4e-b050-2302be0bc0b5 2026-07-15 15:50:18.446 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9357d3b7-c52d-4c77-b648-158722b10ab9 2026-07-15 15:50:18.862 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 3262f3b2-2caa-43bc-aca8-3b77c5941a7a 2026-07-15 15:50:20.293 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9357d3b7-c52d-4c77-b648-158722b10ab9 2026-07-15 15:50:20.727 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 3262f3b2-2caa-43bc-aca8-3b77c5941a7a 2026-07-15 15:50:22.290 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 94431767-0288-4f43-a449-923132ffb49e 2026-07-15 15:50:22.762 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 730b10b7-e085-4f93-ad5b-1c432358c297 2026-07-15 15:50:26.078 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 94431767-0288-4f43-a449-923132ffb49e 2026-07-15 15:50:26.356 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port a23f0a1f-bae3-4962-8a1b-3b442a6929e0 2026-07-15 15:50:26.783 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 295aaaed-7234-4a16-b4ea-d2542b34f8df 2026-07-15 15:50:26.941 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-54568d79-b1a2-4426-abf9-522976f746a4'] response: {'server_uuid': '6ab520db-d237-4925-9170-1fdeea75527a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a23f0a1f-bae3-4962-8a1b-3b442a6929e0', 'code': 200} 2026-07-15 15:50:27.398 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 730b10b7-e085-4f93-ad5b-1c432358c297 2026-07-15 15:50:29.047 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-af6c2e2b-237b-4912-bd98-0c24a59d1974'] response: {'server_uuid': '1260f6b0-702a-4e2b-9ced-fc8c28ab7f84', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '295aaaed-7234-4a16-b4ea-d2542b34f8df', 'code': 200} 2026-07-15 15:50:29.194 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port a23f0a1f-bae3-4962-8a1b-3b442a6929e0 2026-07-15 15:50:29.501 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 295aaaed-7234-4a16-b4ea-d2542b34f8df 2026-07-15 15:50:29.894 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 98b84fcc-74f3-46aa-875f-e351580a9c34 2026-07-15 15:50:31.082 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 98b84fcc-74f3-46aa-875f-e351580a9c34 2026-07-15 15:50:33.150 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b40f0acc-6791-48cb-a7fb-778e5cd8dcbc 2026-07-15 15:50:35.607 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b40f0acc-6791-48cb-a7fb-778e5cd8dcbc 2026-07-15 15:50:35.880 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 23fce33a-f2bc-4f9b-bc91-8be2939128c9 2026-07-15 15:50:36.001 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d5f50d6-b2eb-431c-a2da-bbbfc567e868'] response: {'server_uuid': 'b43b7608-4e71-4547-a907-b4333dc3afe5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '23fce33a-f2bc-4f9b-bc91-8be2939128c9', 'code': 200} 2026-07-15 15:50:37.572 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 23fce33a-f2bc-4f9b-bc91-8be2939128c9 2026-07-15 15:50:40.377 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:50:40.501 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-70ec9301-c1cf-4ccb-9083-84351b50ad48'] response: {'server_uuid': 'f9122822-0606-4f7d-9266-53b63a37214f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5', 'code': 200} 2026-07-15 15:50:41.789 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:50:45.854 13 INFO neutron.plugins.ml2.plugin [None req-3707d654-c4d2-41d1-9ea0-6e9e70cf5a55 - - - - - -] Attempt 1 to provision port 23fce33a-f2bc-4f9b-bc91-8be2939128c9 2026-07-15 15:50:45.998 13 INFO neutron.plugins.ml2.plugin [None req-3707d654-c4d2-41d1-9ea0-6e9e70cf5a55 - - - - - -] Attempt 1 to provision port 730b10b7-e085-4f93-ad5b-1c432358c297 2026-07-15 15:50:46.193 13 INFO neutron.plugins.ml2.plugin [None req-3707d654-c4d2-41d1-9ea0-6e9e70cf5a55 - - - - - -] Attempt 1 to provision port 37c3eecb-1544-4ecb-8b92-0a23633501f4 2026-07-15 15:50:46.744 13 INFO neutron.plugins.ml2.plugin [None req-3707d654-c4d2-41d1-9ea0-6e9e70cf5a55 - - - - - -] Attempt 1 to provision port 5718b5c4-f011-4dd6-8bba-32f381435aa8 2026-07-15 15:50:46.816 13 INFO neutron.plugins.ml2.plugin [None req-3707d654-c4d2-41d1-9ea0-6e9e70cf5a55 - - - - - -] Attempt 1 to provision port e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:50:46.927 13 INFO neutron.plugins.ml2.plugin [None req-3707d654-c4d2-41d1-9ea0-6e9e70cf5a55 - - - - - -] Attempt 1 to provision port b40f0acc-6791-48cb-a7fb-778e5cd8dcbc 2026-07-15 15:50:51.341 16 INFO neutron.plugins.ml2.plugin [None req-6841888c-34e9-4730-a2ae-13fbb0ae317d - - - - - -] Attempt 1 to provision port 53023e35-6647-4d9e-9cb7-b2a42235ee33 2026-07-15 15:50:59.428 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 37c3eecb-1544-4ecb-8b92-0a23633501f4 2026-07-15 15:51:01.421 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 53023e35-6647-4d9e-9cb7-b2a42235ee33 2026-07-15 15:51:01.802 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 37c3eecb-1544-4ecb-8b92-0a23633501f4 2026-07-15 15:51:03.529 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 53023e35-6647-4d9e-9cb7-b2a42235ee33 2026-07-15 15:51:05.468 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 0dd45bed-4011-45de-8532-27e4a66c8e7f 2026-07-15 15:51:05.797 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5718b5c4-f011-4dd6-8bba-32f381435aa8 2026-07-15 15:51:07.699 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 0dd45bed-4011-45de-8532-27e4a66c8e7f 2026-07-15 15:51:07.865 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5718b5c4-f011-4dd6-8bba-32f381435aa8 2026-07-15 15:51:12.711 16 INFO neutron.plugins.ml2.plugin [None req-56ced7e4-a490-4a26-b29b-28850d725207 - - - - - -] Attempt 1 to provision port 23fce33a-f2bc-4f9b-bc91-8be2939128c9 2026-07-15 15:51:14.206 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-80b472fd-2c79-4aae-b7ea-11899eb2d36f'] response: {'server_uuid': 'f9122822-0606-4f7d-9266-53b63a37214f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5', 'code': 200} 2026-07-15 15:51:16.403 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:51:16.596 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-aee0615d-b30c-4615-b77b-f85296b05605'] response: {'server_uuid': 'f9122822-0606-4f7d-9266-53b63a37214f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5', 'code': 200} 2026-07-15 15:51:17.542 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:51:27.679 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 07da02d6-03dd-40f2-b536-69dd3d50b7fa 2026-07-15 15:51:33.725 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9f469575-68a8-466a-8c42-85b32b4ca5c1 2026-07-15 15:51:34.116 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 594a6127-e981-4ee6-8717-a0c07c6674d6 2026-07-15 15:51:35.830 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9f469575-68a8-466a-8c42-85b32b4ca5c1 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server [None req-accf7eab-c796-481f-bf2a-6f8e038cf479 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 777c729f-51ac-4b33-89d5-f6bec2c9bd8e: This subnet is being modified by another concurrent operation. 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1572, in create_port_db 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server raise exception 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 777c729f-51ac-4b33-89d5-f6bec2c9bd8e: This subnet is being modified by another concurrent operation. 2026-07-15 15:51:40.921 13 ERROR oslo_messaging.rpc.server 2026-07-15 15:51:41.644 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c7a66529-1f86-478c-8066-181b7c4231b4 2026-07-15 15:51:43.624 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c7a66529-1f86-478c-8066-181b7c4231b4 2026-07-15 15:51:45.583 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7f4122ab-0642-4e3f-b306-d6dfcd2f84bc 2026-07-15 15:51:47.610 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7f4122ab-0642-4e3f-b306-d6dfcd2f84bc 2026-07-15 15:51:51.598 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c734cc12-77cb-46f3-86c7-d6f43a54e5e9 2026-07-15 15:51:51.965 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 4ab7450a-4142-43c4-aa06-a427092f1a3d 2026-07-15 15:51:52.044 16 INFO neutron.plugins.ml2.plugin [None req-1852ab9a-1077-4d7a-b6e3-6dcf9e424b99 - - - - - -] Attempt 1 to provision port 4ab7450a-4142-43c4-aa06-a427092f1a3d 2026-07-15 15:51:52.102 16 INFO neutron.plugins.ml2.plugin [None req-1852ab9a-1077-4d7a-b6e3-6dcf9e424b99 - - - - - -] Attempt 1 to provision port 5b4814f6-93e1-4896-ae12-b6fab51d0146 2026-07-15 15:51:52.131 16 INFO neutron.plugins.ml2.plugin [None req-1852ab9a-1077-4d7a-b6e3-6dcf9e424b99 - - - - - -] Attempt 1 to provision port 7f4122ab-0642-4e3f-b306-d6dfcd2f84bc 2026-07-15 15:51:54.006 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c734cc12-77cb-46f3-86c7-d6f43a54e5e9 2026-07-15 15:51:54.188 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 4ab7450a-4142-43c4-aa06-a427092f1a3d 2026-07-15 15:51:55.800 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 1a714091-416a-4605-a396-7b8a38980162 2026-07-15 15:51:58.749 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 1a714091-416a-4605-a396-7b8a38980162 2026-07-15 15:51:59.229 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port fd3d6380-7146-4299-ad7d-89a7cfdbf97c 2026-07-15 15:51:59.405 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-64975145-2b7b-435f-8a6f-2bb6c1607ca9'] response: {'server_uuid': '5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fd3d6380-7146-4299-ad7d-89a7cfdbf97c', 'code': 200} 2026-07-15 15:51:59.868 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9a2d6fee-a7e0-411a-b286-bac650673f5d 2026-07-15 15:52:01.475 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab9bb45a-34ff-4b99-bdff-07add51132fa'] response: {'server_uuid': '830800e1-980e-46e6-9e88-0c51e8edad05', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a2d6fee-a7e0-411a-b286-bac650673f5d', 'code': 200} 2026-07-15 15:52:01.514 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e4e2de80-f7e8-4f4b-bfb0-672c8db4caa0 2026-07-15 15:52:01.920 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port fd3d6380-7146-4299-ad7d-89a7cfdbf97c 2026-07-15 15:52:02.208 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5b4814f6-93e1-4896-ae12-b6fab51d0146 2026-07-15 15:52:02.482 16 INFO neutron.plugins.ml2.plugin [None req-ec33328a-5b89-4471-b517-352237a0596d - - - - - -] Attempt 1 to provision port 1a714091-416a-4605-a396-7b8a38980162 2026-07-15 15:52:02.676 16 INFO neutron.plugins.ml2.plugin [None req-ec33328a-5b89-4471-b517-352237a0596d - - - - - -] Attempt 1 to provision port c734cc12-77cb-46f3-86c7-d6f43a54e5e9 2026-07-15 15:52:02.694 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9a2d6fee-a7e0-411a-b286-bac650673f5d 2026-07-15 15:52:02.800 16 INFO neutron.plugins.ml2.plugin [None req-ec33328a-5b89-4471-b517-352237a0596d - - - - - -] Attempt 1 to provision port e4e2de80-f7e8-4f4b-bfb0-672c8db4caa0 2026-07-15 15:52:02.925 16 INFO neutron.plugins.ml2.plugin [None req-ec33328a-5b89-4471-b517-352237a0596d - - - - - -] Attempt 1 to provision port 5b4814f6-93e1-4896-ae12-b6fab51d0146 2026-07-15 15:52:03.058 16 INFO neutron.plugins.ml2.plugin [None req-ec33328a-5b89-4471-b517-352237a0596d - - - - - -] Attempt 1 to provision port 9a2d6fee-a7e0-411a-b286-bac650673f5d 2026-07-15 15:52:03.753 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5b4814f6-93e1-4896-ae12-b6fab51d0146 2026-07-15 15:52:04.252 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e4e2de80-f7e8-4f4b-bfb0-672c8db4caa0 2026-07-15 15:52:06.020 13 INFO neutron.plugins.ml2.plugin [None req-3e3d58ce-aa22-4aeb-a56a-26b7ab7a82ed - - - - - -] Attempt 1 to provision port c734cc12-77cb-46f3-86c7-d6f43a54e5e9 2026-07-15 15:52:06.108 13 INFO neutron.plugins.ml2.plugin [None req-3e3d58ce-aa22-4aeb-a56a-26b7ab7a82ed - - - - - -] Attempt 1 to provision port fd3d6380-7146-4299-ad7d-89a7cfdbf97c 2026-07-15 15:52:19.639 13 INFO neutron.plugins.ml2.plugin [None req-8e2c500c-ea1a-485f-ad39-5b63fb159add - - - - - -] Attempt 1 to provision port 9d88bb1e-0243-4a78-93ee-52db9f879bea 2026-07-15 15:52:21.771 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 69990a3b-122c-4b09-9501-24607113848d 2026-07-15 15:52:23.731 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 3fe0359c-50ed-49b7-beed-8914f437aee5 2026-07-15 15:52:24.289 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 69990a3b-122c-4b09-9501-24607113848d 2026-07-15 15:52:25.704 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 3fe0359c-50ed-49b7-beed-8914f437aee5 2026-07-15 15:52:26.004 13 INFO neutron.plugins.ml2.plugin [None req-49f96f47-b441-43d2-9306-c737e189839d - - - - - -] Attempt 1 to provision port d6f3f5ae-5045-4e6c-b34a-f8dac5a3e710 2026-07-15 15:52:26.039 13 INFO neutron.plugins.ml2.plugin [None req-49f96f47-b441-43d2-9306-c737e189839d - - - - - -] Attempt 1 to provision port c027db27-bb06-407f-af22-89dee6a70490 2026-07-15 15:52:26.067 13 INFO neutron.plugins.ml2.plugin [None req-49f96f47-b441-43d2-9306-c737e189839d - - - - - -] Attempt 1 to provision port 69990a3b-122c-4b09-9501-24607113848d 2026-07-15 15:52:27.837 16 INFO neutron.plugins.ml2.plugin [None req-92b8fcfd-8ffa-4b88-8d71-0dd52b3b1522 - - - - - -] Attempt 1 to provision port c027db27-bb06-407f-af22-89dee6a70490 2026-07-15 15:52:29.196 16 INFO neutron.plugins.ml2.plugin [None req-4abc90fb-2f9e-4d86-8b6a-59539b257049 - - - - - -] Attempt 1 to provision port c027db27-bb06-407f-af22-89dee6a70490 2026-07-15 15:52:38.237 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 56685600-c1ea-4ff3-8fad-de0920dd51b2 2026-07-15 15:52:38.387 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b37cb62f-5f05-469e-a184-3eb3c21ebec6'] response: {'server_uuid': '639bbc2e-4d41-41bb-b197-f0806f714119', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '56685600-c1ea-4ff3-8fad-de0920dd51b2', 'code': 200} 2026-07-15 15:52:39.718 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 56685600-c1ea-4ff3-8fad-de0920dd51b2 2026-07-15 15:52:42.205 16 INFO neutron.plugins.ml2.plugin [None req-5012a371-98a9-428c-ba73-14dfcf7f131d - - - - - -] Attempt 1 to provision port f8cef23e-2887-474b-acf1-0df532eba192 2026-07-15 15:52:42.480 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port f8cef23e-2887-474b-acf1-0df532eba192 2026-07-15 15:52:42.949 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 963060ca-5836-4b83-b7ad-e878b412b1d9 2026-07-15 15:52:43.085 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d124d7d2-7075-4c8f-bed9-c99553a24586'] response: {'server_uuid': 'd0af4de4-06db-4b81-a004-d17814be62ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '963060ca-5836-4b83-b7ad-e878b412b1d9', 'code': 200} 2026-07-15 15:52:43.398 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c027db27-bb06-407f-af22-89dee6a70490 2026-07-15 15:52:43.786 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port d6f3f5ae-5045-4e6c-b34a-f8dac5a3e710 2026-07-15 15:52:44.971 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port d6f3f5ae-5045-4e6c-b34a-f8dac5a3e710 2026-07-15 15:52:45.173 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c027db27-bb06-407f-af22-89dee6a70490 2026-07-15 15:52:45.409 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 963060ca-5836-4b83-b7ad-e878b412b1d9 2026-07-15 15:52:56.643 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port cc44cd66-0d86-4013-af7c-e1a13238f81d 2026-07-15 15:52:57.737 13 INFO neutron.plugins.ml2.plugin [None req-48b0132c-1549-40aa-ae30-76faa714d989 - - - - - -] Attempt 1 to provision port cc44cd66-0d86-4013-af7c-e1a13238f81d 2026-07-15 15:52:58.668 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port cc44cd66-0d86-4013-af7c-e1a13238f81d 2026-07-15 15:53:00.625 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 52a7706c-bc3c-40e8-8c01-f6e4777cd3dc 2026-07-15 15:53:02.564 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 52a7706c-bc3c-40e8-8c01-f6e4777cd3dc 2026-07-15 15:53:03.488 16 INFO neutron.plugins.ml2.plugin [None req-92216719-4619-498e-929d-65dbc24c40fc - - - - - -] Attempt 1 to provision port cc44cd66-0d86-4013-af7c-e1a13238f81d 2026-07-15 15:53:03.544 16 INFO neutron.plugins.ml2.plugin [None req-92216719-4619-498e-929d-65dbc24c40fc - - - - - -] Attempt 1 to provision port 54d9fa63-fe02-4116-beb2-dc2ebff78527 2026-07-15 15:53:03.571 16 INFO neutron.plugins.ml2.plugin [None req-92216719-4619-498e-929d-65dbc24c40fc - - - - - -] Attempt 1 to provision port b8694733-f40a-487f-9dce-92a206d37d73 2026-07-15 15:53:07.211 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0870569a-d4da-43a8-bd76-8a1503fae02d'] response: {'server_uuid': 'd0af4de4-06db-4b81-a004-d17814be62ad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '963060ca-5836-4b83-b7ad-e878b412b1d9', 'code': 200} 2026-07-15 15:53:13.694 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9e190ec4-5289-470d-a938-bd9c7de8ee76 2026-07-15 15:53:13.801 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f934b85-1344-4723-8efa-4c95de2fad16'] response: {'server_uuid': 'd21e1eeb-b86d-41da-b339-d646b1aedc96', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9e190ec4-5289-470d-a938-bd9c7de8ee76', 'code': 200} 2026-07-15 15:53:15.162 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 9e190ec4-5289-470d-a938-bd9c7de8ee76 2026-07-15 15:53:17.098 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b8694733-f40a-487f-9dce-92a206d37d73 2026-07-15 15:53:17.443 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 54d9fa63-fe02-4116-beb2-dc2ebff78527 2026-07-15 15:53:19.032 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b8694733-f40a-487f-9dce-92a206d37d73 2026-07-15 15:53:19.260 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 54d9fa63-fe02-4116-beb2-dc2ebff78527 2026-07-15 15:53:21.274 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c091e7d2-ad3a-4814-b859-7857088f8e37 2026-07-15 15:53:22.725 16 INFO neutron.plugins.ml2.plugin [None req-3f0c1b52-b19b-4a6b-8b48-23ef05c79b9a - - - - - -] Attempt 1 to provision port c091e7d2-ad3a-4814-b859-7857088f8e37 2026-07-15 15:53:23.274 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port c091e7d2-ad3a-4814-b859-7857088f8e37 2026-07-15 15:53:25.336 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port d4e01419-d90b-4b19-95f1-f68e00daca12 2026-07-15 15:54:19.058 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 370e931b-91f0-429e-90bf-9fb58c2afde3 2026-07-15 15:54:20.080 16 INFO neutron.plugins.ml2.plugin [None req-b4c61968-005e-4772-9d7b-ea54582a16a7 - - - - - -] Attempt 1 to provision port 370e931b-91f0-429e-90bf-9fb58c2afde3 2026-07-15 15:54:21.102 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 370e931b-91f0-429e-90bf-9fb58c2afde3 2026-07-15 15:54:23.079 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 61b3a6d8-b2da-41b7-968a-5bdeec23075b 2026-07-15 15:54:23.597 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e4519ea3-7031-4a7c-a082-731d967789ff 2026-07-15 15:54:25.154 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 4006479e-24d9-44e5-94eb-6c50114590d0 2026-07-15 15:54:25.545 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 61b3a6d8-b2da-41b7-968a-5bdeec23075b 2026-07-15 15:54:25.928 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e4519ea3-7031-4a7c-a082-731d967789ff 2026-07-15 15:54:27.203 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 4006479e-24d9-44e5-94eb-6c50114590d0 2026-07-15 15:54:29.256 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port ba6da763-02f6-49bc-8d3c-4a926cf5ba94 2026-07-15 15:54:29.687 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port df562768-1fc3-46ee-a229-7669df5dd4a2 2026-07-15 15:54:31.124 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port ba6da763-02f6-49bc-8d3c-4a926cf5ba94 2026-07-15 15:54:31.349 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port df562768-1fc3-46ee-a229-7669df5dd4a2 2026-07-15 15:54:33.236 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7c7e0b10-536f-415d-b46c-ae0d5e564ec0 2026-07-15 15:54:35.068 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7c7e0b10-536f-415d-b46c-ae0d5e564ec0 2026-07-15 15:54:38.691 13 INFO neutron.plugins.ml2.plugin [None req-08ec984e-7010-4329-9fc7-831fa65ddc20 - - - - - -] Attempt 1 to provision port 5b03d0aa-866c-46d0-a466-fada699aa792 2026-07-15 15:54:38.717 13 INFO neutron.plugins.ml2.plugin [None req-08ec984e-7010-4329-9fc7-831fa65ddc20 - - - - - -] Attempt 1 to provision port 7c7e0b10-536f-415d-b46c-ae0d5e564ec0 2026-07-15 15:54:38.768 13 INFO neutron.plugins.ml2.plugin [None req-08ec984e-7010-4329-9fc7-831fa65ddc20 - - - - - -] Attempt 1 to provision port df562768-1fc3-46ee-a229-7669df5dd4a2 2026-07-15 15:54:38.812 13 INFO neutron.plugins.ml2.plugin [None req-08ec984e-7010-4329-9fc7-831fa65ddc20 - - - - - -] Attempt 1 to provision port 5ba53241-63af-481f-9894-8ab2d495b635 2026-07-15 15:54:38.854 13 INFO neutron.plugins.ml2.plugin [None req-08ec984e-7010-4329-9fc7-831fa65ddc20 - - - - - -] Attempt 1 to provision port e59699bd-8082-4850-9908-9d56d77ab595 2026-07-15 15:54:38.876 13 INFO neutron.plugins.ml2.plugin [None req-08ec984e-7010-4329-9fc7-831fa65ddc20 - - - - - -] Attempt 1 to provision port e4519ea3-7031-4a7c-a082-731d967789ff 2026-07-15 15:54:41.648 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e46b1f22-2c37-4df7-810a-7f0eb1a84c8f 2026-07-15 15:54:41.764 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2914441-9ae0-4bfd-8146-d7114a79b920'] response: {'server_uuid': 'b20c8cd6-3f99-4bd7-bca0-20409c9fef84', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e46b1f22-2c37-4df7-810a-7f0eb1a84c8f', 'code': 200} 2026-07-15 15:54:42.056 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 6ce04e32-0b0e-441e-8119-f24d3852f2e5 2026-07-15 15:54:44.222 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e46b1f22-2c37-4df7-810a-7f0eb1a84c8f 2026-07-15 15:54:44.427 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 6ce04e32-0b0e-441e-8119-f24d3852f2e5 2026-07-15 15:54:44.660 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b831d54d-2b64-491b-9860-70d88e382472 2026-07-15 15:54:44.765 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9cdf565-f210-4b26-b515-4b5a216599fb'] response: {'server_uuid': 'b2b75740-8e2d-48a6-ae89-52190fdb5252', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b831d54d-2b64-491b-9860-70d88e382472', 'code': 200} 2026-07-15 15:54:45.387 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b831d54d-2b64-491b-9860-70d88e382472 2026-07-15 15:54:47.375 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port fa4e26d8-5d97-4a02-b81c-54e491505eb9 2026-07-15 15:54:47.957 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7360cc4a-7096-4517-889f-5655911c2e9b 2026-07-15 15:54:49.412 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5b03d0aa-866c-46d0-a466-fada699aa792 2026-07-15 15:54:49.764 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port fa4e26d8-5d97-4a02-b81c-54e491505eb9 2026-07-15 15:54:49.919 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7360cc4a-7096-4517-889f-5655911c2e9b 2026-07-15 15:54:50.106 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 19eb4406-cfde-41c0-a96b-70f69a95f024 2026-07-15 15:54:51.285 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port df562768-1fc3-46ee-a229-7669df5dd4a2 2026-07-15 15:54:51.349 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port 5ba53241-63af-481f-9894-8ab2d495b635 2026-07-15 15:54:51.484 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port 7360cc4a-7096-4517-889f-5655911c2e9b 2026-07-15 15:54:51.485 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b1aca1a0-9b5b-4023-90f5-78a3e4deec38 2026-07-15 15:54:51.553 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port 370e931b-91f0-429e-90bf-9fb58c2afde3 2026-07-15 15:54:51.622 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port b831d54d-2b64-491b-9860-70d88e382472 2026-07-15 15:54:51.693 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port e46b1f22-2c37-4df7-810a-7f0eb1a84c8f 2026-07-15 15:54:51.754 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port 6ce04e32-0b0e-441e-8119-f24d3852f2e5 2026-07-15 15:54:51.799 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port e59699bd-8082-4850-9908-9d56d77ab595 2026-07-15 15:54:51.825 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5ba53241-63af-481f-9894-8ab2d495b635 2026-07-15 15:54:51.906 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port fa4e26d8-5d97-4a02-b81c-54e491505eb9 2026-07-15 15:54:51.947 16 INFO neutron.plugins.ml2.plugin [None req-4d9cf9e8-be37-4cfa-b407-9854296fe8ee - - - - - -] Attempt 1 to provision port 7b8168ec-8292-4a00-b4e6-beaabb140edc 2026-07-15 15:54:52.022 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e59699bd-8082-4850-9908-9d56d77ab595 2026-07-15 15:54:52.220 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7b8168ec-8292-4a00-b4e6-beaabb140edc 2026-07-15 15:54:52.447 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5b03d0aa-866c-46d0-a466-fada699aa792 2026-07-15 15:54:52.668 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 19eb4406-cfde-41c0-a96b-70f69a95f024 2026-07-15 15:54:53.388 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port b1aca1a0-9b5b-4023-90f5-78a3e4deec38 2026-07-15 15:54:53.563 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 5ba53241-63af-481f-9894-8ab2d495b635 2026-07-15 15:54:53.786 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port e59699bd-8082-4850-9908-9d56d77ab595 2026-07-15 15:54:53.980 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7b8168ec-8292-4a00-b4e6-beaabb140edc 2026-07-15 15:54:59.380 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 2026-07-15 15:54:59.485 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-73220af4-a956-4e3f-8229-75c476677420'] response: {'server_uuid': 'c7e9460a-c494-4f6e-9559-861d5002df2e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b2fe703-8d7c-4bcb-88e5-63f00022d9b8', 'code': 200} 2026-07-15 15:54:59.761 13 INFO neutron.plugins.ml2.plugin [None req-8068d1fe-8a78-46f5-a7d1-4d6e0cfc11f3 - - - - - -] Attempt 1 to provision port b831d54d-2b64-491b-9860-70d88e382472 2026-07-15 15:54:59.832 13 INFO neutron.plugins.ml2.plugin [None req-8068d1fe-8a78-46f5-a7d1-4d6e0cfc11f3 - - - - - -] Attempt 1 to provision port e46b1f22-2c37-4df7-810a-7f0eb1a84c8f 2026-07-15 15:54:59.895 13 INFO neutron.plugins.ml2.plugin [None req-8068d1fe-8a78-46f5-a7d1-4d6e0cfc11f3 - - - - - -] Attempt 1 to provision port 5ba53241-63af-481f-9894-8ab2d495b635 2026-07-15 15:54:59.948 13 INFO neutron.plugins.ml2.plugin [None req-8068d1fe-8a78-46f5-a7d1-4d6e0cfc11f3 - - - - - -] Attempt 1 to provision port 19eb4406-cfde-41c0-a96b-70f69a95f024 2026-07-15 15:54:59.999 13 INFO neutron.plugins.ml2.plugin [None req-8068d1fe-8a78-46f5-a7d1-4d6e0cfc11f3 - - - - - -] Attempt 1 to provision port e59699bd-8082-4850-9908-9d56d77ab595 2026-07-15 15:55:00.090 13 INFO neutron.plugins.ml2.plugin [None req-8068d1fe-8a78-46f5-a7d1-4d6e0cfc11f3 - - - - - -] Attempt 1 to provision port 7b8168ec-8292-4a00-b4e6-beaabb140edc 2026-07-15 15:55:01.375 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 2026-07-15 15:55:04.836 16 INFO neutron.plugins.ml2.plugin [None req-08900d92-9c40-474f-a65b-5648b160f304 - - - - - -] Attempt 1 to provision port 5b03d0aa-866c-46d0-a466-fada699aa792 2026-07-15 15:55:04.892 16 INFO neutron.plugins.ml2.plugin [None req-08900d92-9c40-474f-a65b-5648b160f304 - - - - - -] Attempt 1 to provision port b1aca1a0-9b5b-4023-90f5-78a3e4deec38 2026-07-15 15:55:04.951 16 INFO neutron.plugins.ml2.plugin [None req-08900d92-9c40-474f-a65b-5648b160f304 - - - - - -] Attempt 1 to provision port 7b8168ec-8292-4a00-b4e6-beaabb140edc 2026-07-15 15:55:06.814 13 INFO neutron.plugins.ml2.plugin [None req-9b0c9048-ef4e-4fc5-b52e-abdca0ab4c6a - - - - - -] Attempt 1 to provision port 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 2026-07-15 15:55:32.359 16 INFO neutron.plugins.ml2.plugin [None req-2553eaf0-7cf5-4ecb-a3bc-dfc30874c098 - - - - - -] Attempt 1 to provision port edb27801-dbb2-47c1-915a-a3e5a9f19849 2026-07-15 15:55:55.940 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 1eecbf5f-8859-4db7-93df-487da0590d26 2026-07-15 15:55:56.073 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-208d590b-ebad-41d7-aacb-103cb322e569'] response: {'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1eecbf5f-8859-4db7-93df-487da0590d26', 'code': 200} 2026-07-15 15:55:57.419 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 1eecbf5f-8859-4db7-93df-487da0590d26 2026-07-15 15:56:40.675 13 INFO neutron.plugins.ml2.plugin [None req-5ed3e258-b41b-4399-8e5a-113cfb80cbf2 - - - - - -] Attempt 1 to provision port ca592b45-15db-4101-95f7-482c47795081 2026-07-15 15:56:45.420 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port ca592b45-15db-4101-95f7-482c47795081 2026-07-15 15:56:45.585 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d44e3bc-0199-4215-a272-a175561efcfd'] response: {'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ca592b45-15db-4101-95f7-482c47795081', 'code': 200} 2026-07-15 15:56:47.391 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port ca592b45-15db-4101-95f7-482c47795081 2026-07-15 15:56:49.929 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port ca592b45-15db-4101-95f7-482c47795081 2026-07-15 15:57:19.102 13 INFO neutron.plugins.ml2.plugin [None req-8ef992a2-a0cc-4f4a-90c8-0c43557d1e9f - - - - - -] Attempt 1 to provision port 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:57:26.969 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:57:27.155 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-72c058b6-a31d-4eab-9a0d-d7ab190ae17a'] response: {'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '41161857-a006-4ce4-9b35-f1d79dce3243', 'code': 200} 2026-07-15 15:57:27.611 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:57:39.677 16 INFO neutron.plugins.ml2.plugin [None req-b1cff048-a2e5-4a70-a180-6acd0b8aed45 - - - - - -] Attempt 1 to provision port 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:57:45.652 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:57:45.789 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7973ccc-3269-485c-b60e-329d0b9ab8c2'] response: {'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '77360906-d976-459c-8d7b-7d48da271103', 'code': 200} 2026-07-15 15:57:47.608 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:57:50.029 13 INFO neutron.plugins.ml2.plugin [None req-856e3361-d7b8-483d-a98e-814f178dd3a1 - - - - - -] Attempt 1 to provision port 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:58:05.518 13 INFO neutron.plugins.ml2.plugin [None req-a9f888aa-0557-457b-9810-e41b820f2f2e - - - - - -] Attempt 1 to provision port 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:58:05.693 16 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:58:06.980 16 INFO neutron.plugins.ml2.plugin [None req-e810bdf4-3915-43fe-aeba-1b93dfa7f304 - - - - - -] Attempt 1 to provision port 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:58:19.020 16 INFO neutron.plugins.ml2.plugin [None req-f4973986-af6c-4995-94ff-2c89fcc58e63 - - - - - -] Attempt 1 to provision port 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:58:19.627 13 INFO neutron.plugins.ml2.plugin [None req-a469ad8f-c7a3-4d8c-8ae1-4bb00dc9cb78 - - - - - -] Attempt 1 to provision port 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:58:51.800 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1d0c3b9-ab11-4ac4-8ea7-a5085bd0ee85'] response: {'server_uuid': 'c7e9460a-c494-4f6e-9559-861d5002df2e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7b2fe703-8d7c-4bcb-88e5-63f00022d9b8', 'code': 200}