+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-24 00:26:40.057 1 INFO neutron.common.config [-] Logging enabled! 2026-07-24 00:26:40.057 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5 2026-07-24 00:26:40.058 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-24 00:26:40.058 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-24 00:26:41.180 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-24 00:26:41.183 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-24 00:26:41.186 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-24 00:26:41.187 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-24 00:26:41.187 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-24 00:26:41.187 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-24 00:26:41.188 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 00:26:41.194 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 00:26:41.194 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-24 00:26:41.195 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-24 00:26:41.213 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-24 00:26:41.214 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-24 00:26:41.215 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-24 00:26:41.250 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-24 00:26:41.250 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-24 00:26:41.250 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-24 00:26:41.250 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-24 00:26:41.557 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing driver for type 'vlan' 2026-07-24 00:26:41.688 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] VlanTypeDriver initialization complete 2026-07-24 00:26:41.689 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing driver for type 'vxlan' 2026-07-24 00:26:41.689 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-24 00:26:41.728 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-24 00:26:41.728 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-24 00:26:41.729 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing extension driver 'port_security' 2026-07-24 00:26:41.729 1 INFO neutron.plugins.ml2.extensions.port_security [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-24 00:26:41.729 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing extension driver 'qos' 2026-07-24 00:26:41.729 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-24 00:26:41.729 1 INFO neutron.plugins.ml2.managers [None req-68028752-6482-42e1-b2ed-39f5d7d75684 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-24 00:26:41.742 1 INFO neutron.quota [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded quota_driver: . 2026-07-24 00:26:41.743 1 INFO neutron.plugins.ml2.plugin [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Modular L2 Plugin initialization complete 2026-07-24 00:26:41.743 1 INFO neutron.plugins.ml2.managers [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-24 00:26:41.743 1 INFO neutron.plugins.ml2.managers [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-24 00:26:41.743 1 INFO neutron.plugins.ml2.managers [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-24 00:26:41.743 1 INFO neutron.extensions.vlantransparent [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Disabled vlantransparent extension. 2026-07-24 00:26:41.744 1 INFO neutron.extensions.qinq [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Disabled VLAN QinQ extension. 2026-07-24 00:26:41.744 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: qos 2026-07-24 00:26:41.755 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: router 2026-07-24 00:26:41.790 1 INFO neutron.services.service_base [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-24 00:26:41.790 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: segments 2026-07-24 00:26:41.854 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: trunk 2026-07-24 00:26:41.867 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: vpnaas 2026-07-24 00:26:41.898 1 WARNING stevedore.named [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-24 00:26:41.898 1 WARNING stevedore.named [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 00:26:42.228 1 INFO neutron_vpnaas.services.vpn.plugin [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-24 00:26:42.229 1 INFO neutron.common.utils [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-24 00:26:42.229 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: taas 2026-07-24 00:26:42.248 1 WARNING stevedore.named [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 00:26:42.272 1 INFO neutron_taas.services.taas.taas_plugin [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-24 00:26:42.273 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: tapmirror 2026-07-24 00:26:42.282 1 WARNING stevedore.named [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-24 00:26:42.302 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-24 00:26:42.303 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: auto_allocate 2026-07-24 00:26:42.309 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: tag 2026-07-24 00:26:42.317 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: timestamp 2026-07-24 00:26:42.319 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: network_ip_availability 2026-07-24 00:26:42.322 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: flavors 2026-07-24 00:26:42.325 1 INFO neutron.manager [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loading Plugin: revisions 2026-07-24 00:26:42.328 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Initializing extension manager. 2026-07-24 00:26:42.329 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: address-group 2026-07-24 00:26:42.330 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: address-scope 2026-07-24 00:26:42.330 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-24 00:26:42.331 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: agent 2026-07-24 00:26:42.332 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: agent-resources-synced 2026-07-24 00:26:42.333 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-24 00:26:42.333 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-24 00:26:42.334 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: availability_zone 2026-07-24 00:26:42.334 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: availability_zone_filter 2026-07-24 00:26:42.335 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-24 00:26:42.335 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: default-subnetpools 2026-07-24 00:26:42.336 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-24 00:26:42.337 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: dns-integration 2026-07-24 00:26:42.337 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: dns-domain-ports 2026-07-24 00:26:42.338 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-24 00:26:42.338 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: dvr 2026-07-24 00:26:42.339 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-24 00:26:42.339 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: empty-string-filtering 2026-07-24 00:26:42.340 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-24 00:26:42.340 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-24 00:26:42.340 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: external-net 2026-07-24 00:26:42.341 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-24 00:26:42.341 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: extraroute 2026-07-24 00:26:42.342 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: extraroute-atomic 2026-07-24 00:26:42.342 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-24 00:26:42.343 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-24 00:26:42.343 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-24 00:26:42.344 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-24 00:26:42.344 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: fip-port-details 2026-07-24 00:26:42.347 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: flavors 2026-07-24 00:26:42.348 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-24 00:26:42.349 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: floatingip-pools 2026-07-24 00:26:42.349 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: ip_allocation 2026-07-24 00:26:42.350 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-24 00:26:42.350 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: l2_adjacency 2026-07-24 00:26:42.351 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: router 2026-07-24 00:26:42.352 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-24 00:26:42.353 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-24 00:26:42.353 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-24 00:26:42.354 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: ext-gw-mode 2026-07-24 00:26:42.354 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: l3-ha 2026-07-24 00:26:42.355 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-24 00:26:42.355 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-24 00:26:42.356 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: l3-flavors 2026-07-24 00:26:42.356 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-24 00:26:42.357 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-24 00:26:42.359 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-24 00:26:42.360 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-24 00:26:42.360 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-24 00:26:42.361 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-24 00:26:42.362 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-24 00:26:42.362 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: multi-provider 2026-07-24 00:26:42.363 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: net-mtu 2026-07-24 00:26:42.363 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: net-mtu-writable 2026-07-24 00:26:42.364 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: network_availability_zone 2026-07-24 00:26:42.364 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: network_ha 2026-07-24 00:26:42.365 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: network-ip-availability 2026-07-24 00:26:42.365 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-24 00:26:42.366 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: pagination 2026-07-24 00:26:42.366 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-device-profile 2026-07-24 00:26:42.367 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-24 00:26:42.367 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-24 00:26:42.368 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-24 00:26:42.368 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-mac-override 2026-07-24 00:26:42.368 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-24 00:26:42.369 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-24 00:26:42.369 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-24 00:26:42.370 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-resource-request 2026-07-24 00:26:42.370 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-24 00:26:42.371 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-24 00:26:42.371 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: binding 2026-07-24 00:26:42.372 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: binding-extended 2026-07-24 00:26:42.372 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-security 2026-07-24 00:26:42.372 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: project-id 2026-07-24 00:26:42.373 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: provider 2026-07-24 00:26:42.373 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-24 00:26:42.375 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos 2026-07-24 00:26:42.376 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-24 00:26:42.376 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-24 00:26:42.377 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-default 2026-07-24 00:26:42.377 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-fip 2026-07-24 00:26:42.378 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-24 00:26:42.378 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-24 00:26:42.379 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-24 00:26:42.379 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-24 00:26:42.380 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-24 00:26:42.380 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-pps 2026-07-24 00:26:42.381 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-24 00:26:42.381 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-24 00:26:42.382 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: qos-rules-alias 2026-07-24 00:26:42.382 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: quota-check-limit 2026-07-24 00:26:42.383 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-24 00:26:42.384 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: quotas 2026-07-24 00:26:42.387 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: quota_details 2026-07-24 00:26:42.388 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: rbac-policies 2026-07-24 00:26:42.388 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: rbac-address-group 2026-07-24 00:26:42.389 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: rbac-address-scope 2026-07-24 00:26:42.389 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: rbac-security-groups 2026-07-24 00:26:42.390 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-24 00:26:42.390 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: revision-if-match 2026-07-24 00:26:42.391 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-24 00:26:42.391 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: router_availability_zone 2026-07-24 00:26:42.392 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-24 00:26:42.393 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-24 00:26:42.393 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-24 00:26:42.394 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-24 00:26:42.394 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-24 00:26:42.395 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-24 00:26:42.395 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-24 00:26:42.399 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: security-group 2026-07-24 00:26:42.400 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: segment 2026-07-24 00:26:42.400 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-24 00:26:42.401 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: service-type 2026-07-24 00:26:42.401 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: sorting 2026-07-24 00:26:42.402 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: standard-attr-segment 2026-07-24 00:26:42.402 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: standard-attr-description 2026-07-24 00:26:42.403 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: stateful-security-group 2026-07-24 00:26:42.403 1 WARNING neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-24 00:26:42.404 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-24 00:26:42.404 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: subnet-external-network 2026-07-24 00:26:42.405 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: subnet_onboard 2026-07-24 00:26:42.405 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-24 00:26:42.405 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: subnet-service-types 2026-07-24 00:26:42.406 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: subnet_allocation 2026-07-24 00:26:42.407 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-24 00:26:42.407 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: tag-creation 2026-07-24 00:26:42.407 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-24 00:26:42.411 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: standard-attr-tag 2026-07-24 00:26:42.411 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-24 00:26:42.412 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: trunk 2026-07-24 00:26:42.412 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: trunk-details 2026-07-24 00:26:42.413 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-24 00:26:42.414 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-24 00:26:42.415 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-24 00:26:42.415 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-24 00:26:42.417 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-24 00:26:42.417 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-24 00:26:42.418 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: vpn-flavors 2026-07-24 00:26:42.421 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: vpnaas 2026-07-24 00:26:42.422 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: taas 2026-07-24 00:26:42.423 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: tap-mirror 2026-07-24 00:26:42.423 1 INFO neutron.api.extensions [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-24 00:26:42.431 1 INFO oslo_service.backend.eventlet.service [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Starting 2 workers 2026-07-24 00:26:42.438 1 INFO oslo_service.backend.eventlet.service [None req-446a4543-0351-4ec5-aa42-15af6681f5d2 - - - - - -] Starting 1 workers 2026-07-24 00:27:21.308 11 INFO neutron.db.l3_hamode_db [None req-7336aa57-f646-4342-a051-a9f2e5c0d2a6 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-24 00:27:35.902 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 1724908c-f40f-4cdc-abbe-0448a4ff8e99 2026-07-24 00:27:36.678 12 INFO neutron.plugins.ml2.plugin [None req-1bab5c42-9f5e-4cb5-bde6-2a459ae04d84 - - - - - -] Attempt 1 to provision port 1724908c-f40f-4cdc-abbe-0448a4ff8e99 2026-07-24 00:27:37.831 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 1724908c-f40f-4cdc-abbe-0448a4ff8e99 2026-07-24 00:27:38.411 12 INFO neutron.plugins.ml2.plugin [None req-f63494ec-7cea-4385-abf8-ab2baf246247 - - - - - -] Attempt 1 to provision port 1724908c-f40f-4cdc-abbe-0448a4ff8e99 2026-07-24 00:32:07.823 11 INFO neutron.plugins.ml2.plugin [None req-9e8fd0df-e9ac-451a-b960-6cfb13699d59 - - - - - -] Attempt 1 to provision port da912035-1170-4621-b59e-5f9e5260bcfd 2026-07-24 00:32:08.059 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port da912035-1170-4621-b59e-5f9e5260bcfd 2026-07-24 00:32:09.529 11 INFO neutron.plugins.ml2.plugin [None req-25722a31-46a7-4ede-92e6-8a728e50c486 - - - - - -] Attempt 1 to provision port da912035-1170-4621-b59e-5f9e5260bcfd 2026-07-24 00:32:10.035 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port da912035-1170-4621-b59e-5f9e5260bcfd 2026-07-24 00:32:15.117 12 INFO neutron.plugins.ml2.plugin [None req-4feeb8cf-76e6-4255-9cc2-42efbcacf680 - - - - - -] Attempt 1 to provision port cee4b0ce-bbff-4e08-94dc-3f9e6bd07a25 2026-07-24 00:35:56.841 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port cee4b0ce-bbff-4e08-94dc-3f9e6bd07a25 2026-07-24 00:35:58.272 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port cee4b0ce-bbff-4e08-94dc-3f9e6bd07a25 2026-07-24 00:44:34.637 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7637a988-6eaa-4354-ae3d-d1e6758aaf06 2026-07-24 00:44:36.688 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7637a988-6eaa-4354-ae3d-d1e6758aaf06 2026-07-24 01:01:27.322 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port f4ed1bbe-d649-4ad2-8fc5-d47f40581ebf 2026-07-24 01:01:29.218 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port f4ed1bbe-d649-4ad2-8fc5-d47f40581ebf 2026-07-24 01:01:30.812 12 INFO neutron.plugins.ml2.plugin [None req-dae5341f-bdd4-4905-80ad-414d677a1d66 - - - - - -] Attempt 1 to provision port f4ed1bbe-d649-4ad2-8fc5-d47f40581ebf 2026-07-24 01:01:30.876 12 INFO neutron.plugins.ml2.plugin [None req-dae5341f-bdd4-4905-80ad-414d677a1d66 - - - - - -] Attempt 1 to provision port beab707e-2bd1-4e50-b180-6f34617be81a 2026-07-24 01:01:31.231 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port beab707e-2bd1-4e50-b180-6f34617be81a 2026-07-24 01:01:35.511 11 INFO neutron.plugins.ml2.plugin [None req-d982cb78-03f0-4e05-ada9-395c7bbf7de0 - - - - - -] Attempt 1 to provision port 7a503d7a-3af8-4dcc-b8c7-bd188e3fefee 2026-07-24 01:01:35.546 11 INFO neutron.plugins.ml2.plugin [None req-d982cb78-03f0-4e05-ada9-395c7bbf7de0 - - - - - -] Attempt 1 to provision port f4ed1bbe-d649-4ad2-8fc5-d47f40581ebf 2026-07-24 01:01:35.614 11 INFO neutron.plugins.ml2.plugin [None req-d982cb78-03f0-4e05-ada9-395c7bbf7de0 - - - - - -] Attempt 1 to provision port 9cff2aff-5ff7-4927-a8c6-bf6bf4d56222 2026-07-24 01:01:35.637 11 INFO neutron.plugins.ml2.plugin [None req-d982cb78-03f0-4e05-ada9-395c7bbf7de0 - - - - - -] Attempt 1 to provision port beab707e-2bd1-4e50-b180-6f34617be81a 2026-07-24 01:01:39.247 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 86046eac-311c-4062-9e52-488898a527b1 2026-07-24 01:01:41.317 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port a270d55b-5fbe-4e42-83d4-a841961924f5 2026-07-24 01:01:41.709 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port ec1cd8d2-e088-41bf-bab6-26785a435b39 2026-07-24 01:01:42.012 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 86046eac-311c-4062-9e52-488898a527b1 2026-07-24 01:01:42.142 11 INFO neutron.plugins.ml2.plugin [None req-e99c3e8b-263c-4844-87d3-2146c12fe882 - - - - - -] Attempt 1 to provision port 769800b5-d01f-4252-a5d8-957b83a9c349 2026-07-24 01:01:42.170 11 INFO neutron.plugins.ml2.plugin [None req-e99c3e8b-263c-4844-87d3-2146c12fe882 - - - - - -] Attempt 1 to provision port 9cff2aff-5ff7-4927-a8c6-bf6bf4d56222 2026-07-24 01:01:42.190 11 INFO neutron.plugins.ml2.plugin [None req-e99c3e8b-263c-4844-87d3-2146c12fe882 - - - - - -] Attempt 1 to provision port 86046eac-311c-4062-9e52-488898a527b1 2026-07-24 01:01:43.315 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port a270d55b-5fbe-4e42-83d4-a841961924f5 2026-07-24 01:01:43.577 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port ec1cd8d2-e088-41bf-bab6-26785a435b39 2026-07-24 01:01:43.834 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7cb1dd99-4e28-4946-97dd-60f211a3d402 2026-07-24 01:01:45.420 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7cb1dd99-4e28-4946-97dd-60f211a3d402 2026-07-24 01:01:45.626 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 500010a9-738b-4f5f-b2a9-9a8cfdb7180e 2026-07-24 01:01:48.020 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port cc1f72e7-cf0d-44a3-891d-9954c0c43f72 2026-07-24 01:01:48.686 11 INFO neutron.notifiers.nova [None req-0cb44d0c-fee3-4360-86bc-cfd1259e12cb - - - - - -] Nova event matching ['req-63194581-d540-4698-95e5-b26ad8c7a244'] response: {'server_uuid': '824e1c59-40bb-4992-8133-b7ea33c92083', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cc1f72e7-cf0d-44a3-891d-9954c0c43f72', 'code': 200} 2026-07-24 01:01:49.574 11 INFO neutron.plugins.ml2.plugin [None req-72b44054-d572-4e0e-9a77-cc9ff0ea32d0 - - - - - -] Attempt 1 to provision port 3fd2f4b0-a418-4ffa-84cf-b1abcdc1f224 2026-07-24 01:01:49.607 11 INFO neutron.plugins.ml2.plugin [None req-72b44054-d572-4e0e-9a77-cc9ff0ea32d0 - - - - - -] Attempt 1 to provision port 9cff2aff-5ff7-4927-a8c6-bf6bf4d56222 2026-07-24 01:01:49.636 11 INFO neutron.plugins.ml2.plugin [None req-72b44054-d572-4e0e-9a77-cc9ff0ea32d0 - - - - - -] Attempt 1 to provision port 86046eac-311c-4062-9e52-488898a527b1 2026-07-24 01:01:49.687 11 INFO neutron.plugins.ml2.plugin [None req-72b44054-d572-4e0e-9a77-cc9ff0ea32d0 - - - - - -] Attempt 1 to provision port 769800b5-d01f-4252-a5d8-957b83a9c349 2026-07-24 01:01:49.898 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port cc1f72e7-cf0d-44a3-891d-9954c0c43f72 2026-07-24 01:01:50.122 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 2b13a81b-1adb-4a78-989b-429e62a75d51 2026-07-24 01:01:50.615 12 INFO neutron.notifiers.nova [None req-db74f903-3135-4a67-9943-30c27fd015b8 - - - - - -] Nova event matching ['req-e7907265-3aa0-4d9d-b480-1171e26fabe6'] response: {'server_uuid': 'dca5b517-15f1-4059-8398-a87811275d87', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2b13a81b-1adb-4a78-989b-429e62a75d51', 'code': 200} 2026-07-24 01:01:51.796 11 INFO neutron.plugins.ml2.plugin [None req-dc99df05-9ec9-44b0-8c21-71c02e2e740b - - - - - -] Attempt 1 to provision port 2b13a81b-1adb-4a78-989b-429e62a75d51 2026-07-24 01:01:53.375 12 INFO neutron.plugins.ml2.plugin [None req-b4e5a21d-eda2-4883-87fc-757b7a04ecad - - - - - -] Attempt 1 to provision port cc1f72e7-cf0d-44a3-891d-9954c0c43f72 2026-07-24 01:01:53.434 12 INFO neutron.plugins.ml2.plugin [None req-b4e5a21d-eda2-4883-87fc-757b7a04ecad - - - - - -] Attempt 1 to provision port 769800b5-d01f-4252-a5d8-957b83a9c349 2026-07-24 01:01:53.722 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 37c8e1ad-ccc8-44ee-a0e2-5f585c67354a 2026-07-24 01:01:55.825 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 37c8e1ad-ccc8-44ee-a0e2-5f585c67354a 2026-07-24 01:01:57.731 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port b18cc6f0-409e-462b-8d4e-e2a6b65bceed 2026-07-24 01:01:59.345 12 INFO neutron.plugins.ml2.plugin [None req-a3b64ac6-60c2-4621-9150-d0e7dadac1d0 - - - - - -] Attempt 1 to provision port b18cc6f0-409e-462b-8d4e-e2a6b65bceed 2026-07-24 01:01:59.399 12 INFO neutron.plugins.ml2.plugin [None req-a3b64ac6-60c2-4621-9150-d0e7dadac1d0 - - - - - -] Attempt 1 to provision port 87281866-9933-464c-8a92-f55bfbe47955 2026-07-24 01:01:59.441 12 INFO neutron.plugins.ml2.plugin [None req-a3b64ac6-60c2-4621-9150-d0e7dadac1d0 - - - - - -] Attempt 1 to provision port 769800b5-d01f-4252-a5d8-957b83a9c349 2026-07-24 01:01:59.698 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port b18cc6f0-409e-462b-8d4e-e2a6b65bceed 2026-07-24 01:02:06.460 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 1d81740a-a945-49fc-8c81-921060183c7d 2026-07-24 01:02:06.645 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-2351f88d-4446-4ced-b596-c9aae2d0caed'] response: {'server_uuid': 'ce50bd85-3b58-4f44-819e-c40574c3ea4d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d81740a-a945-49fc-8c81-921060183c7d', 'code': 200} 2026-07-24 01:02:07.233 12 INFO neutron.plugins.ml2.plugin [None req-f6b88d1c-6072-4554-9c75-03d6a6fde98e - - - - - -] Attempt 1 to provision port b18cc6f0-409e-462b-8d4e-e2a6b65bceed 2026-07-24 01:02:07.298 12 INFO neutron.plugins.ml2.plugin [None req-f6b88d1c-6072-4554-9c75-03d6a6fde98e - - - - - -] Attempt 1 to provision port 1d81740a-a945-49fc-8c81-921060183c7d 2026-07-24 01:02:07.363 12 INFO neutron.plugins.ml2.plugin [None req-f6b88d1c-6072-4554-9c75-03d6a6fde98e - - - - - -] Attempt 1 to provision port 87281866-9933-464c-8a92-f55bfbe47955 2026-07-24 01:02:07.793 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 1d81740a-a945-49fc-8c81-921060183c7d 2026-07-24 01:02:11.274 12 INFO neutron.plugins.ml2.plugin [None req-7247a69e-8e63-4247-8d2c-abcfbea3a697 - - - - - -] Attempt 1 to provision port 87281866-9933-464c-8a92-f55bfbe47955 2026-07-24 01:02:11.844 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7a503d7a-3af8-4dcc-b8c7-bd188e3fefee 2026-07-24 01:02:12.105 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 9cff2aff-5ff7-4927-a8c6-bf6bf4d56222 2026-07-24 01:02:13.236 12 INFO neutron.plugins.ml2.plugin [None req-e1d6d597-7e8d-4312-bfa7-cfc3863df690 - - - - - -] Attempt 1 to provision port d4935c0a-3b4c-4a7c-afd4-0d2d410ab89b 2026-07-24 01:02:13.263 12 INFO neutron.plugins.ml2.plugin [None req-e1d6d597-7e8d-4312-bfa7-cfc3863df690 - - - - - -] Attempt 1 to provision port 87281866-9933-464c-8a92-f55bfbe47955 2026-07-24 01:02:13.717 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7a503d7a-3af8-4dcc-b8c7-bd188e3fefee 2026-07-24 01:02:13.863 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 9cff2aff-5ff7-4927-a8c6-bf6bf4d56222 2026-07-24 01:02:18.059 11 INFO neutron.plugins.ml2.plugin [None req-f68d2cff-a60b-494c-9a58-5f5a72813a8e - - - - - -] Attempt 1 to provision port cc1f72e7-cf0d-44a3-891d-9954c0c43f72 2026-07-24 01:02:22.101 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-12815526-08db-4e50-8016-636686af4b3d'] response: {'server_uuid': '824e1c59-40bb-4992-8133-b7ea33c92083', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cc1f72e7-cf0d-44a3-891d-9954c0c43f72', 'code': 200} 2026-07-24 01:02:27.987 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d85e06a7-5d2f-4102-982a-4afd49768d55 2026-07-24 01:02:28.350 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 916c6c5c-49ce-4069-a3ea-3ecb01bd8919 2026-07-24 01:02:28.615 12 INFO neutron.plugins.ml2.plugin [None req-f91b1719-b016-4659-95ec-f1104f178d5d - - - - - -] Attempt 1 to provision port 893b2796-161d-41e5-9999-16ba7204095a 2026-07-24 01:02:28.660 12 INFO neutron.plugins.ml2.plugin [None req-f91b1719-b016-4659-95ec-f1104f178d5d - - - - - -] Attempt 1 to provision port 916c6c5c-49ce-4069-a3ea-3ecb01bd8919 2026-07-24 01:02:29.999 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d85e06a7-5d2f-4102-982a-4afd49768d55 2026-07-24 01:02:30.272 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 916c6c5c-49ce-4069-a3ea-3ecb01bd8919 2026-07-24 01:02:31.980 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7c96c438-47b6-4c57-a900-8f8c7a7381ca 2026-07-24 01:02:32.320 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7d0f49ec-f4de-4fca-954f-dbe838db8a04 2026-07-24 01:02:33.785 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 7d0f49ec-f4de-4fca-954f-dbe838db8a04 2026-07-24 01:02:34.006 11 INFO neutron.plugins.ml2.plugin [None req-be4eb6b4-4d3e-4510-b048-0c8f639004db - - - - - -] Attempt 1 to provision port 7c96c438-47b6-4c57-a900-8f8c7a7381ca 2026-07-24 01:02:35.778 12 INFO neutron.plugins.ml2.plugin [None req-f9da355d-3920-4884-8ecc-11b0b991636b - - - - - -] Attempt 1 to provision port 893b2796-161d-41e5-9999-16ba7204095a 2026-07-24 01:02:35.808 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 0b88a1a3-ba53-4d65-b923-2894e92bae77 2026-07-24 01:02:35.813 12 INFO neutron.plugins.ml2.plugin [None req-f9da355d-3920-4884-8ecc-11b0b991636b - - - - - -] Attempt 1 to provision port 7c96c438-47b6-4c57-a900-8f8c7a7381ca 2026-07-24 01:02:35.892 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 3285bbb4-97e7-4505-be5e-f11278de581d 2026-07-24 01:02:35.920 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 916c6c5c-49ce-4069-a3ea-3ecb01bd8919 2026-07-24 01:02:35.986 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 53122d35-ad19-45ad-afb0-e38d9387f57f 2026-07-24 01:02:37.797 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port e4c0de9a-b562-4ba8-9814-ff66a833b260 2026-07-24 01:02:38.149 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 0b88a1a3-ba53-4d65-b923-2894e92bae77 2026-07-24 01:02:39.759 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port e4c0de9a-b562-4ba8-9814-ff66a833b260 2026-07-24 01:02:42.601 11 INFO neutron.plugins.ml2.plugin [None req-98fd0046-534d-4aaa-a2a6-bc6ebe9e1fe0 - - - - - -] Attempt 1 to provision port 7c96c438-47b6-4c57-a900-8f8c7a7381ca 2026-07-24 01:02:42.685 11 INFO neutron.plugins.ml2.plugin [None req-98fd0046-534d-4aaa-a2a6-bc6ebe9e1fe0 - - - - - -] Attempt 1 to provision port 3285bbb4-97e7-4505-be5e-f11278de581d 2026-07-24 01:02:42.713 11 INFO neutron.plugins.ml2.plugin [None req-98fd0046-534d-4aaa-a2a6-bc6ebe9e1fe0 - - - - - -] Attempt 1 to provision port 893b2796-161d-41e5-9999-16ba7204095a 2026-07-24 01:02:42.750 11 INFO neutron.plugins.ml2.plugin [None req-98fd0046-534d-4aaa-a2a6-bc6ebe9e1fe0 - - - - - -] Attempt 1 to provision port 3b515f4a-0c1f-4322-ab7c-bd8e7346235d 2026-07-24 01:02:42.778 11 INFO neutron.plugins.ml2.plugin [None req-98fd0046-534d-4aaa-a2a6-bc6ebe9e1fe0 - - - - - -] Attempt 1 to provision port 6968eb8f-9b38-435e-bcef-a3ce7acd4c37 2026-07-24 01:02:42.851 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 485b5f66-12a2-4b0d-9419-f3421f1ae4ec 2026-07-24 01:02:42.989 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-73466c9a-d8b7-4cd4-8bcb-da6ff73d6e94'] response: {'server_uuid': 'bde94ad0-673d-409b-95f0-98b872d667d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '485b5f66-12a2-4b0d-9419-f3421f1ae4ec', 'code': 200} 2026-07-24 01:02:42.995 11 INFO neutron.plugins.ml2.plugin [None req-98fd0046-534d-4aaa-a2a6-bc6ebe9e1fe0 - - - - - -] Attempt 1 to provision port 4eeaa904-064b-46be-bcc8-f86cd71b8fcf 2026-07-24 01:02:43.247 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 6968eb8f-9b38-435e-bcef-a3ce7acd4c37 2026-07-24 01:02:44.009 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 485b5f66-12a2-4b0d-9419-f3421f1ae4ec 2026-07-24 01:02:44.192 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 6968eb8f-9b38-435e-bcef-a3ce7acd4c37 2026-07-24 01:02:45.967 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 138a154b-5336-40a1-9000-00ec761dcd51 2026-07-24 01:02:48.063 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 138a154b-5336-40a1-9000-00ec761dcd51 2026-07-24 01:02:48.315 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 53122d35-ad19-45ad-afb0-e38d9387f57f 2026-07-24 01:02:49.895 11 INFO neutron.plugins.ml2.plugin [None req-1dcf6e8b-413d-4655-8403-09d1eb74aef7 - - - - - -] Attempt 1 to provision port 138a154b-5336-40a1-9000-00ec761dcd51 2026-07-24 01:02:49.952 11 INFO neutron.plugins.ml2.plugin [None req-1dcf6e8b-413d-4655-8403-09d1eb74aef7 - - - - - -] Attempt 1 to provision port 4468a0df-9b92-45bc-b0a4-fef3fa29947b 2026-07-24 01:02:49.973 11 INFO neutron.plugins.ml2.plugin [None req-1dcf6e8b-413d-4655-8403-09d1eb74aef7 - - - - - -] Attempt 1 to provision port 893b2796-161d-41e5-9999-16ba7204095a 2026-07-24 01:02:50.083 11 INFO neutron.plugins.ml2.plugin [None req-1dcf6e8b-413d-4655-8403-09d1eb74aef7 - - - - - -] Attempt 1 to provision port 3b515f4a-0c1f-4322-ab7c-bd8e7346235d 2026-07-24 01:02:50.111 11 INFO neutron.plugins.ml2.plugin [None req-1dcf6e8b-413d-4655-8403-09d1eb74aef7 - - - - - -] Attempt 1 to provision port 6968eb8f-9b38-435e-bcef-a3ce7acd4c37 2026-07-24 01:02:51.073 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 9b04092b-9927-4e0e-b7dc-5b9dd0ab128b 2026-07-24 01:02:51.194 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-74254270-b8cf-43df-94c7-0167c2fea7d5'] response: {'server_uuid': '5f7b4dd5-8dcd-4212-b929-7149aa2af81a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b04092b-9927-4e0e-b7dc-5b9dd0ab128b', 'code': 200} 2026-07-24 01:02:51.572 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 53122d35-ad19-45ad-afb0-e38d9387f57f 2026-07-24 01:02:51.721 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 893b2796-161d-41e5-9999-16ba7204095a 2026-07-24 01:02:52.793 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 9b04092b-9927-4e0e-b7dc-5b9dd0ab128b 2026-07-24 01:02:53.083 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 2e762b7e-9306-4e5e-b06f-bd9968e21d97 2026-07-24 01:02:53.487 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 893b2796-161d-41e5-9999-16ba7204095a 2026-07-24 01:02:55.023 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 2e762b7e-9306-4e5e-b06f-bd9968e21d97 2026-07-24 01:02:55.334 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 43977e37-2a28-4274-ba4d-f0deaa0cac58 2026-07-24 01:02:55.705 12 INFO neutron.plugins.ml2.plugin [None req-c8437d9e-5e9b-408e-8664-3eeba74580da - - - - - -] Attempt 1 to provision port 58ef33ec-8200-4e77-8733-8a0aa3e76e86 2026-07-24 01:02:55.754 12 INFO neutron.plugins.ml2.plugin [None req-c8437d9e-5e9b-408e-8664-3eeba74580da - - - - - -] Attempt 1 to provision port 138a154b-5336-40a1-9000-00ec761dcd51 2026-07-24 01:02:55.816 12 INFO neutron.plugins.ml2.plugin [None req-c8437d9e-5e9b-408e-8664-3eeba74580da - - - - - -] Attempt 1 to provision port 4468a0df-9b92-45bc-b0a4-fef3fa29947b 2026-07-24 01:02:55.838 12 INFO neutron.plugins.ml2.plugin [None req-c8437d9e-5e9b-408e-8664-3eeba74580da - - - - - -] Attempt 1 to provision port 43977e37-2a28-4274-ba4d-f0deaa0cac58 2026-07-24 01:02:57.532 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 96fcef2e-e5e8-42e6-a18b-332e7d744968 2026-07-24 01:02:57.684 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-725d4f26-d603-4c92-83cb-961b78a30280'] response: {'server_uuid': '1a98280b-0306-4001-82fb-247a9aaeee0f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '96fcef2e-e5e8-42e6-a18b-332e7d744968', 'code': 200} 2026-07-24 01:02:57.944 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 43977e37-2a28-4274-ba4d-f0deaa0cac58 2026-07-24 01:02:59.478 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 8f8bdb23-6b59-4cb3-8cbe-5efafdce45e5 2026-07-24 01:02:59.725 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 96fcef2e-e5e8-42e6-a18b-332e7d744968 2026-07-24 01:02:59.896 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 3285bbb4-97e7-4505-be5e-f11278de581d 2026-07-24 01:03:00.171 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 3b515f4a-0c1f-4322-ab7c-bd8e7346235d 2026-07-24 01:03:00.480 12 INFO neutron.plugins.ml2.plugin [None req-049315ac-83c1-4dbc-ba4e-531d283b2b9b - - - - - -] Attempt 1 to provision port 4eeaa904-064b-46be-bcc8-f86cd71b8fcf 2026-07-24 01:03:00.740 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 4468a0df-9b92-45bc-b0a4-fef3fa29947b 2026-07-24 01:03:00.996 11 INFO neutron.plugins.ml2.plugin [None req-fa7ef7cb-1a40-499f-b095-db0cd7bfe334 - - - - - -] Attempt 1 to provision port 60b3f11a-09f8-442d-a47a-77cf5c552874 2026-07-24 01:03:01.125 11 INFO neutron.plugins.ml2.plugin [None req-fa7ef7cb-1a40-499f-b095-db0cd7bfe334 - - - - - -] Attempt 1 to provision port 58ef33ec-8200-4e77-8733-8a0aa3e76e86 2026-07-24 01:03:01.147 11 INFO neutron.plugins.ml2.plugin [None req-fa7ef7cb-1a40-499f-b095-db0cd7bfe334 - - - - - -] Attempt 1 to provision port 43977e37-2a28-4274-ba4d-f0deaa0cac58 2026-07-24 01:03:01.198 11 INFO neutron.plugins.ml2.plugin [None req-fa7ef7cb-1a40-499f-b095-db0cd7bfe334 - - - - - -] Attempt 1 to provision port 3285bbb4-97e7-4505-be5e-f11278de581d 2026-07-24 01:03:01.592 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 8f8bdb23-6b59-4cb3-8cbe-5efafdce45e5 2026-07-24 01:03:01.812 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 60b3f11a-09f8-442d-a47a-77cf5c552874 2026-07-24 01:03:01.977 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 3285bbb4-97e7-4505-be5e-f11278de581d 2026-07-24 01:03:02.206 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 3b515f4a-0c1f-4322-ab7c-bd8e7346235d 2026-07-24 01:03:02.442 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 4eeaa904-064b-46be-bcc8-f86cd71b8fcf 2026-07-24 01:03:02.598 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 4468a0df-9b92-45bc-b0a4-fef3fa29947b 2026-07-24 01:03:04.798 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 553517e2-4398-40d4-b8ae-7845aeda6126 2026-07-24 01:03:04.903 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-965331aa-0ac1-4686-8ea7-c680ee9c2519'] response: {'server_uuid': 'a3901b72-6eb6-4975-bb81-a006bb027dc8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '553517e2-4398-40d4-b8ae-7845aeda6126', 'code': 200} 2026-07-24 01:03:05.763 12 INFO neutron.plugins.ml2.plugin [None req-dab7b859-9b72-47ee-987a-db25497314d3 - - - - - -] Attempt 1 to provision port 4468a0df-9b92-45bc-b0a4-fef3fa29947b 2026-07-24 01:03:05.826 12 INFO neutron.plugins.ml2.plugin [None req-dab7b859-9b72-47ee-987a-db25497314d3 - - - - - -] Attempt 1 to provision port 58ef33ec-8200-4e77-8733-8a0aa3e76e86 2026-07-24 01:03:05.855 12 INFO neutron.plugins.ml2.plugin [None req-dab7b859-9b72-47ee-987a-db25497314d3 - - - - - -] Attempt 1 to provision port 3285bbb4-97e7-4505-be5e-f11278de581d 2026-07-24 01:03:05.900 12 INFO neutron.plugins.ml2.plugin [None req-dab7b859-9b72-47ee-987a-db25497314d3 - - - - - -] Attempt 1 to provision port 3b515f4a-0c1f-4322-ab7c-bd8e7346235d 2026-07-24 01:03:05.950 12 INFO neutron.plugins.ml2.plugin [None req-dab7b859-9b72-47ee-987a-db25497314d3 - - - - - -] Attempt 1 to provision port 8f8bdb23-6b59-4cb3-8cbe-5efafdce45e5 2026-07-24 01:03:06.152 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 553517e2-4398-40d4-b8ae-7845aeda6126 2026-07-24 01:03:08.110 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 77f5c3b6-653b-4ab9-a651-ad006f2fa18c 2026-07-24 01:03:08.403 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 58ef33ec-8200-4e77-8733-8a0aa3e76e86 2026-07-24 01:03:09.963 12 INFO neutron.plugins.ml2.plugin [None req-c966da23-5e91-463f-b6b7-ad1dbd2181ec - - - - - -] Attempt 1 to provision port 77f5c3b6-653b-4ab9-a651-ad006f2fa18c 2026-07-24 01:03:10.009 12 INFO neutron.plugins.ml2.plugin [None req-c966da23-5e91-463f-b6b7-ad1dbd2181ec - - - - - -] Attempt 1 to provision port 58ef33ec-8200-4e77-8733-8a0aa3e76e86 2026-07-24 01:03:10.056 12 INFO neutron.plugins.ml2.plugin [None req-c966da23-5e91-463f-b6b7-ad1dbd2181ec - - - - - -] Attempt 1 to provision port 3b515f4a-0c1f-4322-ab7c-bd8e7346235d 2026-07-24 01:03:10.100 12 INFO neutron.plugins.ml2.plugin [None req-c966da23-5e91-463f-b6b7-ad1dbd2181ec - - - - - -] Attempt 1 to provision port 9b04092b-9927-4e0e-b7dc-5b9dd0ab128b 2026-07-24 01:03:10.263 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 77f5c3b6-653b-4ab9-a651-ad006f2fa18c 2026-07-24 01:03:10.404 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 58ef33ec-8200-4e77-8733-8a0aa3e76e86 2026-07-24 01:03:11.025 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-b748ac11-1473-4a3d-8f8b-3df014ea8679'] response: {'server_uuid': 'a3901b72-6eb6-4975-bb81-a006bb027dc8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '553517e2-4398-40d4-b8ae-7845aeda6126', 'code': 200} 2026-07-24 01:03:18.326 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port acca0086-778b-4f56-a9ca-16a8cb859b2c 2026-07-24 01:03:20.482 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port acca0086-778b-4f56-a9ca-16a8cb859b2c 2026-07-24 01:03:20.497 11 INFO neutron.plugins.ml2.plugin [None req-cb30c1f5-29b4-49f4-93c8-fa5654ebc67c - - - - - -] Attempt 1 to provision port e01a5095-0dad-4b48-a348-8df9bcac6bff 2026-07-24 01:03:20.700 12 INFO neutron.plugins.ml2.plugin [None req-d2f9423d-b920-4b2f-9453-1ef59566d9e2 - - - - - -] Attempt 1 to provision port e01a5095-0dad-4b48-a348-8df9bcac6bff 2026-07-24 01:03:20.721 11 INFO neutron.plugins.ml2.plugin [None req-cb30c1f5-29b4-49f4-93c8-fa5654ebc67c - - - - - -] Attempt 1 to provision port 4f65e3f7-48c3-43d9-9a4d-b3245ff6c468 2026-07-24 01:03:22.087 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port e01a5095-0dad-4b48-a348-8df9bcac6bff 2026-07-24 01:03:24.135 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d75cc3a3-663a-443d-935d-584c3f0319ab 2026-07-24 01:03:30.152 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port ad8326a6-6067-43d6-89f4-7749d829d130 2026-07-24 01:03:32.878 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 786418e5-f6ef-44a9-9211-cfffe17737c7 2026-07-24 01:03:32.989 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-ecb785ae-4124-4c5c-b7c0-b3e0f5e7c123'] response: {'server_uuid': 'ec09f28b-0d63-47db-ad01-d22524868df8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '786418e5-f6ef-44a9-9211-cfffe17737c7', 'code': 200} 2026-07-24 01:03:34.317 11 INFO neutron.plugins.ml2.plugin [None req-57413506-6f8d-43d2-8a9c-08d7a886d06b - - - - - -] Attempt 1 to provision port 786418e5-f6ef-44a9-9211-cfffe17737c7 2026-07-24 01:03:36.249 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 4f65e3f7-48c3-43d9-9a4d-b3245ff6c468 2026-07-24 01:03:36.692 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d1e2718d-0c7e-42bf-8529-d78d0449b85f 2026-07-24 01:03:38.186 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 08a0e9ea-d2bb-4819-aa1b-998589581a8d 2026-07-24 01:03:38.552 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 4f65e3f7-48c3-43d9-9a4d-b3245ff6c468 2026-07-24 01:03:38.735 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d1e2718d-0c7e-42bf-8529-d78d0449b85f 2026-07-24 01:03:40.151 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 08a0e9ea-d2bb-4819-aa1b-998589581a8d 2026-07-24 01:03:44.126 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 245727f8-654d-4208-8ad6-ba64b64d9c42 2026-07-24 01:03:46.181 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 245727f8-654d-4208-8ad6-ba64b64d9c42 2026-07-24 01:03:46.860 12 INFO neutron.plugins.ml2.plugin [None req-dd45b9f2-c358-4bf5-9c00-cb982bccac93 - - - - - -] Attempt 1 to provision port 786418e5-f6ef-44a9-9211-cfffe17737c7 2026-07-24 01:03:46.918 12 INFO neutron.plugins.ml2.plugin [None req-dd45b9f2-c358-4bf5-9c00-cb982bccac93 - - - - - -] Attempt 1 to provision port e01a5095-0dad-4b48-a348-8df9bcac6bff 2026-07-24 01:03:46.975 12 INFO neutron.plugins.ml2.plugin [None req-dd45b9f2-c358-4bf5-9c00-cb982bccac93 - - - - - -] Attempt 1 to provision port 4f65e3f7-48c3-43d9-9a4d-b3245ff6c468 2026-07-24 01:03:47.019 12 INFO neutron.plugins.ml2.plugin [None req-dd45b9f2-c358-4bf5-9c00-cb982bccac93 - - - - - -] Attempt 1 to provision port cfd3e5b7-1fe6-4c0c-a4d6-959f59c4c283 2026-07-24 01:03:47.054 12 INFO neutron.plugins.ml2.plugin [None req-dd45b9f2-c358-4bf5-9c00-cb982bccac93 - - - - - -] Attempt 1 to provision port 245727f8-654d-4208-8ad6-ba64b64d9c42 2026-07-24 01:03:52.707 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 52e110e8-2668-4c24-a9f7-c4584602c9b6 2026-07-24 01:03:52.810 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-93e8713c-acc5-4bb6-b992-e334181f5ac5'] response: {'server_uuid': '055735ac-7ad2-44b4-ae63-3b3345ee9118', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '52e110e8-2668-4c24-a9f7-c4584602c9b6', 'code': 200} 2026-07-24 01:03:54.177 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 52e110e8-2668-4c24-a9f7-c4584602c9b6 2026-07-24 01:03:56.275 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 9b2973ac-6645-4931-bf44-f7f7af915e30 2026-07-24 01:03:56.645 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 751571f5-29ae-4d9d-928a-f3f4b24ee74f 2026-07-24 01:03:56.851 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port cfd3e5b7-1fe6-4c0c-a4d6-959f59c4c283 2026-07-24 01:03:58.319 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 751571f5-29ae-4d9d-928a-f3f4b24ee74f 2026-07-24 01:03:58.492 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port cfd3e5b7-1fe6-4c0c-a4d6-959f59c4c283 2026-07-24 01:04:06.521 11 INFO neutron.plugins.ml2.plugin [None req-55386591-e02d-4deb-9103-72209ff61ecb - - - - - -] Attempt 1 to provision port cfd3e5b7-1fe6-4c0c-a4d6-959f59c4c283 2026-07-24 01:04:06.579 11 INFO neutron.plugins.ml2.plugin [None req-55386591-e02d-4deb-9103-72209ff61ecb - - - - - -] Attempt 1 to provision port 245727f8-654d-4208-8ad6-ba64b64d9c42 2026-07-24 01:04:06.621 11 INFO neutron.plugins.ml2.plugin [None req-55386591-e02d-4deb-9103-72209ff61ecb - - - - - -] Attempt 1 to provision port 52e110e8-2668-4c24-a9f7-c4584602c9b6 2026-07-24 01:04:15.391 11 INFO neutron.plugins.ml2.plugin [None req-d464d03e-3986-4a06-9e98-9a006117f3d7 - - - - - -] Attempt 1 to provision port d1e2718d-0c7e-42bf-8529-d78d0449b85f 2026-07-24 01:04:15.469 11 INFO neutron.plugins.ml2.plugin [None req-d464d03e-3986-4a06-9e98-9a006117f3d7 - - - - - -] Attempt 1 to provision port cfd3e5b7-1fe6-4c0c-a4d6-959f59c4c283 2026-07-24 01:04:15.522 11 INFO neutron.plugins.ml2.plugin [None req-d464d03e-3986-4a06-9e98-9a006117f3d7 - - - - - -] Attempt 1 to provision port 4f65e3f7-48c3-43d9-9a4d-b3245ff6c468 2026-07-24 01:04:16.309 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-4dedc269-0408-4661-a681-3079ddc100d1'] response: {'server_uuid': 'ec09f28b-0d63-47db-ad01-d22524868df8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '786418e5-f6ef-44a9-9211-cfffe17737c7', 'code': 200} 2026-07-24 01:04:18.272 12 INFO neutron.plugins.ml2.plugin [None req-8121ebb4-0bf6-495a-be19-11b3490dd732 - - - - - -] Attempt 1 to provision port 4f65e3f7-48c3-43d9-9a4d-b3245ff6c468 2026-07-24 01:04:18.324 12 INFO neutron.plugins.ml2.plugin [None req-8121ebb4-0bf6-495a-be19-11b3490dd732 - - - - - -] Attempt 1 to provision port 751571f5-29ae-4d9d-928a-f3f4b24ee74f 2026-07-24 01:04:18.381 12 INFO neutron.plugins.ml2.plugin [None req-8121ebb4-0bf6-495a-be19-11b3490dd732 - - - - - -] Attempt 1 to provision port 52e110e8-2668-4c24-a9f7-c4584602c9b6 2026-07-24 01:04:20.263 12 INFO neutron.plugins.ml2.plugin [None req-2e22020c-455f-4970-802d-96be18078532 - - - - - -] Attempt 1 to provision port 786418e5-f6ef-44a9-9211-cfffe17737c7 2026-07-24 01:04:20.377 12 INFO neutron.notifiers.nova [None req-2e22020c-455f-4970-802d-96be18078532 - - - - - -] Nova event matching ['req-83fccbf7-8b32-46c5-9ad1-cc73548b9c9e'] response: {'server_uuid': 'ec09f28b-0d63-47db-ad01-d22524868df8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '786418e5-f6ef-44a9-9211-cfffe17737c7', 'code': 200} 2026-07-24 01:04:20.678 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 786418e5-f6ef-44a9-9211-cfffe17737c7 2026-07-24 01:04:22.140 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 786418e5-f6ef-44a9-9211-cfffe17737c7 2026-07-24 01:04:23.036 11 INFO neutron.plugins.ml2.plugin [None req-4d489a19-6c4c-4196-98d7-2cfe813c1bc8 - - - - - -] Attempt 1 to provision port 1cfbc27e-d309-41e6-8856-4b3830017e2f 2026-07-24 01:04:23.060 11 INFO neutron.plugins.ml2.plugin [None req-4d489a19-6c4c-4196-98d7-2cfe813c1bc8 - - - - - -] Attempt 1 to provision port d1e2718d-0c7e-42bf-8529-d78d0449b85f 2026-07-24 01:04:23.112 11 INFO neutron.plugins.ml2.plugin [None req-4d489a19-6c4c-4196-98d7-2cfe813c1bc8 - - - - - -] Attempt 1 to provision port 1724908c-f40f-4cdc-abbe-0448a4ff8e99 2026-07-24 01:04:23.152 11 INFO neutron.plugins.ml2.plugin [None req-4d489a19-6c4c-4196-98d7-2cfe813c1bc8 - - - - - -] Attempt 1 to provision port cfd3e5b7-1fe6-4c0c-a4d6-959f59c4c283 2026-07-24 01:04:23.193 11 INFO neutron.plugins.ml2.plugin [None req-4d489a19-6c4c-4196-98d7-2cfe813c1bc8 - - - - - -] Attempt 1 to provision port 7a5cc4e4-3209-4006-9623-798676c90b19 2026-07-24 01:04:23.212 11 INFO neutron.plugins.ml2.plugin [None req-4d489a19-6c4c-4196-98d7-2cfe813c1bc8 - - - - - -] Attempt 1 to provision port 751571f5-29ae-4d9d-928a-f3f4b24ee74f 2026-07-24 01:04:44.708 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 5d6f917f-10f8-4764-8700-2f9985de788a 2026-07-24 01:04:44.802 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-30f80ceb-fb22-4423-8733-895d7df56755'] response: {'server_uuid': '201ffa32-ccd8-4cbc-843a-6f358b8c748c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d6f917f-10f8-4764-8700-2f9985de788a', 'code': 200} 2026-07-24 01:04:46.153 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 5d6f917f-10f8-4764-8700-2f9985de788a 2026-07-24 01:05:16.313 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-7d1cd345-a8b6-478e-a236-f17db5e55d23'] response: {'server_uuid': '055735ac-7ad2-44b4-ae63-3b3345ee9118', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '52e110e8-2668-4c24-a9f7-c4584602c9b6', 'code': 200} 2026-07-24 01:05:17.429 11 INFO neutron.plugins.ml2.plugin [None req-b54e5c0c-dced-453c-94b3-46d7062b106c - - - - - -] Attempt 1 to provision port 9c2abc7e-eefb-4ff5-8dfa-94ddf8aa791d 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server [None req-ec557142-ba1e-4ba1-8683-32deca8306d8 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 2b020f6d-23de-44c9-9d85-56483e0676a0 could not be found. 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 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-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 2b020f6d-23de-44c9-9d85-56483e0676a0 could not be found. 2026-07-24 01:05:30.285 11 ERROR oslo_messaging.rpc.server 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server [None req-7100593d-9f33-4084-9114-825c000cfc8f - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 1fc89257-07b5-4ea0-94c4-0cda671fe979: This subnet is being modified by another concurrent operation. 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise self.value 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1574, in create_port_db 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-24 01:05:31.375 12 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-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server raise exception 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 1fc89257-07b5-4ea0-94c4-0cda671fe979: This subnet is being modified by another concurrent operation. 2026-07-24 01:05:31.375 12 ERROR oslo_messaging.rpc.server 2026-07-24 01:06:14.196 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 73310074-7fc3-4589-ac78-aed79829bb0c 2026-07-24 01:06:14.333 12 INFO neutron.plugins.ml2.plugin [None req-c27695a7-f08a-446f-b2a4-ba56db2d64cb - - - - - -] Attempt 1 to provision port 73310074-7fc3-4589-ac78-aed79829bb0c 2026-07-24 01:06:16.538 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 50828f06-1b6c-42ef-a454-00eddc4da63e 2026-07-24 01:06:16.829 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 73310074-7fc3-4589-ac78-aed79829bb0c 2026-07-24 01:06:18.270 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 85c61922-0758-4878-b899-e839f2003198 2026-07-24 01:06:18.590 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 50828f06-1b6c-42ef-a454-00eddc4da63e 2026-07-24 01:06:20.254 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 85c61922-0758-4878-b899-e839f2003198 2026-07-24 01:06:20.461 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 94e03c77-db3d-443c-b3e8-85bbc33164a9 2026-07-24 01:06:22.274 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 94e03c77-db3d-443c-b3e8-85bbc33164a9 2026-07-24 01:06:24.240 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 73310074-7fc3-4589-ac78-aed79829bb0c 2026-07-24 01:06:27.211 11 INFO neutron.plugins.ml2.plugin [None req-fd520b50-896b-4fd1-8223-8a013e08a8a4 - - - - - -] Attempt 1 to provision port 113d388d-0c7d-4f80-a65b-6a5b1b210375 2026-07-24 01:06:27.236 11 INFO neutron.plugins.ml2.plugin [None req-fd520b50-896b-4fd1-8223-8a013e08a8a4 - - - - - -] Attempt 1 to provision port 430e3b0c-cba1-4c1c-b3b0-fb088f816083 2026-07-24 01:06:27.260 11 INFO neutron.plugins.ml2.plugin [None req-fd520b50-896b-4fd1-8223-8a013e08a8a4 - - - - - -] Attempt 1 to provision port 50828f06-1b6c-42ef-a454-00eddc4da63e 2026-07-24 01:06:27.314 11 INFO neutron.plugins.ml2.plugin [None req-fd520b50-896b-4fd1-8223-8a013e08a8a4 - - - - - -] Attempt 1 to provision port 73310074-7fc3-4589-ac78-aed79829bb0c 2026-07-24 01:06:27.377 11 INFO neutron.plugins.ml2.plugin [None req-fd520b50-896b-4fd1-8223-8a013e08a8a4 - - - - - -] Attempt 1 to provision port 94e03c77-db3d-443c-b3e8-85bbc33164a9 2026-07-24 01:06:32.758 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 994737ac-0c34-4118-a8e9-0778f4ffdaa6 2026-07-24 01:06:32.878 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-0c55bf69-9c15-45bb-819a-60ad58da57fa'] response: {'server_uuid': '923574aa-aef8-411b-827f-1452b5a078fd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '994737ac-0c34-4118-a8e9-0778f4ffdaa6', 'code': 200} 2026-07-24 01:06:34.230 11 INFO neutron.plugins.ml2.plugin [None req-6f0dfb99-a9e5-4f2f-b64c-704eff36133f - - - - - -] Attempt 1 to provision port 113d388d-0c7d-4f80-a65b-6a5b1b210375 2026-07-24 01:06:34.472 11 INFO neutron.plugins.ml2.plugin [None req-6f0dfb99-a9e5-4f2f-b64c-704eff36133f - - - - - -] Attempt 1 to provision port 994737ac-0c34-4118-a8e9-0778f4ffdaa6 2026-07-24 01:06:34.559 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port d336b6d1-1712-4383-b4f8-669ee555f486 2026-07-24 01:06:34.584 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port 430e3b0c-cba1-4c1c-b3b0-fb088f816083 2026-07-24 01:06:34.694 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port 50828f06-1b6c-42ef-a454-00eddc4da63e 2026-07-24 01:06:34.738 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port 73310074-7fc3-4589-ac78-aed79829bb0c 2026-07-24 01:06:34.818 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port 5ef20df6-2764-4a18-b6e0-1e4768330b1d 2026-07-24 01:06:34.961 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port 994737ac-0c34-4118-a8e9-0778f4ffdaa6 2026-07-24 01:06:35.021 12 INFO neutron.plugins.ml2.plugin [None req-cf12074e-b6eb-437d-bb4b-ccf378e60076 - - - - - -] Attempt 1 to provision port 94e03c77-db3d-443c-b3e8-85bbc33164a9 2026-07-24 01:06:36.225 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d336b6d1-1712-4383-b4f8-669ee555f486 2026-07-24 01:06:36.558 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 5ef20df6-2764-4a18-b6e0-1e4768330b1d 2026-07-24 01:06:36.772 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 113d388d-0c7d-4f80-a65b-6a5b1b210375 2026-07-24 01:06:36.914 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 430e3b0c-cba1-4c1c-b3b0-fb088f816083 2026-07-24 01:06:38.226 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port d336b6d1-1712-4383-b4f8-669ee555f486 2026-07-24 01:06:39.385 11 INFO neutron.plugins.ml2.plugin [None req-1207d92f-a1cd-4175-8a0a-9048da5c742f - - - - - -] Attempt 1 to provision port d336b6d1-1712-4383-b4f8-669ee555f486 2026-07-24 01:06:39.443 11 INFO neutron.plugins.ml2.plugin [None req-1207d92f-a1cd-4175-8a0a-9048da5c742f - - - - - -] Attempt 1 to provision port 430e3b0c-cba1-4c1c-b3b0-fb088f816083 2026-07-24 01:06:39.530 11 INFO neutron.plugins.ml2.plugin [None req-1207d92f-a1cd-4175-8a0a-9048da5c742f - - - - - -] Attempt 1 to provision port 50828f06-1b6c-42ef-a454-00eddc4da63e 2026-07-24 01:06:39.597 11 INFO neutron.plugins.ml2.plugin [None req-1207d92f-a1cd-4175-8a0a-9048da5c742f - - - - - -] Attempt 1 to provision port 5ef20df6-2764-4a18-b6e0-1e4768330b1d 2026-07-24 01:06:39.654 11 INFO neutron.plugins.ml2.plugin [None req-1207d92f-a1cd-4175-8a0a-9048da5c742f - - - - - -] Attempt 1 to provision port 994737ac-0c34-4118-a8e9-0778f4ffdaa6 2026-07-24 01:06:39.699 11 INFO neutron.plugins.ml2.plugin [None req-1207d92f-a1cd-4175-8a0a-9048da5c742f - - - - - -] Attempt 1 to provision port 94e03c77-db3d-443c-b3e8-85bbc33164a9 2026-07-24 01:06:43.649 11 INFO neutron.plugins.ml2.plugin [None req-b17a7085-07f4-4c64-9f3a-7df6f2a941ec - - - - - -] Attempt 1 to provision port d336b6d1-1712-4383-b4f8-669ee555f486 2026-07-24 01:06:43.699 11 INFO neutron.plugins.ml2.plugin [None req-b17a7085-07f4-4c64-9f3a-7df6f2a941ec - - - - - -] Attempt 1 to provision port 430e3b0c-cba1-4c1c-b3b0-fb088f816083 2026-07-24 01:06:46.436 12 INFO neutron.plugins.ml2.plugin [None req-8f082b66-bacb-4d83-9a73-f79c3896ebd8 - - - - - -] Attempt 1 to provision port d336b6d1-1712-4383-b4f8-669ee555f486 2026-07-24 01:06:46.506 12 INFO neutron.plugins.ml2.plugin [None req-8f082b66-bacb-4d83-9a73-f79c3896ebd8 - - - - - -] Attempt 1 to provision port 5ef20df6-2764-4a18-b6e0-1e4768330b1d 2026-07-24 01:06:48.691 12 INFO neutron.plugins.ml2.plugin [None req-215f9541-48b3-4471-a762-38133fee4189 - - - - - -] Attempt 1 to provision port 5ef20df6-2764-4a18-b6e0-1e4768330b1d 2026-07-24 01:06:48.740 12 INFO neutron.plugins.ml2.plugin [None req-215f9541-48b3-4471-a762-38133fee4189 - - - - - -] Attempt 1 to provision port 994737ac-0c34-4118-a8e9-0778f4ffdaa6 2026-07-24 01:06:50.252 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 26a9e8c2-a37a-4b2b-bde5-b833ad669ed3 2026-07-24 01:06:50.347 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-b36c4709-e716-49df-a91f-9d7fa60485c8'] response: {'server_uuid': '2682e73a-2182-4c34-9e01-91fd7d1de2c1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '26a9e8c2-a37a-4b2b-bde5-b833ad669ed3', 'code': 200} 2026-07-24 01:06:52.227 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 26a9e8c2-a37a-4b2b-bde5-b833ad669ed3 2026-07-24 01:07:22.217 11 INFO neutron.plugins.ml2.plugin [None req-0cde96ad-93a8-4cfa-ad7c-6613db90e25f - - - - - -] Attempt 1 to provision port 31c83bd9-ab62-46ad-9d3e-dd13c542e033 2026-07-24 01:07:42.783 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 729f78b9-9697-435f-b4ce-90793418e862 2026-07-24 01:07:42.909 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-848d6f7e-44f4-4ae4-9b07-a48daf59b6f1'] response: {'server_uuid': 'ca76972d-f931-44ae-8fad-042b1b615d8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '729f78b9-9697-435f-b4ce-90793418e862', 'code': 200} 2026-07-24 01:07:44.250 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 729f78b9-9697-435f-b4ce-90793418e862 2026-07-24 01:08:24.476 12 INFO neutron.plugins.ml2.plugin [None req-0497d147-8df0-4e7e-a0de-df719b496325 - - - - - -] Attempt 1 to provision port 2c051eae-4ea8-447f-bf28-0978672225b9 2026-07-24 01:08:30.329 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 2c051eae-4ea8-447f-bf28-0978672225b9 2026-07-24 01:08:30.432 11 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-80c47886-f250-4477-b6db-522cf015627c'] response: {'server_uuid': 'ca76972d-f931-44ae-8fad-042b1b615d8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2c051eae-4ea8-447f-bf28-0978672225b9', 'code': 200} 2026-07-24 01:08:32.296 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 2c051eae-4ea8-447f-bf28-0978672225b9 2026-07-24 01:08:34.818 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 2c051eae-4ea8-447f-bf28-0978672225b9 2026-07-24 01:08:57.775 12 INFO neutron.plugins.ml2.plugin [None req-72a3ccd0-fd47-4c85-a2b5-b2710589c577 - - - - - -] Attempt 1 to provision port b6ecbbde-c029-4318-b318-fb6e15b880b1 2026-07-24 01:09:05.874 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port b6ecbbde-c029-4318-b318-fb6e15b880b1 2026-07-24 01:09:06.015 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-46fc3498-57fe-4552-9917-60aea81665bf'] response: {'server_uuid': 'ca76972d-f931-44ae-8fad-042b1b615d8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b6ecbbde-c029-4318-b318-fb6e15b880b1', 'code': 200} 2026-07-24 01:09:06.491 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port b6ecbbde-c029-4318-b318-fb6e15b880b1 2026-07-24 01:09:20.797 11 INFO neutron.plugins.ml2.plugin [None req-7a23a223-d90b-4088-9402-731c1ac0a5da - - - - - -] Attempt 1 to provision port 03c65186-e00d-4447-b6ac-a69906384cc7 2026-07-24 01:09:26.516 12 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 03c65186-e00d-4447-b6ac-a69906384cc7 2026-07-24 01:09:26.622 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-d2d1d3dc-d7cc-4f26-98a4-e87a88aa2053'] response: {'server_uuid': 'ca76972d-f931-44ae-8fad-042b1b615d8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '03c65186-e00d-4447-b6ac-a69906384cc7', 'code': 200} 2026-07-24 01:09:28.487 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 03c65186-e00d-4447-b6ac-a69906384cc7 2026-07-24 01:09:30.834 12 INFO neutron.plugins.ml2.plugin [None req-5cf236d9-1495-4a4d-8506-0841fddb90a0 - - - - - -] Attempt 1 to provision port b6ecbbde-c029-4318-b318-fb6e15b880b1 2026-07-24 01:09:42.419 12 INFO neutron.plugins.ml2.plugin [None req-24ed78a4-1b98-4e44-b046-fe00bf99f906 - - - - - -] Attempt 1 to provision port 03c65186-e00d-4447-b6ac-a69906384cc7 2026-07-24 01:09:42.585 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port 03c65186-e00d-4447-b6ac-a69906384cc7 2026-07-24 01:09:43.825 11 INFO neutron.plugins.ml2.plugin [None req-bef24219-f273-413c-a564-cd15dd6d648f - - - - - -] Attempt 1 to provision port 03c65186-e00d-4447-b6ac-a69906384cc7 2026-07-24 01:09:52.555 11 INFO neutron.plugins.ml2.plugin [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Attempt 1 to provision port b6ecbbde-c029-4318-b318-fb6e15b880b1 2026-07-24 01:09:53.183 12 INFO neutron.plugins.ml2.plugin [None req-1bd52db7-cfbc-4fd7-961b-06b345ab6381 - - - - - -] Attempt 1 to provision port b6ecbbde-c029-4318-b318-fb6e15b880b1 2026-07-24 01:10:36.731 12 INFO neutron.notifiers.nova [None req-c534ac1f-59d0-4f0c-af22-79a91badfc31 - - - - - -] Nova event matching ['req-ce8fb0b2-9051-478d-a366-db3ae91abf69'] response: {'server_uuid': '923574aa-aef8-411b-827f-1452b5a078fd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '994737ac-0c34-4118-a8e9-0778f4ffdaa6', 'code': 200}