+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 30 21:39:54 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-54f884c4d7-8fwql machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f48735f2668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-30 21:39:58.704 8 INFO neutron.common.config [-] Logging enabled! 2026-07-30 21:39:58.704 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-30 21:39:58.709 7 INFO neutron.common.config [-] Logging enabled! 2026-07-30 21:39:58.709 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-30 21:39:59.725 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 21:39:59.731 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 21:40:01.236 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 21:40:01.239 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 21:40:01.242 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 21:40:01.243 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 21:40:01.243 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 21:40:01.244 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 21:40:01.244 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 21:40:01.251 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 21:40:01.251 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 21:40:01.251 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 21:40:01.273 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 21:40:01.274 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 21:40:01.274 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 21:40:01.290 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 21:40:01.292 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 21:40:01.296 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 21:40:01.297 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 21:40:01.297 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 21:40:01.297 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 21:40:01.297 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 21:40:01.305 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 21:40:01.305 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 21:40:01.305 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 21:40:01.305 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 21:40:01.305 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 21:40:01.305 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 21:40:01.305 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 21:40:01.327 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 21:40:01.328 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 21:40:01.328 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 21:40:01.358 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 21:40:01.359 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 21:40:01.359 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 21:40:01.359 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 21:40:01.582 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing driver for type 'vlan' 2026-07-30 21:40:01.635 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing driver for type 'vlan' 2026-07-30 21:40:01.862 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] VlanTypeDriver initialization complete 2026-07-30 21:40:01.863 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 21:40:01.863 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 21:40:01.878 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 21:40:01.878 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 21:40:01.878 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing extension driver 'port_security' 2026-07-30 21:40:01.878 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 21:40:01.879 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing extension driver 'qos' 2026-07-30 21:40:01.879 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 21:40:01.879 8 INFO neutron.plugins.ml2.managers [None req-a537b93b-b6a7-4e78-89f2-2d6b3489c11b - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 21:40:01.893 8 INFO neutron.quota [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded quota_driver: . 2026-07-30 21:40:01.893 8 INFO neutron.plugins.ml2.plugin [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 21:40:01.893 8 INFO neutron.plugins.ml2.managers [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 21:40:01.893 8 INFO neutron.plugins.ml2.managers [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 21:40:01.893 8 INFO neutron.plugins.ml2.managers [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 21:40:01.894 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: qos 2026-07-30 21:40:01.907 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: router 2026-07-30 21:40:01.928 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] VlanTypeDriver initialization complete 2026-07-30 21:40:01.928 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 21:40:01.929 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 21:40:01.941 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 21:40:01.942 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 21:40:01.942 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing extension driver 'port_security' 2026-07-30 21:40:01.942 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 21:40:01.942 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing extension driver 'qos' 2026-07-30 21:40:01.942 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 21:40:01.942 7 INFO neutron.plugins.ml2.managers [None req-e40e61b0-18ca-4b2a-8908-d450649703df - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 21:40:01.951 8 INFO neutron.services.service_base [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 21:40:01.952 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: segments 2026-07-30 21:40:01.956 7 INFO neutron.quota [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded quota_driver: . 2026-07-30 21:40:01.957 7 INFO neutron.plugins.ml2.plugin [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 21:40:01.957 7 INFO neutron.plugins.ml2.managers [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 21:40:01.957 7 INFO neutron.plugins.ml2.managers [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 21:40:01.957 7 INFO neutron.plugins.ml2.managers [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 21:40:01.957 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: qos 2026-07-30 21:40:01.973 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: router 2026-07-30 21:40:02.018 7 INFO neutron.services.service_base [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 21:40:02.018 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: segments 2026-07-30 21:40:02.050 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: trunk 2026-07-30 21:40:02.064 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: vpnaas 2026-07-30 21:40:02.103 8 WARNING stevedore.named [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 21:40:02.119 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: trunk 2026-07-30 21:40:02.143 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: vpnaas 2026-07-30 21:40:02.185 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 21:40:02.185 8 INFO neutron.common.utils [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 21:40:02.186 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: taas 2026-07-30 21:40:02.192 7 WARNING stevedore.named [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 21:40:02.215 8 WARNING stevedore.named [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 21:40:02.215 8 WARNING stevedore.named [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 21:40:02.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 21:40:02.238 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: tapmirror 2026-07-30 21:40:02.253 8 WARNING stevedore.named [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 21:40:02.253 8 WARNING stevedore.named [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 21:40:02.260 7 INFO neutron_vpnaas.services.vpn.plugin [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 21:40:02.261 7 INFO neutron.common.utils [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 21:40:02.261 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: taas 2026-07-30 21:40:02.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 21:40:02.281 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: auto_allocate 2026-07-30 21:40:02.283 7 WARNING stevedore.named [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 21:40:02.283 7 WARNING stevedore.named [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 21:40:02.294 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: tag 2026-07-30 21:40:02.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 21:40:02.301 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: tapmirror 2026-07-30 21:40:02.303 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: timestamp 2026-07-30 21:40:02.306 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 21:40:02.309 7 WARNING stevedore.named [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 21:40:02.310 7 WARNING stevedore.named [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 21:40:02.311 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: flavors 2026-07-30 21:40:02.315 8 INFO neutron.manager [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loading Plugin: revisions 2026-07-30 21:40:02.319 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Initializing extension manager. 2026-07-30 21:40:02.320 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: address-group 2026-07-30 21:40:02.321 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: address-scope 2026-07-30 21:40:02.322 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 21:40:02.323 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: agent 2026-07-30 21:40:02.324 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 21:40:02.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 21:40:02.325 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 21:40:02.325 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: auto_allocate 2026-07-30 21:40:02.326 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 21:40:02.327 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: availability_zone 2026-07-30 21:40:02.327 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 21:40:02.328 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 21:40:02.328 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: default-subnetpools 2026-07-30 21:40:02.330 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 21:40:02.331 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: dns-integration 2026-07-30 21:40:02.331 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: tag 2026-07-30 21:40:02.331 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 21:40:02.332 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 21:40:02.333 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: dvr 2026-07-30 21:40:02.333 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 21:40:02.334 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 21:40:02.334 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 21:40:02.335 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 21:40:02.335 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: external-net 2026-07-30 21:40:02.336 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 21:40:02.336 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: extraroute 2026-07-30 21:40:02.337 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 21:40:02.337 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 21:40:02.338 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 21:40:02.338 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 21:40:02.339 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 21:40:02.339 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: fip-port-details 2026-07-30 21:40:02.340 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: timestamp 2026-07-30 21:40:02.340 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: flavors 2026-07-30 21:40:02.341 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 21:40:02.342 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: floatingip-pools 2026-07-30 21:40:02.342 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 21:40:02.342 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: ip_allocation 2026-07-30 21:40:02.343 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 21:40:02.344 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: l2_adjacency 2026-07-30 21:40:02.345 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: router 2026-07-30 21:40:02.346 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 21:40:02.347 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 21:40:02.347 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: flavors 2026-07-30 21:40:02.348 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 21:40:02.348 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 21:40:02.349 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: l3-ha 2026-07-30 21:40:02.349 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 21:40:02.350 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 21:40:02.350 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: l3-flavors 2026-07-30 21:40:02.350 7 INFO neutron.manager [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loading Plugin: revisions 2026-07-30 21:40:02.351 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 21:40:02.352 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 21:40:02.354 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 21:40:02.354 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Initializing extension manager. 2026-07-30 21:40:02.355 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 21:40:02.355 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: address-group 2026-07-30 21:40:02.356 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 21:40:02.356 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: address-scope 2026-07-30 21:40:02.357 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 21:40:02.357 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 21:40:02.358 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: agent 2026-07-30 21:40:02.358 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 21:40:02.358 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 21:40:02.358 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: multi-provider 2026-07-30 21:40:02.359 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: net-mtu 2026-07-30 21:40:02.359 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 21:40:02.359 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 21:40:02.360 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 21:40:02.360 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: network_availability_zone 2026-07-30 21:40:02.361 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: network_ha 2026-07-30 21:40:02.361 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: availability_zone 2026-07-30 21:40:02.361 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: network-ip-availability 2026-07-30 21:40:02.362 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 21:40:02.362 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 21:40:02.362 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 21:40:02.363 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: default-subnetpools 2026-07-30 21:40:02.363 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: pagination 2026-07-30 21:40:02.364 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-device-profile 2026-07-30 21:40:02.364 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 21:40:02.364 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 21:40:02.364 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: dns-integration 2026-07-30 21:40:02.365 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 21:40:02.365 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 21:40:02.365 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 21:40:02.365 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 21:40:02.366 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-mac-override 2026-07-30 21:40:02.366 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: dvr 2026-07-30 21:40:02.366 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 21:40:02.367 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 21:40:02.367 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 21:40:02.367 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 21:40:02.367 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 21:40:02.368 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-resource-request 2026-07-30 21:40:02.368 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 21:40:02.368 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 21:40:02.369 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 21:40:02.369 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 21:40:02.369 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: external-net 2026-07-30 21:40:02.369 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: binding 2026-07-30 21:40:02.369 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 21:40:02.370 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: extraroute 2026-07-30 21:40:02.370 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: binding-extended 2026-07-30 21:40:02.371 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 21:40:02.371 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-security 2026-07-30 21:40:02.371 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 21:40:02.371 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: project-id 2026-07-30 21:40:02.372 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 21:40:02.372 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: provider 2026-07-30 21:40:02.372 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 21:40:02.372 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 21:40:02.373 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 21:40:02.373 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: fip-port-details 2026-07-30 21:40:02.374 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: flavors 2026-07-30 21:40:02.375 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos 2026-07-30 21:40:02.375 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 21:40:02.375 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 21:40:02.376 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: floatingip-pools 2026-07-30 21:40:02.376 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 21:40:02.376 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-default 2026-07-30 21:40:02.377 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: ip_allocation 2026-07-30 21:40:02.377 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-fip 2026-07-30 21:40:02.377 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 21:40:02.378 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 21:40:02.378 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: l2_adjacency 2026-07-30 21:40:02.378 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 21:40:02.378 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 21:40:02.379 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: router 2026-07-30 21:40:02.379 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 21:40:02.380 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 21:40:02.380 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 21:40:02.380 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-pps 2026-07-30 21:40:02.381 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 21:40:02.381 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 21:40:02.381 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 21:40:02.382 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 21:40:02.382 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 21:40:02.382 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 21:40:02.383 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: quota-check-limit 2026-07-30 21:40:02.383 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: l3-ha 2026-07-30 21:40:02.383 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 21:40:02.383 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 21:40:02.384 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 21:40:02.384 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: l3-flavors 2026-07-30 21:40:02.385 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 21:40:02.385 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: quotas 2026-07-30 21:40:02.385 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 21:40:02.386 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: quota_details 2026-07-30 21:40:02.388 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 21:40:02.388 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: rbac-policies 2026-07-30 21:40:02.388 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: rbac-address-group 2026-07-30 21:40:02.389 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 21:40:02.389 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 21:40:02.389 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 21:40:02.390 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 21:40:02.390 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 21:40:02.391 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: revision-if-match 2026-07-30 21:40:02.391 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 21:40:02.392 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 21:40:02.392 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 21:40:02.392 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: multi-provider 2026-07-30 21:40:02.392 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: router_availability_zone 2026-07-30 21:40:02.393 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: net-mtu 2026-07-30 21:40:02.393 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 21:40:02.393 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 21:40:02.394 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: network_availability_zone 2026-07-30 21:40:02.394 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: network_ha 2026-07-30 21:40:02.395 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 21:40:02.395 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 21:40:02.395 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: network-ip-availability 2026-07-30 21:40:02.396 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 21:40:02.396 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 21:40:02.396 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 21:40:02.397 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: pagination 2026-07-30 21:40:02.397 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 21:40:02.397 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-device-profile 2026-07-30 21:40:02.397 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 21:40:02.398 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 21:40:02.398 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 21:40:02.399 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 21:40:02.399 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-mac-override 2026-07-30 21:40:02.400 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 21:40:02.401 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 21:40:02.401 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 21:40:02.402 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-resource-request 2026-07-30 21:40:02.402 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: security-group 2026-07-30 21:40:02.402 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 21:40:02.403 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 21:40:02.403 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: binding 2026-07-30 21:40:02.403 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: segment 2026-07-30 21:40:02.404 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 21:40:02.404 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: binding-extended 2026-07-30 21:40:02.404 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: service-type 2026-07-30 21:40:02.405 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-security 2026-07-30 21:40:02.405 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: sorting 2026-07-30 21:40:02.405 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: project-id 2026-07-30 21:40:02.405 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 21:40:02.405 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: provider 2026-07-30 21:40:02.406 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: standard-attr-description 2026-07-30 21:40:02.406 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 21:40:02.406 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: stateful-security-group 2026-07-30 21:40:02.407 8 WARNING neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 21:40:02.407 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 21:40:02.408 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: subnet-external-network 2026-07-30 21:40:02.408 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos 2026-07-30 21:40:02.409 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: subnet_onboard 2026-07-30 21:40:02.409 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 21:40:02.409 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 21:40:02.409 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 21:40:02.410 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: subnet-service-types 2026-07-30 21:40:02.410 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-default 2026-07-30 21:40:02.410 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: subnet_allocation 2026-07-30 21:40:02.410 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-fip 2026-07-30 21:40:02.411 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 21:40:02.411 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 21:40:02.412 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 21:40:02.412 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 21:40:02.413 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 21:40:02.413 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 21:40:02.413 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: tag-creation 2026-07-30 21:40:02.414 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-pps 2026-07-30 21:40:02.414 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 21:40:02.414 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 21:40:02.415 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 21:40:02.415 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 21:40:02.416 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: quota-check-limit 2026-07-30 21:40:02.416 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 21:40:02.418 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 21:40:02.419 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 21:40:02.419 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: quotas 2026-07-30 21:40:02.419 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: trunk 2026-07-30 21:40:02.420 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: quota_details 2026-07-30 21:40:02.420 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: trunk-details 2026-07-30 21:40:02.420 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 21:40:02.421 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 21:40:02.421 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: rbac-policies 2026-07-30 21:40:02.421 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 21:40:02.421 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: rbac-address-group 2026-07-30 21:40:02.422 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 21:40:02.422 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 21:40:02.422 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 21:40:02.423 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 21:40:02.424 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: revision-if-match 2026-07-30 21:40:02.424 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 21:40:02.424 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 21:40:02.425 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 21:40:02.425 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: router_availability_zone 2026-07-30 21:40:02.425 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: vpn-flavors 2026-07-30 21:40:02.425 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 21:40:02.427 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: vpnaas 2026-07-30 21:40:02.427 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 21:40:02.427 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 21:40:02.428 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 21:40:02.428 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 21:40:02.429 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: taas 2026-07-30 21:40:02.429 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 21:40:02.429 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 21:40:02.430 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: tap-mirror 2026-07-30 21:40:02.430 8 INFO neutron.api.extensions [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 21:40:02.433 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 21:40:02.433 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 21:40:02.434 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.434 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 21:40:02.434 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: security-group 2026-07-30 21:40:02.435 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: segment 2026-07-30 21:40:02.435 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 21:40:02.436 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: service-type 2026-07-30 21:40:02.437 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: sorting 2026-07-30 21:40:02.437 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 21:40:02.438 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 21:40:02.438 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: standard-attr-description 2026-07-30 21:40:02.438 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 21:40:02.438 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: stateful-security-group 2026-07-30 21:40:02.439 7 WARNING neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 21:40:02.439 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 21:40:02.440 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: subnet-external-network 2026-07-30 21:40:02.440 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: subnet_onboard 2026-07-30 21:40:02.441 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 21:40:02.442 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: subnet-service-types 2026-07-30 21:40:02.442 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: subnet_allocation 2026-07-30 21:40:02.443 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 21:40:02.443 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 21:40:02.444 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: tag-creation 2026-07-30 21:40:02.444 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 21:40:02.444 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 21:40:02.444 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 21:40:02.445 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.445 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.445 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.446 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.446 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 21:40:02.446 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.447 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.447 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 21:40:02.448 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 21:40:02.448 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 21:40:02.448 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 21:40:02.449 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 21:40:02.449 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.449 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ipsecpolicy is already registered 2026-07-30 21:40:02.449 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: trunk 2026-07-30 21:40:02.449 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.449 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ikepolicy is already registered 2026-07-30 21:40:02.450 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: trunk-details 2026-07-30 21:40:02.450 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 21:40:02.451 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 21:40:02.451 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 21:40:02.452 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 21:40:02.454 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 21:40:02.454 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 21:40:02.454 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] router is already registered 2026-07-30 21:40:02.454 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 21:40:02.454 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 21:40:02.455 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] floatingip is already registered 2026-07-30 21:40:02.455 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: vpn-flavors 2026-07-30 21:40:02.457 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: vpnaas 2026-07-30 21:40:02.458 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: taas 2026-07-30 21:40:02.458 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 21:40:02.458 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] rbac_policy is already registered 2026-07-30 21:40:02.459 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 21:40:02.459 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: tap-mirror 2026-07-30 21:40:02.459 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] security_group is already registered 2026-07-30 21:40:02.459 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 21:40:02.459 7 INFO neutron.api.extensions [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 21:40:02.460 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] security_group_rule is already registered 2026-07-30 21:40:02.460 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.461 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.461 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.461 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.462 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 21:40:02.462 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] trunk is already registered 2026-07-30 21:40:02.462 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 21:40:02.462 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 21:40:02.462 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.462 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ikepolicy is already registered 2026-07-30 21:40:02.462 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.462 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 21:40:02.463 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.463 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ipsecpolicy is already registered 2026-07-30 21:40:02.463 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 21:40:02.463 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] endpoint_group is already registered 2026-07-30 21:40:02.464 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 21:40:02.464 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] vpnservice is already registered 2026-07-30 21:40:02.464 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 21:40:02.464 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ipsec_site_connection is already registered 2026-07-30 21:40:02.465 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.465 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ipsecpolicy is already registered 2026-07-30 21:40:02.465 8 INFO neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.465 8 WARNING neutron.quota.resource_registry [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] ikepolicy is already registered 2026-07-30 21:40:02.466 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 21:40:02.466 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 21:40:02.471 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 21:40:02.471 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 21:40:02.472 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 21:40:02.472 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.473 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.473 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.473 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.474 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 21:40:02.474 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.474 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.476 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 21:40:02.476 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 21:40:02.477 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 21:40:02.477 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.477 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ipsecpolicy is already registered 2026-07-30 21:40:02.478 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.478 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ikepolicy is already registered 2026-07-30 21:40:02.482 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 21:40:02.482 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] router is already registered 2026-07-30 21:40:02.483 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 21:40:02.483 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] floatingip is already registered 2026-07-30 21:40:02.487 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 21:40:02.487 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] rbac_policy is already registered 2026-07-30 21:40:02.487 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 21:40:02.487 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] security_group is already registered 2026-07-30 21:40:02.488 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 21:40:02.488 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] security_group_rule is already registered 2026-07-30 21:40:02.489 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.489 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.489 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 21:40:02.489 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] subnetpool is already registered 2026-07-30 21:40:02.490 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 21:40:02.490 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] trunk is already registered 2026-07-30 21:40:02.490 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.491 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ikepolicy is already registered 2026-07-30 21:40:02.491 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.491 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ipsecpolicy is already registered 2026-07-30 21:40:02.491 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 21:40:02.492 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] endpoint_group is already registered 2026-07-30 21:40:02.492 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 21:40:02.492 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] vpnservice is already registered 2026-07-30 21:40:02.492 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 21:40:02.493 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ipsec_site_connection is already registered 2026-07-30 21:40:02.493 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 21:40:02.493 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ipsecpolicy is already registered 2026-07-30 21:40:02.493 7 INFO neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 21:40:02.494 7 WARNING neutron.quota.resource_registry [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] ikepolicy is already registered 2026-07-30 21:40:02.504 8 WARNING keystonemiddleware._common.config [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 21:40:02.511 8 WARNING oslo_config.cfg [None req-ae2c616a-e332-4901-911b-136226a81f20 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f48735f2668 pid: 8 (default app) 2026-07-30 21:40:02.531 7 WARNING keystonemiddleware._common.config [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 21:40:02.539 7 WARNING oslo_config.cfg [None req-42802888-5bfd-49e0-9451-92ba20450fdf - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f48735f2668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 21:40:07.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8ae0788-1e1c-4cfc-b426-c6f560090047 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:06 2026] GET /v2.0/networks/public => generated 108 bytes in 829 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:08.049 7 WARNING neutron.services.revisions.revision_plugin [None req-1d2eb4d9-aeb1-45ec-806a-e0154b81f187 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:08.091 7 INFO neutron.db.segments_db [None req-1d2eb4d9-aeb1-45ec-806a-e0154b81f187 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 0cbed5b8-6136-4779-84dc-e526cbf343ab of type flat for network ab25073e-d7f0-456a-9381-1f5f7652d8c2 2026-07-30 21:40:08.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d2eb4d9-aeb1-45ec-806a-e0154b81f187 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:07 2026] POST /v2.0/networks => generated 124 bytes in 714 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:40:14.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee3e9112-4183-45f4-a46a-0a3010ed78c1 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:14 2026] GET /v2.0/networks/public => generated 108 bytes in 388 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:14.743 8 WARNING neutron.services.revisions.revision_plugin [None req-e693aab2-17bc-4bd6-ad3f-96cf934a8383 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:14.761 8 INFO neutron.db.segments_db [None req-e693aab2-17bc-4bd6-ad3f-96cf934a8383 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment d8c5e076-f4cc-41ad-98c4-eeb0523e35a9 of type flat for network 1e87e44b-c134-40bd-854a-1dde88cb8455 2026-07-30 21:40:14.802 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e693aab2-17bc-4bd6-ad3f-96cf934a8383 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:14 2026] POST /v2.0/networks => generated 124 bytes in 348 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:40:20.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd3adf13-9515-4913-b800-acbd116bc7d8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:20 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:20.853 8 WARNING neutron.services.revisions.revision_plugin [None req-4ce5c7ac-0e23-4ce9-83a9-75c9915fe160 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:20.865 8 INFO neutron.db.segments_db [None req-4ce5c7ac-0e23-4ce9-83a9-75c9915fe160 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 7a06feb3-59c4-4631-98e3-256847c618c2 of type flat for network 7b176f09-1aad-46ed-8979-fbbc274aa7d8 2026-07-30 21:40:20.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ce5c7ac-0e23-4ce9-83a9-75c9915fe160 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:20 2026] POST /v2.0/networks => generated 124 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:40:26.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8feaa71-37f2-4237-aaa5-74eeb7543d33 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:26 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:26.895 7 WARNING neutron.services.revisions.revision_plugin [None req-17324dcb-295e-41c2-9d40-77e985664f12 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:26.910 7 INFO neutron.db.segments_db [None req-17324dcb-295e-41c2-9d40-77e985664f12 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment d88fccf5-12d0-4b32-aacb-4ea3ed32a80c of type flat for network 370c3d16-c50e-4488-b30a-0904aee77562 2026-07-30 21:40:26.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17324dcb-295e-41c2-9d40-77e985664f12 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:26 2026] POST /v2.0/networks => generated 124 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:40:32.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e697171f-b46e-469a-9613-0ed018cfe64a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:32 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:32.984 8 WARNING neutron.services.revisions.revision_plugin [None req-cd82046a-f776-4eea-853c-9be96347110a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:33.004 8 INFO neutron.db.segments_db [None req-cd82046a-f776-4eea-853c-9be96347110a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment fd42e708-ec06-4dec-9102-255cee3653a0 of type flat for network 0bd28e08-beaa-496d-b59b-d652ca9b7933 2026-07-30 21:40:33.027 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd82046a-f776-4eea-853c-9be96347110a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:32 2026] POST /v2.0/networks => generated 124 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:40:38.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ccec5fc9-8c2b-4517-b3fa-091d4b64cf5d 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:38 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:39.027 8 WARNING neutron.services.revisions.revision_plugin [None req-61b4c20b-124b-421f-bb0a-cd0bee53129a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:39.047 8 INFO neutron.db.segments_db [None req-61b4c20b-124b-421f-bb0a-cd0bee53129a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 4220be92-c776-4c06-b235-80d2a518a6e8 of type flat for network 48a884cc-69bf-4ccd-a0b2-863c86c80134 2026-07-30 21:40:39.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61b4c20b-124b-421f-bb0a-cd0bee53129a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:38 2026] POST /v2.0/networks => generated 124 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:40:44.951 7 INFO neutron.pecan_wsgi.hooks.translation [None req-196354df-e51e-4666-840d-16027da02948 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:44 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:40:45.054 7 WARNING neutron.services.revisions.revision_plugin [None req-58ba09c4-a368-4bf6-80f3-e1dc582d0c30 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Could not find related network for resource to bump revision. 2026-07-30 21:40:45.073 7 INFO neutron.db.segments_db [None req-58ba09c4-a368-4bf6-80f3-e1dc582d0c30 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 6fa22c9b-cc18-4aca-84a8-c867ab03f853 of type flat for network dbddb516-3e25-4069-9544-ff9df535cec1 [pid: 7|app: 0|req: 12/26] 199.204.45.116 () {48 vars in 967 bytes} [Thu Jul 30 21:40:44 2026] POST /v2.0/networks => generated 706 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:40:46.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02be61bd-415d-4c8a-bb79-11267f0c5135 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:40:46 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:40:46 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:40:46.624 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05eb1e6a-6817-42fa-a97f-2df86fcf63e3 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.116 () {44 vars in 1034 bytes} [Thu Jul 30 21:40:46 2026] GET /v2.0/subnets/public-subnet?network_id=dbddb516-3e25-4069-9544-ff9df535cec1 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.116 () {44 vars in 1057 bytes} [Thu Jul 30 21:40:46 2026] GET /v2.0/subnets?name=public-subnet&network_id=dbddb516-3e25-4069-9544-ff9df535cec1 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.116 () {48 vars in 965 bytes} [Thu Jul 30 21:40:46 2026] POST /v2.0/subnets => generated 664 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:48:48.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee1a5267-bbf6-4e69-827b-e6d3c560e2bc 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/95] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:48:47 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:48:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:48:49.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36a724e9-f9df-4ada-81e8-9766a92e0241 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/97] 199.204.45.116 () {44 vars in 927 bytes} [Thu Jul 30 21:48:49 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:48:49 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:48:49.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7840ff59-045c-4ed1-acab-c256927da651 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/99] 199.204.45.116 () {44 vars in 1034 bytes} [Thu Jul 30 21:48:49 2026] GET /v2.0/subnets/public-subnet?network_id=dbddb516-3e25-4069-9544-ff9df535cec1 => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.116 () {44 vars in 1057 bytes} [Thu Jul 30 21:48:49 2026] GET /v2.0/subnets?name=public-subnet&network_id=dbddb516-3e25-4069-9544-ff9df535cec1 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.116 () {44 vars in 949 bytes} [Thu Jul 30 21:49:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 58/112] 10.0.0.187 () {32 vars in 649 bytes} [Thu Jul 30 21:49:50 2026] GET /v2.0/networks => generated 753 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/113] 10.0.0.187 () {32 vars in 655 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/floatingips => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 10.0.0.187 () {32 vars in 647 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 10.0.0.187 () {32 vars in 643 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/ports => generated 1256 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 10.0.0.187 () {32 vars in 647 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/subnets => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 10.0.0.187 () {32 vars in 649 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/networks => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 10.0.0.187 () {32 vars in 663 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/security-groups => generated 2917 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 10.0.0.187 () {32 vars in 655 bytes} [Thu Jul 30 21:49:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:03.345 7 INFO neutron.db.segments_db [None req-143f280b-78aa-40bb-a3f9-3ed73e176c9c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 7a8c1322-17e1-4c59-a43b-1d7a439a1454 of type vxlan for network a69a233b-3ce6-4237-8ac8-e7bacbdffa64 2026-07-30 21:50:03.379 8 INFO neutron.db.segments_db [None req-81f5cbae-155e-4bbe-b175-d0ad6338f395 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 of type vxlan for network 7446688d-75fe-4af1-8691-c340b6743965 [pid: 7|app: 0|req: 59/120] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:03 2026] POST /v2.0/networks => generated 726 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:03 2026] POST /v2.0/networks => generated 718 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:03.771 7 INFO neutron.db.segments_db [None req-972ace27-3938-4182-b222-9f623698f2b6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment d62a0a35-0f72-4e32-be97-8d000e867f6a of type vxlan for network 847f4f22-8711-427d-aadd-af9784d57b49 [pid: 8|app: 0|req: 63/122] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:03 2026] POST /v2.0/subnets => generated 692 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/123] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:03 2026] POST /v2.0/networks => generated 729 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/124] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:50:03 2026] GET /v2.0/security-groups?tenant_id=59e3c3367cf043939843fe235013dc4f&name=default => generated 2921 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 21:50:04.178 7 INFO neutron.db.segments_db [None req-ee5771b2-1a61-4264-81ba-1f78e1c9a950 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 8a6a3cb3-db79-4f17-86f2-7a015545ea42 of type vxlan for network 5c55018b-7485-4825-95e1-26c128467411 [pid: 8|app: 0|req: 64/125] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:03 2026] POST /v2.0/subnets => generated 684 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/126] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:04 2026] POST /v2.0/subnets => generated 695 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:04.596 7 INFO neutron.db.l3_hamode_db [None req-ee5771b2-1a61-4264-81ba-1f78e1c9a950 5a9f88decd554874afa9023f768b7089 5b958377d2b44690a8e4f9f25e8c3791 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 66/127] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:04 2026] DELETE /v2.0/security-groups/5f47b117-8188-4c8f-a4e9-c7638a650e44 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:04.672 8 INFO neutron.db.segments_db [None req-6adcf7be-cdbd-4b32-8fe6-d4b75e160bd0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment b63fafa2-e2bf-4b19-beb9-d468805eddc5 of type vxlan for network a00b8d8c-92c9-4d0b-b611-cf7d3e2f164f 2026-07-30 21:50:05.023 8 INFO neutron.db.l3_hamode_db [None req-6adcf7be-cdbd-4b32-8fe6-d4b75e160bd0 5a9f88decd554874afa9023f768b7089 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 21:50:05.705 7 INFO neutron.db.l3_hamode_db [None req-ee5771b2-1a61-4264-81ba-1f78e1c9a950 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 21:50:06.253 8 INFO neutron.db.l3_hamode_db [None req-6adcf7be-cdbd-4b32-8fe6-d4b75e160bd0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 62/128] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:04 2026] POST /v2.0/routers => generated 732 bytes in 2751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:06.931 7 INFO neutron.db.segments_db [None req-203616c8-35e2-476f-a517-c3348c903e8a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment fe39b919-233d-487c-ba95-9c133c00b4a9 of type vxlan for network 3b291829-47c3-414b-bd33-9febded460c1 2026-07-30 21:50:07.298 7 INFO neutron.db.l3_hamode_db [None req-203616c8-35e2-476f-a517-c3348c903e8a 5a9f88decd554874afa9023f768b7089 d4204c3365ad4006b5477fc747f982b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 67/129] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:04 2026] POST /v2.0/routers => generated 724 bytes in 3120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:08.034 8 INFO neutron.db.segments_db [None req-e5176498-97e2-4605-aa71-2626fc599f40 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 658d034a-ca61-451b-bf99-644c6efe54ca of type vxlan for network 97d0f1b9-20e2-4103-91a6-68d9ed38e98f [pid: 8|app: 0|req: 70/132] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:07 2026] POST /v2.0/networks => generated 732 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:08.580 7 INFO neutron.db.l3_hamode_db [None req-203616c8-35e2-476f-a517-c3348c903e8a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 71/133] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:08 2026] PUT /v2.0/routers/ba77c2cc-ddee-41f1-9323-a8d959d66995/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/134] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:06 2026] POST /v2.0/routers => generated 735 bytes in 2680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/135] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:09 2026] POST /v2.0/subnets => generated 698 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 72/136] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:09 2026] PUT /v2.0/routers/0b85389e-6e57-4de6-858a-40f9868ebb0b/add_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:10.325 8 INFO neutron.db.segments_db [None req-3e638854-0e5c-40e7-947b-2b94ff2537d3 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment cd498bfa-4f78-484b-b689-454afc734bae of type vxlan for network 4ae03b0e-7c51-44b2-b4cc-19902a6e3f23 2026-07-30 21:50:10.640 8 INFO neutron.db.l3_hamode_db [None req-3e638854-0e5c-40e7-947b-2b94ff2537d3 5a9f88decd554874afa9023f768b7089 d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 65/137] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:09 2026] PUT /v2.0/routers/11c58a22-7cbb-43f0-a0ae-92a493312187/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/138] 10.0.0.154 () {34 vars in 982 bytes} [Thu Jul 30 21:50:10 2026] GET /v2.0/networks?id=a69a233b-3ce6-4237-8ac8-e7bacbdffa64 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/139] 10.0.0.154 () {34 vars in 965 bytes} [Thu Jul 30 21:50:11 2026] GET /v2.0/quotas/5b958377d2b44690a8e4f9f25e8c3791 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/140] 10.0.0.187 () {34 vars in 685 bytes} [Thu Jul 30 21:50:11 2026] POST /v2.0/security-groups => generated 1658 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/141] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:11 2026] GET /v2.0/ports?tenant_id=5b958377d2b44690a8e4f9f25e8c3791&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:11.466 8 INFO neutron.db.l3_hamode_db [None req-3e638854-0e5c-40e7-947b-2b94ff2537d3 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 70/142] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/143] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/144] 10.0.0.187 () {34 vars in 676 bytes} [Thu Jul 30 21:50:11 2026] POST /v2.0/floatingips => generated 552 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/145] 10.0.0.154 () {34 vars in 907 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/extensions => generated 21537 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/146] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:10 2026] POST /v2.0/routers => generated 738 bytes in 2214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/147] 10.0.0.154 () {34 vars in 1008 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 74/148] 10.0.0.154 () {38 vars in 971 bytes} [Thu Jul 30 21:50:12 2026] POST /v2.0/security-groups => generated 1684 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/149] 10.0.0.154 () {34 vars in 1108 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/150] 10.0.0.154 () {34 vars in 1100 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1737704324&fields=id&tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/151] 10.0.0.154 () {34 vars in 982 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/networks?id=7446688d-75fe-4af1-8691-c340b6743965 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/152] 10.0.0.154 () {34 vars in 965 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/quotas/4317fedb6fd34f8d9a1ced6fb6da39a3 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/153] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/ports?tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/154] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:12 2026] GET /v2.0/security-groups/3f798d87-a9e1-4908-9ee3-e116bf764213 => generated 1684 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/155] 10.0.0.154 () {38 vars in 981 bytes} [Thu Jul 30 21:50:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/156] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/157] 10.0.0.154 () {34 vars in 907 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/158] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:12 2026] PUT /v2.0/routers/d0b49d58-9d96-47c6-a302-7f69c15a92fd/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/159] 10.0.0.154 () {38 vars in 971 bytes} [Thu Jul 30 21:50:13 2026] POST /v2.0/security-groups => generated 1685 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/160] 10.0.0.154 () {34 vars in 1008 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/161] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/security-groups/b395007d-8e55-45b2-9652-c8d175b34e15 => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/162] 10.0.0.154 () {34 vars in 1108 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/163] 10.0.0.154 () {38 vars in 981 bytes} [Thu Jul 30 21:50:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/164] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/security-groups/b395007d-8e55-45b2-9652-c8d175b34e15 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/165] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:13 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/166] 10.0.0.154 () {38 vars in 981 bytes} [Thu Jul 30 21:50:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/167] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:14 2026] GET /v2.0/security-groups/b395007d-8e55-45b2-9652-c8d175b34e15 => generated 2940 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/168] 10.0.0.154 () {34 vars in 1001 bytes} [Thu Jul 30 21:50:14 2026] GET /v2.0/security-group-rules/543f84b6-f9a3-4882-9ab1-3d2cf61fded0 => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/169] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:14 2026] GET /v2.0/security-groups/b395007d-8e55-45b2-9652-c8d175b34e15 => generated 2940 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/170] 10.0.0.154 () {36 vars in 1023 bytes} [Thu Jul 30 21:50:14 2026] DELETE /v2.0/security-group-rules/543f84b6-f9a3-4882-9ab1-3d2cf61fded0 => generated 0 bytes in 1144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 83/171] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:15 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/172] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:15 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/173] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:15 2026] GET /v2.0/security-groups/b395007d-8e55-45b2-9652-c8d175b34e15 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/174] 10.0.0.187 () {34 vars in 685 bytes} [Thu Jul 30 21:50:14 2026] POST /v2.0/security-groups => generated 1659 bytes in 1309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/175] 10.0.0.154 () {36 vars in 1013 bytes} [Thu Jul 30 21:50:15 2026] DELETE /v2.0/security-groups/b395007d-8e55-45b2-9652-c8d175b34e15 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/176] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:15 2026] GET /v2.0/security-groups/3f798d87-a9e1-4908-9ee3-e116bf764213 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/177] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 88/178] 10.0.0.154 () {36 vars in 1013 bytes} [Thu Jul 30 21:50:15 2026] DELETE /v2.0/security-groups/3f798d87-a9e1-4908-9ee3-e116bf764213 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/179] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:16.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddfcad88-c1a2-4568-9107-5c1676b0406b 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 96607f22-976d-4cc4-a129-8f06d0060eb6 2026-07-30 21:50:16.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddfcad88-c1a2-4568-9107-5c1676b0406b 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 96607f22-976d-4cc4-a129-8f06d0060eb6 [pid: 7|app: 0|req: 92/180] 10.0.0.187 () {34 vars in 676 bytes} [Thu Jul 30 21:50:15 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/181] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:16 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/182] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:16 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/183] 10.0.0.154 () {34 vars in 1098 bytes} [Thu Jul 30 21:50:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--396228941&fields=id&tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/184] 10.0.0.154 () {34 vars in 982 bytes} [Thu Jul 30 21:50:16 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 683 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/185] 10.0.0.154 () {34 vars in 965 bytes} [Thu Jul 30 21:50:16 2026] GET /v2.0/quotas/d9a271abdc7341ec9680e9a4b59b5ba8 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/186] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:16 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&fields=id => generated 103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/187] 10.0.0.154 () {34 vars in 1008 bytes} [Thu Jul 30 21:50:17 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/188] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:50:15 2026] PUT /v2.0/routers/11c58a22-7cbb-43f0-a0ae-92a493312187/remove_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/189] 10.0.0.154 () {34 vars in 1108 bytes} [Thu Jul 30 21:50:17 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/190] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:17 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:17.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-deb6d4f5-f285-4e02-ae14-6028c25ea677 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: d855ed95-26ed-4f61-9881-9bc9b13de5fb 2026-07-30 21:50:17.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deb6d4f5-f285-4e02-ae14-6028c25ea677 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: d855ed95-26ed-4f61-9881-9bc9b13de5fb 2026-07-30 21:50:17.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-deb6d4f5-f285-4e02-ae14-6028c25ea677 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 51ec86f3-798e-446a-92bf-3f6d2c8bdbb7 2026-07-30 21:50:17.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deb6d4f5-f285-4e02-ae14-6028c25ea677 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 51ec86f3-798e-446a-92bf-3f6d2c8bdbb7 [pid: 7|app: 0|req: 102/191] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:17 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:17.673 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-deb6d4f5-f285-4e02-ae14-6028c25ea677 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 103/192] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:17 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:18.180 8 INFO neutron.db.l3_hamode_db [None req-deb6d4f5-f285-4e02-ae14-6028c25ea677 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network 3b291829-47c3-414b-bd33-9febded460c1 was deleted as no HA routers are present in tenant d4204c3365ad4006b5477fc747f982b2. [pid: 8|app: 0|req: 90/193] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:17 2026] DELETE /v2.0/routers/11c58a22-7cbb-43f0-a0ae-92a493312187 => generated 0 bytes in 1099 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/194] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:18 2026] DELETE /v2.0/subnets/68541bc6-b51a-43c1-8df1-2dcd55f24daa => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/195] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:18 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:18.493 8 INFO neutron.services.segments.plugin [-] Segment fe39b919-233d-487c-ba95-9c133c00b4a9 resource provider aggregate not found 2026-07-30 21:50:18.498 8 INFO neutron.services.segments.plugin [-] Segment fe39b919-233d-487c-ba95-9c133c00b4a9 resource provider aggregate not found 2026-07-30 21:50:18.526 8 INFO neutron.services.segments.plugin [-] Segment fe39b919-233d-487c-ba95-9c133c00b4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe39b919-233d-487c-ba95-9c133c00b4a9 found for delete ", "request_id": "req-8302494a-502e-4381-a51b-4db8c5c8a87c"}]} 2026-07-30 21:50:18.526 8 INFO neutron.services.segments.plugin [-] Segment fe39b919-233d-487c-ba95-9c133c00b4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe39b919-233d-487c-ba95-9c133c00b4a9 found for delete ", "request_id": "req-d8c8bdb8-2c86-49ff-b55c-54fd0d6ba5c2"}]} [pid: 7|app: 0|req: 105/196] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:50:18 2026] DELETE /v2.0/networks/847f4f22-8711-427d-aadd-af9784d57b49 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/197] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:18 2026] GET /v2.0/networks?id=a69a233b-3ce6-4237-8ac8-e7bacbdffa64 => generated 677 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/198] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:18 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 94/199] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:18 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/200] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:50:18 2026] GET /v2.0/security-groups?tenant_id=d4204c3365ad4006b5477fc747f982b2&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/201] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:18 2026] DELETE /v2.0/security-groups/dfec3ec6-ace6-404c-90fe-018ee8e66bd4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:19.081 7 INFO neutron.services.segments.plugin [-] Segment d62a0a35-0f72-4e32-be97-8d000e867f6a resource provider aggregate not found 2026-07-30 21:50:19.090 7 INFO neutron.services.segments.plugin [-] Segment d62a0a35-0f72-4e32-be97-8d000e867f6a resource provider aggregate not found 2026-07-30 21:50:19.101 7 INFO neutron.services.segments.plugin [-] Segment d62a0a35-0f72-4e32-be97-8d000e867f6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d62a0a35-0f72-4e32-be97-8d000e867f6a found for delete ", "request_id": "req-22edbffd-9531-4d60-b833-26096a08c734"}]} 2026-07-30 21:50:19.109 7 INFO neutron.services.segments.plugin [-] Segment d62a0a35-0f72-4e32-be97-8d000e867f6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d62a0a35-0f72-4e32-be97-8d000e867f6a found for delete ", "request_id": "req-2db579e5-8816-4e51-a8fb-4496b41950b9"}]} [pid: 7|app: 0|req: 106/202] 199.204.45.116 () {38 vars in 955 bytes} [Thu Jul 30 21:50:18 2026] POST /v2.0/ports => generated 954 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/203] 199.204.45.116 () {34 vars in 911 bytes} [Thu Jul 30 21:50:19 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 107/204] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:19 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/205] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:19 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 957 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/206] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:19 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/207] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:19 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/208] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:50:19 2026] PUT /v2.0/ports/c7907dcc-96cd-416b-8d47-b5126112a533 => generated 1235 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 100/211] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:20 2026] GET /v2.0/networks?id=7446688d-75fe-4af1-8691-c340b6743965 => generated 669 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/212] 199.204.45.116 () {34 vars in 1050 bytes} [Thu Jul 30 21:50:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/213] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:20 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:20.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a073115-ecb5-4a13-b474-3b74fa57d312'] response: {'name': 'network-changed', 'server_uuid': '35584095-e8e8-4c7b-bcfb-89e410f8987c', 'tag': 'c7907dcc-96cd-416b-8d47-b5126112a533', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 101/214] 199.204.45.116 () {38 vars in 955 bytes} [Thu Jul 30 21:50:20 2026] POST /v2.0/ports => generated 954 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 102/215] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/216] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:21.371 7 INFO neutron.db.segments_db [None req-31c206dc-920b-47b0-bc07-a5f2b416c3cd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment eb0d3f4f-c2dd-4226-a901-43f02d800ab8 of type vxlan for network 60fe1df3-f230-4cb2-a8b7-640d2b827d71 [pid: 7|app: 0|req: 114/217] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:21 2026] POST /v2.0/networks => generated 726 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/218] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/219] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/220] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:50:21 2026] PUT /v2.0/ports/41df1268-804c-4909-9a53-ec2408fd7f90 => generated 1235 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 117/221] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/ports?tenant_id=5b958377d2b44690a8e4f9f25e8c3791&device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/222] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c7907dcc-96cd-416b-8d47-b5126112a533 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/223] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/224] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/subnets?id=fd6c2dab-b228-47b8-87ec-aa35c96c1132 => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/225] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/ports?network_id=a69a233b-3ce6-4237-8ac8-e7bacbdffa64&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/226] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/227] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:21 2026] GET /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/228] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:21 2026] POST /v2.0/subnets => generated 692 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:21.992 7 INFO neutron.db.segments_db [None req-a6f4ecc3-0e1b-4970-8e07-7c89c88980dd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 42466198-fa4f-4b27-9b79-a1c475ea6173 of type vxlan for network bc653b23-9222-4798-9de6-e28826098110 2026-07-30 21:50:22.330 7 INFO neutron.db.l3_hamode_db [None req-a6f4ecc3-0e1b-4970-8e07-7c89c88980dd 5a9f88decd554874afa9023f768b7089 4483b765687146ddb9a8555005a1404d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 106/229] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:22 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 683 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/230] 199.204.45.116 () {34 vars in 1050 bytes} [Thu Jul 30 21:50:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/231] 199.204.45.116 () {38 vars in 955 bytes} [Thu Jul 30 21:50:22 2026] POST /v2.0/ports => generated 954 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 109/232] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/ports?tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3&device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/233] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/234] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/235] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/ports?tenant_id=5b958377d2b44690a8e4f9f25e8c3791&device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/236] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:50:23 2026] PUT /v2.0/ports/b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 1235 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 114/237] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=41df1268-804c-4909-9a53-ec2408fd7f90 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/238] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/239] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:23.821 7 INFO neutron.db.l3_hamode_db [None req-a6f4ecc3-0e1b-4970-8e07-7c89c88980dd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 117/240] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/networks?id=a69a233b-3ce6-4237-8ac8-e7bacbdffa64 => generated 773 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:23.886 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df5f006f-aaf2-450a-860c-f904c6f47737'] response: {'name': 'network-changed', 'server_uuid': '902f8a06-4776-403d-9c9e-65f252d094ff', 'tag': '41df1268-804c-4909-9a53-ec2408fd7f90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 118/241] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/subnets?id=faf7b7e8-6260-4e06-bbac-2446592156f4 => generated 687 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/243] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=c7907dcc-96cd-416b-8d47-b5126112a533 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/244] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/ports?network_id=7446688d-75fe-4af1-8691-c340b6743965&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:23 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/subnets?id=fd6c2dab-b228-47b8-87ec-aa35c96c1132 => generated 695 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/248] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/ports?network_id=a69a233b-3ce6-4237-8ac8-e7bacbdffa64&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/249] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/250] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/251] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/252] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/253] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/254] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/255] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/256] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/257] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:21 2026] POST /v2.0/routers => generated 732 bytes in 3011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/258] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/259] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/260] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/261] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:24 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/262] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/263] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/264] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/ports?tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3&device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/265] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/266] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/networks?id=7446688d-75fe-4af1-8691-c340b6743965 => generated 765 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/267] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=41df1268-804c-4909-9a53-ec2408fd7f90 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/subnets?id=faf7b7e8-6260-4e06-bbac-2446592156f4 => generated 687 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/269] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/ports?network_id=7446688d-75fe-4af1-8691-c340b6743965&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/270] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/271] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:25 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:25.925 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-508d7853-d3a0-4f0a-b690-0b94ed6751dc'] response: {'name': 'network-changed', 'server_uuid': 'f242b847-4b83-44a7-9a79-8d65810673e9', 'tag': 'b0bc5cb5-4739-4bb3-8ef0-0d307b20996c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 137/272] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/273] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/274] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:24 2026] PUT /v2.0/routers/b08e9826-557f-4a86-a438-d68d5f8dd2d9/add_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/275] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/276] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/277] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/278] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/279] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/280] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 779 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/281] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/282] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/283] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/284] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/285] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:26 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/286] 10.0.0.154 () {38 vars in 971 bytes} [Thu Jul 30 21:50:26 2026] POST /v2.0/security-groups => generated 1680 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/287] 10.0.0.154 () {38 vars in 971 bytes} [Thu Jul 30 21:50:26 2026] POST /v2.0/security-groups => generated 1680 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/288] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/289] 10.0.0.154 () {38 vars in 971 bytes} [Thu Jul 30 21:50:27 2026] POST /v2.0/security-groups => generated 1681 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/290] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/291] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups?tenant_id=4483b765687146ddb9a8555005a1404d => generated 7906 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/292] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/293] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/294] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups/5638b055-e75d-4214-926f-74fb2985eae0 => generated 2922 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/295] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups/5638b055-e75d-4214-926f-74fb2985eae0 => generated 2922 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/296] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/297] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/298] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups/a937c0cf-4067-40fa-a20b-d0d9b9a0868e => generated 1680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/299] 10.0.0.154 () {36 vars in 1013 bytes} [Thu Jul 30 21:50:27 2026] DELETE /v2.0/security-groups/a937c0cf-4067-40fa-a20b-d0d9b9a0868e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:27.958 8 INFO neutron.api.v2.resource [req-f68a4321-90b8-4956-90b5-2452b825c75f req-bc951563-8e9d-403f-88de-7eee8cdd58be 17b3ac537fe747a3b04cc405f7e5dcc9 4483b765687146ddb9a8555005a1404d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 151/300] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups/a937c0cf-4067-40fa-a20b-d0d9b9a0868e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/301] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:27 2026] GET /v2.0/security-groups/fcd5d1e3-f78b-4fd3-9d63-b1d5e62993f0 => generated 1680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/302] 10.0.0.154 () {36 vars in 1013 bytes} [Thu Jul 30 21:50:28 2026] DELETE /v2.0/security-groups/fcd5d1e3-f78b-4fd3-9d63-b1d5e62993f0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:28.193 7 INFO neutron.api.v2.resource [req-89bd8f46-c6f7-4bfc-bfe1-031c33748123 req-fe6edab8-9f3a-46b3-abbb-9e27fbc578fb 17b3ac537fe747a3b04cc405f7e5dcc9 4483b765687146ddb9a8555005a1404d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 151/303] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/fcd5d1e3-f78b-4fd3-9d63-b1d5e62993f0 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/304] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/a695eeee-0dd5-4409-a862-579513e4855f => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/305] 10.0.0.154 () {36 vars in 1013 bytes} [Thu Jul 30 21:50:28 2026] DELETE /v2.0/security-groups/a695eeee-0dd5-4409-a862-579513e4855f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:28.431 8 INFO neutron.api.v2.resource [req-a90bc357-9ef4-47ff-aba1-ad2a7f37ffb2 req-f72683e9-1020-4025-b692-e648f4278536 17b3ac537fe747a3b04cc405f7e5dcc9 4483b765687146ddb9a8555005a1404d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 154/306] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/a695eeee-0dd5-4409-a862-579513e4855f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/307] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups?tenant_id=4483b765687146ddb9a8555005a1404d => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/308] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/5638b055-e75d-4214-926f-74fb2985eae0 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/309] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/5638b055-e75d-4214-926f-74fb2985eae0 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/310] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:28.619 7 INFO neutron.api.v2.resource [req-8dd4c6d5-7642-4c14-9737-ad6884c48183 req-3e012780-cbbb-48be-8500-413af199b2ab 17b3ac537fe747a3b04cc405f7e5dcc9 4483b765687146ddb9a8555005a1404d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 155/311] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/a695eeee-0dd5-4409-a862-579513e4855f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/312] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:28.649 7 INFO neutron.api.v2.resource [req-9f821121-302e-43fd-ae45-eb5e46208b3e req-411b6e66-bb52-42c4-83dd-e0cf90b09505 17b3ac537fe747a3b04cc405f7e5dcc9 4483b765687146ddb9a8555005a1404d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 156/313] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/fcd5d1e3-f78b-4fd3-9d63-b1d5e62993f0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:50:28.680 8 INFO neutron.api.v2.resource [req-21c9ff86-dc67-4949-aab6-c3d5f69e5955 req-f363415f-0bf0-47a8-a7ce-f78d71abb108 17b3ac537fe747a3b04cc405f7e5dcc9 4483b765687146ddb9a8555005a1404d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 158/314] 10.0.0.154 () {34 vars in 991 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups/a937c0cf-4067-40fa-a20b-d0d9b9a0868e => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/315] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/316] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/317] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/318] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:28 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:29.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9273d41-ad37-444e-820e-84a2d3d0ee97 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: bbd1cfc5-d2f2-4a5c-9b45-41c230412eef 2026-07-30 21:50:29.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9273d41-ad37-444e-820e-84a2d3d0ee97 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: bbd1cfc5-d2f2-4a5c-9b45-41c230412eef [pid: 8|app: 0|req: 159/319] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:50:28 2026] PUT /v2.0/routers/b08e9826-557f-4a86-a438-d68d5f8dd2d9/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:29.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd644d75-4210-4ee4-9605-d4a022277063 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 037f9ac9-c6ad-4092-b817-ff9ea561e4b6 2026-07-30 21:50:29.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd644d75-4210-4ee4-9605-d4a022277063 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 037f9ac9-c6ad-4092-b817-ff9ea561e4b6 [pid: 8|app: 0|req: 160/320] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:29 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/321] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:29 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/322] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:29 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/323] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:29 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:30.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd644d75-4210-4ee4-9605-d4a022277063 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 0f0fe582-08a3-496a-b21d-24b06f4f7f3d 2026-07-30 21:50:30.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd644d75-4210-4ee4-9605-d4a022277063 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 0f0fe582-08a3-496a-b21d-24b06f4f7f3d [pid: 8|app: 0|req: 164/324] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:29 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:30.128 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-dd644d75-4210-4ee4-9605-d4a022277063 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 165/325] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:30 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:30.623 7 INFO neutron.services.segments.plugin [-] Segment 42466198-fa4f-4b27-9b79-a1c475ea6173 resource provider aggregate not found 2026-07-30 21:50:30.625 7 INFO neutron.services.segments.plugin [-] Segment 42466198-fa4f-4b27-9b79-a1c475ea6173 resource provider aggregate not found 2026-07-30 21:50:30.647 7 INFO neutron.services.segments.plugin [-] Segment 42466198-fa4f-4b27-9b79-a1c475ea6173 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42466198-fa4f-4b27-9b79-a1c475ea6173 found for delete ", "request_id": "req-608a6d87-38c6-4942-a673-1d9d93dd6bfc"}]} 2026-07-30 21:50:30.651 7 INFO neutron.services.segments.plugin [-] Segment 42466198-fa4f-4b27-9b79-a1c475ea6173 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42466198-fa4f-4b27-9b79-a1c475ea6173 found for delete ", "request_id": "req-d30fc9bb-cbd3-4188-8c7d-3b08144f05f0"}]} 2026-07-30 21:50:30.688 7 INFO neutron.db.l3_hamode_db [None req-dd644d75-4210-4ee4-9605-d4a022277063 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network bc653b23-9222-4798-9de6-e28826098110 was deleted as no HA routers are present in tenant 4483b765687146ddb9a8555005a1404d. [pid: 7|app: 0|req: 161/326] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:29 2026] DELETE /v2.0/routers/b08e9826-557f-4a86-a438-d68d5f8dd2d9 => generated 0 bytes in 1173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/327] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:30 2026] DELETE /v2.0/subnets/4afd2904-d85e-4ad1-b91c-45d94e33f211 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/328] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:30 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/329] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:30 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:30.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-8703224c-73a4-43c4-8c96-9839717afbb1 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: f02d83ed-0942-4837-b5dc-b81b6a666a14 2026-07-30 21:50:30.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8703224c-73a4-43c4-8c96-9839717afbb1 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: f02d83ed-0942-4837-b5dc-b81b6a666a14 [pid: 7|app: 0|req: 164/330] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:31 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/331] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:31 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:31.220 8 INFO neutron.services.segments.plugin [-] Segment eb0d3f4f-c2dd-4226-a901-43f02d800ab8 resource provider aggregate not found 2026-07-30 21:50:31.232 8 INFO neutron.services.segments.plugin [-] Segment eb0d3f4f-c2dd-4226-a901-43f02d800ab8 resource provider aggregate not found 2026-07-30 21:50:31.246 8 INFO neutron.services.segments.plugin [-] Segment eb0d3f4f-c2dd-4226-a901-43f02d800ab8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb0d3f4f-c2dd-4226-a901-43f02d800ab8 found for delete ", "request_id": "req-9c2784d4-590c-4738-bdb8-36103a2d3742"}]} 2026-07-30 21:50:31.248 8 INFO neutron.services.segments.plugin [-] Segment eb0d3f4f-c2dd-4226-a901-43f02d800ab8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb0d3f4f-c2dd-4226-a901-43f02d800ab8 found for delete ", "request_id": "req-3b9d8962-0f73-48b2-bcc7-de9be91c1b68"}]} [pid: 8|app: 0|req: 167/332] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:50:30 2026] DELETE /v2.0/networks/60fe1df3-f230-4cb2-a8b7-640d2b827d71 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/333] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:31 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/334] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:31 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/335] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:50:31 2026] GET /v2.0/security-groups?tenant_id=4483b765687146ddb9a8555005a1404d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/336] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:31 2026] DELETE /v2.0/security-groups/5638b055-e75d-4214-926f-74fb2985eae0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/337] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/338] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/339] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/340] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/341] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/342] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/343] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/344] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:32 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/345] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:33 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/346] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:33 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:33 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/348] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:33 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/349] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:33 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/350] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:33 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:33.939 8 INFO neutron.db.segments_db [None req-0c8f22b1-e9fa-4724-9f96-44c1642c6b10 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment bdd5583b-c28c-480f-ba98-839939de646f of type vxlan for network 80da2ea7-8172-41e7-8147-481a07fc5e8a [pid: 8|app: 0|req: 175/351] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:33 2026] POST /v2.0/networks => generated 724 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/352] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:34 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:34.324 7 INFO neutron.db.l3_db [None req-0a5d26b7-76c0-4c84-9a65-68a49d5284c6 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] Floating IP f9229e7c-c5d7-408b-b19c-34327379b56d associated. External IP: 10.96.250.207, port: b0bc5cb5-4739-4bb3-8ef0-0d307b20996c. [pid: 8|app: 0|req: 177/353] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:34 2026] POST /v2.0/subnets => generated 690 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:34.606 8 INFO neutron.db.segments_db [None req-baf21f32-8643-4f66-95a2-4b3b906e774c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment acdbfd41-2f15-46f6-99f9-ae64457cd6a8 of type vxlan for network dba58f5c-51de-4372-8095-a2dc4c0fff06 [pid: 7|app: 0|req: 177/354] 10.0.0.187 () {34 vars in 749 bytes} [Thu Jul 30 21:50:33 2026] PUT /v2.0/floatingips/f9229e7c-c5d7-408b-b19c-34327379b56d => generated 855 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:34 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/356] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:34 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:34 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:34 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/359] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:34 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:35.012 8 INFO neutron.db.l3_hamode_db [None req-baf21f32-8643-4f66-95a2-4b3b906e774c 5a9f88decd554874afa9023f768b7089 d7bb4ebd20d14597abc646f12516b04c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 21:50:35.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f201a7a5-fb29-44b5-899a-558cb3037f9f'] response: {'name': 'network-changed', 'server_uuid': 'f242b847-4b83-44a7-9a79-8d65810673e9', 'tag': 'b0bc5cb5-4739-4bb3-8ef0-0d307b20996c', 'status': 'completed', 'code': 200} 2026-07-30 21:50:35.161 7 INFO neutron.db.l3_db [None req-c35ac96c-9679-44c6-bda4-2d1ca0449630 f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] Floating IP d5d85034-caef-4f55-a13a-d3316b1a1b7f associated. External IP: 10.96.250.218, port: 41df1268-804c-4909-9a53-ec2408fd7f90. [pid: 7|app: 0|req: 183/360] 10.0.0.187 () {34 vars in 749 bytes} [Thu Jul 30 21:50:34 2026] PUT /v2.0/floatingips/d5d85034-caef-4f55-a13a-d3316b1a1b7f => generated 855 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/361] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/362] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:35.641 7 INFO neutron_taas.services.taas.taas_plugin [req-7268de13-90ec-405b-bb4e-5d4b674c606f req-f93140d7-b059-4ffb-972e-ff390f793b3d 6bd1a3845afd42c3aadfae523dafc399 5b958377d2b44690a8e4f9f25e8c3791 - - default default] TaaS: Handle Delete Port: c7907dcc-96cd-416b-8d47-b5126112a533 2026-07-30 21:50:35.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7268de13-90ec-405b-bb4e-5d4b674c606f req-f93140d7-b059-4ffb-972e-ff390f793b3d 6bd1a3845afd42c3aadfae523dafc399 5b958377d2b44690a8e4f9f25e8c3791 - - default default] Tap Mirror: Handle Delete Port: c7907dcc-96cd-416b-8d47-b5126112a533 [pid: 7|app: 0|req: 188/365] 199.204.45.116 () {36 vars in 997 bytes} [Thu Jul 30 21:50:35 2026] DELETE /v2.0/ports/c7907dcc-96cd-416b-8d47-b5126112a533 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/366] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/367] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/security-groups?id=1bf05bd8-e370-4785-9cc8-a3a4d7677811&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/368] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/369] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/370] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/371] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/372] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/373] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/374] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/375] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:36.259 8 INFO neutron.db.l3_hamode_db [None req-baf21f32-8643-4f66-95a2-4b3b906e774c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 199/376] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/377] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/378] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:36 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:37.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8d6aae1-55b3-4fb8-8330-d62801c1b387'] response: {'name': 'network-changed', 'server_uuid': '902f8a06-4776-403d-9c9e-65f252d094ff', 'tag': '41df1268-804c-4909-9a53-ec2408fd7f90', 'status': 'completed', 'code': 200} 2026-07-30 21:50:37.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8d6aae1-55b3-4fb8-8330-d62801c1b387'] response: {'server_uuid': '35584095-e8e8-4c7b-bcfb-89e410f8987c', 'name': 'network-vif-deleted', 'tag': 'c7907dcc-96cd-416b-8d47-b5126112a533', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 178/379] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:34 2026] POST /v2.0/routers => generated 730 bytes in 2996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/380] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/ports?tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3&device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/381] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/networks?id=7446688d-75fe-4af1-8691-c340b6743965 => generated 765 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/382] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/383] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=41df1268-804c-4909-9a53-ec2408fd7f90 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/384] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/385] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/subnets?id=faf7b7e8-6260-4e06-bbac-2446592156f4 => generated 687 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/386] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/ports?network_id=7446688d-75fe-4af1-8691-c340b6743965&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/387] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/388] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:37 2026] GET /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/389] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:38 2026] GET /v2.0/ports?device_id=35584095-e8e8-4c7b-bcfb-89e410f8987c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/390] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:37 2026] PUT /v2.0/routers/a01d8302-b296-493a-a0cd-cc69fa378b20/add_router_interface => generated 309 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/391] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:50:38 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/392] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:38 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/393] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:38 2026] GET /v2.0/security-groups?id=4b844140-cae5-4f8e-ae85-d65268187608&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:39.121 8 INFO neutron_taas.services.taas.taas_plugin [req-d0f02179-6683-415e-91f6-bfd7ce249d7f req-a0fb8cae-b6df-4179-87d5-731026f63b3c f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] TaaS: Handle Delete Port: 41df1268-804c-4909-9a53-ec2408fd7f90 2026-07-30 21:50:39.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d0f02179-6683-415e-91f6-bfd7ce249d7f req-a0fb8cae-b6df-4179-87d5-731026f63b3c f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] Tap Mirror: Handle Delete Port: 41df1268-804c-4909-9a53-ec2408fd7f90 2026-07-30 21:50:39.348 8 INFO neutron.db.l3_db [req-d0f02179-6683-415e-91f6-bfd7ce249d7f req-a0fb8cae-b6df-4179-87d5-731026f63b3c f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] Floating IP d5d85034-caef-4f55-a13a-d3316b1a1b7f disassociated. External IP: 10.96.250.218, port: 41df1268-804c-4909-9a53-ec2408fd7f90. [pid: 8|app: 0|req: 190/394] 199.204.45.116 () {36 vars in 997 bytes} [Thu Jul 30 21:50:38 2026] DELETE /v2.0/ports/41df1268-804c-4909-9a53-ec2408fd7f90 => generated 0 bytes in 736 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:50:39.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83ce74a8-9d55-4bcb-9f7e-45ea32b3742f'] response: {'server_uuid': '902f8a06-4776-403d-9c9e-65f252d094ff', 'name': 'network-vif-deleted', 'tag': '41df1268-804c-4909-9a53-ec2408fd7f90', 'status': 'completed', 'code': 200} 2026-07-30 21:50:39.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-d377b4bf-ffbe-48a0-9dce-b4ea2394a40c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 4b8a20c6-6847-4e63-b9af-4c8cfeba7812 2026-07-30 21:50:39.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d377b4bf-ffbe-48a0-9dce-b4ea2394a40c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 4b8a20c6-6847-4e63-b9af-4c8cfeba7812 [pid: 8|app: 0|req: 191/395] 10.0.0.187 () {34 vars in 685 bytes} [Thu Jul 30 21:50:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/396] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/397] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/398] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:40 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/399] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:50:39 2026] PUT /v2.0/routers/ba77c2cc-ddee-41f1-9323-a8d959d66995/remove_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:40.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2bf0fad-4b9e-4537-a49d-3552af1b5a4a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 602d7698-8271-48cf-8657-927012345267 2026-07-30 21:50:40.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2bf0fad-4b9e-4537-a49d-3552af1b5a4a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 602d7698-8271-48cf-8657-927012345267 2026-07-30 21:50:40.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2bf0fad-4b9e-4537-a49d-3552af1b5a4a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: c3eb7777-bddf-48a8-8bca-58b47ca9b7ef 2026-07-30 21:50:40.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2bf0fad-4b9e-4537-a49d-3552af1b5a4a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: c3eb7777-bddf-48a8-8bca-58b47ca9b7ef [pid: 8|app: 0|req: 195/400] 10.0.0.187 () {34 vars in 676 bytes} [Thu Jul 30 21:50:40 2026] POST /v2.0/floatingips => generated 552 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:41.332 7 INFO neutron.services.segments.plugin [-] Segment 8a6a3cb3-db79-4f17-86f2-7a015545ea42 resource provider aggregate not found 2026-07-30 21:50:41.340 7 INFO neutron.services.segments.plugin [-] Segment 8a6a3cb3-db79-4f17-86f2-7a015545ea42 resource provider aggregate not found 2026-07-30 21:50:41.351 7 INFO neutron.services.segments.plugin [-] Segment 8a6a3cb3-db79-4f17-86f2-7a015545ea42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6a3cb3-db79-4f17-86f2-7a015545ea42 found for delete ", "request_id": "req-8e335e66-dd6d-4095-9f50-f8577fdb1821"}]} 2026-07-30 21:50:41.359 7 INFO neutron.services.segments.plugin [-] Segment 8a6a3cb3-db79-4f17-86f2-7a015545ea42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6a3cb3-db79-4f17-86f2-7a015545ea42 found for delete ", "request_id": "req-2fd14cbd-9ae7-4181-99ea-d6f869f15bbf"}]} 2026-07-30 21:50:41.386 7 INFO neutron.db.l3_hamode_db [None req-d2bf0fad-4b9e-4537-a49d-3552af1b5a4a 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network 5c55018b-7485-4825-95e1-26c128467411 was deleted as no HA routers are present in tenant 5b958377d2b44690a8e4f9f25e8c3791. [pid: 7|app: 0|req: 206/401] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:40 2026] DELETE /v2.0/routers/ba77c2cc-ddee-41f1-9323-a8d959d66995 => generated 0 bytes in 1042 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/402] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/403] 10.0.0.154 () {34 vars in 1100 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2132789312&fields=id&tenant_id=d7bb4ebd20d14597abc646f12516b04c => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/404] 10.0.0.154 () {34 vars in 982 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/networks?id=80da2ea7-8172-41e7-8147-481a07fc5e8a => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/405] 10.0.0.154 () {34 vars in 965 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/quotas/d7bb4ebd20d14597abc646f12516b04c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/406] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/ports?tenant_id=d7bb4ebd20d14597abc646f12516b04c&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/407] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:41 2026] DELETE /v2.0/subnets/fd6c2dab-b228-47b8-87ec-aa35c96c1132 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/408] 10.0.0.154 () {34 vars in 1008 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/409] 10.0.0.154 () {34 vars in 1108 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:41.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-6539b5d4-3c1d-46a3-bfc4-3705ba4a4308 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: c590ee4d-9108-407c-be7c-a0b5a044ab7a 2026-07-30 21:50:41.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6539b5d4-3c1d-46a3-bfc4-3705ba4a4308 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: c590ee4d-9108-407c-be7c-a0b5a044ab7a [pid: 8|app: 0|req: 203/410] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:41 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:50:41 2026] DELETE /v2.0/networks/a69a233b-3ce6-4237-8ac8-e7bacbdffa64 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:50:42 2026] GET /v2.0/security-groups?tenant_id=5b958377d2b44690a8e4f9f25e8c3791&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:42 2026] DELETE /v2.0/security-groups/1bf05bd8-e370-4785-9cc8-a3a4d7677811 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:42 2026] GET /v2.0/ports?device_id=902f8a06-4776-403d-9c9e-65f252d094ff => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:42 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:43.373 7 INFO neutron.services.segments.plugin [-] Segment 7a8c1322-17e1-4c59-a43b-1d7a439a1454 resource provider aggregate not found 2026-07-30 21:50:43.378 7 INFO neutron.services.segments.plugin [-] Segment 7a8c1322-17e1-4c59-a43b-1d7a439a1454 resource provider aggregate not found 2026-07-30 21:50:43.389 7 INFO neutron.services.segments.plugin [-] Segment 7a8c1322-17e1-4c59-a43b-1d7a439a1454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a8c1322-17e1-4c59-a43b-1d7a439a1454 found for delete ", "request_id": "req-ace5bf68-cdf1-4989-a546-0acfb7f03a99"}]} 2026-07-30 21:50:43.394 7 INFO neutron.services.segments.plugin [-] Segment 7a8c1322-17e1-4c59-a43b-1d7a439a1454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a8c1322-17e1-4c59-a43b-1d7a439a1454 found for delete ", "request_id": "req-ed7b9fd4-b1ea-4b9e-9b1f-7519ed6dc25f"}]} [pid: 8|app: 0|req: 206/416] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:43 2026] DELETE /v2.0/security-groups/4b844140-cae5-4f8e-ae85-d65268187608 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:43.803 7 INFO neutron.api.v2.resource [None req-e46c1df3-931f-4119-adf4-1df4884f7a2c f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 211/417] 10.0.0.187 () {32 vars in 737 bytes} [Thu Jul 30 21:50:43 2026] GET /v2.0/security-groups/4b844140-cae5-4f8e-ae85-d65268187608 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:50:43.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-a36507aa-258c-4a27-ab78-110fd27a9709 f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] TaaS: Handle Delete Port: 7c2b85c1-c61a-47e8-952a-bee71b709b4a 2026-07-30 21:50:43.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a36507aa-258c-4a27-ab78-110fd27a9709 f31898b1fcb74b10981cd85ee7f93963 4317fedb6fd34f8d9a1ced6fb6da39a3 - - default default] Tap Mirror: Handle Delete Port: 7c2b85c1-c61a-47e8-952a-bee71b709b4a [pid: 8|app: 0|req: 207/418] 10.0.0.187 () {32 vars in 732 bytes} [Thu Jul 30 21:50:43 2026] DELETE /v2.0/floatingips/d5d85034-caef-4f55-a13a-d3316b1a1b7f => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:44 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:44.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d724bd2-bfa6-43c5-a5fe-848bd81b5846 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 31496624-c08c-47f5-841e-c43979107ab7 2026-07-30 21:50:44.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d724bd2-bfa6-43c5-a5fe-848bd81b5846 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 31496624-c08c-47f5-841e-c43979107ab7 [pid: 8|app: 0|req: 208/420] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:50:44 2026] PUT /v2.0/routers/0b85389e-6e57-4de6-858a-40f9868ebb0b/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/421] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:45 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:50:45.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea57388a-135e-4883-b964-cec84ffd34e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 2a5bf65f-b488-4a82-a38a-50505c1dcd4e 2026-07-30 21:50:45.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea57388a-135e-4883-b964-cec84ffd34e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 2a5bf65f-b488-4a82-a38a-50505c1dcd4e 2026-07-30 21:50:45.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea57388a-135e-4883-b964-cec84ffd34e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 6c1759e0-dd24-4f4d-bda3-90a0d4af1478 2026-07-30 21:50:45.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea57388a-135e-4883-b964-cec84ffd34e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 6c1759e0-dd24-4f4d-bda3-90a0d4af1478 [pid: 8|app: 0|req: 210/422] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:50:45 2026] GET /v2.0/security-groups?tenant_id=64dc687cf0bc43aea31ea7b3bec19229&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/423] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:45 2026] DELETE /v2.0/security-groups/24579d86-7e41-481f-8277-7eab064cb02b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:50:45.853 7 INFO neutron.services.segments.plugin [-] Segment b63fafa2-e2bf-4b19-beb9-d468805eddc5 resource provider aggregate not found 2026-07-30 21:50:45.864 7 INFO neutron.services.segments.plugin [-] Segment b63fafa2-e2bf-4b19-beb9-d468805eddc5 resource provider aggregate not found 2026-07-30 21:50:45.870 7 INFO neutron.services.segments.plugin [-] Segment b63fafa2-e2bf-4b19-beb9-d468805eddc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b63fafa2-e2bf-4b19-beb9-d468805eddc5 found for delete ", "request_id": "req-748bbfbe-f543-4ae4-8a2a-d4c83415f583"}]} 2026-07-30 21:50:45.882 7 INFO neutron.services.segments.plugin [-] Segment b63fafa2-e2bf-4b19-beb9-d468805eddc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b63fafa2-e2bf-4b19-beb9-d468805eddc5 found for delete ", "request_id": "req-95d89faf-121f-4b48-b176-43c628739910"}]} 2026-07-30 21:50:45.906 7 INFO neutron.db.l3_hamode_db [None req-ea57388a-135e-4883-b964-cec84ffd34e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network a00b8d8c-92c9-4d0b-b611-cf7d3e2f164f was deleted as no HA routers are present in tenant 4317fedb6fd34f8d9a1ced6fb6da39a3. [pid: 7|app: 0|req: 213/424] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:45 2026] DELETE /v2.0/routers/0b85389e-6e57-4de6-858a-40f9868ebb0b => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:50:45 2026] DELETE /v2.0/subnets/faf7b7e8-6260-4e06-bbac-2446592156f4 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:50:46.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-991c1a69-e6e3-4fe6-b421-f71018c405cf 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 7d9f71c3-3d56-41ee-9bf2-824cfec7bc1e 2026-07-30 21:50:46.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991c1a69-e6e3-4fe6-b421-f71018c405cf 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 7d9f71c3-3d56-41ee-9bf2-824cfec7bc1e [pid: 8|app: 0|req: 213/426] 10.0.0.229 () {34 vars in 990 bytes} [Thu Jul 30 21:50:46 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1240 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:46 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:50:46 2026] DELETE /v2.0/networks/7446688d-75fe-4af1-8691-c340b6743965 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/429] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:46 2026] GET /v2.0/networks?id=80da2ea7-8172-41e7-8147-481a07fc5e8a => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 199.204.45.116 () {34 vars in 1050 bytes} [Thu Jul 30 21:50:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7bb4ebd20d14597abc646f12516b04c => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:46 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:50:46 2026] GET /v2.0/security-groups?tenant_id=4317fedb6fd34f8d9a1ced6fb6da39a3&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:50:46 2026] DELETE /v2.0/security-groups/cd754fbd-6e6f-4711-9f1a-4ae23ed854eb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 199.204.45.116 () {38 vars in 955 bytes} [Thu Jul 30 21:50:46 2026] POST /v2.0/ports => generated 954 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:50:46 2026] PUT /v2.0/ports/dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd => generated 1235 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 21:50:47.557 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1b282ea-40ee-4618-b148-591e840a77fd'] response: {'name': 'network-changed', 'server_uuid': '98a84e45-5390-4de9-bdd0-304eb02733f9', 'tag': 'dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 218/436] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:47 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 219/437] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:47 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:47.888 7 INFO neutron.services.segments.plugin [-] Segment 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 resource provider aggregate not found 2026-07-30 21:50:47.902 7 INFO neutron.services.segments.plugin [-] Segment 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 found for delete ", "request_id": "req-8629aa59-20de-4b6b-96bf-e2c3efd302ba"}]} 2026-07-30 21:50:47.907 7 INFO neutron.services.segments.plugin [-] Segment 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 resource provider aggregate not found 2026-07-30 21:50:47.923 7 INFO neutron.services.segments.plugin [-] Segment 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe63b41-b9ca-44ac-b40d-33a04e5fcf04 found for delete ", "request_id": "req-23674151-108b-422d-b4fc-d98645c88589"}]} [pid: 8|app: 0|req: 219/438] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:48 2026] GET /v2.0/ports?tenant_id=d7bb4ebd20d14597abc646f12516b04c&device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/439] 199.204.45.116 () {34 vars in 1018 bytes} [Thu Jul 30 21:50:48 2026] GET /v2.0/networks?tenant_id=d7bb4ebd20d14597abc646f12516b04c&shared=False => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/440] 199.204.45.116 () {34 vars in 930 bytes} [Thu Jul 30 21:50:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:48 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:48 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:48.987 7 INFO neutron.db.segments_db [None req-f1dcdd5b-8749-4adb-8e0b-6938231935b3 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 1898e442-1e8f-4ca5-b643-04e5dba6a7ab of type vxlan for network 60a5a732-2108-4df2-b8fb-b542fa56c058 [pid: 7|app: 0|req: 221/443] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:50:48 2026] POST /v2.0/networks => generated 724 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/444] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/ports?tenant_id=d7bb4ebd20d14597abc646f12516b04c&device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/subnets?id=72102d67-d38a-4017-a27f-45a81c36cb30 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/ports?network_id=80da2ea7-8172-41e7-8147-481a07fc5e8a&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/448] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/450] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:49 2026] POST /v2.0/subnets => generated 690 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:49.567 7 INFO neutron.db.segments_db [None req-5bb32ea8-6271-46e3-a7fe-1207edcab5dd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 867e34ee-6d85-4518-ace3-f39a0d173f3b of type vxlan for network 94a8658b-ed09-4847-8fa5-b9718979e276 [pid: 8|app: 0|req: 224/451] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:49 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:49.899 7 INFO neutron.db.l3_hamode_db [None req-5bb32ea8-6271-46e3-a7fe-1207edcab5dd 5a9f88decd554874afa9023f768b7089 8983b91460b04eec8853e2e595db7147 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 21:50:50.770 7 INFO neutron.db.l3_hamode_db [None req-5bb32ea8-6271-46e3-a7fe-1207edcab5dd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/455] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:50 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:51 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:50:49 2026] POST /v2.0/routers => generated 730 bytes in 2339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:52 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:52 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:50:51 2026] PUT /v2.0/routers/ca22d9d9-d673-4bca-a226-087e795351ad/add_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:53 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:53 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.187 () {34 vars in 685 bytes} [Thu Jul 30 21:50:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/465] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:50:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/466] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:54 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:54 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/468] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:54 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.187 () {34 vars in 676 bytes} [Thu Jul 30 21:50:54 2026] POST /v2.0/floatingips => generated 552 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:50:54.990 7 INFO neutron.db.l3_db [None req-997c0b86-7316-4859-b3ed-8ac73257ba03 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] Floating IP dcfb99a8-42e6-4a04-abad-7c4e8194c436 associated. External IP: 10.96.250.219, port: dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd. [pid: 8|app: 0|req: 234/470] 10.0.0.154 () {34 vars in 1100 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2003331297&fields=id&tenant_id=8983b91460b04eec8853e2e595db7147 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.187 () {34 vars in 749 bytes} [Thu Jul 30 21:50:54 2026] PUT /v2.0/floatingips/dcfb99a8-42e6-4a04-abad-7c4e8194c436 => generated 855 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 10.0.0.154 () {34 vars in 982 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/networks?id=60a5a732-2108-4df2-b8fb-b542fa56c058 => generated 675 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/473] 10.0.0.154 () {34 vars in 965 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/quotas/8983b91460b04eec8853e2e595db7147 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/474] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/476] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/ports?tenant_id=8983b91460b04eec8853e2e595db7147&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:55.546 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e58746f-7981-42b9-aa1f-8d028651647b'] response: {'name': 'network-changed', 'server_uuid': '98a84e45-5390-4de9-bdd0-304eb02733f9', 'tag': 'dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 240/477] 10.0.0.154 () {34 vars in 1008 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.154 () {34 vars in 1108 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/480] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:55 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/482] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/ports?tenant_id=d7bb4ebd20d14597abc646f12516b04c&device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/networks?id=80da2ea7-8172-41e7-8147-481a07fc5e8a => generated 771 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/484] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/485] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/subnets?id=72102d67-d38a-4017-a27f-45a81c36cb30 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/ports?network_id=80da2ea7-8172-41e7-8147-481a07fc5e8a&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:56 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/490] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:57 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/491] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:57 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/492] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:58 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:58 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/494] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:50:58 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/495] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:50:58 2026] GET /v2.0/security-groups?id=14843dd4-05e8-4217-be69-4feeb0f095ae&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:50:58.429 8 INFO neutron_taas.services.taas.taas_plugin [req-294ba236-a7fb-4d63-a95d-82e4c7dda21c req-43c5e623-a374-484a-9295-fff4314d78d7 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] TaaS: Handle Delete Port: dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd 2026-07-30 21:50:58.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-294ba236-a7fb-4d63-a95d-82e4c7dda21c req-43c5e623-a374-484a-9295-fff4314d78d7 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] Tap Mirror: Handle Delete Port: dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd 2026-07-30 21:50:58.552 8 INFO neutron.db.l3_db [req-294ba236-a7fb-4d63-a95d-82e4c7dda21c req-43c5e623-a374-484a-9295-fff4314d78d7 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] Floating IP dcfb99a8-42e6-4a04-abad-7c4e8194c436 disassociated. External IP: 10.96.250.219, port: dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd. [pid: 8|app: 0|req: 247/496] 199.204.45.116 () {36 vars in 997 bytes} [Thu Jul 30 21:50:58 2026] DELETE /v2.0/ports/dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd => generated 0 bytes in 552 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:50:58.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-413151e1-c377-499e-9c9d-a6e7142a8839'] response: {'server_uuid': '98a84e45-5390-4de9-bdd0-304eb02733f9', 'name': 'network-vif-deleted', 'tag': 'dfebfeea-2a9e-44bf-a34f-55ab67d8ebfd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 250/497] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:59 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/498] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:50:59 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/499] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:00 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/500] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:00 2026] GET /v2.0/networks?id=60a5a732-2108-4df2-b8fb-b542fa56c058 => generated 675 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/501] 199.204.45.116 () {34 vars in 1050 bytes} [Thu Jul 30 21:51:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8983b91460b04eec8853e2e595db7147 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/502] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:00 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/503] 199.204.45.116 () {38 vars in 955 bytes} [Thu Jul 30 21:51:00 2026] POST /v2.0/ports => generated 954 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 251/504] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:01 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/505] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:01 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/506] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:51:00 2026] PUT /v2.0/ports/4007a8be-de55-46ed-bae8-8647e1952582 => generated 1235 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 21:51:01.575 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-410cfce7-4be1-4459-bf06-617894ac037b'] response: {'name': 'network-changed', 'server_uuid': '268262b1-9ce7-4334-9854-96da834e711a', 'tag': '4007a8be-de55-46ed-bae8-8647e1952582', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 253/507] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:01 2026] GET /v2.0/ports?device_id=98a84e45-5390-4de9-bdd0-304eb02733f9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 255/508] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:02 2026] GET /v2.0/ports?tenant_id=8983b91460b04eec8853e2e595db7147&device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/509] 199.204.45.116 () {34 vars in 1018 bytes} [Thu Jul 30 21:51:02 2026] GET /v2.0/networks?tenant_id=8983b91460b04eec8853e2e595db7147&shared=False => generated 771 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/510] 199.204.45.116 () {34 vars in 930 bytes} [Thu Jul 30 21:51:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/511] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:02 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/512] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:02 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/513] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:51:02 2026] DELETE /v2.0/security-groups/14843dd4-05e8-4217-be69-4feeb0f095ae => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:51:02.877 7 INFO neutron.api.v2.resource [None req-6b3c922a-69b2-4069-b1cc-9f400312ea8b 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/514] 10.0.0.187 () {32 vars in 737 bytes} [Thu Jul 30 21:51:02 2026] GET /v2.0/security-groups/14843dd4-05e8-4217-be69-4feeb0f095ae => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:51:02.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-c32b06fa-8ab2-47cc-9f49-e29e47d74742 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] TaaS: Handle Delete Port: 45ffe581-ea32-4466-ad47-495b33c45143 2026-07-30 21:51:02.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c32b06fa-8ab2-47cc-9f49-e29e47d74742 97afbc63277046c1a19fb3768f37d287 d7bb4ebd20d14597abc646f12516b04c - - default default] Tap Mirror: Handle Delete Port: 45ffe581-ea32-4466-ad47-495b33c45143 [pid: 8|app: 0|req: 257/515] 10.0.0.187 () {32 vars in 732 bytes} [Thu Jul 30 21:51:02 2026] DELETE /v2.0/floatingips/dcfb99a8-42e6-4a04-abad-7c4e8194c436 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/516] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/517] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/ports?tenant_id=8983b91460b04eec8853e2e595db7147&device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/518] 10.0.0.154 () {34 vars in 971 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/ports/b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 968 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/519] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4007a8be-de55-46ed-bae8-8647e1952582 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/520] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/subnets?id=dceb251d-2eba-409f-9fa0-9d6b868e3237 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/521] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/ports?network_id=60a5a732-2108-4df2-b8fb-b542fa56c058&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/522] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/523] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:51:03.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bc0518b-08aa-4e1e-9c2b-621c725234b6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 617bda24-3e98-4347-9851-bc5a56cf72c7 2026-07-30 21:51:03.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bc0518b-08aa-4e1e-9c2b-621c725234b6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 617bda24-3e98-4347-9851-bc5a56cf72c7 [pid: 7|app: 0|req: 267/524] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/525] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/526] 199.204.45.116 () {34 vars in 1000 bytes} [Thu Jul 30 21:51:03 2026] GET /v2.0/subnets?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 683 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/527] 199.204.45.116 () {34 vars in 1146 bytes} [Thu Jul 30 21:51:04 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9&device_owner=compute%3Anova&network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/528] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:51:03 2026] PUT /v2.0/routers/a01d8302-b296-493a-a0cd-cc69fa378b20/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/529] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:51:04 2026] PUT /v2.0/ports/b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 1149 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 21:51:04.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1ef9f88-fdb4-4e09-9cba-9f4b45d7edfb'] response: {'name': 'network-changed', 'server_uuid': 'f242b847-4b83-44a7-9a79-8d65810673e9', 'tag': 'b0bc5cb5-4739-4bb3-8ef0-0d307b20996c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 272/530] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:04 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/531] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:04 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:51:04.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-2908cded-cdb4-43b4-b17d-301553b77e00 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: c96b1863-fed8-4719-a2a9-c680ed0f94c7 2026-07-30 21:51:04.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2908cded-cdb4-43b4-b17d-301553b77e00 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: c96b1863-fed8-4719-a2a9-c680ed0f94c7 [pid: 7|app: 0|req: 274/532] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1421 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/533] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/534] 199.204.45.116 () {34 vars in 1060 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:51:05.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-2908cded-cdb4-43b4-b17d-301553b77e00 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 72e8ef8f-1886-4cff-a880-74e4cae429e9 2026-07-30 21:51:05.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2908cded-cdb4-43b4-b17d-301553b77e00 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 72e8ef8f-1886-4cff-a880-74e4cae429e9 [pid: 7|app: 0|req: 277/535] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 860 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/536] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/537] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/538] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/539] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:51:05.559 8 INFO neutron.services.segments.plugin [-] Segment acdbfd41-2f15-46f6-99f9-ae64457cd6a8 resource provider aggregate not found 2026-07-30 21:51:05.567 8 INFO neutron.services.segments.plugin [-] Segment acdbfd41-2f15-46f6-99f9-ae64457cd6a8 resource provider aggregate not found 2026-07-30 21:51:05.582 8 INFO neutron.services.segments.plugin [-] Segment acdbfd41-2f15-46f6-99f9-ae64457cd6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acdbfd41-2f15-46f6-99f9-ae64457cd6a8 found for delete ", "request_id": "req-aa62ffef-eddb-4e84-8d6b-ab81a596a67e"}]} 2026-07-30 21:51:05.585 8 INFO neutron.services.segments.plugin [-] Segment acdbfd41-2f15-46f6-99f9-ae64457cd6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acdbfd41-2f15-46f6-99f9-ae64457cd6a8 found for delete ", "request_id": "req-8ddc7247-ae2f-4f4f-90ae-abafa8f704ef"}]} 2026-07-30 21:51:05.617 8 INFO neutron.db.l3_hamode_db [None req-2908cded-cdb4-43b4-b17d-301553b77e00 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network dba58f5c-51de-4372-8095-a2dc4c0fff06 was deleted as no HA routers are present in tenant d7bb4ebd20d14597abc646f12516b04c. [pid: 8|app: 0|req: 259/542] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:51:04 2026] DELETE /v2.0/routers/a01d8302-b296-493a-a0cd-cc69fa378b20 => generated 0 bytes in 1445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/543] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1152 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/544] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/545] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:51:05 2026] DELETE /v2.0/subnets/72102d67-d38a-4017-a27f-45a81c36cb30 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:51:05.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-7658fe05-c5cd-4d77-9a74-e8cecc308402 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 06bce3aa-2b7e-4cf9-9f98-f4771e698681 2026-07-30 21:51:05.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7658fe05-c5cd-4d77-9a74-e8cecc308402 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 06bce3aa-2b7e-4cf9-9f98-f4771e698681 [pid: 7|app: 0|req: 285/546] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/547] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:05 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/548] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:51:05 2026] DELETE /v2.0/networks/80da2ea7-8172-41e7-8147-481a07fc5e8a => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/549] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/security-groups?tenant_id=d7bb4ebd20d14597abc646f12516b04c&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/550] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/551] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 779 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/552] 199.204.45.116 () {34 vars in 1060 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/553] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:51:06 2026] DELETE /v2.0/security-groups/83cd15ce-2812-4788-83ee-28d297b6207d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/554] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/555] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/556] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/557] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/558] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:06 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/559] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:07 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/560] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:07 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/561] 199.204.45.116 () {34 vars in 1120 bytes} [Thu Jul 30 21:51:07 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 21:51:07.605 8 INFO neutron.services.segments.plugin [-] Segment bdd5583b-c28c-480f-ba98-839939de646f resource provider aggregate not found 2026-07-30 21:51:07.608 8 INFO neutron.services.segments.plugin [-] Segment bdd5583b-c28c-480f-ba98-839939de646f resource provider aggregate not found 2026-07-30 21:51:07.619 8 INFO neutron.services.segments.plugin [-] Segment bdd5583b-c28c-480f-ba98-839939de646f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd5583b-c28c-480f-ba98-839939de646f found for delete ", "request_id": "req-4960c074-2e79-47a0-bef2-1ea3935a88b5"}]} 2026-07-30 21:51:07.625 8 INFO neutron.services.segments.plugin [-] Segment bdd5583b-c28c-480f-ba98-839939de646f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd5583b-c28c-480f-ba98-839939de646f found for delete ", "request_id": "req-643aa366-50c3-4c38-a041-eda0c7e2fd95"}]} [pid: 7|app: 0|req: 294/562] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:51:07 2026] PUT /v2.0/ports/b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 968 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:51:07.786 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72842a40-f2db-4985-a0f8-89f9fb782b03'] response: {'name': 'network-changed', 'server_uuid': 'f242b847-4b83-44a7-9a79-8d65810673e9', 'tag': 'b0bc5cb5-4739-4bb3-8ef0-0d307b20996c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 269/563] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/564] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/565] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/566] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/567] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/568] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/569] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/570] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/571] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:08 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/572] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/573] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/574] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/575] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/576] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/577] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/ports?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/578] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/networks?id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/579] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/580] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/subnets?id=5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/581] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/ports?network_id=97d0f1b9-20e2-4103-91a6-68d9ed38e98f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/582] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/583] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:09 2026] GET /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 21:51:10.120 8 INFO neutron.db.l3_db [None req-a8b52fd3-1f3b-4106-893b-fc4a5db88010 dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] Floating IP 0efee4c4-d7da-4bf8-a4c8-f5ed8c271451 associated. External IP: 10.96.250.214, port: 4007a8be-de55-46ed-bae8-8647e1952582. [pid: 8|app: 0|req: 276/584] 10.0.0.187 () {34 vars in 749 bytes} [Thu Jul 30 21:51:09 2026] PUT /v2.0/floatingips/0efee4c4-d7da-4bf8-a4c8-f5ed8c271451 => generated 855 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:51:10.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74c6bf2c-d123-49b1-ae92-9c9571e64ef5'] response: {'name': 'network-changed', 'server_uuid': '268262b1-9ce7-4334-9854-96da834e711a', 'tag': '4007a8be-de55-46ed-bae8-8647e1952582', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/585] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:10 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/586] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:10 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/587] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/ports?tenant_id=8983b91460b04eec8853e2e595db7147&device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/588] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/networks?id=60a5a732-2108-4df2-b8fb-b542fa56c058 => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/589] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4007a8be-de55-46ed-bae8-8647e1952582 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/590] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/subnets?id=dceb251d-2eba-409f-9fa0-9d6b868e3237 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/591] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/ports?network_id=60a5a732-2108-4df2-b8fb-b542fa56c058&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/592] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/593] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/594] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/595] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/596] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:11 2026] GET /v2.0/security-groups?id=377344eb-9118-467d-bb80-f9173d2e794a&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:51:11.877 8 INFO neutron_taas.services.taas.taas_plugin [req-208a85cc-87ec-466c-bde1-6a64779aaf9e req-1fb8971c-9d6b-41ea-9535-112d20e5f4a0 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] TaaS: Handle Delete Port: b0bc5cb5-4739-4bb3-8ef0-0d307b20996c 2026-07-30 21:51:11.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-208a85cc-87ec-466c-bde1-6a64779aaf9e req-1fb8971c-9d6b-41ea-9535-112d20e5f4a0 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] Tap Mirror: Handle Delete Port: b0bc5cb5-4739-4bb3-8ef0-0d307b20996c 2026-07-30 21:51:11.999 8 INFO neutron.db.l3_db [req-208a85cc-87ec-466c-bde1-6a64779aaf9e req-1fb8971c-9d6b-41ea-9535-112d20e5f4a0 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] Floating IP f9229e7c-c5d7-408b-b19c-34327379b56d disassociated. External IP: 10.96.250.207, port: b0bc5cb5-4739-4bb3-8ef0-0d307b20996c. [pid: 8|app: 0|req: 282/597] 199.204.45.116 () {36 vars in 997 bytes} [Thu Jul 30 21:51:11 2026] DELETE /v2.0/ports/b0bc5cb5-4739-4bb3-8ef0-0d307b20996c => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:51:12.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b543de30-424f-4fbb-9f8d-e5b9bed9ca4e'] response: {'server_uuid': 'f242b847-4b83-44a7-9a79-8d65810673e9', 'name': 'network-vif-deleted', 'tag': 'b0bc5cb5-4739-4bb3-8ef0-0d307b20996c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 316/598] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:12 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/599] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:13 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/600] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:15 2026] GET /v2.0/ports?device_id=f242b847-4b83-44a7-9a79-8d65810673e9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/601] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:51:16 2026] DELETE /v2.0/security-groups/377344eb-9118-467d-bb80-f9173d2e794a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:51:16.357 7 INFO neutron.api.v2.resource [None req-9bf3dd7c-8ce6-47f5-8f64-9336b107c89e 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 318/602] 10.0.0.187 () {32 vars in 737 bytes} [Thu Jul 30 21:51:16 2026] GET /v2.0/security-groups/377344eb-9118-467d-bb80-f9173d2e794a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:51:16.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d7ec9df-d7c1-49fd-8ff1-d2141bee39d1 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] TaaS: Handle Delete Port: 13bb15e7-50d8-4ca3-be2b-2b695a1a1b5f 2026-07-30 21:51:16.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d7ec9df-d7c1-49fd-8ff1-d2141bee39d1 2ef5b3dd3593489aa7d882a1286b9cbf d9a271abdc7341ec9680e9a4b59b5ba8 - - default default] Tap Mirror: Handle Delete Port: 13bb15e7-50d8-4ca3-be2b-2b695a1a1b5f [pid: 8|app: 0|req: 285/603] 10.0.0.187 () {32 vars in 732 bytes} [Thu Jul 30 21:51:16 2026] DELETE /v2.0/floatingips/f9229e7c-c5d7-408b-b19c-34327379b56d => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:51:17.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-98ac47a2-170e-4e22-9698-db4f77e8e3b5 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: bedcfdf4-48b6-44ea-9596-d0b78d51f2bc 2026-07-30 21:51:17.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98ac47a2-170e-4e22-9698-db4f77e8e3b5 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: bedcfdf4-48b6-44ea-9596-d0b78d51f2bc [pid: 7|app: 0|req: 319/604] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:51:16 2026] PUT /v2.0/routers/d0b49d58-9d96-47c6-a302-7f69c15a92fd/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:51:17.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-d84de7f2-01fd-43e9-8e8b-a04de31b9ea6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: cb65f0d8-fab5-4021-b602-128f130248ce 2026-07-30 21:51:17.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84de7f2-01fd-43e9-8e8b-a04de31b9ea6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: cb65f0d8-fab5-4021-b602-128f130248ce 2026-07-30 21:51:18.232 8 INFO neutron_taas.services.taas.taas_plugin [None req-d84de7f2-01fd-43e9-8e8b-a04de31b9ea6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: e0f438d3-df30-4427-9eb9-4f1270742a3a 2026-07-30 21:51:18.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84de7f2-01fd-43e9-8e8b-a04de31b9ea6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: e0f438d3-df30-4427-9eb9-4f1270742a3a 2026-07-30 21:51:18.654 8 INFO neutron.services.segments.plugin [-] Segment cd498bfa-4f78-484b-b689-454afc734bae resource provider aggregate not found 2026-07-30 21:51:18.659 8 INFO neutron.services.segments.plugin [-] Segment cd498bfa-4f78-484b-b689-454afc734bae resource provider aggregate not found 2026-07-30 21:51:18.670 8 INFO neutron.services.segments.plugin [-] Segment cd498bfa-4f78-484b-b689-454afc734bae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd498bfa-4f78-484b-b689-454afc734bae found for delete ", "request_id": "req-c7da982b-83a7-438c-800f-a6518bfed833"}]} 2026-07-30 21:51:18.674 8 INFO neutron.services.segments.plugin [-] Segment cd498bfa-4f78-484b-b689-454afc734bae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd498bfa-4f78-484b-b689-454afc734bae found for delete ", "request_id": "req-10ae1c51-5f5c-43c4-99e5-ab57ede72ae2"}]} 2026-07-30 21:51:18.712 8 INFO neutron.db.l3_hamode_db [None req-d84de7f2-01fd-43e9-8e8b-a04de31b9ea6 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network 4ae03b0e-7c51-44b2-b4cc-19902a6e3f23 was deleted as no HA routers are present in tenant d9a271abdc7341ec9680e9a4b59b5ba8. [pid: 8|app: 0|req: 286/605] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:51:17 2026] DELETE /v2.0/routers/d0b49d58-9d96-47c6-a302-7f69c15a92fd => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/606] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:51:18 2026] DELETE /v2.0/subnets/5c089567-cf9d-4b46-a52d-5933a2e4ecd4 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:51:19.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d928fa6-d264-4c19-b55a-6e9cdeaf8a2e 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 608db33d-94a8-4e36-a008-53f61132f5af 2026-07-30 21:51:19.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d928fa6-d264-4c19-b55a-6e9cdeaf8a2e 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 608db33d-94a8-4e36-a008-53f61132f5af [pid: 7|app: 0|req: 321/607] 10.0.0.229 () {34 vars in 990 bytes} [Thu Jul 30 21:51:19 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 1240 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/608] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:51:18 2026] DELETE /v2.0/networks/97d0f1b9-20e2-4103-91a6-68d9ed38e98f => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/609] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:19 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/610] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:51:19 2026] GET /v2.0/security-groups?tenant_id=d9a271abdc7341ec9680e9a4b59b5ba8&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/611] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:51:19 2026] DELETE /v2.0/security-groups/a890735a-63c4-4b68-8f2a-2a63d92624fe => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:51:20.696 8 INFO neutron.services.segments.plugin [-] Segment 658d034a-ca61-451b-bf99-644c6efe54ca resource provider aggregate not found 2026-07-30 21:51:20.696 8 INFO neutron.services.segments.plugin [-] Segment 658d034a-ca61-451b-bf99-644c6efe54ca resource provider aggregate not found 2026-07-30 21:51:20.712 8 INFO neutron.services.segments.plugin [-] Segment 658d034a-ca61-451b-bf99-644c6efe54ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658d034a-ca61-451b-bf99-644c6efe54ca found for delete ", "request_id": "req-b68e263f-b38e-41f2-8723-da6a2a014a4e"}]} 2026-07-30 21:51:20.712 8 INFO neutron.services.segments.plugin [-] Segment 658d034a-ca61-451b-bf99-644c6efe54ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658d034a-ca61-451b-bf99-644c6efe54ca found for delete ", "request_id": "req-4c6a93a5-beea-4c5f-a91e-08ee14d24888"}]} [pid: 8|app: 0|req: 290/614] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:31 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/615] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:31 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/616] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:31 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/617] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:31 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/618] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:32 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/619] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:32 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/620] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/621] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/622] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/ports?tenant_id=8983b91460b04eec8853e2e595db7147&device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/623] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/networks?id=60a5a732-2108-4df2-b8fb-b542fa56c058 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/624] 199.204.45.116 () {34 vars in 1058 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4007a8be-de55-46ed-bae8-8647e1952582 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/625] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/subnets?id=dceb251d-2eba-409f-9fa0-9d6b868e3237 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/626] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/ports?network_id=60a5a732-2108-4df2-b8fb-b542fa56c058&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/627] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/628] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:51:33 2026] GET /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/629] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:34 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/630] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:34 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/633] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:35 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/634] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:35 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/635] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:36 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/636] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:36 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/637] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:37 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/638] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:37 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/639] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:39 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/640] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:39 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/641] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:40 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/642] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:40 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/643] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:41 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/644] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:41 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/645] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:51:42 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/646] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:42 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/649] 10.0.0.229 () {34 vars in 990 bytes} [Thu Jul 30 21:51:52 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/650] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Jul 30 21:51:52 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/651] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:00 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/652] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:52:00 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/653] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:00 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/654] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:52:01 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/655] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:02 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/656] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:52:02 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/657] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:03 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/658] 10.0.0.154 () {34 vars in 1040 bytes} [Thu Jul 30 21:52:03 2026] GET /v2.0/security-groups?id=66e326e7-5064-4852-9c42-cb369ca6996a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/659] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:52:03 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:52:03.544 8 INFO neutron_taas.services.taas.taas_plugin [req-0fd62f5a-3067-4618-993d-aac48d21ff3b req-22800527-bd3c-4d78-a915-487064434881 dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] TaaS: Handle Delete Port: 4007a8be-de55-46ed-bae8-8647e1952582 2026-07-30 21:52:03.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0fd62f5a-3067-4618-993d-aac48d21ff3b req-22800527-bd3c-4d78-a915-487064434881 dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] Tap Mirror: Handle Delete Port: 4007a8be-de55-46ed-bae8-8647e1952582 2026-07-30 21:52:03.666 8 INFO neutron.db.l3_db [req-0fd62f5a-3067-4618-993d-aac48d21ff3b req-22800527-bd3c-4d78-a915-487064434881 dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] Floating IP 0efee4c4-d7da-4bf8-a4c8-f5ed8c271451 disassociated. External IP: 10.96.250.214, port: 4007a8be-de55-46ed-bae8-8647e1952582. [pid: 8|app: 0|req: 313/660] 199.204.45.116 () {36 vars in 997 bytes} [Thu Jul 30 21:52:03 2026] DELETE /v2.0/ports/4007a8be-de55-46ed-bae8-8647e1952582 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:52:04.064 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46370b39-1930-4f7c-b0af-d86fad4c2ded'] response: {'server_uuid': '268262b1-9ce7-4334-9854-96da834e711a', 'name': 'network-vif-deleted', 'tag': '4007a8be-de55-46ed-bae8-8647e1952582', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 348/661] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:04 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/664] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:05 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/665] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:06 2026] GET /v2.0/ports?device_id=268262b1-9ce7-4334-9854-96da834e711a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/666] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:52:07 2026] DELETE /v2.0/security-groups/66e326e7-5064-4852-9c42-cb369ca6996a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:52:07.904 8 INFO neutron.api.v2.resource [None req-315da792-270c-40de-9df9-4cd938d28a4e dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 316/667] 10.0.0.187 () {32 vars in 737 bytes} [Thu Jul 30 21:52:07 2026] GET /v2.0/security-groups/66e326e7-5064-4852-9c42-cb369ca6996a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:52:07.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d56d137-5814-4c30-a967-694b461a26d1 dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] TaaS: Handle Delete Port: 13a2d084-c52a-4b8c-a949-e9bbe0278c13 2026-07-30 21:52:07.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d56d137-5814-4c30-a967-694b461a26d1 dc555c4eb8eb474487b586f78a6b1983 8983b91460b04eec8853e2e595db7147 - - default default] Tap Mirror: Handle Delete Port: 13a2d084-c52a-4b8c-a949-e9bbe0278c13 [pid: 7|app: 0|req: 352/668] 10.0.0.187 () {32 vars in 732 bytes} [Thu Jul 30 21:52:07 2026] DELETE /v2.0/floatingips/0efee4c4-d7da-4bf8-a4c8-f5ed8c271451 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:52:08.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-01886543-eabc-451b-bdd0-516caf080991 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: ca0d6c66-c0a3-4577-8a1e-6efa639dec98 2026-07-30 21:52:08.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01886543-eabc-451b-bdd0-516caf080991 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: ca0d6c66-c0a3-4577-8a1e-6efa639dec98 [pid: 8|app: 0|req: 317/669] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:52:08 2026] PUT /v2.0/routers/ca22d9d9-d673-4bca-a226-087e795351ad/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:52:09.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-28c28899-477c-48c1-9e8c-41447ca8615c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: e3ce6952-1ec0-4e7a-bc9f-461f29dba956 2026-07-30 21:52:09.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28c28899-477c-48c1-9e8c-41447ca8615c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: e3ce6952-1ec0-4e7a-bc9f-461f29dba956 2026-07-30 21:52:09.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-28c28899-477c-48c1-9e8c-41447ca8615c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 217ac08b-7e42-45e0-b5fa-2011b9615b98 2026-07-30 21:52:09.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28c28899-477c-48c1-9e8c-41447ca8615c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 217ac08b-7e42-45e0-b5fa-2011b9615b98 2026-07-30 21:52:10.051 7 INFO neutron.services.segments.plugin [-] Segment 867e34ee-6d85-4518-ace3-f39a0d173f3b resource provider aggregate not found 2026-07-30 21:52:10.055 7 INFO neutron.services.segments.plugin [-] Segment 867e34ee-6d85-4518-ace3-f39a0d173f3b resource provider aggregate not found 2026-07-30 21:52:10.075 7 INFO neutron.services.segments.plugin [-] Segment 867e34ee-6d85-4518-ace3-f39a0d173f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 867e34ee-6d85-4518-ace3-f39a0d173f3b found for delete ", "request_id": "req-19b5da5b-8f0f-4b78-8593-62476ec6a471"}]} 2026-07-30 21:52:10.078 7 INFO neutron.services.segments.plugin [-] Segment 867e34ee-6d85-4518-ace3-f39a0d173f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 867e34ee-6d85-4518-ace3-f39a0d173f3b found for delete ", "request_id": "req-b2d83943-9849-4e71-b37e-0af41ad29c6f"}]} 2026-07-30 21:52:10.095 7 INFO neutron.db.l3_hamode_db [None req-28c28899-477c-48c1-9e8c-41447ca8615c 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network 94a8658b-ed09-4847-8fa5-b9718979e276 was deleted as no HA routers are present in tenant 8983b91460b04eec8853e2e595db7147. [pid: 7|app: 0|req: 353/670] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:52:09 2026] DELETE /v2.0/routers/ca22d9d9-d673-4bca-a226-087e795351ad => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/671] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:52:10 2026] DELETE /v2.0/subnets/dceb251d-2eba-409f-9fa0-9d6b868e3237 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:52:10.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-1700c730-0555-48e1-b4ee-b55149eab68e 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 75590c97-b317-432e-af83-2ca5e5e6cec1 2026-07-30 21:52:10.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1700c730-0555-48e1-b4ee-b55149eab68e 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 75590c97-b317-432e-af83-2ca5e5e6cec1 [pid: 7|app: 0|req: 354/672] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:52:10 2026] DELETE /v2.0/networks/60a5a732-2108-4df2-b8fb-b542fa56c058 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/673] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:52:10 2026] GET /v2.0/security-groups?tenant_id=8983b91460b04eec8853e2e595db7147&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/674] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:52:10 2026] DELETE /v2.0/security-groups/6253a2b0-f7d3-483e-87ff-19715267658a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:52:12.099 7 INFO neutron.services.segments.plugin [-] Segment 1898e442-1e8f-4ca5-b643-04e5dba6a7ab resource provider aggregate not found 2026-07-30 21:52:12.106 7 INFO neutron.services.segments.plugin [-] Segment 1898e442-1e8f-4ca5-b643-04e5dba6a7ab resource provider aggregate not found 2026-07-30 21:52:12.121 7 INFO neutron.services.segments.plugin [-] Segment 1898e442-1e8f-4ca5-b643-04e5dba6a7ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1898e442-1e8f-4ca5-b643-04e5dba6a7ab found for delete ", "request_id": "req-be4df379-e8fb-4056-afc1-3e4969b2e15b"}]} 2026-07-30 21:52:12.127 7 INFO neutron.services.segments.plugin [-] Segment 1898e442-1e8f-4ca5-b643-04e5dba6a7ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1898e442-1e8f-4ca5-b643-04e5dba6a7ab found for delete ", "request_id": "req-89b4bf5d-368f-42f7-8252-b5db68deb915"}]} 2026-07-30 21:52:13.303 8 INFO neutron.db.segments_db [None req-4be91f43-2b8c-46e2-8dd9-b7e0152857ad 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment cc563f43-b22a-436e-8070-379978320eef of type vxlan for network 3317fe83-76b0-40b1-b780-0cd9053b054c [pid: 8|app: 0|req: 320/675] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:52:13 2026] POST /v2.0/networks => generated 722 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/676] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:52:13 2026] POST /v2.0/subnets => generated 688 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:52:13.877 8 INFO neutron.db.segments_db [None req-1a65b7b1-9c96-4505-a87a-b850f3e5133e 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment d64e804c-a23e-4a4d-a62a-da66b90be06b of type vxlan for network 298aace1-52f2-43d7-8b35-5d368a2e9b5c 2026-07-30 21:52:14.161 8 INFO neutron.db.l3_hamode_db [None req-1a65b7b1-9c96-4505-a87a-b850f3e5133e 5a9f88decd554874afa9023f768b7089 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 21:52:15.052 8 INFO neutron.db.l3_hamode_db [None req-1a65b7b1-9c96-4505-a87a-b850f3e5133e 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 321/677] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:52:13 2026] POST /v2.0/routers => generated 728 bytes in 2289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/678] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:52:16 2026] PUT /v2.0/routers/3bb0bcb7-5f5c-48a8-afc6-7b6ebdbc1cd2/add_router_interface => generated 309 bytes in 1967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:52:19.362 8 INFO neutron.db.segments_db [None req-99485fc0-3c91-47d3-94d7-3d65abb4ebe5 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 5268f287-4b88-4fda-8e8f-2076b1c072f1 of type vxlan for network 42494e35-98da-4e2d-a35a-cfdadca1db86 [pid: 8|app: 0|req: 322/679] 10.0.0.187 () {34 vars in 671 bytes} [Thu Jul 30 21:52:19 2026] POST /v2.0/networks => generated 721 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/680] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:52:19 2026] POST /v2.0/subnets => generated 688 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:52:19.931 8 INFO neutron.db.segments_db [None req-fb5de8a8-e0bf-4a09-9a37-d305c0e9dacd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Added segment 769ab26d-157f-4b24-8410-16730c04aae1 of type vxlan for network e36e9b93-b372-47c1-a9bb-a175db9929af 2026-07-30 21:52:20.219 8 INFO neutron.db.l3_hamode_db [None req-fb5de8a8-e0bf-4a09-9a37-d305c0e9dacd 5a9f88decd554874afa9023f768b7089 668840c79922496aa8e42e3cc15b65c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 21:52:20.999 8 INFO neutron.db.l3_hamode_db [None req-fb5de8a8-e0bf-4a09-9a37-d305c0e9dacd 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 323/683] 10.0.0.187 () {34 vars in 669 bytes} [Thu Jul 30 21:52:19 2026] POST /v2.0/routers => generated 728 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/684] 10.0.0.187 () {34 vars in 783 bytes} [Thu Jul 30 21:52:21 2026] PUT /v2.0/routers/c249cd70-c443-44da-b1f5-47e17ae61428/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/685] 10.0.0.187 () {34 vars in 685 bytes} [Thu Jul 30 21:52:23 2026] POST /v2.0/security-groups => generated 1673 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/686] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/687] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:24 2026] POST /v2.0/security-group-rules => generated 596 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/688] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/689] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:52:24.974 7 INFO neutron.db.securitygroups_db [None req-700b6a34-5abd-4ec3-932d-8f851a06b75f cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Project 07cef90c7b6a4eceadd7c674aaf57ba6 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 364/690] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 21:52:25.207 8 INFO neutron.db.securitygroups_db [None req-4ad392d0-8e3a-4cd6-8c05-3d61c4ff3e50 cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Project 07cef90c7b6a4eceadd7c674aaf57ba6 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 327/691] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:25 2026] POST /v2.0/security-group-rules => generated 606 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/692] 10.0.0.187 () {34 vars in 685 bytes} [Thu Jul 30 21:52:25 2026] POST /v2.0/security-groups => generated 1659 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/693] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/694] 10.0.0.187 () {34 vars in 695 bytes} [Thu Jul 30 21:52:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/695] 10.0.0.187 () {34 vars in 676 bytes} [Thu Jul 30 21:52:26 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/696] 10.0.0.154 () {34 vars in 1098 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-101804162&fields=id&tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/697] 10.0.0.154 () {34 vars in 1098 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--803734866&fields=id&tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/698] 10.0.0.154 () {34 vars in 982 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/networks?id=3317fe83-76b0-40b1-b780-0cd9053b054c => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/699] 10.0.0.154 () {34 vars in 965 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/quotas/07cef90c7b6a4eceadd7c674aaf57ba6 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/700] 10.0.0.154 () {34 vars in 1002 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/ports?tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/701] 10.0.0.154 () {34 vars in 1008 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/702] 10.0.0.154 () {34 vars in 1108 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/703] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:27 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/704] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:28 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/705] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:29 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/706] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:30 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/707] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:32 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/708] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:52:32 2026] GET /v2.0/networks?id=3317fe83-76b0-40b1-b780-0cd9053b054c => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/709] 199.204.45.116 () {34 vars in 1050 bytes} [Thu Jul 30 21:52:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6 => generated 272 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/710] 199.204.45.116 () {38 vars in 955 bytes} [Thu Jul 30 21:52:32 2026] POST /v2.0/ports => generated 997 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 375/711] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:33 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1012 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/712] 199.204.45.116 () {38 vars in 1028 bytes} [Thu Jul 30 21:52:32 2026] PUT /v2.0/ports/f4752549-bda0-425a-bc7d-289817798787 => generated 1278 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/713] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:33 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:52:33.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-526867d4-9009-40d4-a3b0-6e2bb49ba35e'] response: {'name': 'network-changed', 'server_uuid': '7c96886f-af55-4e2e-bc8f-deba3c825224', 'tag': 'f4752549-bda0-425a-bc7d-289817798787', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 338/714] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:52:33 2026] GET /v2.0/ports?tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6&device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/715] 199.204.45.116 () {34 vars in 1018 bytes} [Thu Jul 30 21:52:33 2026] GET /v2.0/networks?tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/716] 199.204.45.116 () {34 vars in 930 bytes} [Thu Jul 30 21:52:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/717] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:34 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/718] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:34 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/719] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:52:34 2026] GET /v2.0/ports?tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6&device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/720] 199.204.45.116 () {34 vars in 1060 bytes} [Thu Jul 30 21:52:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f4752549-bda0-425a-bc7d-289817798787 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/721] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:52:35 2026] GET /v2.0/subnets?id=b008577a-949e-45b0-89e3-654608c3db00 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/722] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:52:35 2026] GET /v2.0/ports?network_id=3317fe83-76b0-40b1-b780-0cd9053b054c&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/723] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:52:35 2026] GET /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/724] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:52:35 2026] GET /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/727] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:35 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1012 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/728] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:35 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/729] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:36 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/730] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:36 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/731] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:37 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/732] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:37 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/733] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:52:38 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/734] 199.204.45.116 () {34 vars in 1124 bytes} [Thu Jul 30 21:52:38 2026] GET /v2.0/security-groups?id=11adf151-c68d-4f41-9463-7e650c29fa8f&id=b9efc0f4-2075-4367-b749-9b293339ddf6&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/735] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:38 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/736] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:39 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/737] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:40 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/738] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:40 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/739] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:41 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/740] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:41 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/741] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:41 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 21:52:41.918 7 INFO neutron.db.l3_db [None req-4db6249e-9ade-4caa-b39d-f0e7fc84b074 cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Floating IP c034f342-1c75-425d-a800-7e5c9c29194c associated. External IP: 10.96.250.208, port: f4752549-bda0-425a-bc7d-289817798787. [pid: 7|app: 0|req: 390/742] 10.0.0.187 () {34 vars in 749 bytes} [Thu Jul 30 21:52:41 2026] PUT /v2.0/floatingips/c034f342-1c75-425d-a800-7e5c9c29194c => generated 856 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:52:42.268 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-210a2720-20c9-47bd-b178-1b166304eff2'] response: {'name': 'network-changed', 'server_uuid': '7c96886f-af55-4e2e-bc8f-deba3c825224', 'tag': 'f4752549-bda0-425a-bc7d-289817798787', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 353/743] 199.204.45.116 () {34 vars in 1080 bytes} [Thu Jul 30 21:52:42 2026] GET /v2.0/ports?tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6&device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/744] 199.204.45.116 () {34 vars in 986 bytes} [Thu Jul 30 21:52:42 2026] GET /v2.0/networks?id=3317fe83-76b0-40b1-b780-0cd9053b054c => generated 769 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/745] 199.204.45.116 () {34 vars in 1060 bytes} [Thu Jul 30 21:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f4752549-bda0-425a-bc7d-289817798787 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/746] 199.204.45.116 () {34 vars in 984 bytes} [Thu Jul 30 21:52:42 2026] GET /v2.0/subnets?id=b008577a-949e-45b0-89e3-654608c3db00 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/747] 199.204.45.116 () {34 vars in 1052 bytes} [Thu Jul 30 21:52:42 2026] GET /v2.0/ports?network_id=3317fe83-76b0-40b1-b780-0cd9053b054c&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/748] 199.204.45.116 () {34 vars in 1012 bytes} [Thu Jul 30 21:52:43 2026] GET /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/749] 199.204.45.116 () {34 vars in 1112 bytes} [Thu Jul 30 21:52:43 2026] GET /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/750] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:49 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/751] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:49 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/752] 10.0.0.187 () {32 vars in 736 bytes} [Thu Jul 30 21:52:49 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1283 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/753] 10.0.0.187 () {32 vars in 858 bytes} [Thu Jul 30 21:52:49 2026] GET /v2.0/floatingips?floating_network_id=dbddb516-3e25-4069-9544-ff9df535cec1&port_id=f4752549-bda0-425a-bc7d-289817798787 => generated 861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/756] 10.0.0.229 () {34 vars in 990 bytes} [Thu Jul 30 21:52:50 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/757] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:50 2026] GET /v2.0/security-groups?id=11adf151-c68d-4f41-9463-7e650c29fa8f&id=b9efc0f4-2075-4367-b749-9b293339ddf6&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/758] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:53 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/759] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:53 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/760] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:54 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/761] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:54 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/762] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:55 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/763] 10.0.0.154 () {34 vars in 1120 bytes} [Thu Jul 30 21:52:55 2026] GET /v2.0/security-groups?id=b9efc0f4-2075-4367-b749-9b293339ddf6&id=11adf151-c68d-4f41-9463-7e650c29fa8f&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/764] 199.204.45.116 () {34 vars in 994 bytes} [Thu Jul 30 21:52:55 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 21:52:55.966 7 INFO neutron_taas.services.taas.taas_plugin [req-5e495ed4-b6b1-4a14-ace5-27383751d65e req-23941fb9-d5b1-4310-b3c5-8c02d3986efb cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] TaaS: Handle Delete Port: f4752549-bda0-425a-bc7d-289817798787 2026-07-30 21:52:55.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5e495ed4-b6b1-4a14-ace5-27383751d65e req-23941fb9-d5b1-4310-b3c5-8c02d3986efb cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Tap Mirror: Handle Delete Port: f4752549-bda0-425a-bc7d-289817798787 2026-07-30 21:52:56.115 7 INFO neutron.db.l3_db [req-5e495ed4-b6b1-4a14-ace5-27383751d65e req-23941fb9-d5b1-4310-b3c5-8c02d3986efb cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Floating IP c034f342-1c75-425d-a800-7e5c9c29194c disassociated. External IP: 10.96.250.208, port: f4752549-bda0-425a-bc7d-289817798787. [pid: 7|app: 0|req: 402/765] 199.204.45.116 () {36 vars in 997 bytes} [Thu Jul 30 21:52:55 2026] DELETE /v2.0/ports/f4752549-bda0-425a-bc7d-289817798787 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:52:56.565 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e98d98b-d442-412d-8802-0b12ab312ffa'] response: {'server_uuid': '7c96886f-af55-4e2e-bc8f-deba3c825224', 'name': 'network-vif-deleted', 'tag': 'f4752549-bda0-425a-bc7d-289817798787', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 364/766] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:56 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/767] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:58 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/768] 10.0.0.154 () {34 vars in 990 bytes} [Thu Jul 30 21:52:59 2026] GET /v2.0/ports?device_id=7c96886f-af55-4e2e-bc8f-deba3c825224 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/769] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:53:00 2026] DELETE /v2.0/security-groups/b9efc0f4-2075-4367-b749-9b293339ddf6 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:53:00.501 8 INFO neutron.api.v2.resource [None req-6688f181-312c-47f5-8cdd-3ad423eb3647 cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/770] 10.0.0.187 () {32 vars in 737 bytes} [Thu Jul 30 21:53:00 2026] GET /v2.0/security-groups/b9efc0f4-2075-4367-b749-9b293339ddf6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 21:53:00.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-045d1258-b4a7-475e-b99d-2a214e9f1815 cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] TaaS: Handle Delete Port: dd1061e9-e639-477c-b718-1e1b9061384d 2026-07-30 21:53:00.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-045d1258-b4a7-475e-b99d-2a214e9f1815 cad2d83da45d4e58bbe3f5475e3bf755 07cef90c7b6a4eceadd7c674aaf57ba6 - - default default] Tap Mirror: Handle Delete Port: dd1061e9-e639-477c-b718-1e1b9061384d [pid: 7|app: 0|req: 405/771] 10.0.0.187 () {32 vars in 732 bytes} [Thu Jul 30 21:53:00 2026] DELETE /v2.0/floatingips/c034f342-1c75-425d-a800-7e5c9c29194c => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/772] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:53:00 2026] DELETE /v2.0/security-groups/11adf151-c68d-4f41-9463-7e650c29fa8f => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:53:01.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-9717683d-4b76-4cdd-8517-8a591b7087e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: d5750dfe-111d-438b-ace5-c9f1cdcf31f7 2026-07-30 21:53:01.462 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9717683d-4b76-4cdd-8517-8a591b7087e0 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: d5750dfe-111d-438b-ace5-c9f1cdcf31f7 [pid: 7|app: 0|req: 406/773] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:53:01 2026] PUT /v2.0/routers/3bb0bcb7-5f5c-48a8-afc6-7b6ebdbc1cd2/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:53:02.281 8 INFO neutron_taas.services.taas.taas_plugin [None req-7924f85a-44ff-4710-9ded-46f3248978e8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 237a17e0-bde6-4833-b925-5fd17647c92b 2026-07-30 21:53:02.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7924f85a-44ff-4710-9ded-46f3248978e8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 237a17e0-bde6-4833-b925-5fd17647c92b 2026-07-30 21:53:02.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-7924f85a-44ff-4710-9ded-46f3248978e8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: ff796177-9ce2-4ff9-8e70-988fd2a55173 2026-07-30 21:53:02.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7924f85a-44ff-4710-9ded-46f3248978e8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: ff796177-9ce2-4ff9-8e70-988fd2a55173 2026-07-30 21:53:02.947 8 INFO neutron.services.segments.plugin [-] Segment d64e804c-a23e-4a4d-a62a-da66b90be06b resource provider aggregate not found 2026-07-30 21:53:02.952 8 INFO neutron.services.segments.plugin [-] Segment d64e804c-a23e-4a4d-a62a-da66b90be06b resource provider aggregate not found 2026-07-30 21:53:02.963 8 INFO neutron.services.segments.plugin [-] Segment d64e804c-a23e-4a4d-a62a-da66b90be06b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64e804c-a23e-4a4d-a62a-da66b90be06b found for delete ", "request_id": "req-5d221a81-d712-4780-bcef-1397745f453e"}]} 2026-07-30 21:53:02.968 8 INFO neutron.services.segments.plugin [-] Segment d64e804c-a23e-4a4d-a62a-da66b90be06b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64e804c-a23e-4a4d-a62a-da66b90be06b found for delete ", "request_id": "req-8bb0fe1d-927f-4db1-aaae-a573deb567e1"}]} 2026-07-30 21:53:02.985 8 INFO neutron.db.l3_hamode_db [None req-7924f85a-44ff-4710-9ded-46f3248978e8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network 298aace1-52f2-43d7-8b35-5d368a2e9b5c was deleted as no HA routers are present in tenant 07cef90c7b6a4eceadd7c674aaf57ba6. [pid: 8|app: 0|req: 368/774] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:53:02 2026] DELETE /v2.0/routers/3bb0bcb7-5f5c-48a8-afc6-7b6ebdbc1cd2 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/775] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:53:02 2026] DELETE /v2.0/subnets/b008577a-949e-45b0-89e3-654608c3db00 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:53:03.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-91be15c0-83af-47c7-adf7-472ca8781cc8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 74a816b7-b64e-4959-aef5-c6f8a0d211b1 2026-07-30 21:53:03.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91be15c0-83af-47c7-adf7-472ca8781cc8 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 74a816b7-b64e-4959-aef5-c6f8a0d211b1 [pid: 8|app: 0|req: 369/776] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:53:03 2026] DELETE /v2.0/networks/3317fe83-76b0-40b1-b780-0cd9053b054c => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:53:03.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-28a1550e-63e4-4f8e-b919-8e13fa7fe737 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: a4abddd6-932e-4b65-b427-351794c58354 2026-07-30 21:53:03.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28a1550e-63e4-4f8e-b919-8e13fa7fe737 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: a4abddd6-932e-4b65-b427-351794c58354 [pid: 7|app: 0|req: 408/777] 10.0.0.187 () {34 vars in 789 bytes} [Thu Jul 30 21:53:03 2026] PUT /v2.0/routers/c249cd70-c443-44da-b1f5-47e17ae61428/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 21:53:04.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-7889ca0b-18ab-441e-a789-ea2546801489 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: a2b85218-35db-4fb0-810e-3f7b5964418f 2026-07-30 21:53:04.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7889ca0b-18ab-441e-a789-ea2546801489 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: a2b85218-35db-4fb0-810e-3f7b5964418f 2026-07-30 21:53:04.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-7889ca0b-18ab-441e-a789-ea2546801489 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 08747f9a-69e3-4988-9b4d-ff80a4ea198d 2026-07-30 21:53:04.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7889ca0b-18ab-441e-a789-ea2546801489 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 08747f9a-69e3-4988-9b4d-ff80a4ea198d 2026-07-30 21:53:04.987 8 INFO neutron.services.segments.plugin [-] Segment cc563f43-b22a-436e-8070-379978320eef resource provider aggregate not found 2026-07-30 21:53:04.992 8 INFO neutron.services.segments.plugin [-] Segment cc563f43-b22a-436e-8070-379978320eef resource provider aggregate not found 2026-07-30 21:53:05.009 8 INFO neutron.services.segments.plugin [-] Segment cc563f43-b22a-436e-8070-379978320eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc563f43-b22a-436e-8070-379978320eef found for delete ", "request_id": "req-e0f90ee5-29e2-4cd0-b1b8-3a6e52c30b6a"}]} 2026-07-30 21:53:05.018 8 INFO neutron.services.segments.plugin [-] Segment cc563f43-b22a-436e-8070-379978320eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc563f43-b22a-436e-8070-379978320eef found for delete ", "request_id": "req-aa24c5fc-6f0d-45f4-a580-d535f754608e"}]} 2026-07-30 21:53:05.849 8 INFO neutron.db.l3_hamode_db [None req-7889ca0b-18ab-441e-a789-ea2546801489 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] HA network e36e9b93-b372-47c1-a9bb-a175db9929af was deleted as no HA routers are present in tenant 668840c79922496aa8e42e3cc15b65c8. [pid: 8|app: 0|req: 370/780] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:53:04 2026] DELETE /v2.0/routers/c249cd70-c443-44da-b1f5-47e17ae61428 => generated 0 bytes in 1382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/781] 10.0.0.187 () {32 vars in 724 bytes} [Thu Jul 30 21:53:05 2026] DELETE /v2.0/subnets/d0f16226-90b0-4855-b417-42e573d203f6 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 21:53:06.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a50b838-eda6-40fd-97f6-73a6638c6d41 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] TaaS: Handle Delete Port: 8207880f-f64f-410d-8158-6b71ceca5267 2026-07-30 21:53:06.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a50b838-eda6-40fd-97f6-73a6638c6d41 5a9f88decd554874afa9023f768b7089 e83e68c31d33433093fe3e0c5782ed46 - - default default] Tap Mirror: Handle Delete Port: 8207880f-f64f-410d-8158-6b71ceca5267 [pid: 8|app: 0|req: 371/782] 10.0.0.187 () {32 vars in 726 bytes} [Thu Jul 30 21:53:06 2026] DELETE /v2.0/networks/42494e35-98da-4e2d-a35a-cfdadca1db86 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/783] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:53:06 2026] GET /v2.0/security-groups?tenant_id=668840c79922496aa8e42e3cc15b65c8&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/784] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:53:06 2026] DELETE /v2.0/security-groups/fca4f7f2-1525-4df4-8411-83d6b759c9ce => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 21:53:07.028 8 INFO neutron.services.segments.plugin [-] Segment 769ab26d-157f-4b24-8410-16730c04aae1 resource provider aggregate not found 2026-07-30 21:53:07.037 8 INFO neutron.services.segments.plugin [-] Segment 769ab26d-157f-4b24-8410-16730c04aae1 resource provider aggregate not found 2026-07-30 21:53:07.049 8 INFO neutron.services.segments.plugin [-] Segment 769ab26d-157f-4b24-8410-16730c04aae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769ab26d-157f-4b24-8410-16730c04aae1 found for delete ", "request_id": "req-87bc8290-3a3b-4855-8a23-73e579961a88"}]} 2026-07-30 21:53:07.054 8 INFO neutron.services.segments.plugin [-] Segment 769ab26d-157f-4b24-8410-16730c04aae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769ab26d-157f-4b24-8410-16730c04aae1 found for delete ", "request_id": "req-e98313b7-5230-42f4-a71a-63d66cefa70d"}]} 2026-07-30 21:53:07.062 8 INFO neutron.services.segments.plugin [-] Segment 5268f287-4b88-4fda-8e8f-2076b1c072f1 resource provider aggregate not found 2026-07-30 21:53:07.069 8 INFO neutron.services.segments.plugin [-] Segment 5268f287-4b88-4fda-8e8f-2076b1c072f1 resource provider aggregate not found 2026-07-30 21:53:07.075 8 INFO neutron.services.segments.plugin [-] Segment 5268f287-4b88-4fda-8e8f-2076b1c072f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5268f287-4b88-4fda-8e8f-2076b1c072f1 found for delete ", "request_id": "req-b033cd2c-38d9-4796-8ca8-a30d7c17daa9"}]} 2026-07-30 21:53:07.084 8 INFO neutron.services.segments.plugin [-] Segment 5268f287-4b88-4fda-8e8f-2076b1c072f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5268f287-4b88-4fda-8e8f-2076b1c072f1 found for delete ", "request_id": "req-2a1efe81-9ed1-4cf2-a541-796e2a3726f6"}]} [pid: 7|app: 0|req: 413/785] 10.0.0.187 () {32 vars in 774 bytes} [Thu Jul 30 21:53:07 2026] GET /v2.0/security-groups?tenant_id=07cef90c7b6a4eceadd7c674aaf57ba6&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/786] 10.0.0.187 () {32 vars in 740 bytes} [Thu Jul 30 21:53:07 2026] DELETE /v2.0/security-groups/685e1553-1eaa-473d-bbac-6de24f842ac5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/787] 10.0.0.187 () {32 vars in 649 bytes} [Thu Jul 30 21:53:09 2026] GET /v2.0/networks => generated 753 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/788] 10.0.0.187 () {32 vars in 655 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/789] 10.0.0.187 () {32 vars in 647 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/790] 10.0.0.187 () {32 vars in 643 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/ports => generated 1256 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/791] 10.0.0.187 () {32 vars in 647 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/subnets => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/792] 10.0.0.187 () {32 vars in 649 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/networks => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/793] 10.0.0.187 () {32 vars in 663 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/security-groups => generated 5821 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/794] 10.0.0.187 () {32 vars in 655 bytes} [Thu Jul 30 21:53:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)