+ 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 [Tue Aug 11 11:53:29 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-658bcd97dc-6tqzm 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 0x7fbe7b54d668 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-08-11 11:53:33.944 7 INFO neutron.common.config [-] Logging enabled! 2026-08-11 11:53:33.944 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 11:53:34.038 8 INFO neutron.common.config [-] Logging enabled! 2026-08-11 11:53:34.038 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 11:53:34.993 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 11:53:35.066 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 11:53:36.584 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:53:36.586 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 11:53:36.590 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 11:53:36.591 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:53:36.591 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 11:53:36.592 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 11:53:36.592 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:53:36.599 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:53:36.599 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:53:36.600 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:53:36.621 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 11:53:36.622 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:53:36.623 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 11:53:36.649 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 11:53:36.649 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 11:53:36.649 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 11:53:36.649 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 11:53:36.669 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:53:36.672 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 11:53:36.675 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 11:53:36.676 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 11:53:36.676 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 11:53:36.677 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 11:53:36.677 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:53:36.685 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:53:36.685 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 11:53:36.685 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:53:36.708 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 11:53:36.709 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 11:53:36.709 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 11:53:36.735 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 11:53:36.735 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 11:53:36.735 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 11:53:36.736 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 11:53:36.936 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 11:53:37.022 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 11:53:37.228 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 11:53:37.229 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 11:53:37.229 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.extensions.port_security [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing extension driver 'qos' 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 11:53:37.243 7 INFO neutron.plugins.ml2.managers [None req-538c6501-ecd5-433e-b378-bd97ab97c568 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 11:53:37.257 7 INFO neutron.quota [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded quota_driver: . 2026-08-11 11:53:37.257 7 INFO neutron.plugins.ml2.plugin [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 11:53:37.257 7 INFO neutron.plugins.ml2.managers [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 11:53:37.257 7 INFO neutron.plugins.ml2.managers [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 11:53:37.258 7 INFO neutron.plugins.ml2.managers [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 11:53:37.258 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: qos 2026-08-11 11:53:37.272 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: router 2026-08-11 11:53:37.309 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 11:53:37.309 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 11:53:37.310 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 11:53:37.324 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 11:53:37.325 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 11:53:37.325 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 11:53:37.325 8 INFO neutron.plugins.ml2.extensions.port_security [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 11:53:37.325 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing extension driver 'qos' 2026-08-11 11:53:37.325 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 11:53:37.325 8 INFO neutron.plugins.ml2.managers [None req-974e62c6-8712-4908-8545-0b8b3585e410 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 11:53:37.334 7 INFO neutron.services.service_base [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 11:53:37.334 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: segments 2026-08-11 11:53:37.340 8 INFO neutron.quota [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded quota_driver: . 2026-08-11 11:53:37.341 8 INFO neutron.plugins.ml2.plugin [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 11:53:37.341 8 INFO neutron.plugins.ml2.managers [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 11:53:37.341 8 INFO neutron.plugins.ml2.managers [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 11:53:37.341 8 INFO neutron.plugins.ml2.managers [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 11:53:37.341 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: qos 2026-08-11 11:53:37.356 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: router 2026-08-11 11:53:37.408 8 INFO neutron.services.service_base [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 11:53:37.409 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: segments 2026-08-11 11:53:37.443 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: trunk 2026-08-11 11:53:37.459 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: vpnaas 2026-08-11 11:53:37.501 7 WARNING stevedore.named [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:53:37.506 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: trunk 2026-08-11 11:53:37.520 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: vpnaas 2026-08-11 11:53:37.559 8 WARNING stevedore.named [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:53:37.576 7 INFO neutron_vpnaas.services.vpn.plugin [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 11:53:37.577 7 INFO neutron.common.utils [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 11:53:37.577 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: taas 2026-08-11 11:53:37.604 7 WARNING stevedore.named [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:53:37.604 7 WARNING stevedore.named [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:53:37.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:53:37.625 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: tapmirror 2026-08-11 11:53:37.629 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 11:53:37.630 8 INFO neutron.common.utils [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 11:53:37.630 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: taas 2026-08-11 11:53:37.634 7 WARNING stevedore.named [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:53:37.635 7 WARNING stevedore.named [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:53:37.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:53:37.651 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: auto_allocate 2026-08-11 11:53:37.657 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: tag 2026-08-11 11:53:37.658 8 WARNING stevedore.named [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:53:37.658 8 WARNING stevedore.named [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:53:37.665 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: timestamp 2026-08-11 11:53:37.667 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 11:53:37.672 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: flavors 2026-08-11 11:53:37.675 7 INFO neutron.manager [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loading Plugin: revisions 2026-08-11 11:53:37.679 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Initializing extension manager. 2026-08-11 11:53:37.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:53:37.680 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: tapmirror 2026-08-11 11:53:37.680 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: address-group 2026-08-11 11:53:37.681 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: address-scope 2026-08-11 11:53:37.682 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 11:53:37.682 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: agent 2026-08-11 11:53:37.683 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 11:53:37.684 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 11:53:37.685 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 11:53:37.686 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: availability_zone 2026-08-11 11:53:37.686 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 11:53:37.687 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 11:53:37.687 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: default-subnetpools 2026-08-11 11:53:37.689 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 11:53:37.689 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: dns-integration 2026-08-11 11:53:37.690 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 11:53:37.690 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 11:53:37.691 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: dvr 2026-08-11 11:53:37.691 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 11:53:37.692 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 11:53:37.693 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:53:37.693 8 WARNING stevedore.named [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 11:53:37.693 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 11:53:37.694 8 WARNING stevedore.named [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 11:53:37.694 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: external-net 2026-08-11 11:53:37.695 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 11:53:37.695 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: extraroute 2026-08-11 11:53:37.696 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 11:53:37.696 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 11:53:37.697 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 11:53:37.697 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 11:53:37.698 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 11:53:37.698 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: fip-port-details 2026-08-11 11:53:37.699 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: flavors 2026-08-11 11:53:37.700 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 11:53:37.701 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: floatingip-pools 2026-08-11 11:53:37.701 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: ip_allocation 2026-08-11 11:53:37.703 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 11:53:37.704 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: l2_adjacency 2026-08-11 11:53:37.705 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: router 2026-08-11 11:53:37.707 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:53:37.707 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 11:53:37.708 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 11:53:37.708 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 11:53:37.709 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: l3-ha 2026-08-11 11:53:37.709 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:53:37.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 11:53:37.710 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 11:53:37.710 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: auto_allocate 2026-08-11 11:53:37.710 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: l3-flavors 2026-08-11 11:53:37.711 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:53:37.712 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 11:53:37.714 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 11:53:37.715 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 11:53:37.716 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 11:53:37.717 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 11:53:37.718 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: tag 2026-08-11 11:53:37.718 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 11:53:37.719 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: multi-provider 2026-08-11 11:53:37.719 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: net-mtu 2026-08-11 11:53:37.720 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 11:53:37.720 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: network_availability_zone 2026-08-11 11:53:37.721 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: network_ha 2026-08-11 11:53:37.721 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: network-ip-availability 2026-08-11 11:53:37.723 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 11:53:37.723 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: pagination 2026-08-11 11:53:37.724 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-device-profile 2026-08-11 11:53:37.724 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 11:53:37.725 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 11:53:37.725 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 11:53:37.725 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: timestamp 2026-08-11 11:53:37.726 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-mac-override 2026-08-11 11:53:37.726 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 11:53:37.727 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 11:53:37.728 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 11:53:37.728 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-resource-request 2026-08-11 11:53:37.729 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 11:53:37.729 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 11:53:37.729 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 11:53:37.730 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: binding 2026-08-11 11:53:37.730 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: binding-extended 2026-08-11 11:53:37.731 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-security 2026-08-11 11:53:37.731 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: project-id 2026-08-11 11:53:37.732 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: provider 2026-08-11 11:53:37.733 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 11:53:37.733 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: flavors 2026-08-11 11:53:37.735 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos 2026-08-11 11:53:37.736 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 11:53:37.736 8 INFO neutron.manager [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loading Plugin: revisions 2026-08-11 11:53:37.736 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 11:53:37.737 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-default 2026-08-11 11:53:37.737 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-fip 2026-08-11 11:53:37.738 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 11:53:37.738 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 11:53:37.739 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 11:53:37.739 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 11:53:37.739 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Initializing extension manager. 2026-08-11 11:53:37.740 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 11:53:37.741 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-pps 2026-08-11 11:53:37.741 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 11:53:37.741 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: address-group 2026-08-11 11:53:37.742 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 11:53:37.742 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 11:53:37.743 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: quota-check-limit 2026-08-11 11:53:37.743 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: address-scope 2026-08-11 11:53:37.743 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 11:53:37.743 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 11:53:37.744 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: agent 2026-08-11 11:53:37.745 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 11:53:37.746 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: quotas 2026-08-11 11:53:37.746 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 11:53:37.747 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 11:53:37.747 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: quota_details 2026-08-11 11:53:37.747 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: availability_zone 2026-08-11 11:53:37.748 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 11:53:37.748 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: rbac-policies 2026-08-11 11:53:37.748 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 11:53:37.749 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: rbac-address-group 2026-08-11 11:53:37.749 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: default-subnetpools 2026-08-11 11:53:37.749 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 11:53:37.750 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 11:53:37.750 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 11:53:37.750 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 11:53:37.751 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: revision-if-match 2026-08-11 11:53:37.751 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: dns-integration 2026-08-11 11:53:37.751 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 11:53:37.751 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 11:53:37.752 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 11:53:37.752 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: router_availability_zone 2026-08-11 11:53:37.752 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: dvr 2026-08-11 11:53:37.752 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 11:53:37.753 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 11:53:37.753 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 11:53:37.754 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:53:37.754 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 11:53:37.754 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 11:53:37.755 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 11:53:37.755 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: external-net 2026-08-11 11:53:37.755 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 11:53:37.755 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 11:53:37.756 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 11:53:37.756 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: extraroute 2026-08-11 11:53:37.756 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 11:53:37.756 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 11:53:37.757 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 11:53:37.757 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 11:53:37.758 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 11:53:37.758 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 11:53:37.759 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 11:53:37.760 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: fip-port-details 2026-08-11 11:53:37.761 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: flavors 2026-08-11 11:53:37.761 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: security-group 2026-08-11 11:53:37.762 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: segment 2026-08-11 11:53:37.762 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 11:53:37.763 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 11:53:37.763 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: floatingip-pools 2026-08-11 11:53:37.763 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: service-type 2026-08-11 11:53:37.764 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: sorting 2026-08-11 11:53:37.764 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: ip_allocation 2026-08-11 11:53:37.764 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 11:53:37.764 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 11:53:37.765 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: l2_adjacency 2026-08-11 11:53:37.765 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: standard-attr-description 2026-08-11 11:53:37.765 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: stateful-security-group 2026-08-11 11:53:37.766 7 WARNING neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 11:53:37.766 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: router 2026-08-11 11:53:37.767 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 11:53:37.767 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: subnet-external-network 2026-08-11 11:53:37.767 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 11:53:37.768 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 11:53:37.768 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: subnet_onboard 2026-08-11 11:53:37.769 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 11:53:37.769 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 11:53:37.769 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: subnet-service-types 2026-08-11 11:53:37.769 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 11:53:37.770 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: l3-ha 2026-08-11 11:53:37.770 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: subnet_allocation 2026-08-11 11:53:37.770 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:53:37.771 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 11:53:37.771 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: l3-flavors 2026-08-11 11:53:37.772 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 11:53:37.772 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 11:53:37.772 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 11:53:37.773 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: tag-creation 2026-08-11 11:53:37.773 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 11:53:37.775 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 11:53:37.776 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 11:53:37.777 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 11:53:37.777 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 11:53:37.778 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 11:53:37.778 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 11:53:37.778 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 11:53:37.779 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: trunk 2026-08-11 11:53:37.779 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: multi-provider 2026-08-11 11:53:37.779 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: trunk-details 2026-08-11 11:53:37.779 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: net-mtu 2026-08-11 11:53:37.780 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 11:53:37.780 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 11:53:37.780 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 11:53:37.781 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: network_availability_zone 2026-08-11 11:53:37.781 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 11:53:37.781 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: network_ha 2026-08-11 11:53:37.782 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 11:53:37.782 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: network-ip-availability 2026-08-11 11:53:37.783 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 11:53:37.783 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: pagination 2026-08-11 11:53:37.783 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 11:53:37.784 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-device-profile 2026-08-11 11:53:37.784 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 11:53:37.784 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 11:53:37.784 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 11:53:37.785 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: vpn-flavors 2026-08-11 11:53:37.785 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 11:53:37.785 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-mac-override 2026-08-11 11:53:37.786 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 11:53:37.786 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: vpnaas 2026-08-11 11:53:37.786 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 11:53:37.787 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 11:53:37.787 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-resource-request 2026-08-11 11:53:37.788 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: taas 2026-08-11 11:53:37.788 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 11:53:37.788 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 11:53:37.789 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: tap-mirror 2026-08-11 11:53:37.789 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: binding 2026-08-11 11:53:37.789 7 INFO neutron.api.extensions [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 11:53:37.790 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: binding-extended 2026-08-11 11:53:37.791 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-security 2026-08-11 11:53:37.791 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: project-id 2026-08-11 11:53:37.791 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: provider 2026-08-11 11:53:37.792 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 11:53:37.792 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 11:53:37.792 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 11:53:37.792 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.792 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 11:53:37.794 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos 2026-08-11 11:53:37.795 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 11:53:37.796 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 11:53:37.796 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-default 2026-08-11 11:53:37.796 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-fip 2026-08-11 11:53:37.797 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:53:37.797 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 11:53:37.797 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:53:37.797 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 11:53:37.798 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 11:53:37.798 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 11:53:37.799 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 11:53:37.800 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-pps 2026-08-11 11:53:37.800 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 11:53:37.801 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 11:53:37.801 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 11:53:37.802 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:53:37.802 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: quota-check-limit 2026-08-11 11:53:37.802 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:53:37.802 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 11:53:37.803 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:53:37.804 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.804 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.804 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.804 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.805 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: quotas 2026-08-11 11:53:37.805 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:53:37.805 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.806 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.806 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: quota_details 2026-08-11 11:53:37.806 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:53:37.806 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:53:37.807 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:53:37.807 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.807 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: rbac-policies 2026-08-11 11:53:37.807 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ipsecpolicy is already registered 2026-08-11 11:53:37.808 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.808 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: rbac-address-group 2026-08-11 11:53:37.808 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ikepolicy is already registered 2026-08-11 11:53:37.808 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 11:53:37.809 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 11:53:37.809 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 11:53:37.810 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: revision-if-match 2026-08-11 11:53:37.810 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 11:53:37.811 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: router_availability_zone 2026-08-11 11:53:37.811 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 11:53:37.812 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:53:37.813 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] router is already registered 2026-08-11 11:53:37.813 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:53:37.813 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 11:53:37.813 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] floatingip is already registered 2026-08-11 11:53:37.813 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 11:53:37.814 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 11:53:37.814 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 11:53:37.815 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 11:53:37.815 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 11:53:37.817 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:53:37.817 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] rbac_policy is already registered 2026-08-11 11:53:37.817 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:53:37.818 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] security_group is already registered 2026-08-11 11:53:37.818 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:53:37.818 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] security_group_rule is already registered 2026-08-11 11:53:37.819 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.819 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.819 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.819 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.820 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:53:37.820 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] trunk is already registered 2026-08-11 11:53:37.820 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.821 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ikepolicy is already registered 2026-08-11 11:53:37.821 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.821 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ipsecpolicy is already registered 2026-08-11 11:53:37.821 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:53:37.820 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: security-group 2026-08-11 11:53:37.822 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] endpoint_group is already registered 2026-08-11 11:53:37.822 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:53:37.822 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] vpnservice is already registered 2026-08-11 11:53:37.822 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:53:37.823 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ipsec_site_connection is already registered 2026-08-11 11:53:37.823 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: segment 2026-08-11 11:53:37.823 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.823 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ipsecpolicy is already registered 2026-08-11 11:53:37.823 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 11:53:37.823 7 INFO neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.824 7 WARNING neutron.quota.resource_registry [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] ikepolicy is already registered 2026-08-11 11:53:37.824 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: service-type 2026-08-11 11:53:37.824 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: sorting 2026-08-11 11:53:37.825 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 11:53:37.826 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: standard-attr-description 2026-08-11 11:53:37.826 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: stateful-security-group 2026-08-11 11:53:37.827 8 WARNING neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 11:53:37.827 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 11:53:37.828 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: subnet-external-network 2026-08-11 11:53:37.829 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: subnet_onboard 2026-08-11 11:53:37.829 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 11:53:37.829 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: subnet-service-types 2026-08-11 11:53:37.830 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: subnet_allocation 2026-08-11 11:53:37.831 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 11:53:37.831 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: tag-creation 2026-08-11 11:53:37.832 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 11:53:37.836 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 11:53:37.836 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 11:53:37.837 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: trunk 2026-08-11 11:53:37.837 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: trunk-details 2026-08-11 11:53:37.838 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 11:53:37.838 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 11:53:37.839 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 11:53:37.840 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 11:53:37.841 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 11:53:37.842 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 11:53:37.843 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: vpn-flavors 2026-08-11 11:53:37.845 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: vpnaas 2026-08-11 11:53:37.846 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: taas 2026-08-11 11:53:37.847 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: tap-mirror 2026-08-11 11:53:37.847 8 INFO neutron.api.extensions [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 11:53:37.850 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 11:53:37.850 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 11:53:37.850 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.850 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 11:53:37.853 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:53:37.854 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:53:37.858 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:53:37.859 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:53:37.860 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:53:37.860 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.861 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.861 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.861 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.861 7 WARNING keystonemiddleware._common.config [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 11:53:37.862 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:53:37.862 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.862 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.863 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:53:37.863 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:53:37.864 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:53:37.864 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.864 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ipsecpolicy is already registered 2026-08-11 11:53:37.865 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.865 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ikepolicy is already registered 2026-08-11 11:53:37.868 7 WARNING oslo_config.cfg [None req-77ea4632-54cc-4b39-b94f-7929b27efd84 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-11 11:53:37.869 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 11:53:37.869 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] router is already registered 2026-08-11 11:53:37.870 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 11:53:37.870 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] floatingip is already registered WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbe7b54d668 pid: 7 (default app) 2026-08-11 11:53:37.873 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 11:53:37.874 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] rbac_policy is already registered 2026-08-11 11:53:37.874 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 11:53:37.874 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] security_group is already registered 2026-08-11 11:53:37.875 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 11:53:37.875 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] security_group_rule is already registered 2026-08-11 11:53:37.876 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.876 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.876 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 11:53:37.876 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] subnetpool is already registered 2026-08-11 11:53:37.877 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 11:53:37.877 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] trunk is already registered 2026-08-11 11:53:37.877 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.877 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ikepolicy is already registered 2026-08-11 11:53:37.878 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.878 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ipsecpolicy is already registered 2026-08-11 11:53:37.878 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 11:53:37.878 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] endpoint_group is already registered 2026-08-11 11:53:37.879 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 11:53:37.879 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] vpnservice is already registered 2026-08-11 11:53:37.879 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 11:53:37.879 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ipsec_site_connection is already registered 2026-08-11 11:53:37.880 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 11:53:37.880 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ipsecpolicy is already registered 2026-08-11 11:53:37.880 8 INFO neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 11:53:37.881 8 WARNING neutron.quota.resource_registry [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] ikepolicy is already registered 2026-08-11 11:53:37.919 8 WARNING keystonemiddleware._common.config [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 11:53:37.926 8 WARNING oslo_config.cfg [None req-f845457d-ee81-4253-b300-b4b6fe1d42df - - - - - -] 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 0x7fbe7b54d668 pid: 8 (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-08-11 11:53:42.033 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7973b1c8-6b0e-433b-aef6-4e1c4e248fc3 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:53:41 2026] GET /v2.0/networks/public => generated 108 bytes in 846 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: 2/4] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:53:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:53:42.856 7 WARNING neutron.services.revisions.revision_plugin [None req-d693a005-8104-445f-86ec-6a5638ce4f5d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:53:42.882 7 INFO neutron.db.segments_db [None req-d693a005-8104-445f-86ec-6a5638ce4f5d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 5745666d-19fa-4a46-a331-2dea46a68848 of type flat for network 94cdbc00-8077-4f0f-9d07-3e51835bb4ed 2026-08-11 11:53:42.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d693a005-8104-445f-86ec-6a5638ce4f5d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.19.213.65 () {48 vars in 964 bytes} [Tue Aug 11 11:53:42 2026] POST /v2.0/networks => generated 124 bytes in 534 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:53:49.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-927864bc-c3e4-4f53-9e34-f27c956c874d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:53:48 2026] GET /v2.0/networks/public => generated 108 bytes in 441 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:53:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:53:49.649 8 WARNING neutron.services.revisions.revision_plugin [None req-246d3d8b-356f-4689-8ac6-db5b6bae7d49 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:53:49.675 8 INFO neutron.db.segments_db [None req-246d3d8b-356f-4689-8ac6-db5b6bae7d49 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment c6478d37-4393-46e8-90fe-e392b9ff8f9f of type flat for network 362d3f2b-7ed0-4ce9-98b1-66147a5dcbbf 2026-08-11 11:53:49.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-246d3d8b-356f-4689-8ac6-db5b6bae7d49 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.19.213.65 () {48 vars in 964 bytes} [Tue Aug 11 11:53:49 2026] POST /v2.0/networks => generated 124 bytes in 354 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:53:55.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c220d30a-9cf9-4a84-8f64-8b63fe4f93b5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:53:55 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: 7|app: 0|req: 6/11] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:53:55 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-08-11 11:53:55.659 8 WARNING neutron.services.revisions.revision_plugin [None req-2ea05a20-3809-4751-86a8-1306a38f38c7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:53:55.679 8 INFO neutron.db.segments_db [None req-2ea05a20-3809-4751-86a8-1306a38f38c7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 3d4311c2-f894-48b2-a4dd-db784b7c8d04 of type flat for network 9d1b3670-8313-4bcd-b74b-2dc9d3c50a08 2026-08-11 11:53:55.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ea05a20-3809-4751-86a8-1306a38f38c7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.19.213.65 () {48 vars in 964 bytes} [Tue Aug 11 11:53:55 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:54:01.619 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53b62c7b-580f-486e-af0b-a152234c49e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:54:01 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: 7/14] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:54:01 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-08-11 11:54:01.698 7 WARNING neutron.services.revisions.revision_plugin [None req-1deb199d-c07b-4d13-bf41-b71529d4f040 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:54:01.720 7 INFO neutron.db.segments_db [None req-1deb199d-c07b-4d13-bf41-b71529d4f040 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 2e5c3aca-14b2-4ff9-88ae-d8f7f87d0306 of type flat for network 818fbb0c-3f1e-4600-a341-682c618c2c80 2026-08-11 11:54:01.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1deb199d-c07b-4d13-bf41-b71529d4f040 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.19.213.65 () {48 vars in 964 bytes} [Tue Aug 11 11:54:01 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:54:07.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3857079c-34b3-45a8-a848-ae5a0da66f1b 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:54:07 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:54:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:54:07.719 8 WARNING neutron.services.revisions.revision_plugin [None req-3249fb87-8dab-4a5c-9988-3e4cf206379e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:54:07.736 8 INFO neutron.db.segments_db [None req-3249fb87-8dab-4a5c-9988-3e4cf206379e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment cdad7195-e734-412c-98ec-6cb57fdfec03 of type flat for network 33ec9a16-8cd1-4150-b36d-f634fb55f2ae 2026-08-11 11:54:07.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3249fb87-8dab-4a5c-9988-3e4cf206379e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.19.213.65 () {48 vars in 964 bytes} [Tue Aug 11 11:54:07 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 11:54:13.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02b19686-1baf-401d-92dd-00cdb4364521 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:54:13 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:54:13 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-08-11 11:54:13.742 8 WARNING neutron.services.revisions.revision_plugin [None req-bf60f266-a0b3-49a2-ae52-47b59c1ae506 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Could not find related network for resource to bump revision. 2026-08-11 11:54:13.767 8 INFO neutron.db.segments_db [None req-bf60f266-a0b3-49a2-ae52-47b59c1ae506 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 525b3457-d06d-49e6-8fea-046d28091341 of type flat for network 30eb4a2c-06fe-4f8e-847f-52816239821e [pid: 8|app: 0|req: 11/22] 199.19.213.65 () {48 vars in 964 bytes} [Tue Aug 11 11:54:13 2026] POST /v2.0/networks => generated 706 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:54:15.103 7 INFO neutron.pecan_wsgi.hooks.translation [None req-042df412-7a8c-45b8-bd5d-01979ed434b4 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 11:54:15 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 11:54:15 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 11:54:15.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f7d0f21-03bd-46ae-9411-af61360ef735 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/25] 199.19.213.65 () {44 vars in 1031 bytes} [Tue Aug 11 11:54:15 2026] GET /v2.0/subnets/public-subnet?network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/26] 199.19.213.65 () {44 vars in 1054 bytes} [Tue Aug 11 11:54:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/27] 199.19.213.65 () {48 vars in 962 bytes} [Tue Aug 11 11:54:15 2026] POST /v2.0/subnets => generated 664 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:59:08.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebbd1c18-dd99-4bc7-afbc-cab08cd4b93a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/65] 199.19.213.65 () {44 vars in 934 bytes} [Tue Aug 11 11:59:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/66] 199.19.213.65 () {44 vars in 956 bytes} [Tue Aug 11 11:59:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 11:59:08.882 8 INFO neutron.db.segments_db [None req-76bda302-d3cb-42e8-a058-89a5a1d40af3 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment fa0c98cd-c4e3-418f-9671-4a6b945339d6 of type vxlan for network fbb363e1-8dcc-477b-8bfd-11b81088d467 [pid: 8|app: 0|req: 34/67] 199.19.213.65 () {48 vars in 963 bytes} [Tue Aug 11 11:59:08 2026] POST /v2.0/networks => generated 688 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:59:09.949 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ecb68c48-8bf9-4ee2-b3f9-977dec48da2a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 199.19.213.65 () {44 vars in 934 bytes} [Tue Aug 11 11:59:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.19.213.65 () {44 vars in 956 bytes} [Tue Aug 11 11:59:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 11:59:10.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3808f5e4-5314-4a3f-b7f6-2f5d38f00e52 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/72] 199.19.213.65 () {44 vars in 1033 bytes} [Tue Aug 11 11:59:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.19.213.65 () {44 vars in 1056 bytes} [Tue Aug 11 11:59:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.19.213.65 () {48 vars in 962 bytes} [Tue Aug 11 11:59:10 2026] POST /v2.0/subnets => generated 651 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 11:59:11.316 8 INFO neutron.api.v2.resource [None req-048c7763-ae10-4bf6-93da-9e40aa440ee9 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.19.213.65 () {44 vars in 968 bytes} [Tue Aug 11 11:59:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.19.213.65 () {44 vars in 990 bytes} [Tue Aug 11 11:59:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.19.213.65 () {48 vars in 977 bytes} [Tue Aug 11 11:59:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:12 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:12 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:12 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:13 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:13 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:13 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:14 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:14 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:14 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:15 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:15 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:15 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:16 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:16 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:17 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.19.213.65 () {44 vars in 984 bytes} [Tue Aug 11 11:59:18 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 732 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 11:59:18.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78aaa711-0a54-4bcb-b0bd-02bb9640b9ab 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/99] 199.19.213.65 () {44 vars in 1073 bytes} [Tue Aug 11 11:59:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.19.213.65 () {44 vars in 1096 bytes} [Tue Aug 11 11:59:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:18 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.19.213.65 () {48 vars in 958 bytes} [Tue Aug 11 11:59:18 2026] POST /v2.0/ports => generated 1100 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 11:59:25.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0197191f-29c4-49a4-9f28-1fcfb5219601 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/105] 199.19.213.65 () {44 vars in 976 bytes} [Tue Aug 11 11:59:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 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: 7|app: 0|req: 53/106] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.19.213.65 () {48 vars in 1028 bytes} [Tue Aug 11 11:59:25 2026] PUT /v2.0/ports/1a98d9ba-249d-49cf-ae40-c72298e31121 => generated 1249 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.19.213.65 () {44 vars in 917 bytes} [Tue Aug 11 11:59:28 2026] GET /v2.0/ports => generated 3730 bytes in 279 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 11:59:29.552 8 INFO neutron.api.v2.resource [None req-07928bf8-6518-424e-8491-bbe796db2f58 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/109] 199.19.213.65 () {44 vars in 956 bytes} [Tue Aug 11 11:59:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.19.213.65 () {44 vars in 978 bytes} [Tue Aug 11 11:59:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.19.213.65 () {48 vars in 977 bytes} [Tue Aug 11 11:59:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:30 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 1610 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:30 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:30 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:30 2026] POST /v2.0/security-group-rules => generated 623 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:31 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:31 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 11:59:31 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 11:59:31 2026] POST /v2.0/security-group-rules => generated 627 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/128] 199.19.213.65 () {44 vars in 972 bytes} [Tue Aug 11 12:00:33 2026] GET /v2.0/quotas/e5764240ed7b42e8809f1e996bf3cc1a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.19.213.65 () {48 vars in 1024 bytes} [Tue Aug 11 12:00:33 2026] PUT /v2.0/quotas/e5764240ed7b42e8809f1e996bf3cc1a => generated 291 bytes in 36 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, ' 2026-08-11 12:02:53.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b37e6417-4b67-4a87-8fc8-e1f1a6cb119a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/148] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:02:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 138 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/149] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:02:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:02:55.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b9847c1-167d-48fa-a779-d762548360a0 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/152] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:02:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/153] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:02:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:09:27.853 7 INFO neutron.api.v2.resource [None req-79c6ef5b-7920-4fa7-a703-7deaf8be18e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/206] 199.19.213.65 () {44 vars in 1071 bytes} [Tue Aug 11 12:09:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6900c3c51f546e5b1761776eee204df => generated 139 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/207] 199.19.213.65 () {44 vars in 1094 bytes} [Tue Aug 11 12:09:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6900c3c51f546e5b1761776eee204df => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/208] 199.19.213.65 () {48 vars in 978 bytes} [Tue Aug 11 12:09:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/209] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:29 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:09:29 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:29 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 12:09:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:30 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:09:30 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:30 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 12:09:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:31 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:09:31 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:31 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 12:09:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:33 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:09:33 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:09:33 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.19.213.65 () {48 vars in 988 bytes} [Tue Aug 11 12:09:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.19.213.65 () {30 vars in 739 bytes} [Tue Aug 11 12:11:55 2026] GET /v2.0/networks?tenant_id=e6900c3c51f546e5b1761776eee204df&shared=False => generated 15 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:11:55.857 7 INFO neutron.db.segments_db [None req-1d2a392f-d7d7-4494-a0bb-22ef2943b58c d478ec302cc64bfe955a996b462e6cf5 e6900c3c51f546e5b1761776eee204df - - bd1343d054824345ba6c299e484e929f bd1343d054824345ba6c299e484e929f] Added segment d43df0bb-4cd0-4ae4-bb1b-3c6c375dca2b of type vxlan for network b7844d9f-dbca-4b32-9c64-d8f6ea5b8232 [pid: 7|app: 0|req: 123/246] 199.19.213.65 () {34 vars in 681 bytes} [Tue Aug 11 12:11:55 2026] POST /v2.0/networks => generated 698 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.19.213.65 () {30 vars in 721 bytes} [Tue Aug 11 12:11:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 124/248] 199.19.213.65 () {30 vars in 632 bytes} [Tue Aug 11 12:11:56 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 199.19.213.65 () {34 vars in 676 bytes} [Tue Aug 11 12:11:56 2026] POST /v2.0/ports => generated 999 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:11:56 2026] GET /v2.0/networks/b7844d9f-dbca-4b32-9c64-d8f6ea5b8232 => generated 704 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 199.19.213.65 () {30 vars in 721 bytes} [Tue Aug 11 12:11:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:11:58 2026] GET /v2.0/networks/b7844d9f-dbca-4b32-9c64-d8f6ea5b8232 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 199.19.213.65 () {44 vars in 972 bytes} [Tue Aug 11 12:12:15 2026] GET /v2.0/quotas/e6900c3c51f546e5b1761776eee204df => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/256] 199.19.213.65 () {48 vars in 1024 bytes} [Tue Aug 11 12:12:15 2026] PUT /v2.0/quotas/e6900c3c51f546e5b1761776eee204df => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:38.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0639b67d-9ba0-4a2c-9aa5-012dabdc702d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/355] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 12:24:38 2026] GET /v2.0/networks/public => generated 108 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 12:24:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:39.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e05e1207-d7a0-4928-8a17-c56dc782ccd1 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/359] 199.19.213.65 () {44 vars in 924 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/360] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:24:39.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffddb744-45d3-4a1a-b7f9-6e23e3d6e8d8 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/361] 199.19.213.65 () {44 vars in 1031 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/subnets/public-subnet?network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/362] 199.19.213.65 () {44 vars in 1054 bytes} [Tue Aug 11 12:24:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:08.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5431c29-0cd1-4785-bc5f-4e2128b24af0 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/365] 199.19.213.65 () {44 vars in 934 bytes} [Tue Aug 11 12:25:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.19.213.65 () {44 vars in 956 bytes} [Tue Aug 11 12:25:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:09.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c148f366-d2f5-4fb4-9609-ba408448cf52 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/367] 199.19.213.65 () {44 vars in 934 bytes} [Tue Aug 11 12:25:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.19.213.65 () {44 vars in 956 bytes} [Tue Aug 11 12:25:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:09.190 8 INFO neutron.pecan_wsgi.hooks.translation [None req-014675ba-2351-4731-a153-8e4fcbfb6c7d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/369] 199.19.213.65 () {44 vars in 1033 bytes} [Tue Aug 11 12:25:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.19.213.65 () {44 vars in 1056 bytes} [Tue Aug 11 12:25:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:10.299 8 INFO neutron.api.v2.resource [None req-70714ff0-8e01-4811-bfa1-166ff052c0e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/373] 199.19.213.65 () {44 vars in 968 bytes} [Tue Aug 11 12:25:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.19.213.65 () {44 vars in 990 bytes} [Tue Aug 11 12:25:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:11 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:11 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:11 2026] GET /v2.0/security-group-rules/dfa44c74-eb68-40af-a91c-713ab9810c40 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:12 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:12 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:12 2026] GET /v2.0/security-group-rules/5e6440e2-4ce2-4059-b874-c38df51d4e04 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/382] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:13 2026] GET /v2.0/security-group-rules/ab751aad-15ae-45c1-93e3-a7fca7796871 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:14 2026] GET /v2.0/security-group-rules/cf4b13cf-d48a-4ed9-b158-7ac5c90089ab => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:15 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:15 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:15 2026] GET /v2.0/security-group-rules/3d6d8d48-e8e3-4fa2-9dad-34430b5bf0a9 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.19.213.65 () {44 vars in 984 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:25:16.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1735784-1ec5-4cea-885e-d399a58b2cc0 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/391] 199.19.213.65 () {44 vars in 1073 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.19.213.65 () {44 vars in 1096 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/393] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:16 2026] GET /v2.0/security-groups/36cf0967-47da-4e71-bb1e-23ee68876f27 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:24.580 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8311d5e9-3c16-4a5c-8e89-4ca3d557e798 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/396] 199.19.213.65 () {44 vars in 976 bytes} [Tue Aug 11 12:25:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.19.213.65 () {44 vars in 917 bytes} [Tue Aug 11 12:25:26 2026] GET /v2.0/ports => generated 4725 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:25:27.343 8 INFO neutron.api.v2.resource [None req-bcfda335-b698-48bd-bfeb-6f10d3b75dd0 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/399] 199.19.213.65 () {44 vars in 956 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.19.213.65 () {44 vars in 978 bytes} [Tue Aug 11 12:25:27 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/401] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2886 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:28 2026] GET /v2.0/security-group-rules/ad06eca8-3289-487a-81a0-9e9092633ce4 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:29 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2886 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:25:29 2026] GET /v2.0/security-groups/0212cab6-c743-49cf-8388-ea58e8c5d652 => generated 2886 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/406] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:25:29 2026] GET /v2.0/security-group-rules/16c22a22-cb7e-4d17-b7cb-ab5af03f4fd3 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.19.213.65 () {44 vars in 972 bytes} [Tue Aug 11 12:25:41 2026] GET /v2.0/quotas/e5764240ed7b42e8809f1e996bf3cc1a => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:26:38.647 8 INFO neutron.api.v2.resource [None req-4c62a327-cfdd-4411-a16d-acf81a387a2d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/416] 199.19.213.65 () {44 vars in 1071 bytes} [Tue Aug 11 12:26:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6900c3c51f546e5b1761776eee204df => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/417] 199.19.213.65 () {44 vars in 1094 bytes} [Tue Aug 11 12:26:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6900c3c51f546e5b1761776eee204df => generated 4072 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/420] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:26:39 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/421] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:26:39 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/422] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:26:39 2026] GET /v2.0/security-group-rules/86b44fdc-9141-4d2b-b5f1-7946d8ca872a => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/423] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:26:40 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/424] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:26:40 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/425] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:26:40 2026] GET /v2.0/security-group-rules/11f01878-35dc-427b-9192-a266eaceabae => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/426] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:26:41 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/427] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:26:41 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/428] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:26:41 2026] GET /v2.0/security-group-rules/5f249339-defb-4c90-a159-4496ca8edca0 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/429] 199.19.213.65 () {44 vars in 1085 bytes} [Tue Aug 11 12:26:42 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9?project_id=e6900c3c51f546e5b1761776eee204df => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/430] 199.19.213.65 () {44 vars in 998 bytes} [Tue Aug 11 12:26:43 2026] GET /v2.0/security-groups/07da16da-4f0d-4869-b007-3cb3891b88f9 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/431] 199.19.213.65 () {44 vars in 1008 bytes} [Tue Aug 11 12:26:43 2026] GET /v2.0/security-group-rules/9670f699-3c66-47b3-99d9-5611f7b60652 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/432] 199.19.213.65 () {44 vars in 972 bytes} [Tue Aug 11 12:26:50 2026] GET /v2.0/quotas/e6900c3c51f546e5b1761776eee204df => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/441] 199.19.213.65 () {44 vars in 946 bytes} [Tue Aug 11 12:27:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/448] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:28:26 2026] GET /v2.0/networks => generated 2167 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 10.0.0.115 () {32 vars in 655 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/451] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/453] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/networks => generated 2167 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/454] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/455] 10.0.0.115 () {32 vars in 655 bytes} [Tue Aug 11 12:28:27 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:39.912 8 INFO neutron.db.segments_db [None req-205d54fd-4442-4ddd-ac49-b954275f44da 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 321d085f-e093-40f2-8f73-628a82bf23d8 of type vxlan for network 1951c8e1-55bd-4c78-8cb4-0426d722e3b9 2026-08-11 12:28:39.991 7 INFO neutron.db.segments_db [None req-d167e5af-1058-46ff-9868-85719c36bce8 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 47870d71-e941-4b05-8745-23e912034ff7 of type vxlan for network 668919f4-d726-477c-b538-c06cde3e9dea [pid: 8|app: 0|req: 231/458] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:28:39 2026] POST /v2.0/networks => generated 725 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:28:39 2026] POST /v2.0/networks => generated 723 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:40 2026] POST /v2.0/subnets => generated 691 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:40.290 8 INFO neutron.db.segments_db [None req-f06f4ef0-045b-4415-b27b-ee3772f3e0d6 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 165041a2-52c3-45c8-a986-ff5b35096eee of type vxlan for network 545b54d9-1b75-4e0a-9698-5dff23fd28fb [pid: 8|app: 0|req: 232/461] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:28:39 2026] POST /v2.0/networks => generated 729 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/462] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:40 2026] POST /v2.0/subnets => generated 690 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:40.446 8 INFO neutron.db.segments_db [None req-233f1eb3-8716-4771-bcda-392b540c32cd 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment d2e69c94-5484-409b-a47b-34b886fd297e of type vxlan for network e19fbd73-915c-483c-aafc-3418c0bb1c5e [pid: 7|app: 0|req: 231/463] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:40 2026] POST /v2.0/subnets => generated 695 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:40.669 7 INFO neutron.db.segments_db [None req-4227d6b6-038b-4029-8cfc-be371012661c 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment c45a5fa4-46fd-4f13-8d07-605e8c17ebfc of type vxlan for network 34ceeb1e-f029-417c-8959-a0d62932931d 2026-08-11 12:28:40.737 8 INFO neutron.db.l3_hamode_db [None req-233f1eb3-8716-4771-bcda-392b540c32cd 5d7b022100e246d6a16d2c3a77cb092e 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:28:40.963 7 INFO neutron.db.l3_hamode_db [None req-4227d6b6-038b-4029-8cfc-be371012661c 5d7b022100e246d6a16d2c3a77cb092e 673d3b2a744542f496314d6ed67ffe2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:28:41.734 8 INFO neutron.db.l3_hamode_db [None req-233f1eb3-8716-4771-bcda-392b540c32cd 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:28:41.899 7 INFO neutron.db.l3_hamode_db [None req-4227d6b6-038b-4029-8cfc-be371012661c 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 233/464] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:40 2026] POST /v2.0/routers => generated 731 bytes in 2685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:40 2026] POST /v2.0/routers => generated 730 bytes in 2477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:43.146 7 INFO neutron.db.segments_db [None req-594b6bf1-02a9-4609-be14-cbb3e9908857 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment fc216a84-0403-4996-81d0-732a79bc15a7 of type vxlan for network a8aad3f7-2b68-4f69-a22a-9fe711120df4 [pid: 8|app: 0|req: 234/466] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:28:43 2026] GET /v2.0/security-groups?tenant_id=9d8d57c155794a60b850ed0517e52882&name=default => generated 2923 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:43.365 7 INFO neutron.db.l3_hamode_db [None req-594b6bf1-02a9-4609-be14-cbb3e9908857 5d7b022100e246d6a16d2c3a77cb092e ad3deb8c408744539abcc400e5cfc456 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:28:44.085 7 INFO neutron.db.l3_hamode_db [None req-594b6bf1-02a9-4609-be14-cbb3e9908857 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/467] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:28:43 2026] PUT /v2.0/routers/b5c2a100-5e8d-42c7-bf1f-dcca63d7b6a4/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:43 2026] POST /v2.0/routers => generated 735 bytes in 1778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:28:44 2026] DELETE /v2.0/security-groups/b1ceb7fc-ee5b-4e0c-952c-1c819c8bf281 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:28:44 2026] PUT /v2.0/routers/714526fc-34b7-4abc-912d-9095d2da545f/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/471] 10.0.0.235 () {38 vars in 971 bytes} [Tue Aug 11 12:28:45 2026] POST /v2.0/security-groups => generated 1682 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:28:44 2026] PUT /v2.0/routers/732fb4c0-2418-4a44-886f-b7f3323fcbd9/add_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/473] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/474] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/475] 10.0.0.235 () {38 vars in 971 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/security-groups => generated 1682 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 10.0.0.235 () {38 vars in 971 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/security-groups => generated 1686 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 10.0.0.235 () {38 vars in 971 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/security-groups => generated 1682 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:46 2026] GET /v2.0/security-groups/1482e7bc-6976-4df0-878a-084c1e238b3b => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:47.042 8 INFO neutron.db.segments_db [None req-457e0b14-c7ed-4457-bded-a3dd9b2f8a66 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 of type vxlan for network 93f219d2-e178-4fd9-ad0a-2be12ec27e9e [pid: 8|app: 0|req: 241/480] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/networks => generated 733 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups?tenant_id=00f0096897bc40ffb13a28dd1c6e7b0b => generated 7907 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/482] 10.0.0.235 () {38 vars in 981 bytes} [Tue Aug 11 12:28:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:47 2026] POST /v2.0/subnets => generated 699 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/484] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/e3e86611-0789-4714-b8e8-aa2e5915808c => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/485] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:28:46 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/486] 10.0.0.235 () {38 vars in 971 bytes} [Tue Aug 11 12:28:47 2026] POST /v2.0/security-groups => generated 1685 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:28:47.637 7 INFO neutron.db.segments_db [None req-f2f6191e-12e2-404c-baba-ccbf68a6112e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 0ec213c8-b7c4-41c1-b371-003c88df226e of type vxlan for network bf9cc4f4-6600-4a1e-abda-6fd7fdbd368e [pid: 8|app: 0|req: 247/487] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/e3e86611-0789-4714-b8e8-aa2e5915808c => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/488] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/d48adb41-2f38-47c0-8f23-775daf980a45 => generated 1685 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/ad5cf481-7259-4f3f-b4b4-669b1c60f2b4 => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/490] 10.0.0.235 () {38 vars in 981 bytes} [Tue Aug 11 12:28:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:47.846 7 INFO neutron.db.l3_hamode_db [None req-f2f6191e-12e2-404c-baba-ccbf68a6112e 5d7b022100e246d6a16d2c3a77cb092e defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 251/491] 10.0.0.235 () {36 vars in 1013 bytes} [Tue Aug 11 12:28:47 2026] DELETE /v2.0/security-groups/ad5cf481-7259-4f3f-b4b4-669b1c60f2b4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/492] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/d48adb41-2f38-47c0-8f23-775daf980a45 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:47.894 8 INFO neutron.api.v2.resource [req-b0209374-fa77-4634-b726-af51f23e34a0 req-839c52e1-3ad5-45dd-953a-e7408988b6ad 393dbb14414f49139bff45271efdda28 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/493] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/ad5cf481-7259-4f3f-b4b4-669b1c60f2b4 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/494] 10.0.0.235 () {38 vars in 981 bytes} [Tue Aug 11 12:28:47 2026] POST /v2.0/security-group-rules => generated 619 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/495] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:47 2026] GET /v2.0/security-groups/6dfccc36-8268-4f89-8d6b-ede025f6b495 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/496] 10.0.0.235 () {36 vars in 1013 bytes} [Tue Aug 11 12:28:48 2026] DELETE /v2.0/security-groups/6dfccc36-8268-4f89-8d6b-ede025f6b495 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/497] 10.0.0.235 () {34 vars in 1096 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--70918378&fields=id&tenant_id=673d3b2a744542f496314d6ed67ffe2b => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/498] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/d48adb41-2f38-47c0-8f23-775daf980a45 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/499] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/networks?id=668919f4-d726-477c-b538-c06cde3e9dea => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:28:48.262 8 INFO neutron.api.v2.resource [req-db942d30-3192-4f06-98bd-937c8f89f667 req-714930a5-d8bd-46dc-bd52-7212847a307f 393dbb14414f49139bff45271efdda28 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/500] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/6dfccc36-8268-4f89-8d6b-ede025f6b495 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/501] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/quotas/673d3b2a744542f496314d6ed67ffe2b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/502] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/ports?tenant_id=673d3b2a744542f496314d6ed67ffe2b&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/503] 10.0.0.235 () {34 vars in 1001 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-group-rules/8ba6f47b-9476-4490-8b82-e3c42e35ed0e => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/504] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/d48adb41-2f38-47c0-8f23-775daf980a45 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/505] 10.0.0.235 () {36 vars in 1023 bytes} [Tue Aug 11 12:28:48 2026] DELETE /v2.0/security-group-rules/8ba6f47b-9476-4490-8b82-e3c42e35ed0e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/506] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/d43153b9-a2e4-4b44-ad62-b8025c0898ea => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:48.641 7 INFO neutron.db.l3_hamode_db [None req-f2f6191e-12e2-404c-baba-ccbf68a6112e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 267/507] 10.0.0.235 () {36 vars in 1013 bytes} [Tue Aug 11 12:28:48 2026] DELETE /v2.0/security-groups/d43153b9-a2e4-4b44-ad62-b8025c0898ea => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/508] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/d48adb41-2f38-47c0-8f23-775daf980a45 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/509] 10.0.0.235 () {36 vars in 1013 bytes} [Tue Aug 11 12:28:48 2026] DELETE /v2.0/security-groups/d48adb41-2f38-47c0-8f23-775daf980a45 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/510] 10.0.0.235 () {34 vars in 907 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-11 12:28:48.882 8 INFO neutron.api.v2.resource [req-f3a903d6-2911-4dfa-b2f0-695caa8c10de req-0d167178-4650-41c1-aa61-f10e4e5bf253 393dbb14414f49139bff45271efdda28 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/511] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/d43153b9-a2e4-4b44-ad62-b8025c0898ea => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/512] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?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: 273/513] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/security-groups/1482e7bc-6976-4df0-878a-084c1e238b3b => generated 2311 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/514] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:28:48 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?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) [pid: 8|app: 0|req: 275/515] 10.0.0.235 () {36 vars in 1013 bytes} [Tue Aug 11 12:28:48 2026] DELETE /v2.0/security-groups/1482e7bc-6976-4df0-878a-084c1e238b3b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/516] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:28:49 2026] GET /v2.0/security-groups?tenant_id=00f0096897bc40ffb13a28dd1c6e7b0b => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:49.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-133fca1d-4e5c-41eb-9438-2e5bfc299b3b 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 3df9bd7d-6d51-42ac-a591-9f217a659738 2026-08-11 12:28:49.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-133fca1d-4e5c-41eb-9438-2e5bfc299b3b 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 3df9bd7d-6d51-42ac-a591-9f217a659738 [pid: 7|app: 0|req: 241/517] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:47 2026] POST /v2.0/routers => generated 739 bytes in 2456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/518] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:50 2026] GET /v2.0/security-groups/e3e86611-0789-4714-b8e8-aa2e5915808c => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/519] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:50 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/520] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:28:49 2026] PUT /v2.0/routers/732fb4c0-2418-4a44-886f-b7f3323fcbd9/remove_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: 278/521] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:50 2026] GET /v2.0/security-groups/e3e86611-0789-4714-b8e8-aa2e5915808c => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:50.594 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b74491c-d0f5-4478-b969-d79b215d2061 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 6c7e4897-7656-49ff-845d-089c4756c9c0 2026-08-11 12:28:50.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b74491c-d0f5-4478-b969-d79b215d2061 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 6c7e4897-7656-49ff-845d-089c4756c9c0 2026-08-11 12:28:50.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b74491c-d0f5-4478-b969-d79b215d2061 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: c4ff64e3-e31a-4345-bc6f-20fb472997ca 2026-08-11 12:28:50.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b74491c-d0f5-4478-b969-d79b215d2061 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: c4ff64e3-e31a-4345-bc6f-20fb472997ca 2026-08-11 12:28:50.871 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-4b74491c-d0f5-4478-b969-d79b215d2061 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - 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() 2026-08-11 12:28:51.233 8 INFO neutron.db.l3_hamode_db [None req-4b74491c-d0f5-4478-b969-d79b215d2061 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network a8aad3f7-2b68-4f69-a22a-9fe711120df4 was deleted as no HA routers are present in tenant ad3deb8c408744539abcc400e5cfc456. [pid: 8|app: 0|req: 279/522] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:28:50 2026] DELETE /v2.0/routers/732fb4c0-2418-4a44-886f-b7f3323fcbd9 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:28:51.256 8 INFO neutron.api.v2.resource [req-69b4a368-2232-4c52-bde1-b46971899d68 req-8c679817-9a3c-4874-adf3-7537dc867786 393dbb14414f49139bff45271efdda28 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 280/523] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:51 2026] GET /v2.0/security-groups/d43153b9-a2e4-4b44-ad62-b8025c0898ea => 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: 244/524] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:28:50 2026] PUT /v2.0/routers/d31be96a-b859-429d-ae5f-d7582f3c44b7/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/525] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:28:51 2026] DELETE /v2.0/subnets/6955b7f9-f501-45bc-a75b-15dd1eb3561a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/526] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:51 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:51.419 8 INFO neutron.api.v2.resource [req-fbe2b6d7-006b-438e-9de9-ff7f8ff28a90 req-23bb05ff-0ec1-423b-b7bb-aa394f7f8723 393dbb14414f49139bff45271efdda28 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/527] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:51 2026] GET /v2.0/security-groups/6dfccc36-8268-4f89-8d6b-ede025f6b495 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:28:51.455 8 INFO neutron.api.v2.resource [req-ccf02fe5-4dd4-4118-a6e0-c764ff7b7df1 req-3f4baf74-bb4f-46a0-b6a1-eb572ed37916 393dbb14414f49139bff45271efdda28 00f0096897bc40ffb13a28dd1c6e7b0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 283/528] 10.0.0.235 () {34 vars in 991 bytes} [Tue Aug 11 12:28:51 2026] GET /v2.0/security-groups/ad5cf481-7259-4f3f-b4b4-669b1c60f2b4 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:28:51.600 8 INFO neutron.services.segments.plugin [-] Segment fc216a84-0403-4996-81d0-732a79bc15a7 resource provider aggregate not found 2026-08-11 12:28:51.609 8 INFO neutron.services.segments.plugin [-] Segment fc216a84-0403-4996-81d0-732a79bc15a7 resource provider aggregate not found 2026-08-11 12:28:51.628 8 INFO neutron.services.segments.plugin [-] Segment fc216a84-0403-4996-81d0-732a79bc15a7 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 fc216a84-0403-4996-81d0-732a79bc15a7 found for delete ", "request_id": "req-b0bc5ea4-b470-4da5-8086-dc3496efaab3"}]} 2026-08-11 12:28:51.629 8 INFO neutron.services.segments.plugin [-] Segment fc216a84-0403-4996-81d0-732a79bc15a7 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 fc216a84-0403-4996-81d0-732a79bc15a7 found for delete ", "request_id": "req-82112c07-84f1-4520-b34d-2d7adcccdae0"}]} [pid: 7|app: 0|req: 246/529] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:28:51 2026] DELETE /v2.0/networks/545b54d9-1b75-4e0a-9698-5dff23fd28fb => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/530] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:28:51 2026] GET /v2.0/security-groups?tenant_id=ad3deb8c408744539abcc400e5cfc456&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:51.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-82ac383a-9823-4531-96cc-dfe7c4158b08 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: efe3573c-c744-4b10-9c25-f79324f8ce08 2026-08-11 12:28:51.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ac383a-9823-4531-96cc-dfe7c4158b08 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: efe3573c-c744-4b10-9c25-f79324f8ce08 [pid: 7|app: 0|req: 248/531] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:28:51 2026] DELETE /v2.0/security-groups/e3aa0ba8-1ca3-4d18-9c7c-89d9a1816a37 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/532] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:28:51 2026] POST /v2.0/security-groups => generated 1659 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/533] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:28:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:52.262 7 INFO neutron.services.segments.plugin [-] Segment 165041a2-52c3-45c8-a986-ff5b35096eee resource provider aggregate not found 2026-08-11 12:28:52.280 7 INFO neutron.services.segments.plugin [-] Segment 165041a2-52c3-45c8-a986-ff5b35096eee resource provider aggregate not found 2026-08-11 12:28:52.289 7 INFO neutron.services.segments.plugin [-] Segment 165041a2-52c3-45c8-a986-ff5b35096eee 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 165041a2-52c3-45c8-a986-ff5b35096eee found for delete ", "request_id": "req-d9469f6f-59e9-451d-9831-725649555d52"}]} 2026-08-11 12:28:52.309 7 INFO neutron.services.segments.plugin [-] Segment 165041a2-52c3-45c8-a986-ff5b35096eee 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 165041a2-52c3-45c8-a986-ff5b35096eee found for delete ", "request_id": "req-cfcd4d13-da6a-4d9e-b630-e7b9634ef173"}]} [pid: 7|app: 0|req: 251/534] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:28:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/535] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:28:51 2026] PUT /v2.0/routers/b5c2a100-5e8d-42c7-bf1f-dcca63d7b6a4/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/536] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:52 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:52.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-be68482c-df0e-4611-b849-4efb7a822b35 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 45ffa849-2e48-490c-8430-7073fd0c4e6c 2026-08-11 12:28:52.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be68482c-df0e-4611-b849-4efb7a822b35 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 45ffa849-2e48-490c-8430-7073fd0c4e6c [pid: 7|app: 0|req: 252/537] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:28:52 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:28:53.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-be68482c-df0e-4611-b849-4efb7a822b35 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 270ddb33-cd78-42be-890c-6408d9cffe7b 2026-08-11 12:28:53.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be68482c-df0e-4611-b849-4efb7a822b35 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 270ddb33-cd78-42be-890c-6408d9cffe7b [pid: 7|app: 0|req: 253/538] 10.0.0.235 () {34 vars in 1098 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--261666383&fields=id&tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/539] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:28:53.535 8 INFO neutron.db.l3_hamode_db [None req-be68482c-df0e-4611-b849-4efb7a822b35 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network e19fbd73-915c-483c-aafc-3418c0bb1c5e was deleted as no HA routers are present in tenant 00f0096897bc40ffb13a28dd1c6e7b0b. [pid: 7|app: 0|req: 255/540] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/quotas/defad4fd6f9b4ffdb6f269eca9ceed7c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/541] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:28:52 2026] DELETE /v2.0/routers/b5c2a100-5e8d-42c7-bf1f-dcca63d7b6a4 => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/542] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:53.669 8 INFO neutron.services.segments.plugin [-] Segment d2e69c94-5484-409b-a47b-34b886fd297e resource provider aggregate not found 2026-08-11 12:28:53.670 8 INFO neutron.services.segments.plugin [-] Segment d2e69c94-5484-409b-a47b-34b886fd297e resource provider aggregate not found [pid: 7|app: 0|req: 257/543] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:53.703 8 INFO neutron.services.segments.plugin [-] Segment d2e69c94-5484-409b-a47b-34b886fd297e 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 d2e69c94-5484-409b-a47b-34b886fd297e found for delete ", "request_id": "req-c7a602d1-ea8a-4a24-b73c-53fc518b54a8"}]} [pid: 7|app: 0|req: 258/544] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:53.704 8 INFO neutron.services.segments.plugin [-] Segment d2e69c94-5484-409b-a47b-34b886fd297e 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 d2e69c94-5484-409b-a47b-34b886fd297e found for delete ", "request_id": "req-00559d65-06e0-4a22-bc39-b70f6e703fdc"}]} [pid: 7|app: 0|req: 259/545] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?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: 8|app: 0|req: 287/546] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:28:53 2026] DELETE /v2.0/subnets/d72f642e-e711-40bc-b9a9-6be5ed1dd32f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:28:53.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-261b889a-ce1a-4c1a-acbf-6ce2dce172e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 6629379c-9912-4c26-88a7-5512839c55d9 2026-08-11 12:28:53.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-261b889a-ce1a-4c1a-acbf-6ce2dce172e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 6629379c-9912-4c26-88a7-5512839c55d9 [pid: 8|app: 0|req: 288/547] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:53 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/548] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:28:53 2026] DELETE /v2.0/networks/1951c8e1-55bd-4c78-8cb4-0426d722e3b9 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/549] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:28:54 2026] GET /v2.0/security-groups?tenant_id=00f0096897bc40ffb13a28dd1c6e7b0b&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:54.308 7 INFO neutron.services.segments.plugin [-] Segment 321d085f-e093-40f2-8f73-628a82bf23d8 resource provider aggregate not found 2026-08-11 12:28:54.332 7 INFO neutron.services.segments.plugin [-] Segment 321d085f-e093-40f2-8f73-628a82bf23d8 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 321d085f-e093-40f2-8f73-628a82bf23d8 found for delete ", "request_id": "req-5af6ff98-52f0-4548-a68c-77ead288a26b"}]} 2026-08-11 12:28:54.337 7 INFO neutron.services.segments.plugin [-] Segment 321d085f-e093-40f2-8f73-628a82bf23d8 resource provider aggregate not found 2026-08-11 12:28:54.365 7 INFO neutron.services.segments.plugin [-] Segment 321d085f-e093-40f2-8f73-628a82bf23d8 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 321d085f-e093-40f2-8f73-628a82bf23d8 found for delete ", "request_id": "req-0b7f9fca-c6bd-4238-b496-678958cb4ee2"}]} [pid: 8|app: 0|req: 290/550] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:28:54 2026] DELETE /v2.0/security-groups/e3e86611-0789-4714-b8e8-aa2e5915808c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/551] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:28:54 2026] GET /v2.0/networks?id=668919f4-d726-477c-b538-c06cde3e9dea => generated 675 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/552] 199.19.213.65 () {34 vars in 910 bytes} [Tue Aug 11 12:28:54 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/555] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:28:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=673d3b2a744542f496314d6ed67ffe2b => generated 179 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/556] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:54 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/557] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:54 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => 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: 263/558] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:28:54 2026] POST /v2.0/ports => generated 958 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/559] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:28:55 2026] GET /v2.0/security-groups?tenant_id=b929a5d8595140749109537173ef01e0&name=default => generated 2925 bytes in 239 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: 264/560] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:28:55 2026] DELETE /v2.0/security-groups/d64be37f-e283-4537-a244-bf52a1709f4a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/561] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:28:55 2026] PUT /v2.0/ports/59686a98-5d64-4b19-a377-216efa5a72ca => generated 1239 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/562] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:55 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 102 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: 298/563] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:28:56 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/564] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:56 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:56.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac989f79-b736-4eee-8d5d-5cf07249c100'] response: {'name': 'network-changed', 'server_uuid': '93ee1e12-bf11-4035-88db-20fe813fe044', 'tag': '59686a98-5d64-4b19-a377-216efa5a72ca', 'status': 'completed', 'code': 200} 2026-08-11 12:28:56.993 8 INFO neutron.db.segments_db [None req-41c389ba-d15a-40cf-9b54-c4b0eac5392e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 of type vxlan for network c65aa4f5-f980-4d38-848c-eeffd2c4e587 [pid: 8|app: 0|req: 299/565] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:28:56 2026] POST /v2.0/networks => generated 729 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/566] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/ports?tenant_id=673d3b2a744542f496314d6ed67ffe2b&device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/567] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=59686a98-5d64-4b19-a377-216efa5a72ca => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/568] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/subnets?id=d94e4161-81d6-497f-aa78-8df75fb72774 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/569] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => 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: 300/570] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:57 2026] POST /v2.0/subnets => generated 695 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/571] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/572] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/ports?network_id=668919f4-d726-477c-b538-c06cde3e9dea&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:28:57.330 7 INFO neutron.db.segments_db [None req-2e3d043a-4a6c-4f1c-8227-76ce1e3226bd 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 47a2ebdb-e601-4968-98cd-00b95a44b383 of type vxlan for network 6f99598e-d13c-4ae1-a4ad-04b7b8915877 [pid: 8|app: 0|req: 302/573] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/574] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/575] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:28:57 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?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) 2026-08-11 12:28:57.590 7 INFO neutron.db.l3_hamode_db [None req-2e3d043a-4a6c-4f1c-8227-76ce1e3226bd 5d7b022100e246d6a16d2c3a77cb092e ee4e5f4080a642ac87b51674744548f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 305/576] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:28:58.431 7 INFO neutron.db.l3_hamode_db [None req-2e3d043a-4a6c-4f1c-8227-76ce1e3226bd 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 306/577] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/578] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/579] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/ports?tenant_id=673d3b2a744542f496314d6ed67ffe2b&device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/580] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/581] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/582] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:28:58 2026] GET /v2.0/networks?id=668919f4-d726-477c-b538-c06cde3e9dea => generated 770 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/583] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:28:58 2026] POST /v2.0/ports => generated 958 bytes in 425 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: 313/584] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=59686a98-5d64-4b19-a377-216efa5a72ca => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/585] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:28:57 2026] POST /v2.0/routers => generated 735 bytes in 2248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/586] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/subnets?id=d94e4161-81d6-497f-aa78-8df75fb72774 => generated 693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/587] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:28:59 2026] PUT /v2.0/ports/8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 1239 bytes in 398 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: 274/588] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:28:59.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfcdc252-965a-4d11-a3a9-eb18a978c711'] response: {'name': 'network-changed', 'server_uuid': 'ae5a4113-21bc-4855-9a86-79f1d93df636', 'tag': '8f67d2f4-40b9-4eac-93c2-8b9fb190cf82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 275/589] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/ports?network_id=668919f4-d726-477c-b538-c06cde3e9dea&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/590] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/591] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/592] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?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: 279/593] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/594] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:28:59 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?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) [pid: 7|app: 0|req: 281/595] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/596] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/networks?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&shared=False => generated 780 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/597] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/598] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/599] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:28:59 2026] PUT /v2.0/routers/5f58fc82-35a7-4b1b-9df1-4733d5e6f508/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/600] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&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: 317/601] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/602] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/603] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:00 2026] GET /v2.0/security-groups?tenant_id=81ecc95eecec4654becc36df3b1fc834&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/604] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:01 2026] DELETE /v2.0/security-groups/3636271f-6613-4d4b-ac5e-11ddff4d50a9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/605] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/606] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/607] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/subnets?id=268933ba-7985-4279-9e1c-8373ad631493 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/608] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/ports?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e&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: 290/609] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/610] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/security-groups?tenant_id=e93f1183b68c4e04b6a42dd57737971f&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/611] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:01 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?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: 8|app: 0|req: 321/612] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:01 2026] DELETE /v2.0/security-groups/8a1d35bc-d59e-4d08-ac4a-14192947cd49 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/613] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:29:01 2026] POST /v2.0/security-groups => generated 1659 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/614] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:29:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/615] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:02 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/616] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:29:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/617] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:02 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/618] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:02 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/619] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:02 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/620] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:29:02 2026] POST /v2.0/floatingips => generated 552 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/621] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:03 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/622] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:03 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/623] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:03 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/624] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:03 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/625] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:04 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/626] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:04 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/627] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:04 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/628] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:04 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/629] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:05 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 973 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/630] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:05 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/631] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:05 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/632] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:05 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/633] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:06 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/634] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:06 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/635] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:06 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/636] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:06 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/637] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:07 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:07.734 8 INFO neutron.db.l3_db [None req-1d44f326-07d4-4c9e-bdd8-ab6d8c3ba14f 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] Floating IP 8b1c0c7c-b10f-44b4-93dd-8e6e50a3eb07 associated. External IP: 10.96.250.202, port: 59686a98-5d64-4b19-a377-216efa5a72ca. [pid: 7|app: 0|req: 305/638] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:07 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/639] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:29:07 2026] PUT /v2.0/floatingips/8b1c0c7c-b10f-44b4-93dd-8e6e50a3eb07 => generated 856 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/640] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:08.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcd6670c-a3e5-48b3-a1c2-f6e9b919e2b3'] response: {'name': 'network-changed', 'server_uuid': '93ee1e12-bf11-4035-88db-20fe813fe044', 'tag': '59686a98-5d64-4b19-a377-216efa5a72ca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 335/641] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/642] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/ports?tenant_id=673d3b2a744542f496314d6ed67ffe2b&device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/643] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/networks?id=668919f4-d726-477c-b538-c06cde3e9dea => generated 770 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/644] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=59686a98-5d64-4b19-a377-216efa5a72ca => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/645] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/subnets?id=d94e4161-81d6-497f-aa78-8df75fb72774 => 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: 340/646] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/ports?network_id=668919f4-d726-477c-b538-c06cde3e9dea&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/647] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/648] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:08 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:09.079 7 INFO neutron.db.l3_db [None req-70b2e644-7be8-4b7a-bb0b-f137722e99aa f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] Floating IP 3bc15e6c-2547-43b0-a05b-895024e34cbc associated. External IP: 10.96.250.207, port: 8f67d2f4-40b9-4eac-93c2-8b9fb190cf82. [pid: 8|app: 0|req: 343/649] 10.0.0.235 () {34 vars in 1098 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--955208911&fields=id&tenant_id=ee4e5f4080a642ac87b51674744548f1 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/650] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/networks?id=c65aa4f5-f980-4d38-848c-eeffd2c4e587 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/651] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/quotas/ee4e5f4080a642ac87b51674744548f1 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/652] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/ports?tenant_id=ee4e5f4080a642ac87b51674744548f1&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/653] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:29:08 2026] PUT /v2.0/floatingips/3bc15e6c-2547-43b0-a05b-895024e34cbc => generated 856 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/654] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/655] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&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: 312/658] 10.0.0.235 () {34 vars in 907 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/extensions => generated 21537 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/659] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/660] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/security-groups?tenant_id=9d38d0e50ec144b2abbb5f41c09e2af6&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:09.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-992f36ae-b44e-4820-8298-1583528dc40c'] response: {'name': 'network-changed', 'server_uuid': 'ae5a4113-21bc-4855-9a86-79f1d93df636', 'tag': '8f67d2f4-40b9-4eac-93c2-8b9fb190cf82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 314/661] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:29:09 2026] GET /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/662] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:09 2026] DELETE /v2.0/security-groups/d1148043-8ff1-40ab-9bb8-4bd62fca6b5a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/663] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => 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: 315/664] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/security-groups?tenant_id=122ec941abbe4657ad131151c1d313de&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/665] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:10 2026] DELETE /v2.0/security-groups/cd193171-8543-4deb-bbd8-d0b5ab42ef69 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/666] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/667] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/668] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 859 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/669] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/subnets?id=268933ba-7985-4279-9e1c-8373ad631493 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/670] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/ports?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/671] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?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: 319/672] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:10 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/673] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:11 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => 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: 320/674] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:12 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => 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: 355/675] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:13 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => 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: 321/676] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:14 2026] GET /v2.0/networks?id=c65aa4f5-f980-4d38-848c-eeffd2c4e587 => generated 680 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/677] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:29:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee4e5f4080a642ac87b51674744548f1 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/678] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:14 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => 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: 357/679] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:29:14 2026] POST /v2.0/ports => generated 958 bytes in 368 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: 323/680] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:14 2026] GET /v2.0/security-groups?tenant_id=ef107129e6494454954267db2febba01&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/681] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:15 2026] DELETE /v2.0/security-groups/be1ee60e-fb21-4399-af4f-309ef3986324 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/682] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:15 2026] GET /v2.0/security-groups?tenant_id=78cc9e6d56b646c4b78cb4fa9ed7c97a&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/683] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:29:15 2026] PUT /v2.0/ports/991d9829-6444-42de-9885-77650827df6d => generated 1239 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:15.493 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be96712d-4d80-4b48-b227-3964ea407027'] response: {'name': 'network-changed', 'server_uuid': '0318c62b-e70d-428f-b090-d5823a57dc92', 'tag': '991d9829-6444-42de-9885-77650827df6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/684] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:15 2026] DELETE /v2.0/security-groups/38b7316a-5d77-4504-8aa1-fd2050a86448 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 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: 359/685] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:15 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/686] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:15 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/687] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:16 2026] GET /v2.0/ports?tenant_id=ee4e5f4080a642ac87b51674744548f1&device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/688] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:29:16 2026] GET /v2.0/networks?tenant_id=ee4e5f4080a642ac87b51674744548f1&shared=False => generated 776 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/689] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:29:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/690] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:16 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/691] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/692] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/ports?tenant_id=ee4e5f4080a642ac87b51674744548f1&device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/693] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=991d9829-6444-42de-9885-77650827df6d => 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: 331/694] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/subnets?id=8c16a9ac-c817-4392-bf56-b6a2b97076c0 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/695] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/ports?network_id=c65aa4f5-f980-4d38-848c-eeffd2c4e587&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: 332/696] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/697] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:17 2026] GET /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587?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: 366/698] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:18 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/699] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:18 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/700] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:18 2026] GET /v2.0/security-groups?tenant_id=bfd014f9d30d48fd8bdbb823a159738f&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/701] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:18 2026] DELETE /v2.0/security-groups/9d6b8d64-7756-4154-8373-02c49e94a452 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/702] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:29:18 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 1244 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/703] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:19 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/704] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:19 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/705] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:19 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/706] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:29:19 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1244 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/707] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:19 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/708] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:20 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/709] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:20 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/710] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:20 2026] GET /v2.0/security-groups?tenant_id=4c175c8e10294cdc80a2603346a38c55&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/711] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:21 2026] DELETE /v2.0/security-groups/c2e8579e-90c7-4ff3-8858-e4c93750666a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/712] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:21 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/713] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:21 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/714] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:22 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/715] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:22 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:23.472 7 INFO neutron.db.segments_db [None req-46d647d5-766e-46b8-88cf-293a06dbe6a5 e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Added segment 0a4a2a08-8c6e-462f-888b-52f6e6d01eba of type vxlan for network b0a6f8a0-197a-4735-a10c-ff925bea0333 2026-08-11 12:29:23.538 7 INFO neutron.db.segments_db [None req-46d647d5-766e-46b8-88cf-293a06dbe6a5 e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Added segment 8f5eae1c-c077-41c8-92c7-ddda8a182f27 of type vxlan for network b18c41dc-b130-468f-9409-a4bdc9d800f5 [pid: 7|app: 0|req: 341/716] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:23 2026] POST /v2.0/networks => generated 1206 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/717] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:29:23 2026] GET /v2.0/networks => generated 1843 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:23.946 7 INFO neutron.services.segments.plugin [-] Segment 0a4a2a08-8c6e-462f-888b-52f6e6d01eba resource provider aggregate not found 2026-08-11 12:29:23.950 7 INFO neutron.services.segments.plugin [-] Segment 0a4a2a08-8c6e-462f-888b-52f6e6d01eba resource provider aggregate not found 2026-08-11 12:29:23.972 7 INFO neutron.services.segments.plugin [-] Segment 0a4a2a08-8c6e-462f-888b-52f6e6d01eba 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 0a4a2a08-8c6e-462f-888b-52f6e6d01eba found for delete ", "request_id": "req-a7a0b7ab-4019-4503-87d3-ae31eeec84c2"}]} 2026-08-11 12:29:23.978 7 INFO neutron.services.segments.plugin [-] Segment 0a4a2a08-8c6e-462f-888b-52f6e6d01eba 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 0a4a2a08-8c6e-462f-888b-52f6e6d01eba found for delete ", "request_id": "req-e2e440e7-31e8-4d04-a101-c2c0bc975fa1"}]} [pid: 7|app: 0|req: 342/718] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:23 2026] DELETE /v2.0/networks/b0a6f8a0-197a-4735-a10c-ff925bea0333 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:24.122 8 INFO neutron.services.segments.plugin [-] Segment 8f5eae1c-c077-41c8-92c7-ddda8a182f27 resource provider aggregate not found [pid: 7|app: 0|req: 343/719] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:24 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:24.131 8 INFO neutron.services.segments.plugin [-] Segment 8f5eae1c-c077-41c8-92c7-ddda8a182f27 resource provider aggregate not found 2026-08-11 12:29:24.146 8 INFO neutron.services.segments.plugin [-] Segment 8f5eae1c-c077-41c8-92c7-ddda8a182f27 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 8f5eae1c-c077-41c8-92c7-ddda8a182f27 found for delete ", "request_id": "req-0082ed65-7501-4eef-b087-13672cd82def"}]} 2026-08-11 12:29:24.151 8 INFO neutron.services.segments.plugin [-] Segment 8f5eae1c-c077-41c8-92c7-ddda8a182f27 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 8f5eae1c-c077-41c8-92c7-ddda8a182f27 found for delete ", "request_id": "req-db2e44d5-a4b9-4dd9-a9c0-5ba1642ebe74"}]} [pid: 7|app: 0|req: 344/720] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:24 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/721] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:23 2026] DELETE /v2.0/networks/b18c41dc-b130-468f-9409-a4bdc9d800f5 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/722] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:29:24 2026] GET /v2.0/networks => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:24.324 8 INFO neutron.db.segments_db [None req-32c1c125-1084-42f7-8570-66acfab1d2f4 e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Added segment e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 of type vxlan for network 7c66d07f-0445-404e-b53d-5a673bac5411 [pid: 8|app: 0|req: 378/723] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:24 2026] POST /v2.0/networks => generated 635 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:24.523 7 INFO neutron.db.segments_db [None req-ba29306b-2b83-40d4-b1f6-d54a125ac17f e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Added segment 841d132c-87f1-43fe-905b-020186d1ea58 of type vxlan for network f6fe267e-1851-4972-826a-03190e170e5b [pid: 7|app: 0|req: 346/726] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:24 2026] POST /v2.0/networks => generated 635 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/727] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:25 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/728] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:29:24 2026] POST /v2.0/ports => generated 1505 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 163 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: 348/729] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:25 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/730] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:29:25 2026] GET /v2.0/ports => generated 1505 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:25.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-687d6ed5-1ce8-40b7-b6e7-e99b2e3402ae e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] TaaS: Handle Delete Port: c0d4ad45-9dae-4f56-a7a6-9e5d5cb559b3 2026-08-11 12:29:25.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-687d6ed5-1ce8-40b7-b6e7-e99b2e3402ae e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Tap Mirror: Handle Delete Port: c0d4ad45-9dae-4f56-a7a6-9e5d5cb559b3 [pid: 7|app: 0|req: 349/731] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:25 2026] DELETE /v2.0/ports/c0d4ad45-9dae-4f56-a7a6-9e5d5cb559b3 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:25.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a26b7a1-e7ff-4d78-b59a-9b1fb5918ee3 e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] TaaS: Handle Delete Port: a7f94f42-b8e9-4a39-bd70-48dac97ac7dc 2026-08-11 12:29:25.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a26b7a1-e7ff-4d78-b59a-9b1fb5918ee3 e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Tap Mirror: Handle Delete Port: a7f94f42-b8e9-4a39-bd70-48dac97ac7dc [pid: 8|app: 0|req: 383/732] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:25 2026] DELETE /v2.0/ports/a7f94f42-b8e9-4a39-bd70-48dac97ac7dc => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/733] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:29:26 2026] GET /v2.0/ports => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:26.146 8 INFO neutron.db.segments_db [None req-786406c1-dd45-4389-b7d8-1b64a78af896 e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Added segment ca998b83-147b-446f-8b8a-1efb5a5af34d of type vxlan for network 6a7c9dc2-52a3-46d5-be6e-9421de5ecafa [pid: 8|app: 0|req: 384/734] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:26 2026] POST /v2.0/networks => generated 635 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:26.338 7 INFO neutron.db.segments_db [None req-9d3e49cf-99b5-4d5b-a4b0-9acaf9dd566f e2cbeb8642654846abac3989d0f79c8e f1f3e4129ee7408db61c3bd6edce1cde - - default default] Added segment c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a of type vxlan for network cd3220e6-18b0-467b-8de1-a148f44d936c [pid: 7|app: 0|req: 351/735] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:26 2026] POST /v2.0/networks => generated 635 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/736] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:26 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/737] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:26 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&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: 8|app: 0|req: 386/738] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:26 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:27.025 7 INFO neutron.db.l3_db [None req-0445f853-4ad1-4fde-9705-f350837e2469 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] Floating IP 68282c51-d7d2-48ee-9955-ffb7d82e0d80 associated. External IP: 10.96.250.216, port: 991d9829-6444-42de-9885-77650827df6d. [pid: 7|app: 0|req: 353/739] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:29:26 2026] PUT /v2.0/floatingips/68282c51-d7d2-48ee-9955-ffb7d82e0d80 => generated 856 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:27.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-539b194a-0e98-4361-b646-cbd584cf1e1b'] response: {'name': 'network-changed', 'server_uuid': '0318c62b-e70d-428f-b090-d5823a57dc92', 'tag': '991d9829-6444-42de-9885-77650827df6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 354/740] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/741] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:26 2026] POST /v2.0/subnets => generated 1323 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/742] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&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: 388/743] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/subnets => generated 1959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/744] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:27 2026] DELETE /v2.0/subnets/f2aec7ef-a12e-434f-ade5-46b74e6c69ec => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/745] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:27 2026] DELETE /v2.0/subnets/15175fd5-b966-47c7-8ec8-b1ec293f3165 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/746] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/747] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/748] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/749] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/ports?tenant_id=ee4e5f4080a642ac87b51674744548f1&device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/750] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:27 2026] GET /v2.0/networks?id=c65aa4f5-f980-4d38-848c-eeffd2c4e587 => generated 776 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/751] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=991d9829-6444-42de-9885-77650827df6d => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:28.062 8 INFO neutron.services.segments.plugin [-] Segment c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a resource provider aggregate not found 2026-08-11 12:29:28.068 8 INFO neutron.services.segments.plugin [-] Segment c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a resource provider aggregate not found 2026-08-11 12:29:28.089 8 INFO neutron.services.segments.plugin [-] Segment c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a 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 c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a found for delete ", "request_id": "req-6703ce67-3fd4-4f97-8dd1-2fbcf2a68061"}]} [pid: 8|app: 0|req: 392/752] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:27 2026] DELETE /v2.0/networks/cd3220e6-18b0-467b-8de1-a148f44d936c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:28.090 8 INFO neutron.services.segments.plugin [-] Segment c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a 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 c2e62b7a-f785-48b4-afe5-fcc3ccd59e9a found for delete ", "request_id": "req-6f564618-afe0-4044-9a64-d662739697b3"}]} [pid: 7|app: 0|req: 361/753] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:28 2026] GET /v2.0/subnets?id=8c16a9ac-c817-4392-bf56-b6a2b97076c0 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/754] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:28 2026] GET /v2.0/ports?network_id=c65aa4f5-f980-4d38-848c-eeffd2c4e587&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: 7|app: 0|req: 363/755] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:28 2026] GET /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/756] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:28 2026] DELETE /v2.0/networks/6a7c9dc2-52a3-46d5-be6e-9421de5ecafa => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/757] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:28 2026] GET /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587?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: 394/758] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:28 2026] DELETE /v2.0/networks/f6fe267e-1851-4972-826a-03190e170e5b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:28.542 7 INFO neutron.services.segments.plugin [-] Segment e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 resource provider aggregate not found 2026-08-11 12:29:28.547 7 INFO neutron.services.segments.plugin [-] Segment e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 resource provider aggregate not found 2026-08-11 12:29:28.562 7 INFO neutron.services.segments.plugin [-] Segment e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 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 e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 found for delete ", "request_id": "req-9a376fdf-cbfe-43df-b84c-04bd3fb55b79"}]} 2026-08-11 12:29:28.566 7 INFO neutron.services.segments.plugin [-] Segment e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 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 e4e0d9ce-a274-4c74-9585-052cc0f1f8d9 found for delete ", "request_id": "req-a1c34c73-be6a-4e60-b502-8884a031b3e7"}]} [pid: 7|app: 0|req: 365/759] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:28 2026] DELETE /v2.0/networks/7c66d07f-0445-404e-b53d-5a673bac5411 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/760] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:29 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/761] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:29 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/762] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:29 2026] GET /v2.0/security-groups?tenant_id=f1f3e4129ee7408db61c3bd6edce1cde&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/763] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:29 2026] DELETE /v2.0/security-groups/c25feede-3276-4666-9117-188f6e9d477a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:29:30.111 8 INFO neutron.services.segments.plugin [-] Segment ca998b83-147b-446f-8b8a-1efb5a5af34d resource provider aggregate not found 2026-08-11 12:29:30.115 8 INFO neutron.services.segments.plugin [-] Segment ca998b83-147b-446f-8b8a-1efb5a5af34d resource provider aggregate not found 2026-08-11 12:29:30.132 8 INFO neutron.services.segments.plugin [-] Segment ca998b83-147b-446f-8b8a-1efb5a5af34d 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 ca998b83-147b-446f-8b8a-1efb5a5af34d found for delete ", "request_id": "req-f80d696f-90bc-4548-b064-983643b56682"}]} 2026-08-11 12:29:30.134 8 INFO neutron.services.segments.plugin [-] Segment ca998b83-147b-446f-8b8a-1efb5a5af34d 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 ca998b83-147b-446f-8b8a-1efb5a5af34d found for delete ", "request_id": "req-72bf7c67-c6fa-4016-97da-f29e6d5c2d2f"}]} 2026-08-11 12:29:30.149 8 INFO neutron.services.segments.plugin [-] Segment 841d132c-87f1-43fe-905b-020186d1ea58 resource provider aggregate not found 2026-08-11 12:29:30.154 8 INFO neutron.services.segments.plugin [-] Segment 841d132c-87f1-43fe-905b-020186d1ea58 resource provider aggregate not found 2026-08-11 12:29:30.167 8 INFO neutron.services.segments.plugin [-] Segment 841d132c-87f1-43fe-905b-020186d1ea58 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 841d132c-87f1-43fe-905b-020186d1ea58 found for delete ", "request_id": "req-89877747-2c37-4c37-9c99-38c0134ab635"}]} 2026-08-11 12:29:30.170 8 INFO neutron.services.segments.plugin [-] Segment 841d132c-87f1-43fe-905b-020186d1ea58 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 841d132c-87f1-43fe-905b-020186d1ea58 found for delete ", "request_id": "req-f6df4fa6-e035-4f8f-9f9c-cd04b1e2cbbb"}]} [pid: 8|app: 0|req: 397/764] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:30 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/765] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:30 2026] GET /v2.0/security-groups?id=bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/766] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:29:30 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:30.477 7 INFO neutron_taas.services.taas.taas_plugin [req-e64af088-e3dc-4925-9c3e-55e9a06535ec req-6b91b94c-f345-46d3-984f-882a6772fde8 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] TaaS: Handle Delete Port: 991d9829-6444-42de-9885-77650827df6d 2026-08-11 12:29:30.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e64af088-e3dc-4925-9c3e-55e9a06535ec req-6b91b94c-f345-46d3-984f-882a6772fde8 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] Tap Mirror: Handle Delete Port: 991d9829-6444-42de-9885-77650827df6d 2026-08-11 12:29:30.716 7 INFO neutron.db.l3_db [req-e64af088-e3dc-4925-9c3e-55e9a06535ec req-6b91b94c-f345-46d3-984f-882a6772fde8 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] Floating IP 68282c51-d7d2-48ee-9955-ffb7d82e0d80 disassociated. External IP: 10.96.250.216, port: 991d9829-6444-42de-9885-77650827df6d. [pid: 7|app: 0|req: 369/767] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:29:30 2026] DELETE /v2.0/ports/991d9829-6444-42de-9885-77650827df6d => generated 0 bytes in 831 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:31.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-771e426d-fadb-4863-908b-6d827778ef6e'] response: {'server_uuid': '0318c62b-e70d-428f-b090-d5823a57dc92', 'name': 'network-vif-deleted', 'tag': '991d9829-6444-42de-9885-77650827df6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 370/768] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:31 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:31.566 8 INFO neutron.db.segments_db [None req-df852d6f-dccc-4127-920b-64c357768e70 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Added segment 9c299c80-8c50-4aa0-a14e-883b361cc5e2 of type vxlan for network e3c7fa35-8833-45d5-a616-c199ede08607 [pid: 8|app: 0|req: 399/769] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:31 2026] POST /v2.0/networks => generated 630 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/770] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:29:31 2026] POST /v2.0/ports => generated 778 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:32.099 8 INFO neutron.db.segments_db [None req-55ef88dc-c77d-4293-9cba-aaf2c2668355 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Added segment 6dfaf825-0919-4357-9b1f-7d7aa2013899 of type vxlan for network 2d9b63ed-f2e4-4c1b-9ae0-da91d5e0ed24 [pid: 8|app: 0|req: 400/771] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:32 2026] POST /v2.0/networks => generated 617 bytes in 171 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: 401/772] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:32 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => 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: 372/773] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:32 2026] POST /v2.0/subnets => generated 646 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/774] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:29:32 2026] POST /v2.0/ports => generated 965 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:33.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-4abe39ae-1895-4b03-8f8b-19564082ca07 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] TaaS: Handle Delete Port: b05059d7-19e9-4a93-9e38-8c249c441903 2026-08-11 12:29:33.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4abe39ae-1895-4b03-8f8b-19564082ca07 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Tap Mirror: Handle Delete Port: b05059d7-19e9-4a93-9e38-8c249c441903 [pid: 7|app: 0|req: 373/775] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:32 2026] DELETE /v2.0/ports/b05059d7-19e9-4a93-9e38-8c249c441903 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 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-08-11 12:29:33.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-792892ad-cb9b-4a58-b189-51a2f87c5f06 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 403/776] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:33 2026] DELETE /v2.0/ports/b05059d7-19e9-4a93-9e38-8c249c441903 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:29:33.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbadab13-fbf1-469f-89a0-aa5cd34483e5 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 374/777] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:33 2026] GET /v2.0/ports/b05059d7-19e9-4a93-9e38-8c249c441903 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/778] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:33 2026] DELETE /v2.0/subnets/ae2d3e3b-ddfd-4dd6-beac-dc42a7ef1bb4 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/779] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:33 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:33.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-840c9db9-537a-4b9d-914b-a08ea4ca8485 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] TaaS: Handle Delete Port: 1be265f5-8b64-48fa-a9f2-32f0d388c854 2026-08-11 12:29:33.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-840c9db9-537a-4b9d-914b-a08ea4ca8485 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Tap Mirror: Handle Delete Port: 1be265f5-8b64-48fa-a9f2-32f0d388c854 2026-08-11 12:29:33.847 8 INFO neutron.services.segments.plugin [-] Segment 6dfaf825-0919-4357-9b1f-7d7aa2013899 resource provider aggregate not found 2026-08-11 12:29:33.851 8 INFO neutron.services.segments.plugin [-] Segment 6dfaf825-0919-4357-9b1f-7d7aa2013899 resource provider aggregate not found 2026-08-11 12:29:33.871 8 INFO neutron.services.segments.plugin [-] Segment 6dfaf825-0919-4357-9b1f-7d7aa2013899 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 6dfaf825-0919-4357-9b1f-7d7aa2013899 found for delete ", "request_id": "req-110d3660-b44d-4c28-8bce-55b307d8b027"}]} 2026-08-11 12:29:33.873 8 INFO neutron.services.segments.plugin [-] Segment 6dfaf825-0919-4357-9b1f-7d7aa2013899 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 6dfaf825-0919-4357-9b1f-7d7aa2013899 found for delete ", "request_id": "req-d24d1772-3e7e-4364-9879-0c8ba582dd9c"}]} [pid: 8|app: 0|req: 405/780] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:33 2026] DELETE /v2.0/networks/2d9b63ed-f2e4-4c1b-9ae0-da91d5e0ed24 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:33.953 7 INFO neutron.db.segments_db [None req-a31fb9a3-8386-4009-800d-04cd0dabaec4 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Added segment c6b076a3-9d1a-46ed-b53e-0c863af91632 of type vxlan for network bb429dc7-f6d3-4d51-aeef-d466baf445f0 [pid: 7|app: 0|req: 376/781] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:33 2026] POST /v2.0/networks => generated 617 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/782] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:34 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/783] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:29:34 2026] POST /v2.0/ports => generated 928 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/784] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:34 2026] GET /v2.0/ports?device_id=0318c62b-e70d-428f-b090-d5823a57dc92 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:34.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb3ce44f-eb53-4f43-aee7-acbc0cbf1620 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] TaaS: Handle Delete Port: 8164fe04-135e-4ac0-8236-ca90e3b6c15f 2026-08-11 12:29:34.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb3ce44f-eb53-4f43-aee7-acbc0cbf1620 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Tap Mirror: Handle Delete Port: 8164fe04-135e-4ac0-8236-ca90e3b6c15f [pid: 7|app: 0|req: 378/785] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:34 2026] DELETE /v2.0/ports/8164fe04-135e-4ac0-8236-ca90e3b6c15f => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:34.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b7a396a-b495-4062-81a2-5a94634f4b9b 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 408/786] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:34 2026] GET /v2.0/ports/8164fe04-135e-4ac0-8236-ca90e3b6c15f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/787] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:34 2026] DELETE /v2.0/subnets/bcc71487-01a2-4e67-8621-f3073186617b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/788] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:35 2026] DELETE /v2.0/networks/bb429dc7-f6d3-4d51-aeef-d466baf445f0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/789] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:29:35 2026] POST /v2.0/ports => generated 778 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/790] 10.0.0.115 () {34 vars in 737 bytes} [Tue Aug 11 12:29:35 2026] PUT /v2.0/ports/5e89ffb8-6f3d-44e2-8a2d-f47419391cbd => generated 752 bytes in 187 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, ' /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-08-11 12:29:35.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-38a2f26c-706e-4299-9a9b-8e004ec9651c 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] TaaS: Handle Delete Port: 5e89ffb8-6f3d-44e2-8a2d-f47419391cbd 2026-08-11 12:29:35.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38a2f26c-706e-4299-9a9b-8e004ec9651c 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Tap Mirror: Handle Delete Port: 5e89ffb8-6f3d-44e2-8a2d-f47419391cbd [pid: 8|app: 0|req: 411/791] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:35 2026] DELETE /v2.0/security-groups/bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:29:35.890 8 INFO neutron.services.segments.plugin [-] Segment c6b076a3-9d1a-46ed-b53e-0c863af91632 resource provider aggregate not found 2026-08-11 12:29:35.890 8 INFO neutron.api.v2.resource [None req-4766b138-fb6c-4c3c-abe4-46573160a28a 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 412/792] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:29:35 2026] GET /v2.0/security-groups/bd9f62eb-4903-42ab-9386-cf2bcdb0ad2a => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:29:35.896 8 INFO neutron.services.segments.plugin [-] Segment c6b076a3-9d1a-46ed-b53e-0c863af91632 resource provider aggregate not found [pid: 7|app: 0|req: 381/793] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:35 2026] DELETE /v2.0/ports/5e89ffb8-6f3d-44e2-8a2d-f47419391cbd => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:35.913 8 INFO neutron.services.segments.plugin [-] Segment c6b076a3-9d1a-46ed-b53e-0c863af91632 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 c6b076a3-9d1a-46ed-b53e-0c863af91632 found for delete ", "request_id": "req-a95b7f84-4989-47d5-9b7f-11b39ceb9e0a"}]} 2026-08-11 12:29:35.926 8 INFO neutron.services.segments.plugin [-] Segment c6b076a3-9d1a-46ed-b53e-0c863af91632 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 c6b076a3-9d1a-46ed-b53e-0c863af91632 found for delete ", "request_id": "req-ac6aa366-f94c-4773-b980-5a1f71491df4"}]} [pid: 7|app: 0|req: 382/794] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:29:35 2026] GET /v2.0/ports => generated 781 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:35.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc3a0b98-d0b0-4229-8fa8-6bdf03a9f149 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/795] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:35 2026] GET /v2.0/ports/5e89ffb8-6f3d-44e2-8a2d-f47419391cbd => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:29:36.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee8d352c-0566-4b49-a737-913b40fceb13 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] TaaS: Handle Delete Port: 73fffdb9-9baa-4639-8d52-fd50f1edbc15 2026-08-11 12:29:36.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee8d352c-0566-4b49-a737-913b40fceb13 9e1ec6479af9428fb44ef611ef2850f1 ee4e5f4080a642ac87b51674744548f1 - - default default] Tap Mirror: Handle Delete Port: 73fffdb9-9baa-4639-8d52-fd50f1edbc15 [pid: 7|app: 0|req: 384/796] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:29:35 2026] GET /v2.0/ports => generated 781 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/797] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:36 2026] GET /v2.0/ports/6fc352ac-d255-472c-b882-b1df836e3ab6 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:36.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-129d0da2-f692-49f6-b1fa-d2db3de740f8 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 386/798] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:36 2026] DELETE /v2.0/ports/8164fe04-135e-4ac0-8236-ca90e3b6c15f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:29:36.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69815723-ebb3-4554-b824-8b520df9433b 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/799] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:36 2026] DELETE /v2.0/subnets/bcc71487-01a2-4e67-8621-f3073186617b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:29:36.152 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f1742a5-a72e-4b93-b25e-4e49febb249a 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/800] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:36 2026] DELETE /v2.0/subnets/ae2d3e3b-ddfd-4dd6-beac-dc42a7ef1bb4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/801] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:29:35 2026] DELETE /v2.0/floatingips/68282c51-d7d2-48ee-9955-ffb7d82e0d80 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:29:36.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c892101-1a5d-45ce-bd9c-d3b37cc5110c 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] TaaS: Handle Delete Port: 6fc352ac-d255-472c-b882-b1df836e3ab6 2026-08-11 12:29:36.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c892101-1a5d-45ce-bd9c-d3b37cc5110c 8a93295302474e83933dca7a2d2b8107 0203d4dcf9ff4e1282eec2cb87a9657e - - default default] Tap Mirror: Handle Delete Port: 6fc352ac-d255-472c-b882-b1df836e3ab6 [pid: 7|app: 0|req: 389/802] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:29:36 2026] DELETE /v2.0/ports/6fc352ac-d255-472c-b882-b1df836e3ab6 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:36.484 7 INFO neutron.services.segments.plugin [-] Segment 9c299c80-8c50-4aa0-a14e-883b361cc5e2 resource provider aggregate not found 2026-08-11 12:29:36.486 7 INFO neutron.services.segments.plugin [-] Segment 9c299c80-8c50-4aa0-a14e-883b361cc5e2 resource provider aggregate not found 2026-08-11 12:29:36.503 7 INFO neutron.services.segments.plugin [-] Segment 9c299c80-8c50-4aa0-a14e-883b361cc5e2 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 9c299c80-8c50-4aa0-a14e-883b361cc5e2 found for delete ", "request_id": "req-cc240e18-ea57-4f08-8238-267471f90547"}]} 2026-08-11 12:29:36.509 7 INFO neutron.services.segments.plugin [-] Segment 9c299c80-8c50-4aa0-a14e-883b361cc5e2 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 9c299c80-8c50-4aa0-a14e-883b361cc5e2 found for delete ", "request_id": "req-079d72ba-9f39-4913-88d0-69394b0d4d5a"}]} [pid: 7|app: 0|req: 390/803] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:36 2026] DELETE /v2.0/networks/e3c7fa35-8833-45d5-a616-c199ede08607 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:36.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0bc590a-7f23-40cc-a4c1-f8e9dd35a5da 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 2d3c68b9-6c9b-463f-9760-f56b5cab38f9 2026-08-11 12:29:36.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0bc590a-7f23-40cc-a4c1-f8e9dd35a5da 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 2d3c68b9-6c9b-463f-9760-f56b5cab38f9 [pid: 7|app: 0|req: 391/804] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:36 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/805] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:36 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/806] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:36 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/807] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:36 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/808] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:37 2026] GET /v2.0/security-groups?tenant_id=0203d4dcf9ff4e1282eec2cb87a9657e&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/809] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:36 2026] PUT /v2.0/routers/5f58fc82-35a7-4b1b-9df1-4733d5e6f508/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/810] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:37 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/811] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:37 2026] DELETE /v2.0/security-groups/6f45a706-f8ff-49a8-9791-cf0f56316bf1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/812] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:37 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:37.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-a570ffde-785d-4827-93ff-d89797e94e72 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 8189e9bc-6187-4649-afcb-59dfbad52fb5 2026-08-11 12:29:37.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a570ffde-785d-4827-93ff-d89797e94e72 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 8189e9bc-6187-4649-afcb-59dfbad52fb5 2026-08-11 12:29:37.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-a570ffde-785d-4827-93ff-d89797e94e72 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: e6d0becf-6b06-489a-bac6-0d2541cd831e 2026-08-11 12:29:37.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a570ffde-785d-4827-93ff-d89797e94e72 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: e6d0becf-6b06-489a-bac6-0d2541cd831e 2026-08-11 12:29:37.823 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a570ffde-785d-4827-93ff-d89797e94e72 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - 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: 417/813] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:37 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/814] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/ports/8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 972 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:38.158 7 INFO neutron.db.l3_hamode_db [None req-a570ffde-785d-4827-93ff-d89797e94e72 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 6f99598e-d13c-4ae1-a4ad-04b7b8915877 was deleted as no HA routers are present in tenant ee4e5f4080a642ac87b51674744548f1. [pid: 7|app: 0|req: 397/815] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:37 2026] DELETE /v2.0/routers/5f58fc82-35a7-4b1b-9df1-4733d5e6f508 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/816] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:38 2026] DELETE /v2.0/subnets/8c16a9ac-c817-4392-bf56-b6a2b97076c0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:38.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-9593a4f4-77f4-4c66-ad87-f0893eb726a9 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: c1ff514c-99cc-42a8-b320-0fa29ad108ac 2026-08-11 12:29:38.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9593a4f4-77f4-4c66-ad87-f0893eb726a9 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: c1ff514c-99cc-42a8-b320-0fa29ad108ac [pid: 8|app: 0|req: 420/817] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/818] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:38.538 7 INFO neutron.services.segments.plugin [-] Segment 47a2ebdb-e601-4968-98cd-00b95a44b383 resource provider aggregate not found 2026-08-11 12:29:38.545 7 INFO neutron.services.segments.plugin [-] Segment 47a2ebdb-e601-4968-98cd-00b95a44b383 resource provider aggregate not found 2026-08-11 12:29:38.565 7 INFO neutron.services.segments.plugin [-] Segment 47a2ebdb-e601-4968-98cd-00b95a44b383 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 47a2ebdb-e601-4968-98cd-00b95a44b383 found for delete ", "request_id": "req-41eada24-f048-45c3-be04-e538a355dca7"}]} 2026-08-11 12:29:38.574 7 INFO neutron.services.segments.plugin [-] Segment 47a2ebdb-e601-4968-98cd-00b95a44b383 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 47a2ebdb-e601-4968-98cd-00b95a44b383 found for delete ", "request_id": "req-ad60c5e4-f10b-4a82-bbc4-cd2cac66d377"}]} [pid: 7|app: 0|req: 398/819] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:38 2026] DELETE /v2.0/networks/c65aa4f5-f980-4d38-848c-eeffd2c4e587 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/820] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/ports?tenant_id=673d3b2a744542f496314d6ed67ffe2b&device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/821] 199.19.213.65 () {34 vars in 999 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/subnets?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/822] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/networks?id=668919f4-d726-477c-b538-c06cde3e9dea => generated 770 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/823] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=59686a98-5d64-4b19-a377-216efa5a72ca => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/824] 199.19.213.65 () {34 vars in 1145 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636&device_owner=compute%3Anova&network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/825] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/security-groups?tenant_id=ee4e5f4080a642ac87b51674744548f1&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/826] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:38 2026] GET /v2.0/subnets?id=d94e4161-81d6-497f-aa78-8df75fb72774 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/827] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:38 2026] DELETE /v2.0/security-groups/f8b4e934-f6f3-4b89-ac25-fccb457f5f22 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/828] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:39 2026] GET /v2.0/ports?network_id=668919f4-d726-477c-b538-c06cde3e9dea&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: 402/829] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:29:38 2026] PUT /v2.0/ports/8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 1149 bytes in 600 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-08-11 12:29:39.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1122ea60-e4d7-48f5-85c3-90c34018570d'] response: {'name': 'network-changed', 'server_uuid': 'ae5a4113-21bc-4855-9a86-79f1d93df636', 'tag': '8f67d2f4-40b9-4eac-93c2-8b9fb190cf82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 403/830] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:39 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:39.549 8 INFO neutron.db.segments_db [None req-ed6040d9-309a-4c31-87ee-698b278a812e b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 of type vxlan for network f87954e0-bc73-42b7-adec-a6ced25084a1 [pid: 7|app: 0|req: 404/831] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:39 2026] GET /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea?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: 407/834] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:39 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/835] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:39 2026] POST /v2.0/networks => generated 615 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/836] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:39 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:39.723 7 INFO neutron.db.segments_db [None req-20c93b6b-9d3e-4aef-91b3-2a441d70cb77 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment a281fd90-0403-4b38-a76e-1e66d1be2556 of type vxlan for network f1ea05a0-7bc6-43ef-98d0-b13db3825c9b [pid: 7|app: 0|req: 408/837] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:39 2026] POST /v2.0/networks => generated 615 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/838] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:39 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/839] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:39 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/840] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/841] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/842] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/843] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/subnets?id=268933ba-7985-4279-9e1c-8373ad631493 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/844] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/ports?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e&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: 415/845] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?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: 431/846] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:40 2026] POST /v2.0/subnets => generated 655 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/847] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?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) 2026-08-11 12:29:40.396 8 INFO neutron.db.segments_db [None req-9d5d44d5-f8db-41cf-8d43-c190d8737046 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment 7859e99b-36e9-47e1-b3db-6dc0db0beb32 of type vxlan for network 93b4604c-a8c8-4019-af51-9db1c1e1d3f6 [pid: 7|app: 0|req: 417/848] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1152 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:40.587 7 INFO neutron.services.segments.plugin [-] Segment 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 resource provider aggregate not found [pid: 7|app: 0|req: 418/849] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:40.596 7 INFO neutron.services.segments.plugin [-] Segment 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 resource provider aggregate not found 2026-08-11 12:29:40.613 7 INFO neutron.services.segments.plugin [-] Segment 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 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 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 found for delete ", "request_id": "req-8cbbeb12-56e6-46db-a2c4-ef0a43ff8f01"}]} 2026-08-11 12:29:40.617 7 INFO neutron.services.segments.plugin [-] Segment 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 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 058c3f8c-6f02-47eb-9b7b-ff96ebf2a320 found for delete ", "request_id": "req-e822d97e-2281-491f-804f-663850909c68"}]} 2026-08-11 12:29:40.730 8 INFO neutron.db.l3_hamode_db [None req-9d5d44d5-f8db-41cf-8d43-c190d8737046 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 419/850] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/851] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:40 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:40.907 8 INFO neutron.db.l3_hamode_db [None req-9d5d44d5-f8db-41cf-8d43-c190d8737046 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 421/852] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/853] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/854] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/855] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:40 2026] POST /v2.0/routers => generated 511 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/856] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/857] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/subnets?id=268933ba-7985-4279-9e1c-8373ad631493 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/858] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/ports?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/859] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/860] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/861] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:41 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/862] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:42 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/863] 199.19.213.65 () {34 vars in 1117 bytes} [Tue Aug 11 12:29:42 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/864] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:29:41 2026] PUT /v2.0/routers/ce598661-416b-4c0e-abb0-eb8c16df52cf/add_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/865] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:42 2026] GET /v2.0/ports/d76057ca-c0d3-4f13-9aae-a63a80161686 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/866] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:29:42 2026] PUT /v2.0/ports/8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 972 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:42.899 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ca7c785-5305-41bb-b184-db0ab1bc009c'] response: {'name': 'network-changed', 'server_uuid': 'ae5a4113-21bc-4855-9a86-79f1d93df636', 'tag': '8f67d2f4-40b9-4eac-93c2-8b9fb190cf82', '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: 433/867] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/868] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/869] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/870] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/871] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/872] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/subnets?id=268933ba-7985-4279-9e1c-8373ad631493 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/873] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/ports?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e&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: 7|app: 0|req: 440/874] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/875] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:43 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/876] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:29:42 2026] PUT /v2.0/routers/ce598661-416b-4c0e-abb0-eb8c16df52cf/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/877] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/ports/03e43ec5-1e6b-49aa-8f10-91e138c68a12 => generated 967 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/878] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/879] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/880] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/881] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:44.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-47755ede-4f88-4f30-b5dc-b439dfbb0714 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 03e43ec5-1e6b-49aa-8f10-91e138c68a12 2026-08-11 12:29:44.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47755ede-4f88-4f30-b5dc-b439dfbb0714 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 03e43ec5-1e6b-49aa-8f10-91e138c68a12 [pid: 7|app: 0|req: 446/882] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/ports?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/883] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/networks?id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/884] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/885] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:44 2026] PUT /v2.0/routers/ce598661-416b-4c0e-abb0-eb8c16df52cf/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/886] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/subnets?id=268933ba-7985-4279-9e1c-8373ad631493 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/887] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:44 2026] GET /v2.0/security-groups?tenant_id=790e99255e144d829c91215e3130e8a2&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/888] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/ports?network_id=93f219d2-e178-4fd9-ad0a-2be12ec27e9e&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: 451/889] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:45.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cdf586e-7b29-44f9-b3e9-de17609e5eef b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: d76057ca-c0d3-4f13-9aae-a63a80161686 2026-08-11 12:29:45.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cdf586e-7b29-44f9-b3e9-de17609e5eef b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: d76057ca-c0d3-4f13-9aae-a63a80161686 [pid: 7|app: 0|req: 452/890] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:45 2026] DELETE /v2.0/security-groups/71cc86fa-2d2b-46fe-868f-ec036cd1f999 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/891] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/892] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/security-groups?id=e063ae15-d0b8-41b6-9758-17c4ea51b69a&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/893] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/894] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e?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: 457/895] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/security-groups?tenant_id=1e94494e12894e629a1aa855b8f3cd67&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/896] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:44 2026] PUT /v2.0/routers/ce598661-416b-4c0e-abb0-eb8c16df52cf/remove_router_interface => generated 309 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/897] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/898] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:29:45 2026] GET /v2.0/ports?device_id=ce598661-416b-4c0e-abb0-eb8c16df52cf => 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: 440/899] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:45 2026] DELETE /v2.0/security-groups/0846eb9e-fcee-419f-bdef-71f6dd5c1a6d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/900] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:29:46 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:46.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-33e1962c-9d96-4381-863a-d7e457d46fde b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 97a29d8d-24f2-4768-a204-2edb34a4c357 2026-08-11 12:29:46.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33e1962c-9d96-4381-863a-d7e457d46fde b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 97a29d8d-24f2-4768-a204-2edb34a4c357 2026-08-11 12:29:46.689 8 INFO neutron_taas.services.taas.taas_plugin [req-c8e73b18-c2ce-42ff-8801-fe79467e04c3 req-ea9fe7c1-bb4d-4f95-a807-9304487e0d66 f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] TaaS: Handle Delete Port: 8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 2026-08-11 12:29:46.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8e73b18-c2ce-42ff-8801-fe79467e04c3 req-ea9fe7c1-bb4d-4f95-a807-9304487e0d66 f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] Tap Mirror: Handle Delete Port: 8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 2026-08-11 12:29:46.830 8 INFO neutron.db.l3_db [req-c8e73b18-c2ce-42ff-8801-fe79467e04c3 req-ea9fe7c1-bb4d-4f95-a807-9304487e0d66 f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] Floating IP 3bc15e6c-2547-43b0-a05b-895024e34cbc disassociated. External IP: 10.96.250.207, port: 8f67d2f4-40b9-4eac-93c2-8b9fb190cf82. 2026-08-11 12:29:46.958 7 INFO neutron.services.segments.plugin [-] Segment 7859e99b-36e9-47e1-b3db-6dc0db0beb32 resource provider aggregate not found 2026-08-11 12:29:46.967 7 INFO neutron.services.segments.plugin [-] Segment 7859e99b-36e9-47e1-b3db-6dc0db0beb32 resource provider aggregate not found 2026-08-11 12:29:46.982 7 INFO neutron.services.segments.plugin [-] Segment 7859e99b-36e9-47e1-b3db-6dc0db0beb32 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 7859e99b-36e9-47e1-b3db-6dc0db0beb32 found for delete ", "request_id": "req-12dd24a5-b4eb-4c20-8d2f-346111d80757"}]} 2026-08-11 12:29:46.986 7 INFO neutron.services.segments.plugin [-] Segment 7859e99b-36e9-47e1-b3db-6dc0db0beb32 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 7859e99b-36e9-47e1-b3db-6dc0db0beb32 found for delete ", "request_id": "req-28dadd18-7610-4a6c-bc64-4ca2eb3569d6"}]} 2026-08-11 12:29:46.990 7 INFO neutron.db.l3_hamode_db [None req-33e1962c-9d96-4381-863a-d7e457d46fde b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] HA network 93b4604c-a8c8-4019-af51-9db1c1e1d3f6 was deleted as no HA routers are present in tenant fdcddaa8caa64b0cbdb0738cd93031df. [pid: 7|app: 0|req: 460/901] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:45 2026] DELETE /v2.0/routers/ce598661-416b-4c0e-abb0-eb8c16df52cf => generated 0 bytes in 1100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/902] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:46 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => 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: 462/903] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:47 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/904] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:47 2026] DELETE /v2.0/subnets/9c6e96f5-4327-4f07-97c2-2d8da6cdfe03 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/905] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:47 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/906] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:29:46 2026] DELETE /v2.0/ports/8f67d2f4-40b9-4eac-93c2-8b9fb190cf82 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:47.318 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0b90ded-6bba-4d64-a7bb-4017f9b58f8a'] response: {'server_uuid': 'ae5a4113-21bc-4855-9a86-79f1d93df636', 'name': 'network-vif-deleted', 'tag': '8f67d2f4-40b9-4eac-93c2-8b9fb190cf82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 465/907] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:47 2026] DELETE /v2.0/subnets/9872c673-14f9-4bec-b545-3d03536dec3c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:47.633 8 INFO neutron.services.segments.plugin [-] Segment a281fd90-0403-4b38-a76e-1e66d1be2556 resource provider aggregate not found 2026-08-11 12:29:47.641 8 INFO neutron.services.segments.plugin [-] Segment a281fd90-0403-4b38-a76e-1e66d1be2556 resource provider aggregate not found 2026-08-11 12:29:47.662 8 INFO neutron.services.segments.plugin [-] Segment a281fd90-0403-4b38-a76e-1e66d1be2556 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 a281fd90-0403-4b38-a76e-1e66d1be2556 found for delete ", "request_id": "req-23bfad0a-e4be-4201-a7e9-cae5086e4e52"}]} 2026-08-11 12:29:47.672 8 INFO neutron.services.segments.plugin [-] Segment a281fd90-0403-4b38-a76e-1e66d1be2556 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 a281fd90-0403-4b38-a76e-1e66d1be2556 found for delete ", "request_id": "req-16a03f38-05b3-4d63-b96a-35ce229cf0c4"}]} [pid: 8|app: 0|req: 443/908] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:47 2026] DELETE /v2.0/networks/f1ea05a0-7bc6-43ef-98d0-b13db3825c9b => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:47.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-c78a32cc-dc1f-4a4d-9cdd-3de32e172a8e b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 31ee18ea-67f2-44d5-bb43-e5af07dd49d8 2026-08-11 12:29:47.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c78a32cc-dc1f-4a4d-9cdd-3de32e172a8e b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 31ee18ea-67f2-44d5-bb43-e5af07dd49d8 [pid: 7|app: 0|req: 466/909] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:47 2026] DELETE /v2.0/networks/f87954e0-bc73-42b7-adec-a6ced25084a1 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/910] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:48 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:48.167 8 INFO neutron.db.segments_db [None req-117a8bae-bc92-4319-b9b2-11fbfb8fab4e b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment d4aefafa-3364-4e00-8370-913f8d5d91d5 of type vxlan for network ce89a0bd-9867-46a0-bdbc-47d3b6e71710 [pid: 8|app: 0|req: 444/911] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:48 2026] POST /v2.0/networks => generated 614 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/912] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:48 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/913] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:48 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/914] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:48 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:48.643 8 INFO neutron.db.segments_db [None req-ae312091-9b9e-49ae-938d-cc30d1588c86 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment f293fa4b-b550-4f7d-a179-561358b007d3 of type vxlan for network 30657fb5-a189-4738-af2b-68864d80c12b 2026-08-11 12:29:48.925 8 INFO neutron.db.l3_hamode_db [None req-ae312091-9b9e-49ae-938d-cc30d1588c86 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:29:49.002 7 INFO neutron.services.segments.plugin [-] Segment 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 resource provider aggregate not found 2026-08-11 12:29:49.008 7 INFO neutron.services.segments.plugin [-] Segment 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 resource provider aggregate not found 2026-08-11 12:29:49.021 7 INFO neutron.services.segments.plugin [-] Segment 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 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 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 found for delete ", "request_id": "req-de5e0e56-35ef-4248-84bd-506323d2e901"}]} 2026-08-11 12:29:49.022 7 INFO neutron.services.segments.plugin [-] Segment 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 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 6e0c3e7a-fdbf-4078-adc8-19794e3f36f1 found for delete ", "request_id": "req-69d4e7de-1b57-4216-83ef-b52c5913178b"}]} 2026-08-11 12:29:49.071 8 INFO neutron.db.l3_hamode_db [None req-ae312091-9b9e-49ae-938d-cc30d1588c86 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 469/915] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:49 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => 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: 447/916] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:48 2026] POST /v2.0/routers => generated 511 bytes in 1102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/917] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:29:49 2026] POST /v2.0/ports => generated 963 bytes in 347 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: 471/918] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:29:50 2026] GET /v2.0/ports?device_id=ae5a4113-21bc-4855-9a86-79f1d93df636 => 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: 472/919] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:50 2026] GET /v2.0/security-groups?tenant_id=2bd505d8e06f45659c05d5c2e43e80cd&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/920] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:50 2026] DELETE /v2.0/security-groups/8d706bb2-1a7c-425c-84a6-1de825f08481 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/921] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:50 2026] GET /v2.0/security-groups?tenant_id=adfde13b6db44992ba97c0b4f167457a&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/922] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:29:50 2026] PUT /v2.0/routers/7c42d5f1-d5c6-479b-b9df-491878e6d390/add_router_interface => generated 309 bytes in 960 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: 475/923] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:50 2026] DELETE /v2.0/security-groups/121aa9d7-eaba-4514-938a-5f042d9142c0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/924] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:51 2026] GET /v2.0/ports/f6d50e58-60d0-4fbc-a85e-5925554477b8 => generated 1037 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:51.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef3aa7ef-ec34-4b8f-b629-57aad6d11214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: f6d50e58-60d0-4fbc-a85e-5925554477b8 2026-08-11 12:29:51.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3aa7ef-ec34-4b8f-b629-57aad6d11214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: f6d50e58-60d0-4fbc-a85e-5925554477b8 [pid: 8|app: 0|req: 450/925] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:51 2026] DELETE /v2.0/security-groups/e063ae15-d0b8-41b6-9758-17c4ea51b69a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:29:51.542 8 INFO neutron.api.v2.resource [None req-4f7f1a44-d928-4794-b89d-33a12c803138 f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/926] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:29:51 2026] GET /v2.0/security-groups/e063ae15-d0b8-41b6-9758-17c4ea51b69a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:29:51.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8f93ff2-fb2d-4bf0-883b-1a31868c07dc f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] TaaS: Handle Delete Port: 014ab5a8-655e-42ed-a783-72a1209f0303 2026-08-11 12:29:51.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f93ff2-fb2d-4bf0-883b-1a31868c07dc f32cee87e4324362a6af4fb0cab845e6 defad4fd6f9b4ffdb6f269eca9ceed7c - - default default] Tap Mirror: Handle Delete Port: 014ab5a8-655e-42ed-a783-72a1209f0303 [pid: 8|app: 0|req: 452/927] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:29:51 2026] DELETE /v2.0/floatingips/3bc15e6c-2547-43b0-a05b-895024e34cbc => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/928] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:51 2026] PUT /v2.0/routers/7c42d5f1-d5c6-479b-b9df-491878e6d390/remove_router_interface => generated 309 bytes in 896 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, ' 2026-08-11 12:29:52.096 7 INFO neutron.api.v2.resource [None req-96703e56-d112-4221-8080-cdd1b1ee55ac b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 477/929] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:51 2026] PUT /v2.0/routers/7c42d5f1-d5c6-479b-b9df-491878e6d390/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/930] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:29:52 2026] GET /v2.0/ports?device_id=7c42d5f1-d5c6-479b-b9df-491878e6d390 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:52.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-61221735-65c6-49d3-885a-710dea151d08 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 69db8c41-2240-462a-b485-9af338391b42 2026-08-11 12:29:52.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61221735-65c6-49d3-885a-710dea151d08 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 69db8c41-2240-462a-b485-9af338391b42 2026-08-11 12:29:52.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4dea6e7-85a5-4e98-b6f0-9486dc49f774 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 682f50a7-e107-427a-b2fc-a5075e6398b8 2026-08-11 12:29:52.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4dea6e7-85a5-4e98-b6f0-9486dc49f774 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 682f50a7-e107-427a-b2fc-a5075e6398b8 2026-08-11 12:29:52.694 7 INFO neutron.services.segments.plugin [-] Segment f293fa4b-b550-4f7d-a179-561358b007d3 resource provider aggregate not found 2026-08-11 12:29:52.697 7 INFO neutron.services.segments.plugin [-] Segment f293fa4b-b550-4f7d-a179-561358b007d3 resource provider aggregate not found 2026-08-11 12:29:52.728 7 INFO neutron.services.segments.plugin [-] Segment f293fa4b-b550-4f7d-a179-561358b007d3 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 f293fa4b-b550-4f7d-a179-561358b007d3 found for delete ", "request_id": "req-4aa1a5a3-1a10-4521-8fa4-fc0c1e055487"}]} 2026-08-11 12:29:52.732 7 INFO neutron.db.l3_hamode_db [None req-c4dea6e7-85a5-4e98-b6f0-9486dc49f774 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] HA network 30657fb5-a189-4738-af2b-68864d80c12b was deleted as no HA routers are present in tenant fdcddaa8caa64b0cbdb0738cd93031df. 2026-08-11 12:29:52.734 7 INFO neutron.services.segments.plugin [-] Segment f293fa4b-b550-4f7d-a179-561358b007d3 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 f293fa4b-b550-4f7d-a179-561358b007d3 found for delete ", "request_id": "req-5d2ddb15-3644-461e-8d55-248102e818a6"}]} [pid: 7|app: 0|req: 479/931] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:52 2026] DELETE /v2.0/routers/7c42d5f1-d5c6-479b-b9df-491878e6d390 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/932] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:52 2026] DELETE /v2.0/subnets/77acb3c7-0804-41af-9451-8d31f3c73759 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/933] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:51 2026] PUT /v2.0/routers/d31be96a-b859-429d-ae5f-d7582f3c44b7/remove_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:53.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3f18102-8eab-4835-b407-a4100c0e622d b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 5bf69b9a-f387-40a6-b139-66b82acfea4c 2026-08-11 12:29:53.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3f18102-8eab-4835-b407-a4100c0e622d b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 5bf69b9a-f387-40a6-b139-66b82acfea4c 2026-08-11 12:29:53.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-73cc0c9d-1d46-4b6b-a0b9-a5a630b9a868 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 868c685b-aab4-4c7c-b8f6-b2a63ee7ce3d 2026-08-11 12:29:53.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73cc0c9d-1d46-4b6b-a0b9-a5a630b9a868 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 868c685b-aab4-4c7c-b8f6-b2a63ee7ce3d [pid: 7|app: 0|req: 481/934] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:52 2026] DELETE /v2.0/networks/ce89a0bd-9867-46a0-bdbc-47d3b6e71710 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:53.314 7 INFO neutron.db.segments_db [None req-dccc93f8-2fc0-4047-9358-c4afa8fa04e7 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment bf2984ac-e24b-4b10-b34d-e3cf55d67bda of type vxlan for network bab96e3a-8376-4b9d-b579-ce7b678c9400 [pid: 7|app: 0|req: 482/935] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:29:53 2026] POST /v2.0/networks => generated 615 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:53.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-73cc0c9d-1d46-4b6b-a0b9-a5a630b9a868 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 58c7dba9-3d5d-4998-818b-a641a3558318 2026-08-11 12:29:53.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73cc0c9d-1d46-4b6b-a0b9-a5a630b9a868 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 58c7dba9-3d5d-4998-818b-a641a3558318 [pid: 7|app: 0|req: 483/936] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:53 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:53.685 7 INFO neutron.db.segments_db [None req-bb836e07-7150-42fc-9ef8-b22d47ccd603 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment 127574a3-f85d-4900-bdf5-558a31bd94d5 of type vxlan for network 6c6e926b-dde6-4e71-894d-a0de33494ef8 2026-08-11 12:29:53.800 8 INFO neutron.services.segments.plugin [-] Segment 0ec213c8-b7c4-41c1-b371-003c88df226e resource provider aggregate not found 2026-08-11 12:29:53.803 8 INFO neutron.services.segments.plugin [-] Segment 0ec213c8-b7c4-41c1-b371-003c88df226e resource provider aggregate not found 2026-08-11 12:29:53.823 8 INFO neutron.services.segments.plugin [-] Segment 0ec213c8-b7c4-41c1-b371-003c88df226e 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 0ec213c8-b7c4-41c1-b371-003c88df226e found for delete ", "request_id": "req-0503a777-c597-492c-be2a-ddac48450759"}]} 2026-08-11 12:29:53.824 8 INFO neutron.services.segments.plugin [-] Segment 0ec213c8-b7c4-41c1-b371-003c88df226e 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 0ec213c8-b7c4-41c1-b371-003c88df226e found for delete ", "request_id": "req-e672ca82-21ca-4347-b6c3-a0f282b904f8"}]} 2026-08-11 12:29:53.835 8 INFO neutron.db.l3_hamode_db [None req-73cc0c9d-1d46-4b6b-a0b9-a5a630b9a868 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network bf9cc4f4-6600-4a1e-abda-6fd7fdbd368e was deleted as no HA routers are present in tenant defad4fd6f9b4ffdb6f269eca9ceed7c. [pid: 8|app: 0|req: 454/937] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:52 2026] DELETE /v2.0/routers/d31be96a-b859-429d-ae5f-d7582f3c44b7 => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:29:53.910 7 INFO neutron.db.l3_hamode_db [None req-bb836e07-7150-42fc-9ef8-b22d47ccd603 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 455/938] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:53 2026] DELETE /v2.0/subnets/268933ba-7985-4279-9e1c-8373ad631493 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:54.028 7 INFO neutron.db.l3_hamode_db [None req-bb836e07-7150-42fc-9ef8-b22d47ccd603 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:29:54.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-877ec917-c48a-4c9a-b41f-c5aba3e30553 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 93de4e2f-c9d8-4eec-9a04-3dd879821c83 2026-08-11 12:29:54.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-877ec917-c48a-4c9a-b41f-c5aba3e30553 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 93de4e2f-c9d8-4eec-9a04-3dd879821c83 [pid: 8|app: 0|req: 456/939] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:53 2026] DELETE /v2.0/networks/93f219d2-e178-4fd9-ad0a-2be12ec27e9e => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/940] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:54 2026] GET /v2.0/security-groups?tenant_id=defad4fd6f9b4ffdb6f269eca9ceed7c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/943] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:54 2026] DELETE /v2.0/security-groups/e51b7db6-5974-4717-85e9-a33305022973 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/944] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:53 2026] POST /v2.0/routers => generated 510 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:54.752 7 INFO neutron.services.segments.plugin [-] Segment d4aefafa-3364-4e00-8370-913f8d5d91d5 resource provider aggregate not found 2026-08-11 12:29:54.760 7 INFO neutron.services.segments.plugin [-] Segment d4aefafa-3364-4e00-8370-913f8d5d91d5 resource provider aggregate not found 2026-08-11 12:29:54.766 7 INFO neutron.services.segments.plugin [-] Segment d4aefafa-3364-4e00-8370-913f8d5d91d5 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 d4aefafa-3364-4e00-8370-913f8d5d91d5 found for delete ", "request_id": "req-cd136a38-b56d-4aa6-869f-febcb5ca46df"}]} 2026-08-11 12:29:54.805 7 INFO neutron.services.segments.plugin [-] Segment d4aefafa-3364-4e00-8370-913f8d5d91d5 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 d4aefafa-3364-4e00-8370-913f8d5d91d5 found for delete ", "request_id": "req-8b801cb7-80b0-4260-a62d-1aff77431d7f"}]} [pid: 8|app: 0|req: 461/945] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:29:54 2026] PUT /v2.0/routers/9888b990-7f1a-4d8d-816e-45086b82cae9/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/946] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:29:55 2026] GET /v2.0/ports/91521434-c054-4293-be9c-0e2c92f74d78 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:55.845 8 INFO neutron.services.segments.plugin [-] Segment f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 resource provider aggregate not found 2026-08-11 12:29:55.858 8 INFO neutron.services.segments.plugin [-] Segment f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 resource provider aggregate not found 2026-08-11 12:29:55.872 8 INFO neutron.services.segments.plugin [-] Segment f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 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 f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 found for delete ", "request_id": "req-5b59cff4-c0b3-4e9b-8bd9-52ea6c56671a"}]} 2026-08-11 12:29:55.891 8 INFO neutron.services.segments.plugin [-] Segment f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 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 f1886e5c-6a38-4cc6-9b30-9041b51ed2d8 found for delete ", "request_id": "req-06447ba8-6180-481c-8670-0e4292bd1892"}]} [pid: 7|app: 0|req: 486/947] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:29:56 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => 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: 487/948] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:29:56 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:29:56.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a70a8b3-b3e0-4918-a8f1-cc5222fc7c3f b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 91521434-c054-4293-be9c-0e2c92f74d78 2026-08-11 12:29:56.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a70a8b3-b3e0-4918-a8f1-cc5222fc7c3f b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 91521434-c054-4293-be9c-0e2c92f74d78 [pid: 8|app: 0|req: 462/949] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:29:55 2026] PUT /v2.0/routers/9888b990-7f1a-4d8d-816e-45086b82cae9/remove_router_interface => generated 309 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/950] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:29:56 2026] GET /v2.0/ports?device_id=9888b990-7f1a-4d8d-816e-45086b82cae9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:29:56.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-9066ab34-06c4-4e5e-9ec8-6554558dd470 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 9f5b48d4-3dd6-4866-8163-26fae316024e 2026-08-11 12:29:56.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9066ab34-06c4-4e5e-9ec8-6554558dd470 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 9f5b48d4-3dd6-4866-8163-26fae316024e 2026-08-11 12:29:57.062 7 INFO neutron.db.segments_db [None req-3345db12-342c-41ce-a213-db218d927ccd 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 2bed4065-bd15-477f-bd47-fd0008229b0d of type vxlan for network 1267c300-444c-43ed-a1ad-a6d31e203fd6 [pid: 7|app: 0|req: 489/951] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:29:56 2026] POST /v2.0/networks => generated 717 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:57.152 8 INFO neutron.db.l3_hamode_db [None req-9066ab34-06c4-4e5e-9ec8-6554558dd470 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] HA network 6c6e926b-dde6-4e71-894d-a0de33494ef8 was deleted as no HA routers are present in tenant fdcddaa8caa64b0cbdb0738cd93031df. [pid: 8|app: 0|req: 463/952] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:56 2026] DELETE /v2.0/routers/9888b990-7f1a-4d8d-816e-45086b82cae9 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/953] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:29:57 2026] DELETE /v2.0/subnets/cfa00a55-fa9f-4b81-aa05-481d4db66b14 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/954] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:57 2026] POST /v2.0/subnets => generated 684 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:29:57.477 7 INFO neutron.services.segments.plugin [-] Segment bf2984ac-e24b-4b10-b34d-e3cf55d67bda resource provider aggregate not found 2026-08-11 12:29:57.482 7 INFO neutron.services.segments.plugin [-] Segment bf2984ac-e24b-4b10-b34d-e3cf55d67bda resource provider aggregate not found 2026-08-11 12:29:57.499 7 INFO neutron.services.segments.plugin [-] Segment bf2984ac-e24b-4b10-b34d-e3cf55d67bda 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 bf2984ac-e24b-4b10-b34d-e3cf55d67bda found for delete ", "request_id": "req-0a8ece52-15a5-4de3-9b33-401c04a92669"}]} 2026-08-11 12:29:57.501 7 INFO neutron.services.segments.plugin [-] Segment bf2984ac-e24b-4b10-b34d-e3cf55d67bda 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 bf2984ac-e24b-4b10-b34d-e3cf55d67bda found for delete ", "request_id": "req-53e1dc4d-8ee9-4017-baf9-7a9ed13f2f1d"}]} [pid: 7|app: 0|req: 491/955] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:29:57 2026] DELETE /v2.0/networks/bab96e3a-8376-4b9d-b579-ce7b678c9400 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:29:57.559 7 INFO neutron.db.segments_db [None req-39182897-47dd-4daf-bf63-2076683aa3e0 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment fefff960-adc5-4e5a-ab1d-8f2cfdbea00e of type vxlan for network 7b1d3aea-3c7c-4f24-bdde-fc9d8e4455b7 [pid: 8|app: 0|req: 465/956] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:57 2026] GET /v2.0/security-groups?tenant_id=fef17a9fc77340a986ec6815f0fa1fcd&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:29:57.690 8 INFO neutron.db.segments_db [None req-f95d6b34-8bbe-4419-a6ba-91d8156d7dc5 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Added segment a58dab73-4ff6-49a8-9acd-68076e5ad7e5 of type vxlan for network 0fc4f29f-f810-4c37-ba5b-fbc855a73b28 2026-08-11 12:29:57.804 7 INFO neutron.db.l3_hamode_db [None req-39182897-47dd-4daf-bf63-2076683aa3e0 5d7b022100e246d6a16d2c3a77cb092e b25c38d315d3454193f7cfe096893fbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:29:57.896 8 INFO neutron.services.segments.plugin [-] Segment 127574a3-f85d-4900-bdf5-558a31bd94d5 resource provider aggregate not found 2026-08-11 12:29:57.914 8 INFO neutron.services.segments.plugin [-] Segment 127574a3-f85d-4900-bdf5-558a31bd94d5 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 127574a3-f85d-4900-bdf5-558a31bd94d5 found for delete ", "request_id": "req-7a5f21bd-95b4-4b3b-9376-d5a7fffc65d4"}]} 2026-08-11 12:29:57.916 8 INFO neutron.services.segments.plugin [-] Segment 127574a3-f85d-4900-bdf5-558a31bd94d5 resource provider aggregate not found 2026-08-11 12:29:57.939 8 INFO neutron.db.l3_hamode_db [None req-f95d6b34-8bbe-4419-a6ba-91d8156d7dc5 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:29:57.940 8 INFO neutron.services.segments.plugin [-] Segment 127574a3-f85d-4900-bdf5-558a31bd94d5 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 127574a3-f85d-4900-bdf5-558a31bd94d5 found for delete ", "request_id": "req-4ae8db82-df04-46fa-b742-46187dee176f"}]} 2026-08-11 12:29:58.547 7 INFO neutron.db.l3_hamode_db [None req-39182897-47dd-4daf-bf63-2076683aa3e0 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:29:58.719 8 INFO neutron.db.l3_hamode_db [None req-f95d6b34-8bbe-4419-a6ba-91d8156d7dc5 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 492/957] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:57 2026] POST /v2.0/routers => generated 724 bytes in 1889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/958] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:59 2026] DELETE /v2.0/security-groups/6705723d-2f14-4c5e-b3c4-b26d3be4f7a1 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/959] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:29:57 2026] POST /v2.0/routers => generated 692 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/960] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:29:59 2026] GET /v2.0/routers/8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/961] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:29:59 2026] GET /v2.0/security-groups?tenant_id=1f374eb52a4c460a89a72fc7a667b9e8&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/962] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:29:59 2026] GET /v2.0/routers => generated 701 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/963] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:29:59 2026] DELETE /v2.0/security-groups/89d5d1d5-aeb6-435d-a5c8-32aec158d309 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/964] 10.0.0.115 () {34 vars in 741 bytes} [Tue Aug 11 12:29:59 2026] PUT /v2.0/routers/8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => generated 705 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/965] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:30:00 2026] GET /v2.0/routers/8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => generated 705 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/966] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:00 2026] GET /v2.0/ports?device_id=8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => 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: 494/967] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:29:59 2026] PUT /v2.0/routers/3945d645-7349-49a3-ba45-a087163bfc6b/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:00.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-98548580-590c-43a0-8f94-ceee7cef8214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 0250dd1a-e0f1-4daa-b968-c07ee0db54cd 2026-08-11 12:30:00.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98548580-590c-43a0-8f94-ceee7cef8214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 0250dd1a-e0f1-4daa-b968-c07ee0db54cd 2026-08-11 12:30:01.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-98548580-590c-43a0-8f94-ceee7cef8214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] TaaS: Handle Delete Port: 16b2e0e0-adc0-40ee-a19a-29f6ac702926 2026-08-11 12:30:01.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98548580-590c-43a0-8f94-ceee7cef8214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] Tap Mirror: Handle Delete Port: 16b2e0e0-adc0-40ee-a19a-29f6ac702926 [pid: 7|app: 0|req: 495/968] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:30:01 2026] POST /v2.0/security-groups => generated 1659 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:30:01.662 8 INFO neutron.services.segments.plugin [-] Segment a58dab73-4ff6-49a8-9acd-68076e5ad7e5 resource provider aggregate not found 2026-08-11 12:30:01.667 8 INFO neutron.services.segments.plugin [-] Segment a58dab73-4ff6-49a8-9acd-68076e5ad7e5 resource provider aggregate not found 2026-08-11 12:30:01.685 8 INFO neutron.services.segments.plugin [-] Segment a58dab73-4ff6-49a8-9acd-68076e5ad7e5 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 a58dab73-4ff6-49a8-9acd-68076e5ad7e5 found for delete ", "request_id": "req-9bf7762b-739a-4b4e-ab10-a6155ce1ce73"}]} 2026-08-11 12:30:01.695 8 INFO neutron.services.segments.plugin [-] Segment a58dab73-4ff6-49a8-9acd-68076e5ad7e5 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 a58dab73-4ff6-49a8-9acd-68076e5ad7e5 found for delete ", "request_id": "req-35686d5a-561e-428a-b973-380a3c07b493"}]} 2026-08-11 12:30:01.704 8 INFO neutron.db.l3_hamode_db [None req-98548580-590c-43a0-8f94-ceee7cef8214 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] HA network 0fc4f29f-f810-4c37-ba5b-fbc855a73b28 was deleted as no HA routers are present in tenant fdcddaa8caa64b0cbdb0738cd93031df. [pid: 8|app: 0|req: 474/969] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:00 2026] DELETE /v2.0/routers/8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => generated 0 bytes in 1070 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/970] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:01 2026] GET /v2.0/ports?device_id=8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:01.765 8 INFO neutron.api.v2.resource [None req-de81b930-8465-48c3-b786-7c78a25bfcd9 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 476/971] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:01 2026] DELETE /v2.0/routers/8cfd6c31-ea8c-4965-a790-817e3f2a86b9 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/972] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:30:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/973] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:01 2026] GET /v2.0/ports?device_id=9888b990-7f1a-4d8d-816e-45086b82cae9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:01.821 8 INFO neutron.api.v2.resource [None req-e0520691-57ff-413d-b92b-3ac263dd2323 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 478/974] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:01 2026] DELETE /v2.0/routers/9888b990-7f1a-4d8d-816e-45086b82cae9 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:01.847 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a8127eb-6852-4ab2-a30c-059ec3e38a2e b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/975] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:01 2026] DELETE /v2.0/subnets/cfa00a55-fa9f-4b81-aa05-481d4db66b14 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/976] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:01 2026] GET /v2.0/ports?device_id=7c42d5f1-d5c6-479b-b9df-491878e6d390 => 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: 497/977] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:30:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:01.905 7 INFO neutron.api.v2.resource [None req-5ad9862e-cf28-43d0-91bc-4f82fe36b258 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 498/978] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:01 2026] DELETE /v2.0/routers/7c42d5f1-d5c6-479b-b9df-491878e6d390 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:01.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f797aa9c-0fbf-4ea0-a39d-92c6e02255d6 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 499/979] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:01 2026] DELETE /v2.0/subnets/77acb3c7-0804-41af-9451-8d31f3c73759 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/980] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:01 2026] GET /v2.0/ports?device_id=ce598661-416b-4c0e-abb0-eb8c16df52cf => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:02.006 7 INFO neutron.api.v2.resource [None req-8fce0b70-8499-49c7-98ab-cb5da1ff31b7 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/981] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:01 2026] DELETE /v2.0/routers/ce598661-416b-4c0e-abb0-eb8c16df52cf => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:02.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56c9b7ef-1d9c-4888-bc55-50f17ef5e7fc b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/982] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:02 2026] DELETE /v2.0/subnets/9c6e96f5-4327-4f07-97c2-2d8da6cdfe03 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:02.047 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2218cd9e-bf05-4e55-842c-373b2a881508 b80b5ce9ef6848108b7017d088e83a38 fdcddaa8caa64b0cbdb0738cd93031df - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/983] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:02 2026] DELETE /v2.0/subnets/9872c673-14f9-4bec-b545-3d03536dec3c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/984] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:02 2026] GET /v2.0/security-groups?tenant_id=fdcddaa8caa64b0cbdb0738cd93031df&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/985] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:02 2026] DELETE /v2.0/security-groups/3e1196d9-ce8b-4ee5-b782-40efbd5ecd87 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/986] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:30:01 2026] POST /v2.0/floatingips => generated 552 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/987] 10.0.0.235 () {34 vars in 1098 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--217684658&fields=id&tenant_id=b25c38d315d3454193f7cfe096893fbd => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/988] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/networks?id=1267c300-444c-43ed-a1ad-a6d31e203fd6 => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/989] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/quotas/b25c38d315d3454193f7cfe096893fbd => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/990] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/ports?tenant_id=b25c38d315d3454193f7cfe096893fbd&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/991] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/992] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6?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: 7|app: 0|req: 509/993] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:03 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/994] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:04 2026] GET /v2.0/security-groups?tenant_id=2080f4b6e85c4da4b6fcae9d20cbbd63&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/995] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:04 2026] DELETE /v2.0/security-groups/09b599f4-dab6-404c-ae14-5b796ceff89c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/996] 10.0.0.115 () {32 vars in 623 bytes} [Tue Aug 11 12:30:04 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/997] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:04 2026] GET /v2.0/security-groups?tenant_id=0dbe76a4a64c4da9917170314525ca07&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/998] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:05 2026] DELETE /v2.0/security-groups/0b220f4c-9d4d-4e84-8379-3d8aadd43cc3 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/999] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:05 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => 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: 512/1000] 10.0.0.115 () {32 vars in 633 bytes} [Tue Aug 11 12:30:04 2026] GET /v2.0/ => generated 632 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1001] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:05 2026] GET /v2.0/security-groups?tenant_id=9e30c41cbafe4f77abc0f60132e87bd1&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1002] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:06 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => 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: 513/1003] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:06 2026] DELETE /v2.0/security-groups/a7e0002b-9fde-4786-9719-266bd976c0e3 => 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: 491/1004] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:06 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1005] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:06 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1006] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:06 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1007] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:06 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1008] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:07 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:07.607 8 INFO neutron.db.segments_db [None req-cc08b0f6-776d-4126-8628-ecca1514577c d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Added segment 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d of type vxlan for network 324d1583-7945-4f42-bc22-6e4a87cdc87b [pid: 8|app: 0|req: 493/1009] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:07 2026] POST /v2.0/networks => generated 631 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1010] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:07 2026] POST /v2.0/subnets => generated 627 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:08.032 8 INFO neutron.db.segments_db [None req-f3b6487c-da26-494a-8c77-8f3c6613c4c6 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Added segment 5237b42a-6191-41a5-9737-451b4de51f20 of type vxlan for network 227a2bce-cb12-4b2d-b923-7cfa23ba1275 [pid: 7|app: 0|req: 518/1011] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:07 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1012] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:08 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1013] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:30:08 2026] GET /v2.0/networks?id=1267c300-444c-43ed-a1ad-a6d31e203fd6 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:08.407 8 INFO neutron.db.l3_hamode_db [None req-f3b6487c-da26-494a-8c77-8f3c6613c4c6 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/1014] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:30:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b25c38d315d3454193f7cfe096893fbd => generated 180 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1015] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:08 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => 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: 523/1016] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:30:08 2026] POST /v2.0/ports => generated 954 bytes in 432 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: 524/1017] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:08 2026] GET /v2.0/security-groups?tenant_id=d6bc01a533fa4aff83031618c50b1230&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:09.222 8 INFO neutron.db.l3_hamode_db [None req-f3b6487c-da26-494a-8c77-8f3c6613c4c6 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 525/1018] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:30:09 2026] PUT /v2.0/ports/c1aefb56-1571-402c-a519-bf5b5aee6a66 => generated 1235 bytes in 498 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: 526/1019] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:09 2026] DELETE /v2.0/security-groups/de57ad60-d7ac-4336-8568-e5e985b3ac8c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1020] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:09 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1021] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:30:09 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1022] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:09 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1025] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:09 2026] GET /v2.0/security-groups?id=dda65254-8269-45ca-9172-23c97f0c2308&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:09.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-00d8ca66-9e0e-48d1-917d-33912d7b68d2'] response: {'name': 'network-changed', 'server_uuid': 'd7df67a3-a2c4-4beb-9198-892f5f6cc3bd', 'tag': 'c1aefb56-1571-402c-a519-bf5b5aee6a66', 'status': 'completed', 'code': 200} 2026-08-11 12:30:09.996 7 INFO neutron_taas.services.taas.taas_plugin [req-8dc09c67-cc23-4ca3-af68-699c30175116 req-10034038-7089-41cf-b32d-e57c49cced41 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] TaaS: Handle Delete Port: 59686a98-5d64-4b19-a377-216efa5a72ca 2026-08-11 12:30:10.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8dc09c67-cc23-4ca3-af68-699c30175116 req-10034038-7089-41cf-b32d-e57c49cced41 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] Tap Mirror: Handle Delete Port: 59686a98-5d64-4b19-a377-216efa5a72ca 2026-08-11 12:30:10.116 7 INFO neutron.db.l3_db [req-8dc09c67-cc23-4ca3-af68-699c30175116 req-10034038-7089-41cf-b32d-e57c49cced41 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] Floating IP 8b1c0c7c-b10f-44b4-93dd-8e6e50a3eb07 disassociated. External IP: 10.96.250.202, port: 59686a98-5d64-4b19-a377-216efa5a72ca. [pid: 8|app: 0|req: 494/1026] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:07 2026] POST /v2.0/routers => generated 693 bytes in 2192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1027] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:10 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1028] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:30:09 2026] DELETE /v2.0/ports/59686a98-5d64-4b19-a377-216efa5a72ca => generated 0 bytes in 668 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1029] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:10 2026] GET /v2.0/ports?tenant_id=b25c38d315d3454193f7cfe096893fbd&device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1030] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:30:10 2026] GET /v2.0/networks?tenant_id=b25c38d315d3454193f7cfe096893fbd&shared=False => generated 764 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1031] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:30:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1032] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:10 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => 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: 538/1033] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:11 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1034] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:11 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1035] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:10 2026] PUT /v2.0/routers/12672cf1-e0d3-4a43-9ceb-63b0d2fe4eb1/add_router_interface => generated 309 bytes in 1586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1036] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:11 2026] GET /v2.0/ports?tenant_id=b25c38d315d3454193f7cfe096893fbd&device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:11.970 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1b31016-ef2a-4ed3-9892-eee94de932ff'] response: {'server_uuid': '93ee1e12-bf11-4035-88db-20fe813fe044', 'name': 'network-vif-deleted', 'tag': '59686a98-5d64-4b19-a377-216efa5a72ca', 'status': 'completed', 'code': 200} 2026-08-11 12:30:11.985 7 INFO neutron.db.segments_db [None req-fb495b92-c090-42e3-b5b7-068a1884dc93 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment a985b5b5-2074-4a03-8189-b0d0459c0f3f of type vxlan for network c0cef494-f973-415e-b340-fd11332560e2 [pid: 7|app: 0|req: 540/1037] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:30:11 2026] POST /v2.0/networks => generated 722 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1038] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:30:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c1aefb56-1571-402c-a519-bf5b5aee6a66 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1039] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:12 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1040] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:30:11 2026] POST /v2.0/ports => generated 954 bytes in 430 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: 499/1041] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:30:12 2026] GET /v2.0/subnets?id=2a97dd58-5b53-4fc9-8dfe-64a1de95c0ef => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1042] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:12 2026] POST /v2.0/subnets => generated 688 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1043] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:30:12 2026] GET /v2.0/ports?network_id=1267c300-444c-43ed-a1ad-a6d31e203fd6&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:12.372 7 INFO neutron.db.segments_db [None req-3a0f1df0-7d40-4845-abf2-0ba897204fb8 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment a5b5c04b-175d-443d-a8a0-86962dd274d4 of type vxlan for network 1bde7c66-7f3b-4e5a-9d75-9fd3abb5481f 2026-08-11 12:30:12.645 7 INFO neutron.db.l3_hamode_db [None req-3a0f1df0-7d40-4845-abf2-0ba897204fb8 5d7b022100e246d6a16d2c3a77cb092e 4aac2b2022d743c79b279a8bf92fe26e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 500/1044] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:30:12 2026] POST /v2.0/ports => generated 955 bytes in 413 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: 501/1045] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:30:12 2026] GET /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1046] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:12 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:13.417 7 INFO neutron.db.l3_hamode_db [None req-3a0f1df0-7d40-4845-abf2-0ba897204fb8 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:30:13.581 8 INFO neutron.db.l3_db [None req-d3c8515e-c0a5-4ae6-b436-c442bcfba350 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Floating IP b28a3144-db0e-439b-aad6-5222ae0bccfe associated. External IP: 10.96.250.217, port: 62f57f09-f5ce-4dd9-b39d-d4c1cca48fa1. [pid: 8|app: 0|req: 503/1047] 10.0.0.115 () {34 vars in 677 bytes} [Tue Aug 11 12:30:12 2026] POST /v2.0/floatingips => generated 842 bytes in 1114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1048] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:30:13 2026] GET /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6?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: 505/1049] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:13 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&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: 506/1050] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:13 2026] GET /v2.0/ports?device_id=93ee1e12-bf11-4035-88db-20fe813fe044 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:14.079 8 INFO neutron.db.l3_db [None req-1d437e40-92f1-4740-809c-caf56fecec4d d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Floating IP b28a3144-db0e-439b-aad6-5222ae0bccfe disassociated. External IP: 10.96.250.217, port: 62f57f09-f5ce-4dd9-b39d-d4c1cca48fa1. [pid: 7|app: 0|req: 545/1051] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:12 2026] POST /v2.0/routers => generated 728 bytes in 2044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1052] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:30:13 2026] PUT /v2.0/floatingips/b28a3144-db0e-439b-aad6-5222ae0bccfe => generated 552 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:14.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8ffae7a-2c1b-4c70-9fc1-093f0921139b d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: 02d3b94d-0592-42e5-ad95-671dfa5a40cf 2026-08-11 12:30:14.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ffae7a-2c1b-4c70-9fc1-093f0921139b d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: 02d3b94d-0592-42e5-ad95-671dfa5a40cf [pid: 8|app: 0|req: 508/1053] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:30:14 2026] DELETE /v2.0/floatingips/b28a3144-db0e-439b-aad6-5222ae0bccfe => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1054] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:14 2026] PUT /v2.0/routers/09b71895-9ab6-481f-a4df-003f6607f7c0/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:15.621 8 INFO neutron.db.l3_db [None req-ce763075-f362-46e4-970e-95f50d609e10 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Floating IP 198f3c58-1c66-458e-a223-490bcad98da8 associated. External IP: 10.96.250.217, port: e91c9014-0d55-4ae5-ac48-8d91a6e1d18b. [pid: 7|app: 0|req: 547/1055] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:15 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1056] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:15 2026] DELETE /v2.0/security-groups/dda65254-8269-45ca-9172-23c97f0c2308 => 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: 549/1057] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:15 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:15.780 7 INFO neutron.api.v2.resource [None req-3dc4109f-00cc-4477-8d78-633cdd032813 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1058] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:30:15 2026] GET /v2.0/security-groups/dda65254-8269-45ca-9172-23c97f0c2308 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:15.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-152afe79-70f4-4199-8bf8-7f88e070865b 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] TaaS: Handle Delete Port: 36841f27-5a85-400d-a7d3-64e3bb8d6e02 2026-08-11 12:30:15.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-152afe79-70f4-4199-8bf8-7f88e070865b 085e21d679fc4784a981de85bbac5630 673d3b2a744542f496314d6ed67ffe2b - - default default] Tap Mirror: Handle Delete Port: 36841f27-5a85-400d-a7d3-64e3bb8d6e02 [pid: 8|app: 0|req: 509/1059] 10.0.0.115 () {34 vars in 677 bytes} [Tue Aug 11 12:30:14 2026] POST /v2.0/floatingips => generated 841 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1060] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:30:15 2026] GET /v2.0/floatingips/198f3c58-1c66-458e-a223-490bcad98da8 => generated 841 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1061] 10.0.0.115 () {32 vars in 655 bytes} [Tue Aug 11 12:30:15 2026] GET /v2.0/floatingips => generated 844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:16.422 8 INFO neutron.db.l3_db [None req-348a1d80-3e7c-46c6-ab1a-0031599471b2 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Floating IP 198f3c58-1c66-458e-a223-490bcad98da8 associated. External IP: 10.96.250.217, port: e91c9014-0d55-4ae5-ac48-8d91a6e1d18b. [pid: 7|app: 0|req: 551/1062] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:30:15 2026] DELETE /v2.0/floatingips/8b1c0c7c-b10f-44b4-93dd-8e6e50a3eb07 => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1063] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:30:16 2026] PUT /v2.0/floatingips/198f3c58-1c66-458e-a223-490bcad98da8 => generated 842 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:17.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-2df8fd74-9524-4057-b11a-ed0604ae219e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 96ece990-ae48-4e87-a3c4-8b713ec8f0a6 2026-08-11 12:30:17.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2df8fd74-9524-4057-b11a-ed0604ae219e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 96ece990-ae48-4e87-a3c4-8b713ec8f0a6 [pid: 8|app: 0|req: 513/1064] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:17 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:17.138 8 INFO neutron.db.l3_db [None req-416468ab-1638-4f1d-af47-e7d69232f26b d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Floating IP 198f3c58-1c66-458e-a223-490bcad98da8 disassociated. External IP: 10.96.250.217, port: 62f57f09-f5ce-4dd9-b39d-d4c1cca48fa1. [pid: 8|app: 0|req: 514/1065] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:30:17 2026] PUT /v2.0/floatingips/198f3c58-1c66-458e-a223-490bcad98da8 => generated 552 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1066] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:17 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:17.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-855f425a-954a-40e3-a5f3-9c5185b898d1 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: 5ee49fe4-905e-450c-be26-48da005e00a1 2026-08-11 12:30:17.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-855f425a-954a-40e3-a5f3-9c5185b898d1 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: 5ee49fe4-905e-450c-be26-48da005e00a1 [pid: 7|app: 0|req: 552/1067] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:16 2026] PUT /v2.0/routers/714526fc-34b7-4abc-912d-9095d2da545f/remove_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1068] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:30:17 2026] DELETE /v2.0/floatingips/198f3c58-1c66-458e-a223-490bcad98da8 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:30:17.759 8 INFO neutron.api.v2.resource [None req-86ac9696-f6ab-4928-a058-f5aa0669784b d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/1069] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:30:17 2026] DELETE /v2.0/floatingips/198f3c58-1c66-458e-a223-490bcad98da8 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:17.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea7bc4f1-2cf8-4370-b2b1-239a939f5535 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: 62f57f09-f5ce-4dd9-b39d-d4c1cca48fa1 2026-08-11 12:30:17.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea7bc4f1-2cf8-4370-b2b1-239a939f5535 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: 62f57f09-f5ce-4dd9-b39d-d4c1cca48fa1 2026-08-11 12:30:17.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-5649d707-190d-4455-a94c-4f72177fdc81 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 60bb2145-85e7-4b77-a620-8105ef0b6923 2026-08-11 12:30:17.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5649d707-190d-4455-a94c-4f72177fdc81 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 60bb2145-85e7-4b77-a620-8105ef0b6923 [pid: 8|app: 0|req: 518/1070] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:30:17 2026] DELETE /v2.0/ports/62f57f09-f5ce-4dd9-b39d-d4c1cca48fa1 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1071] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/networks?id=c0cef494-f973-415e-b340-fd11332560e2 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:18.306 7 INFO neutron_taas.services.taas.taas_plugin [None req-5649d707-190d-4455-a94c-4f72177fdc81 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 719e14be-f505-41ba-8d6c-c1662fd0e5ae 2026-08-11 12:30:18.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5649d707-190d-4455-a94c-4f72177fdc81 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 719e14be-f505-41ba-8d6c-c1662fd0e5ae 2026-08-11 12:30:18.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-cedbf366-f7ed-4e41-a6b9-5afd08a1f728 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: e91c9014-0d55-4ae5-ac48-8d91a6e1d18b 2026-08-11 12:30:18.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cedbf366-f7ed-4e41-a6b9-5afd08a1f728 d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: e91c9014-0d55-4ae5-ac48-8d91a6e1d18b [pid: 8|app: 0|req: 520/1072] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:30:18 2026] DELETE /v2.0/ports/e91c9014-0d55-4ae5-ac48-8d91a6e1d18b => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1073] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/quotas/4aac2b2022d743c79b279a8bf92fe26e => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1074] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:18.665 7 INFO neutron.services.segments.plugin [-] Segment c45a5fa4-46fd-4f13-8d07-605e8c17ebfc resource provider aggregate not found 2026-08-11 12:30:18.676 7 INFO neutron.services.segments.plugin [-] Segment c45a5fa4-46fd-4f13-8d07-605e8c17ebfc resource provider aggregate not found 2026-08-11 12:30:18.683 7 INFO neutron.services.segments.plugin [-] Segment c45a5fa4-46fd-4f13-8d07-605e8c17ebfc 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 c45a5fa4-46fd-4f13-8d07-605e8c17ebfc found for delete ", "request_id": "req-4b284c3f-2f88-45da-abf6-4522d03f07c3"}]} 2026-08-11 12:30:18.695 7 INFO neutron.db.l3_hamode_db [None req-5649d707-190d-4455-a94c-4f72177fdc81 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 34ceeb1e-f029-417c-8959-a0d62932931d was deleted as no HA routers are present in tenant 673d3b2a744542f496314d6ed67ffe2b. 2026-08-11 12:30:18.696 7 INFO neutron.services.segments.plugin [-] Segment c45a5fa4-46fd-4f13-8d07-605e8c17ebfc 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 c45a5fa4-46fd-4f13-8d07-605e8c17ebfc found for delete ", "request_id": "req-7d978eff-1755-4161-be67-65256928141f"}]} [pid: 7|app: 0|req: 553/1075] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:17 2026] DELETE /v2.0/routers/714526fc-34b7-4abc-912d-9095d2da545f => generated 0 bytes in 997 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1076] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/ports?device_id=12672cf1-e0d3-4a43-9ceb-63b0d2fe4eb1 => generated 958 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1077] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1078] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/ports?tenant_id=4aac2b2022d743c79b279a8bf92fe26e&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1079] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:18 2026] DELETE /v2.0/subnets/d94e4161-81d6-497f-aa78-8df75fb72774 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1080] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/networks/c0cef494-f973-415e-b340-fd11332560e2?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: 527/1081] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:18 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:19.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-75011942-3db6-4d76-ab3a-c77829bd28d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: addf18fa-0f54-4845-a320-e3c978b98565 2026-08-11 12:30:19.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75011942-3db6-4d76-ab3a-c77829bd28d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: addf18fa-0f54-4845-a320-e3c978b98565 2026-08-11 12:30:19.273 8 INFO neutron.services.segments.plugin [-] Segment 47870d71-e941-4b05-8745-23e912034ff7 resource provider aggregate not found 2026-08-11 12:30:19.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-77765ffd-ba68-4178-866f-107a3bba82ef d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: d8e3e7fe-ed15-4aed-9207-ecf7d8b0febd 2026-08-11 12:30:19.278 8 INFO neutron.services.segments.plugin [-] Segment 47870d71-e941-4b05-8745-23e912034ff7 resource provider aggregate not found 2026-08-11 12:30:19.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77765ffd-ba68-4178-866f-107a3bba82ef d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: d8e3e7fe-ed15-4aed-9207-ecf7d8b0febd 2026-08-11 12:30:19.309 8 INFO neutron.services.segments.plugin [-] Segment 47870d71-e941-4b05-8745-23e912034ff7 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 47870d71-e941-4b05-8745-23e912034ff7 found for delete ", "request_id": "req-d6a9bc9f-eb88-4774-b797-8a8b3181c5a4"}]} 2026-08-11 12:30:19.314 8 INFO neutron.services.segments.plugin [-] Segment 47870d71-e941-4b05-8745-23e912034ff7 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 47870d71-e941-4b05-8745-23e912034ff7 found for delete ", "request_id": "req-915e4b90-aca4-4046-a0dc-96ec36dd0bb1"}]} [pid: 8|app: 0|req: 528/1082] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:18 2026] DELETE /v2.0/networks/668919f4-d726-477c-b538-c06cde3e9dea => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1083] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:30:19 2026] GET /v2.0/networks/c0cef494-f973-415e-b340-fd11332560e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:19.732 8 INFO neutron.db.l3_db [None req-efeaa485-1c9d-44a1-90fd-4f9fbcdb0437 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] Floating IP 3ca5fd83-30a7-4eb8-b68e-711003ce9270 associated. External IP: 10.96.250.201, port: c1aefb56-1571-402c-a519-bf5b5aee6a66. [pid: 7|app: 0|req: 555/1084] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:18 2026] PUT /v2.0/routers/12672cf1-e0d3-4a43-9ceb-63b0d2fe4eb1/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1085] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:19 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1086] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:19 2026] GET /v2.0/security-groups?tenant_id=673d3b2a744542f496314d6ed67ffe2b&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1087] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:30:19 2026] PUT /v2.0/floatingips/3ca5fd83-30a7-4eb8-b68e-711003ce9270 => generated 855 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:20.147 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1b9d916-a1b7-4709-9326-794094ac8102'] response: {'name': 'network-changed', 'server_uuid': 'd7df67a3-a2c4-4beb-9198-892f5f6cc3bd', 'tag': 'c1aefb56-1571-402c-a519-bf5b5aee6a66', 'status': 'completed', 'code': 200} 2026-08-11 12:30:20.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-e363323b-deef-41c7-a704-b640cdf479fe d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: ecc8e319-cb32-4887-84a4-8f58a2f3b914 2026-08-11 12:30:20.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e363323b-deef-41c7-a704-b640cdf479fe d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: ecc8e319-cb32-4887-84a4-8f58a2f3b914 [pid: 8|app: 0|req: 531/1088] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:20 2026] DELETE /v2.0/security-groups/a932746d-9f0f-4fd5-8f77-cbfb295a65ec => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1089] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1090] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&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-08-11 12:30:20.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-e363323b-deef-41c7-a704-b640cdf479fe d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] TaaS: Handle Delete Port: daba1267-433d-431f-b336-294fc9cb3aaa 2026-08-11 12:30:20.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e363323b-deef-41c7-a704-b640cdf479fe d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] Tap Mirror: Handle Delete Port: daba1267-433d-431f-b336-294fc9cb3aaa [pid: 8|app: 0|req: 534/1091] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/ports?tenant_id=b25c38d315d3454193f7cfe096893fbd&device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1092] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1093] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/networks?id=1267c300-444c-43ed-a1ad-a6d31e203fd6 => generated 764 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1094] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&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: 538/1095] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c1aefb56-1571-402c-a519-bf5b5aee6a66 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1096] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/subnets?id=2a97dd58-5b53-4fc9-8dfe-64a1de95c0ef => generated 687 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1097] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:30:20 2026] GET /v2.0/ports?network_id=1267c300-444c-43ed-a1ad-a6d31e203fd6&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:21.028 7 INFO neutron.services.segments.plugin [-] Segment 5237b42a-6191-41a5-9737-451b4de51f20 resource provider aggregate not found 2026-08-11 12:30:21.031 7 INFO neutron.services.segments.plugin [-] Segment 5237b42a-6191-41a5-9737-451b4de51f20 resource provider aggregate not found [pid: 8|app: 0|req: 541/1098] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:21 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:21.053 7 INFO neutron.services.segments.plugin [-] Segment 5237b42a-6191-41a5-9737-451b4de51f20 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 5237b42a-6191-41a5-9737-451b4de51f20 found for delete ", "request_id": "req-9eeeeaed-50ef-4da1-abd1-282215b89828"}]} 2026-08-11 12:30:21.055 7 INFO neutron.services.segments.plugin [-] Segment 5237b42a-6191-41a5-9737-451b4de51f20 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 5237b42a-6191-41a5-9737-451b4de51f20 found for delete ", "request_id": "req-5b5d80e6-3a2a-4b27-ac19-8407977b7e93"}]} 2026-08-11 12:30:21.096 7 INFO neutron.db.l3_hamode_db [None req-e363323b-deef-41c7-a704-b640cdf479fe d9c1d05c5f344bd28c8495e5e41e78c8 5ae56d2943d54800aabe0d329a6094f2 - - default default] HA network 227a2bce-cb12-4b2d-b923-7cfa23ba1275 was deleted as no HA routers are present in tenant 5ae56d2943d54800aabe0d329a6094f2. [pid: 7|app: 0|req: 558/1099] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:19 2026] DELETE /v2.0/routers/12672cf1-e0d3-4a43-9ceb-63b0d2fe4eb1 => generated 0 bytes in 1131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1100] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:30:21 2026] GET /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1101] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:30:21 2026] GET /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1102] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:21 2026] DELETE /v2.0/subnets/21e53ee4-76c6-4e03-b795-70a3cbe5662e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:21.414 8 INFO neutron.services.segments.plugin [-] Segment 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d resource provider aggregate not found 2026-08-11 12:30:21.418 8 INFO neutron.services.segments.plugin [-] Segment 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d resource provider aggregate not found 2026-08-11 12:30:21.432 8 INFO neutron.services.segments.plugin [-] Segment 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d 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 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d found for delete ", "request_id": "req-26f35d22-bf60-40a6-a288-72b3bc1ee72b"}]} 2026-08-11 12:30:21.433 8 INFO neutron.services.segments.plugin [-] Segment 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d 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 73503e4a-ba04-4ae8-9e0f-839ff5e13e2d found for delete ", "request_id": "req-c481350a-253b-4aaa-8e60-0a58e0a798e9"}]} [pid: 8|app: 0|req: 544/1103] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:21 2026] DELETE /v2.0/networks/324d1583-7945-4f42-bc22-6e4a87cdc87b => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1104] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:21 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => 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: 546/1105] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:21 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&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: 560/1106] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:21 2026] GET /v2.0/security-groups?tenant_id=5ae56d2943d54800aabe0d329a6094f2&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1107] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:22 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => 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: 547/1108] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:22 2026] DELETE /v2.0/security-groups/71c36040-03c5-4021-8472-e7e41e771db4 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1109] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:23 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1110] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:30:23 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1111] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:23 2026] GET /v2.0/security-groups?id=cf5597a4-6a6b-4e23-8209-1c8d6652fde2&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1112] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:23 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:23.308 7 INFO neutron_taas.services.taas.taas_plugin [req-48161edf-cedd-445a-a079-d9a20b296968 req-cf017f9a-cd92-4b0c-9e92-534972cf480b 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] TaaS: Handle Delete Port: c1aefb56-1571-402c-a519-bf5b5aee6a66 2026-08-11 12:30:23.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-48161edf-cedd-445a-a079-d9a20b296968 req-cf017f9a-cd92-4b0c-9e92-534972cf480b 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] Tap Mirror: Handle Delete Port: c1aefb56-1571-402c-a519-bf5b5aee6a66 2026-08-11 12:30:23.494 7 INFO neutron.db.l3_db [req-48161edf-cedd-445a-a079-d9a20b296968 req-cf017f9a-cd92-4b0c-9e92-534972cf480b 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] Floating IP 3ca5fd83-30a7-4eb8-b68e-711003ce9270 disassociated. External IP: 10.96.250.201, port: c1aefb56-1571-402c-a519-bf5b5aee6a66. [pid: 8|app: 0|req: 551/1113] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:30:23 2026] GET /v2.0/networks?id=c0cef494-f973-415e-b340-fd11332560e2 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1114] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:30:23 2026] DELETE /v2.0/ports/c1aefb56-1571-402c-a519-bf5b5aee6a66 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:23.968 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-99f7a799-677b-49f0-8a23-e95ce7195ced'] response: {'server_uuid': 'd7df67a3-a2c4-4beb-9198-892f5f6cc3bd', 'name': 'network-vif-deleted', 'tag': 'c1aefb56-1571-402c-a519-bf5b5aee6a66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 552/1115] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:30:23 2026] POST /v2.0/ports => generated 958 bytes in 388 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, ' 2026-08-11 12:30:24.655 7 INFO neutron.db.segments_db [None req-6e5f9b13-6de0-4fc8-9a33-feb5d439cc49 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment fc693adb-9f16-42f6-be1d-decedcdc10ba of type vxlan for network a8d3d2a4-c514-4335-b482-6a2809b0946a [pid: 8|app: 0|req: 553/1116] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:30:24 2026] PUT /v2.0/ports/cc7fcf46-22e4-4f80-95b1-5fd22feea001 => generated 1239 bytes in 425 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: 554/1117] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:24 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1118] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:24 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:24.773 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-556ae154-7b94-4d1a-8f55-890c9488e965'] response: {'name': 'network-changed', 'server_uuid': '9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1', 'tag': 'cc7fcf46-22e4-4f80-95b1-5fd22feea001', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 564/1121] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:24 2026] POST /v2.0/networks => generated 611 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1122] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:24 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:24.882 7 INFO neutron.db.segments_db [None req-fd67cbf7-d0c2-4d17-b61d-537270c5dd85 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 of type vxlan for network 9332cb15-9ebb-48ef-a0c2-b136351118f8 [pid: 7|app: 0|req: 565/1123] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:24 2026] POST /v2.0/networks => generated 611 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1124] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:24 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1125] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:24 2026] GET /v2.0/security-groups?tenant_id=8423710374004d968c252e83a792cca8&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1126] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/ports?tenant_id=4aac2b2022d743c79b279a8bf92fe26e&device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1127] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:25 2026] DELETE /v2.0/security-groups/dd268e26-97aa-4e86-b245-4acb3010d5f0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1128] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:25 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1129] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/networks?tenant_id=4aac2b2022d743c79b279a8bf92fe26e&shared=False => generated 769 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:25.593 7 INFO neutron.db.segments_db [None req-1927d8f6-6eb7-47aa-a5c3-c8e949cb1a2e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment d024c5bb-a28b-4c74-849f-5c296d96317d of type vxlan for network b23a7acb-2b56-42fb-90ab-af2791d9547b [pid: 8|app: 0|req: 563/1130] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1131] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/security-groups?tenant_id=29a711cdde5b4ee8b363e9fb669293cb&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1132] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:25 2026] DELETE /v2.0/security-groups/bfeb5b1a-5e34-41eb-bf23-d61607eed6a6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1133] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:25.858 7 INFO neutron.db.l3_hamode_db [None req-1927d8f6-6eb7-47aa-a5c3-c8e949cb1a2e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 567/1134] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:25.968 7 INFO neutron.db.l3_hamode_db [None req-1927d8f6-6eb7-47aa-a5c3-c8e949cb1a2e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1135] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:25 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1136] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/ports?tenant_id=4aac2b2022d743c79b279a8bf92fe26e&device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1137] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cc7fcf46-22e4-4f80-95b1-5fd22feea001 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1138] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:25 2026] POST /v2.0/routers => generated 507 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1139] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/subnets?id=98f711d5-9d93-404b-b7bf-0cba94713751 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1140] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/ports?network_id=c0cef494-f973-415e-b340-fd11332560e2&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: 8|app: 0|req: 573/1141] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/networks/c0cef494-f973-415e-b340-fd11332560e2?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1142] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/networks/c0cef494-f973-415e-b340-fd11332560e2?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: 575/1143] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:26 2026] GET /v2.0/ports?device_id=d7df67a3-a2c4-4beb-9198-892f5f6cc3bd => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1144] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:27 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1145] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:27 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1146] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:26 2026] PUT /v2.0/routers/763ea224-0463-4fc3-8cad-cb43bbcd4a29/add_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1147] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:27 2026] GET /v2.0/ports/691a2b6e-6286-4b05-b4bf-005bbc92e1f0 => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1148] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:28 2026] DELETE /v2.0/security-groups/cf5597a4-6a6b-4e23-8209-1c8d6652fde2 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:30:28.187 8 INFO neutron.api.v2.resource [None req-d9846e7e-0fb6-4eb3-a1f3-0d70f2cebf46 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 580/1149] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:30:28 2026] GET /v2.0/security-groups/cf5597a4-6a6b-4e23-8209-1c8d6652fde2 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:28.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-f58579b7-30df-4cc8-937a-26fab402623b 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] TaaS: Handle Delete Port: bdc697e6-228e-4d4b-9212-7d857984353e 2026-08-11 12:30:28.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f58579b7-30df-4cc8-937a-26fab402623b 6c6a6c2ed4154361aefb40d02d16ca27 b25c38d315d3454193f7cfe096893fbd - - default default] Tap Mirror: Handle Delete Port: bdc697e6-228e-4d4b-9212-7d857984353e [pid: 8|app: 0|req: 581/1150] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:30:28 2026] DELETE /v2.0/floatingips/3ca5fd83-30a7-4eb8-b68e-711003ce9270 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1151] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:28 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:28.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-265bcfbc-6467-419a-837d-3da83d6944e1 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 2d644aba-55b9-4db8-be7b-32a392cdb0b9 2026-08-11 12:30:28.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-265bcfbc-6467-419a-837d-3da83d6944e1 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 2d644aba-55b9-4db8-be7b-32a392cdb0b9 [pid: 7|app: 0|req: 570/1152] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:27 2026] PUT /v2.0/routers/763ea224-0463-4fc3-8cad-cb43bbcd4a29/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1153] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:29 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1154] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:29 2026] GET /v2.0/ports/8e3adf00-a64f-49be-b2d1-360ecc6d9cb6 => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:29.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-ade300fa-3b19-4b3d-b76e-5a784df87a05 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 8e3adf00-a64f-49be-b2d1-360ecc6d9cb6 2026-08-11 12:30:29.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ade300fa-3b19-4b3d-b76e-5a784df87a05 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 8e3adf00-a64f-49be-b2d1-360ecc6d9cb6 [pid: 8|app: 0|req: 583/1155] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:28 2026] PUT /v2.0/routers/3945d645-7349-49a3-ba45-a087163bfc6b/remove_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:29.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbe7fa34-a557-46d7-b9b0-a780c4f345eb 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: df8f5470-5d56-43db-9df1-2311602103f4 2026-08-11 12:30:29.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe7fa34-a557-46d7-b9b0-a780c4f345eb 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: df8f5470-5d56-43db-9df1-2311602103f4 [pid: 7|app: 0|req: 573/1156] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:29 2026] PUT /v2.0/routers/763ea224-0463-4fc3-8cad-cb43bbcd4a29/remove_router_interface => generated 309 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:30.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbe7fa34-a557-46d7-b9b0-a780c4f345eb 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 466af275-731d-4d2c-8303-a09db617cdc8 2026-08-11 12:30:30.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe7fa34-a557-46d7-b9b0-a780c4f345eb 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 466af275-731d-4d2c-8303-a09db617cdc8 2026-08-11 12:30:30.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-600bda8d-631c-44a0-a61e-405f796a9f1e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 691a2b6e-6286-4b05-b4bf-005bbc92e1f0 2026-08-11 12:30:30.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-600bda8d-631c-44a0-a61e-405f796a9f1e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 691a2b6e-6286-4b05-b4bf-005bbc92e1f0 2026-08-11 12:30:30.516 8 INFO neutron.services.segments.plugin [-] Segment fefff960-adc5-4e5a-ab1d-8f2cfdbea00e resource provider aggregate not found 2026-08-11 12:30:30.517 8 INFO neutron.services.segments.plugin [-] Segment fefff960-adc5-4e5a-ab1d-8f2cfdbea00e resource provider aggregate not found 2026-08-11 12:30:30.541 8 INFO neutron.services.segments.plugin [-] Segment fefff960-adc5-4e5a-ab1d-8f2cfdbea00e 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 fefff960-adc5-4e5a-ab1d-8f2cfdbea00e found for delete ", "request_id": "req-e17ca7a8-ea71-46c7-a94e-64c233c7fe38"}]} 2026-08-11 12:30:30.541 8 INFO neutron.db.l3_hamode_db [None req-bbe7fa34-a557-46d7-b9b0-a780c4f345eb 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 7b1d3aea-3c7c-4f24-bdde-fc9d8e4455b7 was deleted as no HA routers are present in tenant b25c38d315d3454193f7cfe096893fbd. 2026-08-11 12:30:30.543 8 INFO neutron.services.segments.plugin [-] Segment fefff960-adc5-4e5a-ab1d-8f2cfdbea00e 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 fefff960-adc5-4e5a-ab1d-8f2cfdbea00e found for delete ", "request_id": "req-e1ee9cdf-659d-472d-abee-2dcba004e67d"}]} [pid: 8|app: 0|req: 584/1157] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:29 2026] DELETE /v2.0/routers/3945d645-7349-49a3-ba45-a087163bfc6b => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1158] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:30 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1159] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:30 2026] PUT /v2.0/routers/763ea224-0463-4fc3-8cad-cb43bbcd4a29/remove_router_interface => generated 309 bytes in 786 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1160] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:30 2026] DELETE /v2.0/subnets/2a97dd58-5b53-4fc9-8dfe-64a1de95c0ef => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1161] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:30 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1162] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:30 2026] GET /v2.0/ports?device_id=763ea224-0463-4fc3-8cad-cb43bbcd4a29 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:30.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-2daaab7e-e657-4d22-a4c6-bbb0503ec075 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 68906562-ae6f-4213-9493-81d35f201ffb 2026-08-11 12:30:30.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2daaab7e-e657-4d22-a4c6-bbb0503ec075 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 68906562-ae6f-4213-9493-81d35f201ffb 2026-08-11 12:30:31.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a37154b-35a8-4eef-8515-0540a0def1af 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: f83e8908-d6d3-461f-811e-189b72e9f701 2026-08-11 12:30:31.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a37154b-35a8-4eef-8515-0540a0def1af 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: f83e8908-d6d3-461f-811e-189b72e9f701 2026-08-11 12:30:31.105 7 INFO neutron.services.segments.plugin [-] Segment 2bed4065-bd15-477f-bd47-fd0008229b0d resource provider aggregate not found 2026-08-11 12:30:31.110 7 INFO neutron.services.segments.plugin [-] Segment 2bed4065-bd15-477f-bd47-fd0008229b0d resource provider aggregate not found 2026-08-11 12:30:31.127 7 INFO neutron.services.segments.plugin [-] Segment 2bed4065-bd15-477f-bd47-fd0008229b0d 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 2bed4065-bd15-477f-bd47-fd0008229b0d found for delete ", "request_id": "req-d0894b8f-bbcb-459e-b97e-f5f1f1d9e12b"}]} [pid: 7|app: 0|req: 576/1163] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:30 2026] DELETE /v2.0/networks/1267c300-444c-43ed-a1ad-a6d31e203fd6 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:31.141 7 INFO neutron.services.segments.plugin [-] Segment 2bed4065-bd15-477f-bd47-fd0008229b0d 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 2bed4065-bd15-477f-bd47-fd0008229b0d found for delete ", "request_id": "req-7e254922-792f-4cec-936e-b083f6241c96"}]} 2026-08-11 12:30:31.520 8 INFO neutron.db.l3_hamode_db [None req-1a37154b-35a8-4eef-8515-0540a0def1af 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] HA network b23a7acb-2b56-42fb-90ab-af2791d9547b was deleted as no HA routers are present in tenant df30e341cc974c719a509c3103d5935b. [pid: 8|app: 0|req: 588/1164] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:30 2026] DELETE /v2.0/routers/763ea224-0463-4fc3-8cad-cb43bbcd4a29 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1165] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:31 2026] GET /v2.0/security-groups?tenant_id=b25c38d315d3454193f7cfe096893fbd&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1166] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:31 2026] DELETE /v2.0/subnets/4932cb08-95b4-4eb7-b2e6-f6372b08d1bb => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1167] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:31 2026] DELETE /v2.0/security-groups/98d2e93e-118e-4f98-a1e4-de87d0a71e99 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1168] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:31 2026] DELETE /v2.0/subnets/ffde188a-f0b6-48e2-8d85-5c2c0659e7fa => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1169] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:31 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1170] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:32 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1171] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:31 2026] DELETE /v2.0/networks/9332cb15-9ebb-48ef-a0c2-b136351118f8 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:32.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-f01667bd-944b-490c-943e-c65418767cf8 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: ce6ebfa4-6c66-4605-8529-4284c83cc7e6 2026-08-11 12:30:32.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01667bd-944b-490c-943e-c65418767cf8 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: ce6ebfa4-6c66-4605-8529-4284c83cc7e6 [pid: 7|app: 0|req: 581/1172] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:32 2026] DELETE /v2.0/networks/a8d3d2a4-c514-4335-b482-6a2809b0946a => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1173] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:32 2026] GET /v2.0/security-groups?tenant_id=dc173ee904664d82991b9caecb4dd57c&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:32.524 7 INFO neutron.db.segments_db [None req-f9e01eaf-98df-4db4-a48e-9ccfc59f4272 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment 8f7ddfac-e4b0-4def-b213-1c98200233e9 of type vxlan for network c41c375f-6bbd-4b4d-a918-e11c21df4f0d 2026-08-11 12:30:32.570 8 INFO neutron.services.segments.plugin [-] Segment d024c5bb-a28b-4c74-849f-5c296d96317d resource provider aggregate not found 2026-08-11 12:30:32.574 8 INFO neutron.services.segments.plugin [-] Segment d024c5bb-a28b-4c74-849f-5c296d96317d resource provider aggregate not found 2026-08-11 12:30:32.594 8 INFO neutron.services.segments.plugin [-] Segment d024c5bb-a28b-4c74-849f-5c296d96317d 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 d024c5bb-a28b-4c74-849f-5c296d96317d found for delete ", "request_id": "req-89f951c7-e00e-4d77-9092-7363fa7bbbbd"}]} 2026-08-11 12:30:32.597 8 INFO neutron.services.segments.plugin [-] Segment d024c5bb-a28b-4c74-849f-5c296d96317d 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 d024c5bb-a28b-4c74-849f-5c296d96317d found for delete ", "request_id": "req-650c77a1-fb66-45dd-ae48-7ea01557830c"}]} 2026-08-11 12:30:32.616 8 INFO neutron.services.segments.plugin [-] Segment 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 resource provider aggregate not found 2026-08-11 12:30:32.629 8 INFO neutron.services.segments.plugin [-] Segment 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 resource provider aggregate not found 2026-08-11 12:30:32.638 8 INFO neutron.services.segments.plugin [-] Segment 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 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 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 found for delete ", "request_id": "req-23ab3525-2502-422c-9781-a09f8fba87f6"}]} [pid: 7|app: 0|req: 582/1174] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:32 2026] POST /v2.0/networks => generated 611 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:32.663 8 INFO neutron.services.segments.plugin [-] Segment 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 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 6e3a7102-8a42-499f-b1d4-4b4f4a5505d0 found for delete ", "request_id": "req-9458d3a6-3e2a-4644-93dc-8617e79cf3ae"}]} [pid: 8|app: 0|req: 593/1175] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:32 2026] DELETE /v2.0/security-groups/a613f21f-8427-4c1e-9dbf-bd0214843393 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1176] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:32 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:32.955 7 INFO neutron.db.segments_db [None req-c8cb53df-6940-4f97-a7ec-334d488704a5 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment 3e7a5db6-fbaa-4557-bd96-8ab693e34254 of type vxlan for network 43107b6d-bff7-4340-b1f9-cfc5f6856dcf [pid: 8|app: 0|req: 594/1177] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:32 2026] GET /v2.0/security-groups?tenant_id=3f75ee9b442c4c06afca925e79e06986&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:33.157 7 INFO neutron.services.segments.plugin [-] Segment fc693adb-9f16-42f6-be1d-decedcdc10ba resource provider aggregate not found [pid: 8|app: 0|req: 595/1178] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:33 2026] DELETE /v2.0/security-groups/3d703117-5f91-4dae-9562-e5b80aba6724 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:30:33.172 7 INFO neutron.services.segments.plugin [-] Segment fc693adb-9f16-42f6-be1d-decedcdc10ba resource provider aggregate not found 2026-08-11 12:30:33.183 7 INFO neutron.services.segments.plugin [-] Segment fc693adb-9f16-42f6-be1d-decedcdc10ba 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 fc693adb-9f16-42f6-be1d-decedcdc10ba found for delete ", "request_id": "req-03f20fd4-62f6-4c24-9498-7daee4def1fc"}]} 2026-08-11 12:30:33.194 7 INFO neutron.services.segments.plugin [-] Segment fc693adb-9f16-42f6-be1d-decedcdc10ba 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 fc693adb-9f16-42f6-be1d-decedcdc10ba found for delete ", "request_id": "req-077140a2-0dbe-4569-9729-22ab6a25148a"}]} [pid: 8|app: 0|req: 596/1179] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:33 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:33.261 7 INFO neutron.db.l3_hamode_db [None req-c8cb53df-6940-4f97-a7ec-334d488704a5 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 597/1180] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:33 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:33.424 7 INFO neutron.db.l3_hamode_db [None req-c8cb53df-6940-4f97-a7ec-334d488704a5 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:30:33.952 8 INFO neutron.db.segments_db [None req-b212afcd-3f05-4dd2-99ac-17dc9c5afb40 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 5abe2758-1c52-4108-8fd5-3b57b8a9690d of type vxlan for network 5208c320-d1ec-4561-be41-9d9fff9f6baa [pid: 8|app: 0|req: 598/1181] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:30:33 2026] POST /v2.0/networks => generated 724 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1182] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:32 2026] POST /v2.0/routers => generated 506 bytes in 1209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1183] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:34 2026] POST /v2.0/subnets => generated 690 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:34.353 8 INFO neutron.db.segments_db [None req-cc4d93ce-9925-41c2-8dc7-b1856fcf4be6 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 3f43350e-0851-4e7d-b17d-3106706577dc of type vxlan for network 79f74531-960a-439f-9a7d-1c077694460a [pid: 7|app: 0|req: 585/1184] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:30:34 2026] POST /v2.0/ports => generated 948 bytes in 402 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, ' 2026-08-11 12:30:34.647 8 INFO neutron.db.l3_hamode_db [None req-cc4d93ce-9925-41c2-8dc7-b1856fcf4be6 5d7b022100e246d6a16d2c3a77cb092e bf07f13807af4fb385cf1d6a3742c29b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 586/1185] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:34 2026] PUT /v2.0/routers/1a73f15d-335a-4973-be18-030a6bdc29f2/add_router_interface => generated 309 bytes in 1183 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: 587/1186] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:35 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1187] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:35 2026] GET /v2.0/ports/97b1069a-7597-434e-964b-cd5fa9c449c7 => generated 1022 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1188] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:35 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:35.914 8 INFO neutron.db.l3_hamode_db [None req-cc4d93ce-9925-41c2-8dc7-b1856fcf4be6 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:30:36.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b00dc64-7b16-4ddb-8c96-52710077d620 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 97b1069a-7597-434e-964b-cd5fa9c449c7 2026-08-11 12:30:36.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b00dc64-7b16-4ddb-8c96-52710077d620 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 97b1069a-7597-434e-964b-cd5fa9c449c7 [pid: 8|app: 0|req: 600/1189] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:34 2026] POST /v2.0/routers => generated 730 bytes in 2617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1190] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:36 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 975 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1191] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:35 2026] PUT /v2.0/routers/1a73f15d-335a-4973-be18-030a6bdc29f2/remove_router_interface => generated 309 bytes in 1387 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: 591/1192] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:37 2026] GET /v2.0/security-groups?id=ff4bf685-55d4-4896-86ae-ad52a5c48bed&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1193] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:30:37 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:37.443 7 INFO neutron.api.v2.resource [None req-79a0c9d7-8d7c-4c31-9cb9-be0afb512e7e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1194] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:37 2026] PUT /v2.0/routers/1a73f15d-335a-4973-be18-030a6bdc29f2/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:37.541 7 INFO neutron_taas.services.taas.taas_plugin [req-969c3ba1-622c-4335-aabe-510db420f624 req-952a6f2c-2248-46d5-a966-7454a56ed578 da9144b35f7d4fa0932ca9f76c831ac8 4aac2b2022d743c79b279a8bf92fe26e - - default default] TaaS: Handle Delete Port: cc7fcf46-22e4-4f80-95b1-5fd22feea001 2026-08-11 12:30:37.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-969c3ba1-622c-4335-aabe-510db420f624 req-952a6f2c-2248-46d5-a966-7454a56ed578 da9144b35f7d4fa0932ca9f76c831ac8 4aac2b2022d743c79b279a8bf92fe26e - - default default] Tap Mirror: Handle Delete Port: cc7fcf46-22e4-4f80-95b1-5fd22feea001 [pid: 7|app: 0|req: 594/1195] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:30:37 2026] DELETE /v2.0/ports/cc7fcf46-22e4-4f80-95b1-5fd22feea001 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1196] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:37 2026] GET /v2.0/ports?device_id=1a73f15d-335a-4973-be18-030a6bdc29f2 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:37.763 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74bb1872-cac3-4b73-9b83-94f09550b45d'] response: {'server_uuid': '9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1', 'name': 'network-vif-deleted', 'tag': 'cc7fcf46-22e4-4f80-95b1-5fd22feea001', 'status': 'completed', 'code': 200} 2026-08-11 12:30:37.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cce906e-5d8e-4863-80b1-3c0c20f9f239 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 11b49b37-75b9-4f09-92c1-f68b0f3ceb38 2026-08-11 12:30:37.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cce906e-5d8e-4863-80b1-3c0c20f9f239 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 11b49b37-75b9-4f09-92c1-f68b0f3ceb38 2026-08-11 12:30:38.256 7 INFO neutron.services.segments.plugin [-] Segment 3e7a5db6-fbaa-4557-bd96-8ab693e34254 resource provider aggregate not found 2026-08-11 12:30:38.263 7 INFO neutron.services.segments.plugin [-] Segment 3e7a5db6-fbaa-4557-bd96-8ab693e34254 resource provider aggregate not found 2026-08-11 12:30:38.285 7 INFO neutron.services.segments.plugin [-] Segment 3e7a5db6-fbaa-4557-bd96-8ab693e34254 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 3e7a5db6-fbaa-4557-bd96-8ab693e34254 found for delete ", "request_id": "req-49a9936e-c730-4fc5-ac8f-1ec7dd37e3d7"}]} 2026-08-11 12:30:38.286 7 INFO neutron.db.l3_hamode_db [None req-8cce906e-5d8e-4863-80b1-3c0c20f9f239 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] HA network 43107b6d-bff7-4340-b1f9-cfc5f6856dcf was deleted as no HA routers are present in tenant df30e341cc974c719a509c3103d5935b. 2026-08-11 12:30:38.292 7 INFO neutron.services.segments.plugin [-] Segment 3e7a5db6-fbaa-4557-bd96-8ab693e34254 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 3e7a5db6-fbaa-4557-bd96-8ab693e34254 found for delete ", "request_id": "req-f700843b-cf1e-43af-96df-4310e87af8fd"}]} [pid: 7|app: 0|req: 596/1197] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:37 2026] DELETE /v2.0/routers/1a73f15d-335a-4973-be18-030a6bdc29f2 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1198] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:37 2026] PUT /v2.0/routers/7c59fef3-4028-4ed9-bcd7-b004da3cbbfb/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1199] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:38 2026] DELETE /v2.0/subnets/b9a6b4a8-5c34-456d-bcec-49e30d4f1cdd => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1200] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:38 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => 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: 597/1201] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:38 2026] GET /v2.0/security-groups?tenant_id=cf57962ff1a14f23a99a1400f45896d3&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:38.721 8 INFO neutron.services.segments.plugin [-] Segment 8f7ddfac-e4b0-4def-b213-1c98200233e9 resource provider aggregate not found 2026-08-11 12:30:38.731 8 INFO neutron.services.segments.plugin [-] Segment 8f7ddfac-e4b0-4def-b213-1c98200233e9 resource provider aggregate not found 2026-08-11 12:30:38.747 8 INFO neutron.services.segments.plugin [-] Segment 8f7ddfac-e4b0-4def-b213-1c98200233e9 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 8f7ddfac-e4b0-4def-b213-1c98200233e9 found for delete ", "request_id": "req-69d8e684-cd2f-4426-8db0-f7638e405438"}]} 2026-08-11 12:30:38.759 8 INFO neutron.services.segments.plugin [-] Segment 8f7ddfac-e4b0-4def-b213-1c98200233e9 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 8f7ddfac-e4b0-4def-b213-1c98200233e9 found for delete ", "request_id": "req-e6e9143a-a1cd-4771-a1cf-5baf6035c381"}]} [pid: 7|app: 0|req: 598/1202] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:38 2026] DELETE /v2.0/security-groups/a10b9022-4c46-4db0-9b59-6574dc057e8c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1203] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:38 2026] DELETE /v2.0/networks/c41c375f-6bbd-4b4d-a918-e11c21df4f0d => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:38.844 7 INFO neutron.db.segments_db [None req-d29dc838-413e-44aa-8a96-991baeffbbcf 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment 84b66b39-2d6d-4885-a0f9-e24165a59f45 of type vxlan for network 1f4cd9f0-db86-4db2-badf-c7bf0ad654ec [pid: 7|app: 0|req: 599/1204] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:38 2026] POST /v2.0/networks => generated 610 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1205] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:30:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1206] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:38 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:39.319 8 INFO neutron.db.segments_db [None req-5398f23b-e2c8-4ee4-b77f-4a4e205eed8a 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment db746666-e07e-4887-81ad-6d9e814be670 of type vxlan for network f82f000b-7f64-49c7-a9a0-c1eeaf0e1259 [pid: 7|app: 0|req: 601/1207] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:30:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1208] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:30:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:39.678 8 INFO neutron.db.l3_hamode_db [None req-5398f23b-e2c8-4ee4-b77f-4a4e205eed8a 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:30:39.834 8 INFO neutron.db.l3_hamode_db [None req-5398f23b-e2c8-4ee4-b77f-4a4e205eed8a 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 603/1209] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:30:39 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1212] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => 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: 607/1213] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:39 2026] POST /v2.0/routers => generated 507 bytes in 1290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1214] 10.0.0.235 () {34 vars in 1100 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1332573164&fields=id&tenant_id=bf07f13807af4fb385cf1d6a3742c29b => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1215] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/networks?id=5208c320-d1ec-4561-be41-9d9fff9f6baa => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1216] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/quotas/bf07f13807af4fb385cf1d6a3742c29b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1217] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/ports?tenant_id=bf07f13807af4fb385cf1d6a3742c29b&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1218] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa?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: 612/1219] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa?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: 7|app: 0|req: 613/1220] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:40 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => 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: 614/1221] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:41 2026] GET /v2.0/ports?device_id=9c44c6bd-f70d-4728-bff3-3a4dc6d3ded1 => 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: 615/1222] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:41 2026] GET /v2.0/security-groups?tenant_id=027edcfd77574ca3beef200a5de055c0&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1223] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:41 2026] DELETE /v2.0/security-groups/123f4d4b-2551-49b2-93b1-053fff7037be => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1224] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:30:40 2026] PUT /v2.0/routers/2622d1ca-b3b4-4c0f-aa1a-ed799b78d3e7/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1225] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:41 2026] GET /v2.0/ports/1973c353-fed0-473a-a7ed-6d99461e7673 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1226] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:42 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:42.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-fecf2c8a-e434-47a0-b70c-373c21fcd9e3 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 1973c353-fed0-473a-a7ed-6d99461e7673 2026-08-11 12:30:42.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fecf2c8a-e434-47a0-b70c-373c21fcd9e3 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 1973c353-fed0-473a-a7ed-6d99461e7673 [pid: 8|app: 0|req: 609/1227] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:41 2026] PUT /v2.0/routers/2622d1ca-b3b4-4c0f-aa1a-ed799b78d3e7/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1228] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:42 2026] GET /v2.0/ports?device_id=2622d1ca-b3b4-4c0f-aa1a-ed799b78d3e7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:43.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-d56f2521-2aa8-471b-9c37-6ae0ad54fced 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 4f6837dd-8b8d-4cb3-8dbd-167c9e1e2afc 2026-08-11 12:30:43.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d56f2521-2aa8-471b-9c37-6ae0ad54fced 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 4f6837dd-8b8d-4cb3-8dbd-167c9e1e2afc [pid: 7|app: 0|req: 620/1229] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:43 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:43.415 8 INFO neutron.services.segments.plugin [-] Segment db746666-e07e-4887-81ad-6d9e814be670 resource provider aggregate not found 2026-08-11 12:30:43.419 8 INFO neutron.services.segments.plugin [-] Segment db746666-e07e-4887-81ad-6d9e814be670 resource provider aggregate not found 2026-08-11 12:30:43.439 8 INFO neutron.services.segments.plugin [-] Segment db746666-e07e-4887-81ad-6d9e814be670 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 db746666-e07e-4887-81ad-6d9e814be670 found for delete ", "request_id": "req-7d1727ae-4037-4242-ad86-f93b77e00ffb"}]} 2026-08-11 12:30:43.447 8 INFO neutron.services.segments.plugin [-] Segment db746666-e07e-4887-81ad-6d9e814be670 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 db746666-e07e-4887-81ad-6d9e814be670 found for delete ", "request_id": "req-1fc9483c-8436-4bbd-ba32-b22b6eee5f7f"}]} 2026-08-11 12:30:43.448 8 INFO neutron.db.l3_hamode_db [None req-d56f2521-2aa8-471b-9c37-6ae0ad54fced 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] HA network f82f000b-7f64-49c7-a9a0-c1eeaf0e1259 was deleted as no HA routers are present in tenant df30e341cc974c719a509c3103d5935b. [pid: 8|app: 0|req: 610/1230] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:42 2026] DELETE /v2.0/routers/2622d1ca-b3b4-4c0f-aa1a-ed799b78d3e7 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1231] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:43 2026] DELETE /v2.0/subnets/218a6eb9-6a49-494e-9344-da01ee6a2eea => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1232] 10.0.0.115 () {32 vars in 653 bytes} [Tue Aug 11 12:30:43 2026] GET /v2.0/extensions => generated 21537 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-11 12:30:43.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8bade59-f19b-475c-a496-7cf9e5ea79a9 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 71abf15a-ff29-4201-800e-97965be14259 2026-08-11 12:30:43.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9799a36-7342-4ccb-9ebe-20c13d62f3b8 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: 0e8e3494-0093-46ed-97af-6a825e179b53 2026-08-11 12:30:43.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8bade59-f19b-475c-a496-7cf9e5ea79a9 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 71abf15a-ff29-4201-800e-97965be14259 2026-08-11 12:30:43.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9799a36-7342-4ccb-9ebe-20c13d62f3b8 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: 0e8e3494-0093-46ed-97af-6a825e179b53 [pid: 8|app: 0|req: 613/1233] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:43 2026] DELETE /v2.0/networks/1f4cd9f0-db86-4db2-badf-c7bf0ad654ec => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1234] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:44 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:44.157 8 INFO neutron.db.segments_db [None req-06a6f9e3-5632-43f1-9262-f4f604510891 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Added segment b41b9375-0d31-45e5-af5d-45730338be98 of type vxlan for network 5b2e31cd-c820-4006-b0a8-f5ba09c7e679 2026-08-11 12:30:44.424 8 INFO neutron.db.l3_hamode_db [None req-06a6f9e3-5632-43f1-9262-f4f604510891 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 621/1235] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:30:43 2026] PUT /v2.0/routers/09b71895-9ab6-481f-a4df-003f6607f7c0/remove_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1236] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:44 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1237] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:44 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:44.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-9419c520-72b3-4475-b0e0-8ac1df898ac5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 84f1b3ad-396b-40f1-8775-628eae465213 2026-08-11 12:30:44.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9419c520-72b3-4475-b0e0-8ac1df898ac5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 84f1b3ad-396b-40f1-8775-628eae465213 2026-08-11 12:30:45.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-9419c520-72b3-4475-b0e0-8ac1df898ac5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 39730742-06db-4933-868c-1feb548d2503 2026-08-11 12:30:45.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9419c520-72b3-4475-b0e0-8ac1df898ac5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 39730742-06db-4933-868c-1feb548d2503 2026-08-11 12:30:45.229 8 INFO neutron.db.l3_hamode_db [None req-06a6f9e3-5632-43f1-9262-f4f604510891 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:30:45.419 7 INFO neutron.services.segments.plugin [-] Segment a5b5c04b-175d-443d-a8a0-86962dd274d4 resource provider aggregate not found 2026-08-11 12:30:45.424 7 INFO neutron.services.segments.plugin [-] Segment a5b5c04b-175d-443d-a8a0-86962dd274d4 resource provider aggregate not found 2026-08-11 12:30:45.443 7 INFO neutron.services.segments.plugin [-] Segment a5b5c04b-175d-443d-a8a0-86962dd274d4 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 a5b5c04b-175d-443d-a8a0-86962dd274d4 found for delete ", "request_id": "req-5b2a46d4-15ce-478d-9f61-e12b3a411270"}]} 2026-08-11 12:30:45.444 7 INFO neutron.services.segments.plugin [-] Segment a5b5c04b-175d-443d-a8a0-86962dd274d4 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 a5b5c04b-175d-443d-a8a0-86962dd274d4 found for delete ", "request_id": "req-810dd590-e743-4bf7-ab97-818101581bb8"}]} 2026-08-11 12:30:45.455 7 INFO neutron.db.l3_hamode_db [None req-9419c520-72b3-4475-b0e0-8ac1df898ac5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 1bde7c66-7f3b-4e5a-9d75-9fd3abb5481f was deleted as no HA routers are present in tenant 4aac2b2022d743c79b279a8bf92fe26e. 2026-08-11 12:30:45.455 8 INFO neutron.services.segments.plugin [-] Segment 84b66b39-2d6d-4885-a0f9-e24165a59f45 resource provider aggregate not found [pid: 7|app: 0|req: 624/1238] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:44 2026] DELETE /v2.0/routers/09b71895-9ab6-481f-a4df-003f6607f7c0 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1239] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:30:45 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:45.489 8 INFO neutron.services.segments.plugin [-] Segment 84b66b39-2d6d-4885-a0f9-e24165a59f45 resource provider aggregate not found 2026-08-11 12:30:45.496 8 INFO neutron.services.segments.plugin [-] Segment 84b66b39-2d6d-4885-a0f9-e24165a59f45 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 84b66b39-2d6d-4885-a0f9-e24165a59f45 found for delete ", "request_id": "req-92e42253-1f8d-4a72-9ef5-177ae084768a"}]} 2026-08-11 12:30:45.527 8 INFO neutron.services.segments.plugin [-] Segment 84b66b39-2d6d-4885-a0f9-e24165a59f45 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 84b66b39-2d6d-4885-a0f9-e24165a59f45 found for delete ", "request_id": "req-aa57339b-616a-445a-88fa-038a6c8fd952"}]} [pid: 7|app: 0|req: 626/1240] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:30:45 2026] GET /v2.0/networks?id=5208c320-d1ec-4561-be41-9d9fff9f6baa => generated 675 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1241] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:45 2026] DELETE /v2.0/subnets/98f711d5-9d93-404b-b7bf-0cba94713751 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1242] 10.0.0.115 () {32 vars in 665 bytes} [Tue Aug 11 12:30:45 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1243] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:30:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bf07f13807af4fb385cf1d6a3742c29b => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1244] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:45 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:45.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc1ced85-0940-4d65-9ff1-556b0cd78a8e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 1cf05d94-9b17-4a52-88a1-2e8d6cce4e93 2026-08-11 12:30:45.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc1ced85-0940-4d65-9ff1-556b0cd78a8e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 1cf05d94-9b17-4a52-88a1-2e8d6cce4e93 [pid: 7|app: 0|req: 631/1245] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:45 2026] DELETE /v2.0/networks/c0cef494-f973-415e-b340-fd11332560e2 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1246] 10.0.0.115 () {32 vars in 699 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1247] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:44 2026] POST /v2.0/routers => generated 687 bytes in 2061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1248] 10.0.0.115 () {32 vars in 697 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1249] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/routers/c2586cfd-3699-4e4f-99a6-b521335f394f => generated 693 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1250] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1251] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/security-groups?tenant_id=4aac2b2022d743c79b279a8bf92fe26e&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1252] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/routers => generated 696 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1253] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1254] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:46 2026] DELETE /v2.0/security-groups/ff4bf685-55d4-4896-86ae-ad52a5c48bed => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1255] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:30:46 2026] POST /v2.0/ports => generated 958 bytes in 422 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: 634/1256] 10.0.0.115 () {32 vars in 703 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1257] 10.0.0.115 () {34 vars in 741 bytes} [Tue Aug 11 12:30:46 2026] PUT /v2.0/routers/c2586cfd-3699-4e4f-99a6-b521335f394f => generated 700 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1258] 10.0.0.115 () {32 vars in 693 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1259] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/routers/c2586cfd-3699-4e4f-99a6-b521335f394f => generated 700 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1260] 10.0.0.115 () {32 vars in 695 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1261] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/ports?device_id=c2586cfd-3699-4e4f-99a6-b521335f394f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1262] 10.0.0.115 () {32 vars in 685 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1263] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:30:46 2026] PUT /v2.0/ports/04b4cee6-bc0c-442c-a6c0-411eb95fcf19 => generated 1239 bytes in 405 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: 629/1264] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1265] 10.0.0.115 () {32 vars in 687 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:46.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f48dbcf2-7e9a-4fad-a64f-47395579a54e'] response: {'name': 'network-changed', 'server_uuid': 'b8bec7cc-53cc-48be-a17b-37884151ba95', 'tag': '04b4cee6-bc0c-442c-a6c0-411eb95fcf19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 631/1266] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&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: 632/1267] 10.0.0.115 () {32 vars in 661 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1268] 10.0.0.115 () {32 vars in 699 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1269] 10.0.0.115 () {32 vars in 679 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1270] 10.0.0.115 () {32 vars in 683 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1271] 10.0.0.115 () {32 vars in 675 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1272] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1273] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:30:46 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1274] 10.0.0.115 () {32 vars in 687 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1275] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1276] 10.0.0.115 () {32 vars in 687 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1277] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1278] 10.0.0.115 () {32 vars in 699 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1279] 10.0.0.115 () {32 vars in 679 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1280] 10.0.0.115 () {32 vars in 667 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1281] 10.0.0.115 () {32 vars in 677 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1282] 10.0.0.115 () {32 vars in 665 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1283] 10.0.0.115 () {32 vars in 675 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1284] 10.0.0.115 () {32 vars in 713 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1285] 10.0.0.115 () {32 vars in 691 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1286] 10.0.0.115 () {32 vars in 683 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1287] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e6a49cb-b48b-4a95-8a66-f61153250aa2 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: aa7eab96-1cf6-43c2-9c38-c0c2e09f4e2a 2026-08-11 12:30:47.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6a49cb-b48b-4a95-8a66-f61153250aa2 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: aa7eab96-1cf6-43c2-9c38-c0c2e09f4e2a [pid: 8|app: 0|req: 653/1288] 10.0.0.115 () {32 vars in 687 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1289] 10.0.0.115 () {32 vars in 705 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1290] 10.0.0.115 () {32 vars in 675 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1291] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1292] 10.0.0.115 () {32 vars in 675 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1293] 10.0.0.115 () {32 vars in 693 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1294] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1295] 10.0.0.115 () {32 vars in 709 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1296] 10.0.0.115 () {32 vars in 705 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1297] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1298] 10.0.0.115 () {32 vars in 697 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1299] 10.0.0.115 () {32 vars in 711 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1300] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1301] 10.0.0.115 () {32 vars in 687 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1302] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1303] 10.0.0.115 () {32 vars in 675 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1304] 10.0.0.115 () {32 vars in 671 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1305] 10.0.0.115 () {32 vars in 661 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1306] 10.0.0.115 () {32 vars in 699 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1307] 10.0.0.115 () {32 vars in 699 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1308] 10.0.0.115 () {32 vars in 677 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1309] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1310] 10.0.0.115 () {32 vars in 683 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1311] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1312] 10.0.0.115 () {32 vars in 685 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1313] 10.0.0.115 () {32 vars in 707 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1314] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e6a49cb-b48b-4a95-8a66-f61153250aa2 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] TaaS: Handle Delete Port: f03c98db-d29c-4857-aaee-b9d7ccc3e16b 2026-08-11 12:30:47.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6a49cb-b48b-4a95-8a66-f61153250aa2 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] Tap Mirror: Handle Delete Port: f03c98db-d29c-4857-aaee-b9d7ccc3e16b [pid: 8|app: 0|req: 680/1315] 10.0.0.115 () {32 vars in 697 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1316] 10.0.0.115 () {32 vars in 695 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1317] 10.0.0.115 () {32 vars in 685 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1318] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1319] 10.0.0.115 () {32 vars in 705 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.479 7 INFO neutron.services.segments.plugin [-] Segment a985b5b5-2074-4a03-8189-b0d0459c0f3f resource provider aggregate not found 2026-08-11 12:30:47.485 7 INFO neutron.services.segments.plugin [-] Segment a985b5b5-2074-4a03-8189-b0d0459c0f3f resource provider aggregate not found [pid: 8|app: 0|req: 685/1320] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/ports?tenant_id=bf07f13807af4fb385cf1d6a3742c29b&device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:47.504 7 INFO neutron.services.segments.plugin [-] Segment a985b5b5-2074-4a03-8189-b0d0459c0f3f 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 a985b5b5-2074-4a03-8189-b0d0459c0f3f found for delete ", "request_id": "req-8b69253f-9714-4467-a540-856c7d8ab018"}]} 2026-08-11 12:30:47.506 7 INFO neutron.services.segments.plugin [-] Segment a985b5b5-2074-4a03-8189-b0d0459c0f3f 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 a985b5b5-2074-4a03-8189-b0d0459c0f3f found for delete ", "request_id": "req-d38f9d46-02dc-4e02-9fab-66196460c614"}]} [pid: 8|app: 0|req: 686/1321] 10.0.0.115 () {32 vars in 667 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1322] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/networks?tenant_id=bf07f13807af4fb385cf1d6a3742c29b&shared=False => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1323] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1324] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1325] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1326] 10.0.0.115 () {32 vars in 691 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1327] 10.0.0.115 () {32 vars in 691 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1328] 10.0.0.115 () {32 vars in 695 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1329] 10.0.0.115 () {32 vars in 685 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1330] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1331] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1332] 10.0.0.115 () {32 vars in 703 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1333] 10.0.0.115 () {32 vars in 713 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1334] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1335] 10.0.0.115 () {32 vars in 715 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1336] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1337] 10.0.0.115 () {32 vars in 741 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1338] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1339] 10.0.0.115 () {32 vars in 683 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1340] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1341] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1342] 10.0.0.115 () {32 vars in 679 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1343] 10.0.0.115 () {32 vars in 669 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1344] 10.0.0.115 () {32 vars in 697 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1345] 10.0.0.115 () {32 vars in 705 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1346] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1347] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.825 7 INFO neutron.db.l3_hamode_db [None req-0e6a49cb-b48b-4a95-8a66-f61153250aa2 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] HA network 5b2e31cd-c820-4006-b0a8-f5ba09c7e679 was deleted as no HA routers are present in tenant df30e341cc974c719a509c3103d5935b. [pid: 8|app: 0|req: 713/1348] 10.0.0.115 () {32 vars in 683 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1349] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:46 2026] DELETE /v2.0/routers/c2586cfd-3699-4e4f-99a6-b521335f394f => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1350] 10.0.0.115 () {32 vars in 705 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1351] 10.0.0.115 () {32 vars in 695 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1352] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/ports?device_id=c2586cfd-3699-4e4f-99a6-b521335f394f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1353] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1354] 10.0.0.115 () {32 vars in 697 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.890 7 INFO neutron.api.v2.resource [None req-1a9b50b7-b769-4116-90ab-b3a858ba644c 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1355] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:47 2026] DELETE /v2.0/routers/c2586cfd-3699-4e4f-99a6-b521335f394f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1356] 10.0.0.115 () {32 vars in 679 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1357] 10.0.0.115 () {32 vars in 689 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1358] 10.0.0.115 () {32 vars in 701 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1359] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/ports?device_id=2622d1ca-b3b4-4c0f-aa1a-ed799b78d3e7 => 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: 721/1360] 10.0.0.115 () {32 vars in 665 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1361] 10.0.0.115 () {32 vars in 681 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.930 7 INFO neutron.api.v2.resource [None req-622f14b7-b5ca-4b48-909f-6230271dfe0c 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1362] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:47 2026] DELETE /v2.0/routers/2622d1ca-b3b4-4c0f-aa1a-ed799b78d3e7 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1363] 10.0.0.115 () {32 vars in 677 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1364] 10.0.0.115 () {32 vars in 693 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c80fcbf3-8db2-4017-a89a-2ecb9e2450d3 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 641/1365] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:47 2026] DELETE /v2.0/subnets/218a6eb9-6a49-494e-9344-da01ee6a2eea => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1366] 10.0.0.115 () {32 vars in 677 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1367] 10.0.0.115 () {32 vars in 667 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1368] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/ports?device_id=1a73f15d-335a-4973-be18-030a6bdc29f2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1369] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1370] 10.0.0.115 () {32 vars in 675 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1371] 10.0.0.115 () {32 vars in 687 bytes} [Tue Aug 11 12:30:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:47.991 8 INFO neutron.api.v2.resource [None req-d36b5963-62bf-494c-bcfa-cc148b8b3dd9 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 728/1372] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:47 2026] DELETE /v2.0/routers/1a73f15d-335a-4973-be18-030a6bdc29f2 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:48.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04a6ae8f-f43f-4a27-910a-45239c6d941a 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1373] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:47 2026] DELETE /v2.0/subnets/b9a6b4a8-5c34-456d-bcec-49e30d4f1cdd => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1374] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/ports?device_id=763ea224-0463-4fc3-8cad-cb43bbcd4a29 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:48.053 7 INFO neutron.api.v2.resource [None req-5ec9f17b-98c2-4763-8673-a1b4d2d1386e 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 647/1375] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:48 2026] DELETE /v2.0/routers/763ea224-0463-4fc3-8cad-cb43bbcd4a29 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1376] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:48.071 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3aaa83a1-04dc-4a1e-b044-f7494144a119 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1377] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:48 2026] DELETE /v2.0/subnets/4932cb08-95b4-4eb7-b2e6-f6372b08d1bb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:30:48.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f91a8a9c-0fa6-4fd1-8800-878bedf80744 8f42129aa8ee4a9e9686b89d507c1eb9 df30e341cc974c719a509c3103d5935b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1378] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:48 2026] DELETE /v2.0/subnets/ffde188a-f0b6-48e2-8d85-5c2c0659e7fa => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1379] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1380] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/security-groups?tenant_id=df30e341cc974c719a509c3103d5935b&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1381] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/ports?tenant_id=bf07f13807af4fb385cf1d6a3742c29b&device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1382] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/security-groups?tenant_id=0b93ff963bdb4f4eac6c4b2ac6b15344&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1383] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=04b4cee6-bc0c-442c-a6c0-411eb95fcf19 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1384] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:48 2026] DELETE /v2.0/security-groups/0867b661-f8be-4509-ade7-40514bf4fa68 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1385] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/subnets?id=2dc8f13b-89ad-4250-8e1e-a9d8d632af52 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1386] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/ports?network_id=5208c320-d1ec-4561-be41-9d9fff9f6baa&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: 652/1387] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:48 2026] DELETE /v2.0/security-groups/60bb1cf4-4b65-493b-8ea3-586f9cb28d2d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1388] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1389] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:30:48 2026] GET /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa?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: 737/1390] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:49 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1391] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:49 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:49.527 7 INFO neutron.services.segments.plugin [-] Segment b41b9375-0d31-45e5-af5d-45730338be98 resource provider aggregate not found 2026-08-11 12:30:49.533 7 INFO neutron.services.segments.plugin [-] Segment b41b9375-0d31-45e5-af5d-45730338be98 resource provider aggregate not found 2026-08-11 12:30:49.550 7 INFO neutron.services.segments.plugin [-] Segment b41b9375-0d31-45e5-af5d-45730338be98 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 b41b9375-0d31-45e5-af5d-45730338be98 found for delete ", "request_id": "req-fe777d66-0063-4c88-9e2f-b92231bab382"}]} 2026-08-11 12:30:49.555 7 INFO neutron.services.segments.plugin [-] Segment b41b9375-0d31-45e5-af5d-45730338be98 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 b41b9375-0d31-45e5-af5d-45730338be98 found for delete ", "request_id": "req-04882347-f64a-453e-a406-84c4f69ff14e"}]} [pid: 8|app: 0|req: 738/1392] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:50 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1393] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:50 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:51.180 8 INFO neutron.db.segments_db [None req-f31cdb79-ab1c-45c1-8e01-29b5ec1f0ac6 0037e5f9ee5f4442985409dd29f939ee 934d2493403e43808878abda3b2d4843 - - default default] Added segment e90ff018-0cc5-4417-bebb-06c7bb99e0f1 of type vxlan for network e6cfbddd-8cbd-4bef-ba07-c3c237b4ac80 [pid: 8|app: 0|req: 739/1394] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:50 2026] POST /v2.0/networks => generated 625 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1395] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1396] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1397] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/subnets => generated 641 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1398] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:51 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:51.689 7 INFO neutron.db.segments_db [None req-44e6c608-d9ce-4ff7-82ea-748ee1bdccae 0037e5f9ee5f4442985409dd29f939ee 934d2493403e43808878abda3b2d4843 - - default default] Added segment 026ad910-6c5f-4c74-997e-ea5540f92beb of type vxlan for network ba210b2a-a5f9-4504-b7df-b54fa32478f8 [pid: 8|app: 0|req: 741/1399] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1400] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:51 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&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: 659/1401] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/networks => generated 625 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1402] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1403] 10.0.0.115 () {34 vars in 743 bytes} [Tue Aug 11 12:30:51 2026] PUT /v2.0/networks/ba210b2a-a5f9-4504-b7df-b54fa32478f8 => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1404] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1405] 10.0.0.115 () {34 vars in 767 bytes} [Tue Aug 11 12:30:51 2026] PUT /v2.0/security-groups/50346a9c-fcaf-43eb-8211-bd04bec5a477/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1406] 10.0.0.115 () {34 vars in 767 bytes} [Tue Aug 11 12:30:52 2026] PUT /v2.0/security-groups/469faa40-1a84-450d-b7af-3577a2978ad4/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1407] 10.0.0.115 () {34 vars in 767 bytes} [Tue Aug 11 12:30:52 2026] PUT /v2.0/security-groups/b75cbece-e024-41ca-a781-c84ca87e68d3/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1408] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:51 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1409] 10.0.0.115 () {34 vars in 767 bytes} [Tue Aug 11 12:30:52 2026] PUT /v2.0/security-groups/21a3ea47-1ac2-4953-94be-b3190e802b2e/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1410] 10.0.0.115 () {32 vars in 680 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1411] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1412] 10.0.0.115 () {34 vars in 741 bytes} [Tue Aug 11 12:30:52 2026] PUT /v2.0/subnets/a3fe5463-0fff-4506-9487-71271f869a10 => generated 636 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1413] 10.0.0.115 () {32 vars in 690 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1414] 10.0.0.115 () {32 vars in 702 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1415] 10.0.0.115 () {32 vars in 688 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1416] 10.0.0.115 () {32 vars in 702 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:52.519 7 INFO neutron.services.segments.plugin [-] Segment 026ad910-6c5f-4c74-997e-ea5540f92beb resource provider aggregate not found 2026-08-11 12:30:52.522 7 INFO neutron.services.segments.plugin [-] Segment 026ad910-6c5f-4c74-997e-ea5540f92beb resource provider aggregate not found 2026-08-11 12:30:52.541 7 INFO neutron.services.segments.plugin [-] Segment 026ad910-6c5f-4c74-997e-ea5540f92beb 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 026ad910-6c5f-4c74-997e-ea5540f92beb found for delete ", "request_id": "req-1e276720-0c8e-49ce-94f6-6dfc2f06a2aa"}]} [pid: 8|app: 0|req: 755/1417] 10.0.0.115 () {32 vars in 698 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:52.550 7 INFO neutron.services.segments.plugin [-] Segment 026ad910-6c5f-4c74-997e-ea5540f92beb 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 026ad910-6c5f-4c74-997e-ea5540f92beb found for delete ", "request_id": "req-02f9fb83-015e-4e22-96ad-bb127399bb25"}]} [pid: 7|app: 0|req: 663/1418] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:52 2026] DELETE /v2.0/networks/ba210b2a-a5f9-4504-b7df-b54fa32478f8 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:52.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f804f400-91e4-41f2-8fff-6c0975ba929d 0037e5f9ee5f4442985409dd29f939ee 934d2493403e43808878abda3b2d4843 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1419] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:52 2026] DELETE /v2.0/networks/ba210b2a-a5f9-4504-b7df-b54fa32478f8 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1420] 10.0.0.115 () {32 vars in 710 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1421] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1422] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:52 2026] DELETE /v2.0/security-groups/50346a9c-fcaf-43eb-8211-bd04bec5a477 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1423] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/subnets?network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1424] 10.0.0.115 () {32 vars in 653 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1425] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:52 2026] DELETE /v2.0/security-groups/469faa40-1a84-450d-b7af-3577a2978ad4 => 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: 668/1426] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/networks => generated 1309 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1427] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/subnets => generated 1280 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1428] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1429] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:52 2026] DELETE /v2.0/security-groups/b75cbece-e024-41ca-a781-c84ca87e68d3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1430] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&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: 7|app: 0|req: 671/1431] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/networks/e6cfbddd-8cbd-4bef-ba07-c3c237b4ac80 => 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: 672/1432] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:30:52 2026] GET /v2.0/subnets/7658f5d9-7972-42a7-a7c0-57cb83e82e1c => generated 641 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:53.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68f64be0-1c61-4caa-8a10-efe806bb4546 0037e5f9ee5f4442985409dd29f939ee 934d2493403e43808878abda3b2d4843 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1433] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:53 2026] DELETE /v2.0/subnets/a3fe5463-0fff-4506-9487-71271f869a10 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1434] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:52 2026] DELETE /v2.0/security-groups/21a3ea47-1ac2-4953-94be-b3190e802b2e => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:30:53.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb16105f-5ca7-448b-a143-588db957eafd 0037e5f9ee5f4442985409dd29f939ee 934d2493403e43808878abda3b2d4843 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1435] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:53 2026] DELETE /v2.0/networks/ba210b2a-a5f9-4504-b7df-b54fa32478f8 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1436] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:53 2026] DELETE /v2.0/subnets/7658f5d9-7972-42a7-a7c0-57cb83e82e1c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1437] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:53 2026] DELETE /v2.0/security-groups/f78c654d-ebf1-4eb8-91dd-89485ad7cf89 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1438] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:53 2026] DELETE /v2.0/networks/e6cfbddd-8cbd-4bef-ba07-c3c237b4ac80 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1439] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:54 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1440] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:53 2026] GET /v2.0/security-groups?tenant_id=934d2493403e43808878abda3b2d4843&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1441] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:54 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1442] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:54 2026] DELETE /v2.0/security-groups/93aab720-0ade-4bf9-981a-a5d85836cb55 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1443] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:54 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:54.563 7 INFO neutron.services.segments.plugin [-] Segment e90ff018-0cc5-4417-bebb-06c7bb99e0f1 resource provider aggregate not found 2026-08-11 12:30:54.581 7 INFO neutron.services.segments.plugin [-] Segment e90ff018-0cc5-4417-bebb-06c7bb99e0f1 resource provider aggregate not found 2026-08-11 12:30:54.594 7 INFO neutron.services.segments.plugin [-] Segment e90ff018-0cc5-4417-bebb-06c7bb99e0f1 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 e90ff018-0cc5-4417-bebb-06c7bb99e0f1 found for delete ", "request_id": "req-817804be-0248-440b-bbb6-a4756991ef4a"}]} 2026-08-11 12:30:54.598 7 INFO neutron.services.segments.plugin [-] Segment e90ff018-0cc5-4417-bebb-06c7bb99e0f1 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 e90ff018-0cc5-4417-bebb-06c7bb99e0f1 found for delete ", "request_id": "req-f689940c-27a2-4cd4-8adf-28b99fc8eed3"}]} [pid: 8|app: 0|req: 765/1444] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:54 2026] GET /v2.0/security-groups?tenant_id=6d18149433fe4036a2d3cbb659d83e03&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:54.686 7 INFO neutron.db.l3_db [None req-6942d38f-62c0-4d7a-a671-322815c26a02 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] Floating IP 10a435aa-6af1-4b20-a558-bc4b5e8edc0c associated. External IP: 10.96.250.215, port: 04b4cee6-bc0c-442c-a6c0-411eb95fcf19. [pid: 8|app: 0|req: 768/1447] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:54 2026] DELETE /v2.0/security-groups/cd00a37f-76e4-4dcf-9f1c-babfb36ebb51 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1448] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:30:54 2026] PUT /v2.0/floatingips/10a435aa-6af1-4b20-a558-bc4b5e8edc0c => generated 856 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:55.130 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e53e46dc-7875-4619-83c7-0b7cab2e8902'] response: {'name': 'network-changed', 'server_uuid': 'b8bec7cc-53cc-48be-a17b-37884151ba95', 'tag': '04b4cee6-bc0c-442c-a6c0-411eb95fcf19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 769/1449] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:54 2026] GET /v2.0/security-groups?tenant_id=1d5559136a254cacbf81ac9e557645d8&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1450] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/security-groups?tenant_id=74bb7c3a6535464bb27b127cb1e45d10&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1451] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1452] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:55 2026] DELETE /v2.0/security-groups/2d187021-b390-494d-a2d2-695d1cf80783 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1453] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&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: 771/1454] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:55 2026] DELETE /v2.0/security-groups/f48ca3fd-4a60-474a-a762-3c7b114e8d6e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1455] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/ports?tenant_id=bf07f13807af4fb385cf1d6a3742c29b&device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1456] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/security-groups?tenant_id=95624a3aa99d4e48b39c702dfc2d9394&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1457] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/networks?id=5208c320-d1ec-4561-be41-9d9fff9f6baa => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1458] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/security-groups?tenant_id=79aaacf88c4c474698cee58294e6b848&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1459] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:55 2026] DELETE /v2.0/security-groups/40214a0e-1aa5-48d0-bf34-e3ed46c847bc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1460] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1461] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=04b4cee6-bc0c-442c-a6c0-411eb95fcf19 => generated 859 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1462] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&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: 776/1463] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:55 2026] DELETE /v2.0/security-groups/4bd6a6f5-4f47-45b7-b2b7-18b4455c3445 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1464] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:30:55 2026] GET /v2.0/subnets?id=2dc8f13b-89ad-4250-8e1e-a9d8d632af52 => generated 693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1465] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:30:56 2026] GET /v2.0/ports?network_id=5208c320-d1ec-4561-be41-9d9fff9f6baa&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: 689/1466] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:30:56 2026] GET /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa?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: 778/1467] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:30:56 2026] GET /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:30:56.563 7 INFO neutron.db.segments_db [None req-ba6dd1e0-0886-49da-98e8-ba7381b00eb4 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Added segment 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 of type vxlan for network c6364b3c-017c-4590-bd22-d7a48bf14a17 [pid: 7|app: 0|req: 690/1468] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:56 2026] POST /v2.0/networks => generated 624 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1469] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:30:56 2026] POST /v2.0/ports => generated 774 bytes in 337 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, ' 2026-08-11 12:30:57.086 8 INFO neutron.db.segments_db [None req-f392c94b-758d-49f1-9d05-850046077e02 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Added segment 774495f8-a1ac-42d3-867b-1f21764952aa of type vxlan for network 71d176b4-4376-4a7c-a777-a1f7c74c3262 [pid: 7|app: 0|req: 691/1470] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:57 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1471] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:57 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&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: 780/1472] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:57 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1473] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:57 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1474] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:30:57 2026] POST /v2.0/ports => generated 950 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:58.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-74e0726b-fba7-4bb3-8a8c-de95e5ba7a08 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] TaaS: Handle Delete Port: 4d3ee5d9-9cc8-48e4-b197-8f7542ec9895 2026-08-11 12:30:58.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74e0726b-fba7-4bb3-8a8c-de95e5ba7a08 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Tap Mirror: Handle Delete Port: 4d3ee5d9-9cc8-48e4-b197-8f7542ec9895 [pid: 7|app: 0|req: 694/1475] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:30:57 2026] DELETE /v2.0/ports/4d3ee5d9-9cc8-48e4-b197-8f7542ec9895 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 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-08-11 12:30:58.253 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a8e4278-2d1b-42f3-ae47-e5a82aeee0d1 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 695/1476] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:30:58 2026] DELETE /v2.0/ports/4d3ee5d9-9cc8-48e4-b197-8f7542ec9895 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1477] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:58 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:58.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dba1bd23-e9e5-4776-92c9-1ebd9efc4343 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1478] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:58 2026] GET /v2.0/ports/4d3ee5d9-9cc8-48e4-b197-8f7542ec9895 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1479] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:30:58 2026] GET /v2.0/security-groups?id=bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1480] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:30:58 2026] DELETE /v2.0/subnets/b7767c9e-8a8a-43be-b34e-a35f73dbcd6f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1481] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:30:58 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:30:58.588 8 INFO neutron_taas.services.taas.taas_plugin [req-9b9b5026-4aa4-4c07-94a1-af6bfcd6747b req-9f2e7efa-6109-49bc-9a9b-821754c23004 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] TaaS: Handle Delete Port: 04b4cee6-bc0c-442c-a6c0-411eb95fcf19 2026-08-11 12:30:58.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b9b5026-4aa4-4c07-94a1-af6bfcd6747b req-9f2e7efa-6109-49bc-9a9b-821754c23004 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] Tap Mirror: Handle Delete Port: 04b4cee6-bc0c-442c-a6c0-411eb95fcf19 2026-08-11 12:30:58.603 7 INFO neutron.services.segments.plugin [-] Segment 774495f8-a1ac-42d3-867b-1f21764952aa resource provider aggregate not found 2026-08-11 12:30:58.610 7 INFO neutron.services.segments.plugin [-] Segment 774495f8-a1ac-42d3-867b-1f21764952aa resource provider aggregate not found 2026-08-11 12:30:58.628 7 INFO neutron.services.segments.plugin [-] Segment 774495f8-a1ac-42d3-867b-1f21764952aa 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 774495f8-a1ac-42d3-867b-1f21764952aa found for delete ", "request_id": "req-0a93bc84-2316-4d72-8f6d-f4ad7bfdce10"}]} 2026-08-11 12:30:58.643 7 INFO neutron.services.segments.plugin [-] Segment 774495f8-a1ac-42d3-867b-1f21764952aa 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 774495f8-a1ac-42d3-867b-1f21764952aa found for delete ", "request_id": "req-e05df667-b9f6-40c5-9786-9c11fb9ec992"}]} [pid: 7|app: 0|req: 698/1482] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:30:58 2026] DELETE /v2.0/networks/71d176b4-4376-4a7c-a777-a1f7c74c3262 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:58.725 8 INFO neutron.db.l3_db [req-9b9b5026-4aa4-4c07-94a1-af6bfcd6747b req-9f2e7efa-6109-49bc-9a9b-821754c23004 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] Floating IP 10a435aa-6af1-4b20-a558-bc4b5e8edc0c disassociated. External IP: 10.96.250.215, port: 04b4cee6-bc0c-442c-a6c0-411eb95fcf19. 2026-08-11 12:30:58.740 7 INFO neutron.db.segments_db [None req-48fc6133-6057-4197-9cb0-8f6adb3cc2bd 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Added segment 298ada93-f820-427f-819c-266d1ca32b47 of type vxlan for network 5ef748e5-7942-4736-b576-aa3282e0a3df [pid: 7|app: 0|req: 699/1483] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:30:58 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1484] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:30:58 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1485] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:30:58 2026] DELETE /v2.0/ports/04b4cee6-bc0c-442c-a6c0-411eb95fcf19 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:30:59.203 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7eff27fd-2056-4415-bea9-c50c5c437fbd'] response: {'server_uuid': 'b8bec7cc-53cc-48be-a17b-37884151ba95', 'name': 'network-vif-deleted', 'tag': '04b4cee6-bc0c-442c-a6c0-411eb95fcf19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 786/1486] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:30:59 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => 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: 701/1487] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:30:59 2026] POST /v2.0/ports => generated 911 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:30:59.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-934daca6-e17b-4d82-9f7f-dc19ac19e9ec 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] TaaS: Handle Delete Port: e1e248e3-5e90-43b2-b341-c2dec83c5de2 2026-08-11 12:30:59.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-934daca6-e17b-4d82-9f7f-dc19ac19e9ec 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Tap Mirror: Handle Delete Port: e1e248e3-5e90-43b2-b341-c2dec83c5de2 [pid: 7|app: 0|req: 702/1488] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:30:59 2026] DELETE /v2.0/ports/e1e248e3-5e90-43b2-b341-c2dec83c5de2 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1489] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:30:59 2026] GET /v2.0/security-groups?tenant_id=8b42b429318149959c832c6a347d920e&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:30:59.991 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d531e809-875a-41d6-a426-202a2766c31f 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1490] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:30:59 2026] GET /v2.0/ports/e1e248e3-5e90-43b2-b341-c2dec83c5de2 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1491] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:30:59 2026] DELETE /v2.0/security-groups/5d1a4682-a620-46fd-a85d-eeca9f0d08fd => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1492] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:30:59 2026] POST /v2.0/floatingips => generated 552 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1493] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:00 2026] DELETE /v2.0/subnets/de674456-3430-4a01-b320-c12aa1911470 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1494] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:00 2026] DELETE /v2.0/networks/5ef748e5-7942-4736-b576-aa3282e0a3df => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1495] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:31:00 2026] PUT /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 25 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1496] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1497] 10.0.0.115 () {34 vars in 770 bytes} [Tue Aug 11 12:31:00 2026] PUT /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1498] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1499] 10.0.0.115 () {34 vars in 766 bytes} [Tue Aug 11 12:31:00 2026] PUT /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1500] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:00.658 7 INFO neutron.services.segments.plugin [-] Segment 298ada93-f820-427f-819c-266d1ca32b47 resource provider aggregate not found [pid: 8|app: 0|req: 794/1501] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:00.667 7 INFO neutron.services.segments.plugin [-] Segment 298ada93-f820-427f-819c-266d1ca32b47 resource provider aggregate not found 2026-08-11 12:31:00.689 7 INFO neutron.services.segments.plugin [-] Segment 298ada93-f820-427f-819c-266d1ca32b47 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 298ada93-f820-427f-819c-266d1ca32b47 found for delete ", "request_id": "req-d11f630f-1aa8-4fea-bd3c-188aacf9440c"}]} 2026-08-11 12:31:00.690 7 INFO neutron.services.segments.plugin [-] Segment 298ada93-f820-427f-819c-266d1ca32b47 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 298ada93-f820-427f-819c-266d1ca32b47 found for delete ", "request_id": "req-ccb0e090-49ae-4fdb-ad7c-53b9710b2281"}]} [pid: 7|app: 0|req: 708/1502] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:31:00 2026] POST /v2.0/ports => generated 774 bytes in 339 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: 795/1503] 10.0.0.115 () {34 vars in 788 bytes} [Tue Aug 11 12:31:00 2026] PUT /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1504] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1505] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:31:00 2026] PUT /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1506] 10.0.0.115 () {34 vars in 737 bytes} [Tue Aug 11 12:31:00 2026] PUT /v2.0/ports/fcbd01b6-90b5-4dd1-abf8-e4ede6eba9c0 => generated 752 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1507] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 37 bytes in 40 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: 8|app: 0|req: 799/1508] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:00.972 8 INFO neutron.api.v2.resource [None req-2ad9b5c0-8303-4935-b44c-7c26244504a1 fa94a620379844309abc1e85d49823fa c6204201aada4de4b9880621b3c9492d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1509] 10.0.0.115 () {32 vars in 751 bytes} [Tue Aug 11 12:31:00 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:31:00.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c672705-08f4-4cd2-a027-586bda2bb4dd 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] TaaS: Handle Delete Port: fcbd01b6-90b5-4dd1-abf8-e4ede6eba9c0 2026-08-11 12:31:00.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c672705-08f4-4cd2-a027-586bda2bb4dd 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Tap Mirror: Handle Delete Port: fcbd01b6-90b5-4dd1-abf8-e4ede6eba9c0 [pid: 8|app: 0|req: 801/1510] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:00 2026] DELETE /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1511] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1512] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:31:00 2026] DELETE /v2.0/ports/fcbd01b6-90b5-4dd1-abf8-e4ede6eba9c0 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1513] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/ports => generated 777 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:01.115 8 INFO neutron.api.v2.resource [None req-5726adb9-92c7-4d9a-9d34-e49a543adb42 fa94a620379844309abc1e85d49823fa c6204201aada4de4b9880621b3c9492d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 803/1514] 10.0.0.115 () {32 vars in 754 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:31:01.126 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed5d7804-ddee-4e0f-9544-aecf7bf6c58c 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1515] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/ports/fcbd01b6-90b5-4dd1-abf8-e4ede6eba9c0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1516] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1517] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/ports => generated 777 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1518] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1519] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/ports/f043a093-18f2-4037-b7d7-266ab6676de2 => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:01.273 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dc80719-6595-47df-a5da-10760d0a141e 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1520] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/ports/e1e248e3-5e90-43b2-b341-c2dec83c5de2 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:01.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09b6d3f8-3c5c-4802-84f6-831c21c97d97 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1521] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/subnets/de674456-3430-4a01-b320-c12aa1911470 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:01.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1accb04-f209-45b5-b3ab-2dddc16fc19d fa94a620379844309abc1e85d49823fa c6204201aada4de4b9880621b3c9492d - - default default] TaaS: Handle Delete Port: f48fcb30-ac4d-41b3-b79b-0a299d9abbd6 2026-08-11 12:31:01.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1accb04-f209-45b5-b3ab-2dddc16fc19d fa94a620379844309abc1e85d49823fa c6204201aada4de4b9880621b3c9492d - - default default] Tap Mirror: Handle Delete Port: f48fcb30-ac4d-41b3-b79b-0a299d9abbd6 2026-08-11 12:31:01.348 7 INFO neutron.pecan_wsgi.hooks.translation [None req-560ed646-df2d-43c3-a517-82025d4676c0 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1522] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/subnets/b7767c9e-8a8a-43be-b34e-a35f73dbcd6f => generated 136 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:01.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a7bd01a-b85d-42c7-bac3-8adfee64c4eb 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] TaaS: Handle Delete Port: f043a093-18f2-4037-b7d7-266ab6676de2 2026-08-11 12:31:01.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a7bd01a-b85d-42c7-bac3-8adfee64c4eb 94e4ac03db40436188b2933df7a32dd0 d44316cc968e4ab48a89188aa86177db - - default default] Tap Mirror: Handle Delete Port: f043a093-18f2-4037-b7d7-266ab6676de2 [pid: 8|app: 0|req: 806/1523] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/floatingips/100b6c03-4d84-41b7-b9cc-3ae26b42ffbd => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1524] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/ports/f043a093-18f2-4037-b7d7-266ab6676de2 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1525] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:01 2026] GET /v2.0/ports?device_id=b8bec7cc-53cc-48be-a17b-37884151ba95 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:01.771 8 INFO neutron.services.segments.plugin [-] Segment 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 resource provider aggregate not found 2026-08-11 12:31:01.781 8 INFO neutron.services.segments.plugin [-] Segment 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 resource provider aggregate not found 2026-08-11 12:31:01.797 8 INFO neutron.services.segments.plugin [-] Segment 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 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 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 found for delete ", "request_id": "req-cb04b774-4cad-4b75-a8b2-1a2038fc65cf"}]} 2026-08-11 12:31:01.809 8 INFO neutron.services.segments.plugin [-] Segment 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 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 2bac9fb7-154d-4ac8-88d2-0eb65c39b684 found for delete ", "request_id": "req-f9a9c3d6-68ec-48b4-b025-cca5715f7f2f"}]} [pid: 8|app: 0|req: 807/1526] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:01 2026] DELETE /v2.0/networks/c6364b3c-017c-4590-bd22-d7a48bf14a17 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1527] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:02 2026] GET /v2.0/security-groups?tenant_id=d44316cc968e4ab48a89188aa86177db&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1528] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:02 2026] GET /v2.0/security-groups?tenant_id=c6204201aada4de4b9880621b3c9492d&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1529] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:02 2026] DELETE /v2.0/security-groups/3932bec9-27ec-4375-b7a2-998f54e418af => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1530] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:02 2026] DELETE /v2.0/security-groups/d6d71345-23e7-4895-99af-a34ebc74b1d4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1531] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:02 2026] DELETE /v2.0/security-groups/bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:02.947 7 INFO neutron.api.v2.resource [None req-3f7439cb-c6c1-43bc-8c14-1ef458efaf18 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1532] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:31:02 2026] GET /v2.0/security-groups/bb0f457f-f7c4-4bb9-b7b7-4ad3b3aa5705 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:03.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-e93c248f-7422-4113-b787-0caae37315d2 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] TaaS: Handle Delete Port: 08b6f7e5-49dd-4fd5-8ef0-9368b5c05100 2026-08-11 12:31:03.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e93c248f-7422-4113-b787-0caae37315d2 18cb6c68405243ff932473a4145d752f bf07f13807af4fb385cf1d6a3742c29b - - default default] Tap Mirror: Handle Delete Port: 08b6f7e5-49dd-4fd5-8ef0-9368b5c05100 [pid: 7|app: 0|req: 723/1533] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:02 2026] GET /v2.0/security-groups?tenant_id=1cb426026422414680197d9f7f5d8232&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1534] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:03 2026] DELETE /v2.0/security-groups/2c6ebc36-34ac-4459-b65d-8b68ed71455b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1535] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:31:02 2026] DELETE /v2.0/floatingips/10a435aa-6af1-4b20-a558-bc4b5e8edc0c => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:03.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6e492f9-c55b-496c-bfeb-d02dcb33a38d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 477a7dc8-2aa3-4afd-b96a-f00dfa5ad799 2026-08-11 12:31:03.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e492f9-c55b-496c-bfeb-d02dcb33a38d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 477a7dc8-2aa3-4afd-b96a-f00dfa5ad799 [pid: 7|app: 0|req: 725/1536] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:31:03 2026] PUT /v2.0/routers/7c59fef3-4028-4ed9-bcd7-b004da3cbbfb/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:04.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae6668d5-75c5-40ff-a0c2-179b225c9dd5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 8fc4683c-c330-4b39-b64c-1e7551b201f5 2026-08-11 12:31:04.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae6668d5-75c5-40ff-a0c2-179b225c9dd5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 8fc4683c-c330-4b39-b64c-1e7551b201f5 2026-08-11 12:31:04.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae6668d5-75c5-40ff-a0c2-179b225c9dd5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: bf5863ba-3bc7-4dad-88a3-7a1f7283a404 2026-08-11 12:31:04.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae6668d5-75c5-40ff-a0c2-179b225c9dd5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: bf5863ba-3bc7-4dad-88a3-7a1f7283a404 [pid: 7|app: 0|req: 726/1537] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:31:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1538] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:05 2026] GET /v2.0/security-groups => generated 4530 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:05.274 8 INFO neutron.services.segments.plugin [-] Segment 3f43350e-0851-4e7d-b17d-3106706577dc resource provider aggregate not found 2026-08-11 12:31:05.285 8 INFO neutron.services.segments.plugin [-] Segment 3f43350e-0851-4e7d-b17d-3106706577dc resource provider aggregate not found 2026-08-11 12:31:05.308 8 INFO neutron.db.l3_hamode_db [None req-ae6668d5-75c5-40ff-a0c2-179b225c9dd5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 79f74531-960a-439f-9a7d-1c077694460a was deleted as no HA routers are present in tenant bf07f13807af4fb385cf1d6a3742c29b. [pid: 7|app: 0|req: 728/1539] 10.0.0.115 () {34 vars in 758 bytes} [Tue Aug 11 12:31:05 2026] PUT /v2.0/security-groups/058f7c8a-ed52-4a46-842b-9a4f4e0b00d4 => generated 1664 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:05.315 8 INFO neutron.services.segments.plugin [-] Segment 3f43350e-0851-4e7d-b17d-3106706577dc 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 3f43350e-0851-4e7d-b17d-3106706577dc found for delete ", "request_id": "req-afcc6496-2c55-499e-b285-3570224bbcd6"}]} 2026-08-11 12:31:05.317 8 INFO neutron.services.segments.plugin [-] Segment 3f43350e-0851-4e7d-b17d-3106706577dc 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 3f43350e-0851-4e7d-b17d-3106706577dc found for delete ", "request_id": "req-49a1116b-29fc-424e-8c09-7899d5a530b1"}]} [pid: 8|app: 0|req: 812/1540] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:04 2026] DELETE /v2.0/routers/7c59fef3-4028-4ed9-bcd7-b004da3cbbfb => generated 0 bytes in 1070 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1541] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:31:05 2026] GET /v2.0/security-groups/058f7c8a-ed52-4a46-842b-9a4f4e0b00d4 => generated 1664 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1542] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:05 2026] DELETE /v2.0/security-groups/058f7c8a-ed52-4a46-842b-9a4f4e0b00d4 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1543] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:05.522 7 INFO neutron.api.v2.resource [None req-05379536-309b-4d61-9d33-ecfaa2745cc3 ed48457c9d014c00b0231c6406d56cd7 94ec97b44508486cb7f94dea6c09970c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1544] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:05 2026] DELETE /v2.0/security-groups/058f7c8a-ed52-4a46-842b-9a4f4e0b00d4 => 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: 813/1545] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:05 2026] DELETE /v2.0/subnets/2dc8f13b-89ad-4250-8e1e-a9d8d632af52 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1546] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:31:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 12:31:05.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-d90e635a-bd7a-4f6d-8a17-e436f0e13204 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 7496a6ec-7ec4-42a7-be1d-807213ffc865 2026-08-11 12:31:05.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d90e635a-bd7a-4f6d-8a17-e436f0e13204 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 7496a6ec-7ec4-42a7-be1d-807213ffc865 [pid: 7|app: 0|req: 734/1547] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1548] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:05 2026] GET /v2.0/security-group-rules/4f41d52d-9a76-4c8f-8798-ee10f369fdf5 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1549] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:05 2026] DELETE /v2.0/networks/5208c320-d1ec-4561-be41-9d9fff9f6baa => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1550] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1551] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:05 2026] DELETE /v2.0/security-group-rules/4f41d52d-9a76-4c8f-8798-ee10f369fdf5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1552] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1553] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-groups?tenant_id=bf07f13807af4fb385cf1d6a3742c29b&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: 816/1554] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1555] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-group-rules/62118997-24c0-47fc-be92-c362df2fe36c => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1556] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:06 2026] DELETE /v2.0/security-groups/c4acdfcd-b4b8-42db-88b6-367a8b03d1e1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1557] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1558] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:06 2026] DELETE /v2.0/security-group-rules/62118997-24c0-47fc-be92-c362df2fe36c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1559] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:06.473 7 INFO neutron.db.securitygroups_db [None req-429a2244-db5e-4f40-b3fb-f036bca6d72a ed48457c9d014c00b0231c6406d56cd7 94ec97b44508486cb7f94dea6c09970c - - default default] Project 94ec97b44508486cb7f94dea6c09970c 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: 741/1560] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1561] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-group-rules/f75b1060-f810-406a-9a7c-0c4c76e05d49 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1562] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1563] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:06 2026] DELETE /v2.0/security-group-rules/f75b1060-f810-406a-9a7c-0c4c76e05d49 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1564] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1565] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:06 2026] DELETE /v2.0/security-groups/126248d1-0d40-4b8f-83a7-96acba11a90d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1566] 10.0.0.115 () {34 vars in 678 bytes} [Tue Aug 11 12:31:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1567] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1568] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:06 2026] GET /v2.0/security-groups => 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: 821/1569] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:31:06 2026] PUT /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 25 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:07.460 8 INFO neutron.services.segments.plugin [-] Segment 5abe2758-1c52-4108-8fd5-3b57b8a9690d resource provider aggregate not found 2026-08-11 12:31:07.464 8 INFO neutron.services.segments.plugin [-] Segment 5abe2758-1c52-4108-8fd5-3b57b8a9690d resource provider aggregate not found 2026-08-11 12:31:07.477 8 INFO neutron.services.segments.plugin [-] Segment 5abe2758-1c52-4108-8fd5-3b57b8a9690d 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 5abe2758-1c52-4108-8fd5-3b57b8a9690d found for delete ", "request_id": "req-8ae53aa8-356c-4fcc-baa8-0ab99e27fb8a"}]} 2026-08-11 12:31:07.482 8 INFO neutron.services.segments.plugin [-] Segment 5abe2758-1c52-4108-8fd5-3b57b8a9690d 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 5abe2758-1c52-4108-8fd5-3b57b8a9690d found for delete ", "request_id": "req-637eaebf-6cc2-4cb4-8b92-67180517ce19"}]} [pid: 8|app: 0|req: 822/1570] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1571] 10.0.0.115 () {34 vars in 764 bytes} [Tue Aug 11 12:31:07 2026] PUT /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1572] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1573] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/security-groups?tenant_id=94ec97b44508486cb7f94dea6c09970c&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1574] 10.0.0.115 () {34 vars in 760 bytes} [Tue Aug 11 12:31:07 2026] PUT /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1575] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1576] 10.0.0.115 () {34 vars in 782 bytes} [Tue Aug 11 12:31:07 2026] PUT /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1577] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:07 2026] DELETE /v2.0/security-groups/1fad96dd-5209-41e1-85be-645eea774122 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1578] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1579] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:31:07 2026] PUT /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1580] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1581] 10.0.0.115 () {32 vars in 741 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:07.955 8 INFO neutron.api.v2.resource [None req-81e274f3-3e7a-45f8-9730-cd0a196eb953 48877b11bf374de6ad123be86a1c31e3 6ea5a01607d14c6b8c62b100e5751bbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 830/1582] 10.0.0.115 () {32 vars in 745 bytes} [Tue Aug 11 12:31:07 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1583] 10.0.0.115 () {32 vars in 744 bytes} [Tue Aug 11 12:31:07 2026] DELETE /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1584] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:08 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:08.248 7 INFO neutron.api.v2.resource [None req-3e7b64ca-3844-4139-bab5-43d884c5e3d7 48877b11bf374de6ad123be86a1c31e3 6ea5a01607d14c6b8c62b100e5751bbe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1585] 10.0.0.115 () {32 vars in 748 bytes} [Tue Aug 11 12:31:08 2026] DELETE /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags/green => generated 99 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1586] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:31:08 2026] DELETE /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1587] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:31:08 2026] GET /v2.0/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1588] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:31:08 2026] DELETE /v2.0/qos/policies/91bb89c5-60fe-4556-b48d-2c6c499b6f18 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:08.674 7 INFO neutron.db.segments_db [None req-17648396-06cb-4dce-b50c-a8b66eb4ec40 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment be652609-cbfc-41d2-8b87-a3b21d929437 of type vxlan for network 7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2 [pid: 7|app: 0|req: 755/1589] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:31:08 2026] POST /v2.0/networks => generated 725 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1590] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:08 2026] POST /v2.0/subnets => generated 691 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:09.030 7 INFO neutron.db.segments_db [None req-c84d22dc-77db-4218-862d-e60303353d24 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 70778d7d-4afd-4d42-b0bd-2b534a4c269a of type vxlan for network 96335ced-25a9-4ccf-a532-00bf5d9d91bd 2026-08-11 12:31:09.251 7 INFO neutron.db.l3_hamode_db [None req-c84d22dc-77db-4218-862d-e60303353d24 5d7b022100e246d6a16d2c3a77cb092e c61143ee234c4e3dad6bc52539827704 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 836/1591] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:09 2026] GET /v2.0/security-groups?tenant_id=6ea5a01607d14c6b8c62b100e5751bbe&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1592] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:09 2026] DELETE /v2.0/security-groups/e7fe3b75-f01e-4d4c-8709-09976a0d178e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1595] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:09 2026] GET /v2.0/security-groups?tenant_id=eed07e9bc94e431f98f5a01a8626f00f&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:10.110 7 INFO neutron.db.l3_hamode_db [None req-c84d22dc-77db-4218-862d-e60303353d24 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 841/1596] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:31:09 2026] POST /v2.0/security-groups => generated 1624 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1597] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:10 2026] DELETE /v2.0/security-groups/17faa3a6-66dd-4e20-a319-7376b4f455ee => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1598] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:10 2026] GET /v2.0/security-groups => generated 4529 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1599] 10.0.0.115 () {34 vars in 758 bytes} [Tue Aug 11 12:31:10 2026] PUT /v2.0/security-groups/0e82c081-e36a-4270-86aa-b56488f1ff40 => generated 1663 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1600] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:31:10 2026] GET /v2.0/security-groups/0e82c081-e36a-4270-86aa-b56488f1ff40 => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1601] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:10 2026] DELETE /v2.0/security-groups/0e82c081-e36a-4270-86aa-b56488f1ff40 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1602] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:10.635 8 INFO neutron.api.v2.resource [None req-6d928563-7854-4804-b2d6-f1e127b06cc3 1493d026c5b34afdac0988fc6a07c268 399a04b04d404905b396d77198646de3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1603] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:10 2026] DELETE /v2.0/security-groups/0e82c081-e36a-4270-86aa-b56488f1ff40 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1604] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:31:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1605] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:08 2026] POST /v2.0/routers => generated 731 bytes in 2092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1606] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:10 2026] GET /v2.0/security-groups?tenant_id=b60421ae0ed84c89b945d06ffc28ef56&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1607] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1608] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:11 2026] DELETE /v2.0/security-groups/18db857e-b5df-4540-82d6-4d9075b5b388 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1609] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:11 2026] GET /v2.0/security-group-rules/6f4f403a-cd27-4217-9a0a-01fd79a1e5a5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1610] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1611] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:11 2026] DELETE /v2.0/security-group-rules/6f4f403a-cd27-4217-9a0a-01fd79a1e5a5 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1612] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1613] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1614] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:11 2026] GET /v2.0/security-group-rules/04c9b751-7cf1-4342-b6d6-f7a0945a52e7 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1615] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1616] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:11 2026] DELETE /v2.0/security-group-rules/04c9b751-7cf1-4342-b6d6-f7a0945a52e7 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1617] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1618] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1619] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:12 2026] GET /v2.0/security-group-rules/8b6325fe-ce69-4e58-a093-aeb7c5af0cf8 => generated 602 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1620] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:12 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1621] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:12 2026] DELETE /v2.0/security-group-rules/8b6325fe-ce69-4e58-a093-aeb7c5af0cf8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1622] 10.0.0.115 () {32 vars in 673 bytes} [Tue Aug 11 12:31:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1623] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:31:11 2026] PUT /v2.0/routers/99b2129d-2a38-440c-a520-b2cd020704da/add_router_interface => generated 309 bytes in 1417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1624] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:12 2026] DELETE /v2.0/security-groups/a9af7c67-1789-4ec9-b2ab-db3acf014b12 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1625] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1626] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:31:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1627] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:13 2026] GET /v2.0/security-groups?tenant_id=399a04b04d404905b396d77198646de3&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1628] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:31:13 2026] GET /v2.0/networks?id=7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1629] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:13 2026] DELETE /v2.0/security-groups/8a53c047-262a-4cd5-a598-aa56532605ff => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1630] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:31:13 2026] GET /v2.0/quotas/c61143ee234c4e3dad6bc52539827704 => 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: 776/1631] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:31:13 2026] GET /v2.0/ports?tenant_id=c61143ee234c4e3dad6bc52539827704&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1632] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:31:13 2026] GET /v2.0/networks/7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2?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: 777/1633] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:31:13 2026] GET /v2.0/networks/7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1634] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:14 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => 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: 778/1635] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:31:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1636] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:31:14 2026] PUT /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1637] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:14 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1638] 10.0.0.115 () {34 vars in 770 bytes} [Tue Aug 11 12:31:14 2026] PUT /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1639] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:14 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1640] 10.0.0.115 () {34 vars in 766 bytes} [Tue Aug 11 12:31:14 2026] PUT /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1641] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:14 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1642] 10.0.0.115 () {34 vars in 788 bytes} [Tue Aug 11 12:31:14 2026] PUT /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1643] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:14 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 52 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1644] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:31:14 2026] PUT /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 37 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1645] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1646] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:15.220 7 INFO neutron.api.v2.resource [None req-0f309ead-eb53-4863-bbb3-df3df12c310a 57ccec9e7a354a23bd946748b07a8ef4 823bf711ca1e40fab92e9120439b5622 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 784/1647] 10.0.0.115 () {32 vars in 751 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1648] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:31:15 2026] DELETE /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1649] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => 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: 787/1650] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:15.425 7 INFO neutron.api.v2.resource [None req-7127dddf-acaa-48eb-8316-1ec71bf5d0c6 57ccec9e7a354a23bd946748b07a8ef4 823bf711ca1e40fab92e9120439b5622 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1651] 10.0.0.115 () {32 vars in 754 bytes} [Tue Aug 11 12:31:15 2026] DELETE /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1652] 10.0.0.238 () {32 vars in 802 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/extensions => generated 21537 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1653] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:31:15 2026] DELETE /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1654] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c/tags => 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: 866/1655] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:31:15 2026] DELETE /v2.0/subnetpools/6a0349d5-4c2d-4d74-a04f-ab166f62487c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1656] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:31:15 2026] POST /v2.0/subnetpools => generated 548 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1657] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/b1afaf4c-dacd-4c60-8f15-62ec53df440e => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1658] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:31:15 2026] PUT /v2.0/subnetpools/b1afaf4c-dacd-4c60-8f15-62ec53df440e => generated 499 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1659] 10.0.0.238 () {30 vars in 724 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/quotas/da9b935b72284af2b7bd1174226d07a5/details => generated 847 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1660] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:31:15 2026] DELETE /v2.0/subnetpools/b1afaf4c-dacd-4c60-8f15-62ec53df440e => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:15.843 8 INFO neutron.api.v2.resource [None req-3733f5cf-c467-49f5-af77-5fe48746c71b f62c1489c4d545649c2de75ec167f03b e302b3acf3d9408280fa1f394f65523b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1661] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:31:15 2026] GET /v2.0/subnetpools/b1afaf4c-dacd-4c60-8f15-62ec53df440e => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:15.861 7 INFO neutron.api.v2.resource [None req-411b2d26-fbbc-4e42-9c98-5681c98a6921 f62c1489c4d545649c2de75ec167f03b e302b3acf3d9408280fa1f394f65523b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1662] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:31:15 2026] DELETE /v2.0/subnetpools/b1afaf4c-dacd-4c60-8f15-62ec53df440e => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1663] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:16 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => 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: 796/1664] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:16 2026] GET /v2.0/security-groups?tenant_id=823bf711ca1e40fab92e9120439b5622&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1665] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:16 2026] GET /v2.0/security-groups?tenant_id=e302b3acf3d9408280fa1f394f65523b&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1666] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:16 2026] DELETE /v2.0/security-groups/4c8ae3fa-812e-4a12-86ad-f1f0812ba759 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1667] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:16 2026] DELETE /v2.0/security-groups/5da94372-de6e-4fb3-87d3-5037d987a1d2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1668] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:16 2026] GET /v2.0/security-groups?tenant_id=d8b16be27c514c5589dcba2164cf47f4&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1669] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:17 2026] DELETE /v2.0/security-groups/24b5ebdf-a018-45be-a2d2-b674067e2af9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1670] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:17 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1671] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:31:18 2026] GET /v2.0/networks?id=7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1672] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:18 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => 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: 800/1673] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:31:18 2026] POST /v2.0/ports => generated 958 bytes in 329 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: 801/1674] 10.0.0.238 () {32 vars in 802 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1675] 10.0.0.238 () {30 vars in 724 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/quotas/da9b935b72284af2b7bd1174226d07a5/details => generated 847 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1676] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:31:18 2026] PUT /v2.0/ports/74575a01-bacd-495f-81fa-0fff154a414d => generated 1239 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:19.340 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-348024d2-d8f4-4cf1-bec6-d2e154ec66d5'] response: {'name': 'network-changed', 'server_uuid': 'b2b52519-3138-40a1-bd82-0f52d1a49d08', 'tag': '74575a01-bacd-495f-81fa-0fff154a414d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 803/1677] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 973 bytes in 112 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: 875/1678] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&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: 804/1679] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/ports?tenant_id=c61143ee234c4e3dad6bc52539827704&device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1680] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/networks?tenant_id=c61143ee234c4e3dad6bc52539827704&shared=False => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1681] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:31:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1682] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:20 2026] GET /v2.0/security-groups?tenant_id=245dc8d36fbd46dda642468a819bdad0&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:20.872 7 INFO neutron.db.segments_db [None req-cfb9c260-ed71-4a40-aa8f-32eada4de4f4 768f6febe1cb4a23b59fca0a345c49e1 71ffbc47000b4a4d9e0f92395f2c571b - - default default] Added segment dab89fab-14a6-4b48-af6d-1789b432cba2 of type vxlan for network 9f4bac2a-6a5b-4346-ad23-e9548ce98de1 [pid: 8|app: 0|req: 878/1683] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:20 2026] DELETE /v2.0/security-groups/8a9e4413-f82c-4c65-bb5d-1ecd72f7d652 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1684] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:20 2026] POST /v2.0/networks => generated 612 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1685] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:20 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1686] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/ports?tenant_id=c61143ee234c4e3dad6bc52539827704&device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1687] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1688] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=74575a01-bacd-495f-81fa-0fff154a414d => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1689] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets?id=e09fca3a-7279-4c32-9285-cc672e1603e5 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1690] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/ports?network_id=7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1691] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:20 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1692] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/networks/7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2?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: 808/1693] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:31:21 2026] PUT /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1694] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/networks/7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1695] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1696] 10.0.0.115 () {34 vars in 762 bytes} [Tue Aug 11 12:31:21 2026] PUT /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1697] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1698] 10.0.0.115 () {34 vars in 758 bytes} [Tue Aug 11 12:31:21 2026] PUT /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1699] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1700] 10.0.0.115 () {34 vars in 780 bytes} [Tue Aug 11 12:31:21 2026] PUT /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1701] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1702] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:31:21 2026] PUT /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1703] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1704] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:21.999 7 INFO neutron.api.v2.resource [None req-0ab5fcfa-2f4a-4cd0-bbef-8963bd7e1583 768f6febe1cb4a23b59fca0a345c49e1 71ffbc47000b4a4d9e0f92395f2c571b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1705] 10.0.0.115 () {32 vars in 743 bytes} [Tue Aug 11 12:31:21 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1706] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:31:22 2026] DELETE /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1707] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:22 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 30 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:22.194 8 INFO neutron.api.v2.resource [None req-509d3440-f276-4358-9ffa-32904f0747b0 768f6febe1cb4a23b59fca0a345c49e1 71ffbc47000b4a4d9e0f92395f2c571b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1708] 10.0.0.115 () {32 vars in 746 bytes} [Tue Aug 11 12:31:22 2026] DELETE /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1709] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:22 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1710] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:31:22 2026] DELETE /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1711] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:22 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1712] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:31:22 2026] GET /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1713] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:22 2026] DELETE /v2.0/subnets/f2da38c7-771d-468a-8f1e-81932bf1b910 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:31:22.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-73abca98-53f3-4714-b2a0-68e9bbee0f57 768f6febe1cb4a23b59fca0a345c49e1 71ffbc47000b4a4d9e0f92395f2c571b - - default default] TaaS: Handle Delete Port: 49ad993e-c1ad-4b80-be05-4deda1d8494b 2026-08-11 12:31:22.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73abca98-53f3-4714-b2a0-68e9bbee0f57 768f6febe1cb4a23b59fca0a345c49e1 71ffbc47000b4a4d9e0f92395f2c571b - - default default] Tap Mirror: Handle Delete Port: 49ad993e-c1ad-4b80-be05-4deda1d8494b 2026-08-11 12:31:22.881 8 INFO neutron.services.segments.plugin [-] Segment dab89fab-14a6-4b48-af6d-1789b432cba2 resource provider aggregate not found 2026-08-11 12:31:22.885 8 INFO neutron.services.segments.plugin [-] Segment dab89fab-14a6-4b48-af6d-1789b432cba2 resource provider aggregate not found 2026-08-11 12:31:22.908 8 INFO neutron.services.segments.plugin [-] Segment dab89fab-14a6-4b48-af6d-1789b432cba2 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 dab89fab-14a6-4b48-af6d-1789b432cba2 found for delete ", "request_id": "req-3a5ce456-8900-4393-afc1-40783f6613ba"}]} 2026-08-11 12:31:22.909 8 INFO neutron.services.segments.plugin [-] Segment dab89fab-14a6-4b48-af6d-1789b432cba2 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 dab89fab-14a6-4b48-af6d-1789b432cba2 found for delete ", "request_id": "req-d90ff423-a545-4b79-95a7-3fa5e70693d4"}]} [pid: 8|app: 0|req: 896/1714] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:22 2026] DELETE /v2.0/networks/9f4bac2a-6a5b-4346-ad23-e9548ce98de1 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1715] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:22 2026] GET /v2.0/security-groups?tenant_id=da9b935b72284af2b7bd1174226d07a5&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1716] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:22 2026] DELETE /v2.0/security-groups/25594563-19f1-4f09-8cfd-712b0dd6790f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:23.111 8 INFO neutron.db.segments_db [None req-5fb82355-ef84-4091-9453-3176394594f2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 056ff8f1-0758-4755-9092-b91357427a9f of type vxlan for network a6543c9c-d750-40fb-8601-a61e9bfde192 [pid: 8|app: 0|req: 897/1717] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:31:22 2026] POST /v2.0/networks => generated 721 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1718] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:23 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1719] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:23 2026] POST /v2.0/subnets => generated 687 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1720] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:23 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:23.501 7 INFO neutron.db.segments_db [None req-56ee8070-b052-405c-8aa9-562e8470b258 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 8511b991-9334-4266-ab8b-d09fb6cb8b8c of type vxlan for network fd284b49-be0c-4f24-b517-d36c3f3861d3 [pid: 8|app: 0|req: 900/1721] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:23 2026] GET /v2.0/security-groups?tenant_id=71ffbc47000b4a4d9e0f92395f2c571b&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1722] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:23 2026] DELETE /v2.0/security-groups/46583dae-76d8-4e09-88bb-11514a3c3b78 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:31:23.763 7 INFO neutron.db.l3_hamode_db [None req-56ee8070-b052-405c-8aa9-562e8470b258 5d7b022100e246d6a16d2c3a77cb092e 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 902/1723] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:23 2026] GET /v2.0/security-groups?tenant_id=37cb73ae2f674db5a6978e08ce856f14&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1724] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:24 2026] DELETE /v2.0/security-groups/b9dae2e0-aa9a-421f-8550-c5e547a7ec39 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1727] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:24 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1728] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:24 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:25.012 7 INFO neutron.db.l3_hamode_db [None req-56ee8070-b052-405c-8aa9-562e8470b258 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 908/1729] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:25 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1730] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:25 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&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: 822/1731] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:23 2026] POST /v2.0/routers => generated 727 bytes in 2637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:26.699 7 INFO neutron.db.segments_db [None req-fa9da10a-6c70-450a-aeb6-be5c9defa303 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Added segment 1209ba98-97ff-4a47-b5b3-c596950316a9 of type vxlan for network 34038f7c-211f-455e-8b4c-c9862b198a4e [pid: 7|app: 0|req: 823/1732] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:31:26 2026] POST /v2.0/networks => generated 613 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:26.846 7 INFO neutron.db.segments_db [None req-089ee76a-66c5-48bf-b354-350a1929d83d 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Added segment 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 of type vxlan for network 098d2081-3d13-415d-98ad-f3baa189c7d3 2026-08-11 12:31:27.074 7 INFO neutron.db.l3_hamode_db [None req-089ee76a-66c5-48bf-b354-350a1929d83d 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 910/1733] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:31:26 2026] PUT /v2.0/routers/8db85c1a-cbfd-4c3d-b25b-85a3693265a6/add_router_interface => generated 309 bytes in 1397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1734] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:27 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1735] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:27 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:27.898 7 INFO neutron.db.l3_hamode_db [None req-089ee76a-66c5-48bf-b354-350a1929d83d 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 913/1736] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:27 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1737] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:28 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:28.868 8 INFO neutron.db.segments_db [None req-aad65efc-2c34-45ab-8567-05e6f0dd7dd5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 4423fed5-8d28-465d-b31f-e892d207c361 of type vxlan for network 3eee1860-4435-4965-8144-dbd51be7e9b9 [pid: 7|app: 0|req: 824/1738] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:26 2026] POST /v2.0/routers => generated 694 bytes in 2121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1739] 10.0.0.115 () {34 vars in 671 bytes} [Tue Aug 11 12:31:28 2026] POST /v2.0/networks => generated 722 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1740] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:28 2026] POST /v2.0/subnets => generated 688 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1741] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:29 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:29.244 8 INFO neutron.db.segments_db [None req-87a44a87-0be4-48da-9d5e-161027921d41 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Added segment 05ac390b-fb27-4bcc-9049-c970a48cf0e3 of type vxlan for network 0c198ab6-23ef-4f71-ad29-f2f317a79484 [pid: 7|app: 0|req: 825/1742] 10.0.0.115 () {32 vars in 776 bytes} [Tue Aug 11 12:31:28 2026] GET /v2.0/subnets?project_id=f17c7e61a6ed4446ab81d36719996de7&cidr=10.100.0.0%2F28 => generated 14 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1743] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:29 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&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: 7|app: 0|req: 827/1744] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:31:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1745] 10.0.0.115 () {32 vars in 784 bytes} [Tue Aug 11 12:31:29 2026] GET /v2.0/subnets?network_id=30eb4a2c-06fe-4f8e-847f-52816239821e&cidr=10.100.0.0%2F28 => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:29.470 8 INFO neutron.db.l3_hamode_db [None req-87a44a87-0be4-48da-9d5e-161027921d41 5d7b022100e246d6a16d2c3a77cb092e e8936ba511c8425fb4effccbf42353c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 829/1746] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:29 2026] POST /v2.0/subnets => generated 656 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:30.205 8 INFO neutron.db.l3_hamode_db [None req-87a44a87-0be4-48da-9d5e-161027921d41 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 830/1747] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:31:29 2026] PUT /v2.0/routers/7192d785-8021-406b-979d-626a67bd1046/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1748] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:29 2026] POST /v2.0/routers => generated 728 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1749] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:31 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1750] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:31:31 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1751] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:31:31 2026] GET /v2.0/networks => generated 7960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1752] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:31 2026] GET /v2.0/security-groups?id=49d34f59-cca4-49ac-ba50-c29281fb3e90&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:31.369 7 INFO neutron_taas.services.taas.taas_plugin [req-ca8e5c0c-ee59-4837-b5fd-b2490a47a40d req-cf129ef7-b4a3-432f-b8ac-a7ec2b03094e 61912994b3ae48f690e90de2368ac16b c61143ee234c4e3dad6bc52539827704 - - default default] TaaS: Handle Delete Port: 74575a01-bacd-495f-81fa-0fff154a414d 2026-08-11 12:31:31.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca8e5c0c-ee59-4837-b5fd-b2490a47a40d req-cf129ef7-b4a3-432f-b8ac-a7ec2b03094e 61912994b3ae48f690e90de2368ac16b c61143ee234c4e3dad6bc52539827704 - - default default] Tap Mirror: Handle Delete Port: 74575a01-bacd-495f-81fa-0fff154a414d [pid: 7|app: 0|req: 834/1753] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:31:31 2026] DELETE /v2.0/ports/74575a01-bacd-495f-81fa-0fff154a414d => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:31:31.572 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-970d601a-60ac-42d0-b528-f676e6c964b5'] response: {'server_uuid': 'b2b52519-3138-40a1-bd82-0f52d1a49d08', 'name': 'network-vif-deleted', 'tag': '74575a01-bacd-495f-81fa-0fff154a414d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 835/1754] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:31:31 2026] GET /v2.0/subnets => generated 6496 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1755] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:31:31 2026] GET /v2.0/routers => generated 2911 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1756] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:31:31 2026] POST /v2.0/security-groups => generated 1673 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1757] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1758] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1759] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1760] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:32 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => 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: 920/1761] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:31:31 2026] PUT /v2.0/routers/c5143b37-031a-4aa2-884e-669a0a99790d/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1762] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:32.542 8 INFO neutron.db.securitygroups_db [None req-764f96dd-822e-4e17-960d-c89036cfb1de 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Project f17c7e61a6ed4446ab81d36719996de7 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: 921/1763] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:32.746 7 INFO neutron.db.securitygroups_db [None req-28da93b8-23bf-452d-a4cc-93e6a5964eb4 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Project f17c7e61a6ed4446ab81d36719996de7 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: 843/1764] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1765] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-groups => generated 1671 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1766] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/networks => generated 1297 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1767] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1768] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => 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: 925/1769] 10.0.0.235 () {34 vars in 1098 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-949443690&fields=id&tenant_id=f17c7e61a6ed4446ab81d36719996de7 => 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: 845/1770] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1771] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1772] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/quotas/f17c7e61a6ed4446ab81d36719996de7 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1773] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1774] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1775] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 930/1776] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1777] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:33.812 8 INFO neutron.db.securitygroups_db [None req-a65865c5-9021-4412-a32f-e97f9ad11dc8 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Project 5b94b9d1664a4901b3d5bfa325ca5f3d 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: 931/1778] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1779] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:33 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:33.980 8 INFO neutron.db.securitygroups_db [None req-0f97c8fc-6b4b-4bae-969d-d860a5c131b3 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Project 5b94b9d1664a4901b3d5bfa325ca5f3d 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: 932/1780] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1781] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:34 2026] GET /v2.0/ports?device_id=b2b52519-3138-40a1-bd82-0f52d1a49d08 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1782] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:31:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1783] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1784] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:31:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1785] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:35 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1786] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:31:34 2026] POST /v2.0/floatingips => generated 552 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1787] 10.0.0.235 () {34 vars in 1096 bytes} [Tue Aug 11 12:31:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-70652695&fields=id&tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1788] 10.0.0.235 () {34 vars in 1098 bytes} [Tue Aug 11 12:31:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--414670855&fields=id&tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1789] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:31:35 2026] GET /v2.0/networks?id=a6543c9c-d750-40fb-8601-a61e9bfde192 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1790] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:31:35 2026] GET /v2.0/quotas/5b94b9d1664a4901b3d5bfa325ca5f3d => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1791] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:31:35 2026] GET /v2.0/ports?tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1792] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:31:36 2026] GET /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:36.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-1486a4a8-03fd-42e9-a14f-70ee37cd18f5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: a08440dc-f063-4440-9f98-08c0513e232e 2026-08-11 12:31:36.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1486a4a8-03fd-42e9-a14f-70ee37cd18f5 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: a08440dc-f063-4440-9f98-08c0513e232e [pid: 7|app: 0|req: 858/1793] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:31:36 2026] GET /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192?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) [pid: 7|app: 0|req: 859/1794] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:36 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1795] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:36 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => 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: 936/1796] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:31:35 2026] PUT /v2.0/routers/99b2129d-2a38-440c-a520-b2cd020704da/remove_router_interface => generated 309 bytes in 1088 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:36.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f4bc6c6-0be8-4aa2-b838-94ec130d48d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 2b2c895a-a825-4c80-a98c-76cec186bd83 2026-08-11 12:31:36.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f4bc6c6-0be8-4aa2-b838-94ec130d48d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 2b2c895a-a825-4c80-a98c-76cec186bd83 2026-08-11 12:31:37.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f4bc6c6-0be8-4aa2-b838-94ec130d48d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: e79209d7-bd77-41ed-9976-6527be605a59 [pid: 8|app: 0|req: 937/1797] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:37 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:37.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f4bc6c6-0be8-4aa2-b838-94ec130d48d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: e79209d7-bd77-41ed-9976-6527be605a59 [pid: 8|app: 0|req: 938/1798] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:37 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:37.681 7 INFO neutron.services.segments.plugin [-] Segment 70778d7d-4afd-4d42-b0bd-2b534a4c269a resource provider aggregate not found 2026-08-11 12:31:37.688 7 INFO neutron.services.segments.plugin [-] Segment 70778d7d-4afd-4d42-b0bd-2b534a4c269a resource provider aggregate not found 2026-08-11 12:31:37.708 7 INFO neutron.services.segments.plugin [-] Segment 70778d7d-4afd-4d42-b0bd-2b534a4c269a 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 70778d7d-4afd-4d42-b0bd-2b534a4c269a found for delete ", "request_id": "req-c393b72a-0f10-492d-a6a1-d5cb027baf02"}]} 2026-08-11 12:31:37.711 7 INFO neutron.services.segments.plugin [-] Segment 70778d7d-4afd-4d42-b0bd-2b534a4c269a 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 70778d7d-4afd-4d42-b0bd-2b534a4c269a found for delete ", "request_id": "req-17b7370b-9292-4598-82b8-84028ab83681"}]} 2026-08-11 12:31:37.723 7 INFO neutron.db.l3_hamode_db [None req-2f4bc6c6-0be8-4aa2-b838-94ec130d48d2 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 96335ced-25a9-4ccf-a532-00bf5d9d91bd was deleted as no HA routers are present in tenant c61143ee234c4e3dad6bc52539827704. [pid: 7|app: 0|req: 861/1799] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:36 2026] DELETE /v2.0/routers/99b2129d-2a38-440c-a520-b2cd020704da => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1800] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:37 2026] DELETE /v2.0/subnets/e09fca3a-7279-4c32-9285-cc672e1603e5 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:31:38.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-d39cae8a-d470-4472-8634-dc59dd589ccc 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 4210e986-b4ef-4c5f-a1d8-58713bc40c9e 2026-08-11 12:31:38.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d39cae8a-d470-4472-8634-dc59dd589ccc 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 4210e986-b4ef-4c5f-a1d8-58713bc40c9e [pid: 7|app: 0|req: 862/1801] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:37 2026] DELETE /v2.0/networks/7f5ce0a0-da7c-4a0c-8ef3-e2cb15e588c2 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1802] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:38 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1803] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:38 2026] GET /v2.0/security-groups?tenant_id=c61143ee234c4e3dad6bc52539827704&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1804] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:31:38 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1805] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:31:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f17c7e61a6ed4446ab81d36719996de7 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1806] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:38 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => 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: 941/1807] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:38 2026] DELETE /v2.0/security-groups/49d34f59-cca4-49ac-ba50-c29281fb3e90 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1808] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:31:38 2026] POST /v2.0/ports => generated 954 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1809] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:31:38 2026] PUT /v2.0/ports/14cc265e-b5f7-4897-bc22-60626d736c58 => generated 1235 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:39.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-163eabeb-8539-4b6c-93ee-8f05bdd1efc9'] response: {'name': 'network-changed', 'server_uuid': 'dafa2977-b9f0-496a-973e-7b1e37b74ca0', 'tag': '14cc265e-b5f7-4897-bc22-60626d736c58', '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: 868/1810] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:39 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 969 bytes in 39 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: 944/1813] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:39 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1814] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:39 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:39.727 7 INFO neutron.services.segments.plugin [-] Segment be652609-cbfc-41d2-8b87-a3b21d929437 resource provider aggregate not found 2026-08-11 12:31:39.733 7 INFO neutron.services.segments.plugin [-] Segment be652609-cbfc-41d2-8b87-a3b21d929437 resource provider aggregate not found 2026-08-11 12:31:39.739 7 INFO neutron.services.segments.plugin [-] Segment be652609-cbfc-41d2-8b87-a3b21d929437 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 be652609-cbfc-41d2-8b87-a3b21d929437 found for delete ", "request_id": "req-c50ec3aa-84b9-402a-95ea-6ee8b849b785"}]} 2026-08-11 12:31:39.745 7 INFO neutron.services.segments.plugin [-] Segment be652609-cbfc-41d2-8b87-a3b21d929437 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 be652609-cbfc-41d2-8b87-a3b21d929437 found for delete ", "request_id": "req-3449489e-0852-4668-a6d9-95850ad06f14"}]} [pid: 8|app: 0|req: 945/1815] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:39 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1816] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:31:39 2026] GET /v2.0/networks?tenant_id=f17c7e61a6ed4446ab81d36719996de7&shared=False => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1817] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:31:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1818] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:31:40 2026] GET /v2.0/networks?id=a6543c9c-d750-40fb-8601-a61e9bfde192 => generated 672 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1819] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:31:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d => generated 271 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:40.842 7 INFO neutron.db.segments_db [None req-c0e836d3-9f34-4153-8b8c-3f223f4e1713 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Added segment 7c89b42f-5681-47ea-a6d1-ec027be99fac of type vxlan for network 570e7deb-2f2f-47ce-adbe-371a903b29ff 2026-08-11 12:31:40.894 7 INFO neutron.db.segments_db [None req-c0e836d3-9f34-4153-8b8c-3f223f4e1713 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Added segment 18de36c1-c0a9-4bed-a88a-bab891e44f2f of type vxlan for network 4d653e4f-b912-4867-bb73-ccea17a6c1b3 [pid: 7|app: 0|req: 872/1820] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:40 2026] POST /v2.0/networks => generated 1205 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1821] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1822] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:31:40 2026] POST /v2.0/ports => generated 993 bytes in 453 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: 874/1823] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 996 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1824] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&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: 950/1825] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/networks => generated 1842 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1826] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1827] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:41.453 8 INFO neutron.services.segments.plugin [-] Segment 7c89b42f-5681-47ea-a6d1-ec027be99fac resource provider aggregate not found 2026-08-11 12:31:41.456 8 INFO neutron.services.segments.plugin [-] Segment 7c89b42f-5681-47ea-a6d1-ec027be99fac resource provider aggregate not found 2026-08-11 12:31:41.480 8 INFO neutron.services.segments.plugin [-] Segment 7c89b42f-5681-47ea-a6d1-ec027be99fac 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 7c89b42f-5681-47ea-a6d1-ec027be99fac found for delete ", "request_id": "req-69518e42-12d8-435f-b0b2-78e7fbf799ec"}]} 2026-08-11 12:31:41.481 8 INFO neutron.services.segments.plugin [-] Segment 7c89b42f-5681-47ea-a6d1-ec027be99fac 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 7c89b42f-5681-47ea-a6d1-ec027be99fac found for delete ", "request_id": "req-df05f132-65dd-4fcf-a24e-a5010ea9212a"}]} [pid: 8|app: 0|req: 953/1828] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:41 2026] DELETE /v2.0/networks/570e7deb-2f2f-47ce-adbe-371a903b29ff => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1829] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=14cc265e-b5f7-4897-bc22-60626d736c58 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1830] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:31:41 2026] PUT /v2.0/ports/d142c5d3-465f-4418-80d4-5b0817ed60e6 => generated 1274 bytes in 403 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: 877/1831] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/subnets?id=32b143d2-472d-480c-a040-1dbf24b81660 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:41.615 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb8050cf-1b59-4337-974c-e6e9ce6df729'] response: {'name': 'network-changed', 'server_uuid': '973a539b-41d2-4d28-a33a-1ec6b900c65e', 'tag': 'd142c5d3-465f-4418-80d4-5b0817ed60e6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 878/1832] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/ports?network_id=34038f7c-211f-455e-8b4c-c9862b198a4e&device_owner=network%3Adhcp => 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: 955/1833] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:41 2026] DELETE /v2.0/networks/4d653e4f-b912-4867-bb73-ccea17a6c1b3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1834] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1835] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1836] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:31:41 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:31:41.766 8 INFO neutron.db.segments_db [None req-acb8640b-f311-44c9-904c-6cb54645bfc8 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Added segment 7f261d7d-5614-4696-aed5-198970bacc61 of type vxlan for network 8435863e-8411-424c-a2ca-7f342d33d2c5 [pid: 8|app: 0|req: 957/1837] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:41 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:41.931 7 INFO neutron.db.segments_db [None req-ef9ef8c3-d065-416e-bae3-c9f93e63e580 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Added segment 7b47f160-f21a-4e81-a03d-4021189ab971 of type vxlan for network 9e4bf68f-0d24-45b8-a93a-81ec0625c1c2 [pid: 7|app: 0|req: 881/1838] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:41 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1839] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/ports?tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d&device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1840] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/networks?tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d&shared=False => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1841] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:31:42 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: 7|app: 0|req: 885/1842] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1843] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1844] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1845] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1846] 10.0.0.115 () {34 vars in 665 bytes} [Tue Aug 11 12:31:42 2026] POST /v2.0/ports => generated 1505 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1847] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:31:42 2026] GET /v2.0/ports => generated 1505 bytes in 128 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-08-11 12:31:42.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-7138b6cf-f4ad-48d2-96e0-19af5dcff006 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] TaaS: Handle Delete Port: 81738f6a-55f6-4304-8e0b-24f37f9ee130 2026-08-11 12:31:42.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7138b6cf-f4ad-48d2-96e0-19af5dcff006 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Tap Mirror: Handle Delete Port: 81738f6a-55f6-4304-8e0b-24f37f9ee130 [pid: 8|app: 0|req: 959/1848] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:31:42 2026] DELETE /v2.0/ports/81738f6a-55f6-4304-8e0b-24f37f9ee130 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:31:43.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-3702c264-2c46-4136-b13b-77aa82b15eed 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] TaaS: Handle Delete Port: 24fd954e-9d1c-4b4a-8fbe-489c0028c316 2026-08-11 12:31:43.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3702c264-2c46-4136-b13b-77aa82b15eed 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Tap Mirror: Handle Delete Port: 24fd954e-9d1c-4b4a-8fbe-489c0028c316 [pid: 7|app: 0|req: 890/1849] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:31:43 2026] DELETE /v2.0/ports/24fd954e-9d1c-4b4a-8fbe-489c0028c316 => 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: 960/1850] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/ports => 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: 961/1851] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/ports?tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d&device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:43.368 7 INFO neutron.db.segments_db [None req-093390f0-ddfd-4dcb-b24b-97364e279f9c 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Added segment 795c2afb-0172-4346-8639-beeff39575d0 of type vxlan for network 850a2937-679f-47b9-918a-fd6839506668 [pid: 8|app: 0|req: 962/1852] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d142c5d3-465f-4418-80d4-5b0817ed60e6 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1853] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/subnets?id=9833e7c3-9640-4c75-9244-c353ae8a28bc => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1854] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/ports?network_id=a6543c9c-d750-40fb-8601-a61e9bfde192&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: 891/1855] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:43 2026] POST /v2.0/networks => generated 630 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:43.502 8 INFO neutron.services.segments.plugin [-] Segment 18de36c1-c0a9-4bed-a88a-bab891e44f2f resource provider aggregate not found 2026-08-11 12:31:43.516 8 INFO neutron.services.segments.plugin [-] Segment 18de36c1-c0a9-4bed-a88a-bab891e44f2f resource provider aggregate not found 2026-08-11 12:31:43.523 8 INFO neutron.services.segments.plugin [-] Segment 18de36c1-c0a9-4bed-a88a-bab891e44f2f 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 18de36c1-c0a9-4bed-a88a-bab891e44f2f found for delete ", "request_id": "req-fe5ade88-d32b-425e-948a-e8f9cc548137"}]} 2026-08-11 12:31:43.538 8 INFO neutron.services.segments.plugin [-] Segment 18de36c1-c0a9-4bed-a88a-bab891e44f2f 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 18de36c1-c0a9-4bed-a88a-bab891e44f2f found for delete ", "request_id": "req-49f5ff00-089c-4257-b30a-249c374bda05"}]} 2026-08-11 12:31:43.543 7 INFO neutron.db.segments_db [None req-6d9b836e-72e2-4c2c-8f13-f405f3752413 56259409b46643c692023a2d43646714 2424c073cea34a9e941b53009cf55fdd - - default default] Added segment dff042d7-9a0c-458a-81bf-d6c7cb7bb96b of type vxlan for network 4650ab54-5bc4-4c3c-a057-c928080c53af [pid: 8|app: 0|req: 965/1856] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1857] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192?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: 892/1858] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:43 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1859] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192?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: 967/1860] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1861] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1862] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:43 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1863] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:43 2026] POST /v2.0/subnets => generated 1273 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1864] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:31:44 2026] GET /v2.0/subnets => generated 1909 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1865] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:44 2026] DELETE /v2.0/subnets/31561d6a-7558-4b33-a137-f54c0c762589 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1866] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:44 2026] DELETE /v2.0/subnets/2f05c37d-db8f-4736-9fb0-bc0b747c2285 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1867] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:31:44 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1868] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:44 2026] DELETE /v2.0/networks/4650ab54-5bc4-4c3c-a057-c928080c53af => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1869] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:44 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1870] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:44 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:44.869 7 INFO neutron.services.segments.plugin [-] Segment 795c2afb-0172-4346-8639-beeff39575d0 resource provider aggregate not found 2026-08-11 12:31:44.876 7 INFO neutron.services.segments.plugin [-] Segment 795c2afb-0172-4346-8639-beeff39575d0 resource provider aggregate not found 2026-08-11 12:31:44.893 7 INFO neutron.services.segments.plugin [-] Segment 795c2afb-0172-4346-8639-beeff39575d0 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 795c2afb-0172-4346-8639-beeff39575d0 found for delete ", "request_id": "req-b2f8e40b-303f-414d-884a-022ce7db8e2a"}]} 2026-08-11 12:31:44.898 7 INFO neutron.services.segments.plugin [-] Segment 795c2afb-0172-4346-8639-beeff39575d0 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 795c2afb-0172-4346-8639-beeff39575d0 found for delete ", "request_id": "req-70ef052c-eb7a-4064-8a8e-3c0a1d0f6c14"}]} [pid: 7|app: 0|req: 897/1871] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:44 2026] DELETE /v2.0/networks/850a2937-679f-47b9-918a-fd6839506668 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1872] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:44 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1873] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:44 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1874] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:44 2026] DELETE /v2.0/networks/9e4bf68f-0d24-45b8-a93a-81ec0625c1c2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1875] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:45 2026] DELETE /v2.0/networks/8435863e-8411-424c-a2ca-7f342d33d2c5 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:31:45.561 8 INFO neutron.services.segments.plugin [-] Segment dff042d7-9a0c-458a-81bf-d6c7cb7bb96b resource provider aggregate not found 2026-08-11 12:31:45.568 8 INFO neutron.services.segments.plugin [-] Segment dff042d7-9a0c-458a-81bf-d6c7cb7bb96b resource provider aggregate not found 2026-08-11 12:31:45.592 8 INFO neutron.services.segments.plugin [-] Segment dff042d7-9a0c-458a-81bf-d6c7cb7bb96b 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 dff042d7-9a0c-458a-81bf-d6c7cb7bb96b found for delete ", "request_id": "req-7da52fdc-8c6a-44d0-b9b6-fe5400dba325"}]} 2026-08-11 12:31:45.597 8 INFO neutron.services.segments.plugin [-] Segment dff042d7-9a0c-458a-81bf-d6c7cb7bb96b 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 dff042d7-9a0c-458a-81bf-d6c7cb7bb96b found for delete ", "request_id": "req-b62d5b3c-d1d9-4e1b-9dad-6eb71ca52fd2"}]} 2026-08-11 12:31:45.622 8 INFO neutron.services.segments.plugin [-] Segment 7f261d7d-5614-4696-aed5-198970bacc61 resource provider aggregate not found 2026-08-11 12:31:45.627 8 INFO neutron.services.segments.plugin [-] Segment 7f261d7d-5614-4696-aed5-198970bacc61 resource provider aggregate not found 2026-08-11 12:31:45.640 8 INFO neutron.services.segments.plugin [-] Segment 7f261d7d-5614-4696-aed5-198970bacc61 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 7f261d7d-5614-4696-aed5-198970bacc61 found for delete ", "request_id": "req-bb301959-9f00-423e-8cb4-00d3b013941e"}]} 2026-08-11 12:31:45.653 8 INFO neutron.services.segments.plugin [-] Segment 7f261d7d-5614-4696-aed5-198970bacc61 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 7f261d7d-5614-4696-aed5-198970bacc61 found for delete ", "request_id": "req-3c9a99d6-0352-4a2d-8e1d-33282b7f1eff"}]} [pid: 7|app: 0|req: 899/1876] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:45 2026] GET /v2.0/security-groups?tenant_id=2424c073cea34a9e941b53009cf55fdd&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1877] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:45 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 979/1878] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:45 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1879] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:46 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1880] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:45 2026] DELETE /v2.0/security-groups/78a26bad-b1de-4bbf-9ccc-5c6e856c4002 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1881] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:46 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1882] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:31:46 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:46.916 7 INFO neutron.services.segments.plugin [-] Segment 7b47f160-f21a-4e81-a03d-4021189ab971 resource provider aggregate not found [pid: 8|app: 0|req: 982/1883] 199.19.213.65 () {34 vars in 1123 bytes} [Tue Aug 11 12:31:46 2026] GET /v2.0/security-groups?id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&id=de0ea0a7-6c92-4224-996e-006ab102676b&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:46.920 7 INFO neutron.services.segments.plugin [-] Segment 7b47f160-f21a-4e81-a03d-4021189ab971 resource provider aggregate not found 2026-08-11 12:31:46.936 7 INFO neutron.services.segments.plugin [-] Segment 7b47f160-f21a-4e81-a03d-4021189ab971 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 7b47f160-f21a-4e81-a03d-4021189ab971 found for delete ", "request_id": "req-03b10387-6cbf-4605-b907-e8c61f6fb1c4"}]} 2026-08-11 12:31:46.957 7 INFO neutron.services.segments.plugin [-] Segment 7b47f160-f21a-4e81-a03d-4021189ab971 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 7b47f160-f21a-4e81-a03d-4021189ab971 found for delete ", "request_id": "req-e6fbd5fe-3536-42f6-b8de-b0c51c7e2f5a"}]} [pid: 7|app: 0|req: 902/1884] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1885] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1886] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1008 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1887] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1888] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 905/1889] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1890] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:31:47 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:48.300 8 INFO neutron.db.segments_db [None req-0f78e51e-0479-496f-8466-0ba7d8e28b77 943c66d3d0b04f46bbe02179aad2f023 868311b0ad464859961cef27e7c40d7e - - default default] Added segment 0e752be1-8609-4e57-8f39-84331eca2467 of type vxlan for network d3bc8bc5-1529-4d6c-b418-26355739f892 2026-08-11 12:31:48.314 7 INFO neutron.db.l3_db [None req-08dd82ce-b8dc-4c1c-a30d-88de46e15f74 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Floating IP 6ebf4e11-3676-4b57-bef9-4e0e460e4655 associated. External IP: 10.96.250.208, port: 14cc265e-b5f7-4897-bc22-60626d736c58. [pid: 8|app: 0|req: 986/1891] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:47 2026] POST /v2.0/networks => generated 628 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1892] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:48 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1893] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:48 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1894] 10.0.0.115 () {34 vars in 677 bytes} [Tue Aug 11 12:31:47 2026] POST /v2.0/floatingips => generated 855 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:31:48.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5b8cc93-ea24-48f1-a3f1-aa5258adfb9b'] response: {'name': 'network-changed', 'server_uuid': 'dafa2977-b9f0-496a-973e-7b1e37b74ca0', 'tag': '14cc265e-b5f7-4897-bc22-60626d736c58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 989/1895] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:31:48 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 855 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1896] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:48 2026] POST /v2.0/subnets => generated 673 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1897] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:31:49.287 8 INFO neutron.db.segments_db [None req-b54de035-4d4e-4b03-813b-3765fe7878b6 943c66d3d0b04f46bbe02179aad2f023 868311b0ad464859961cef27e7c40d7e - - default default] Added segment a4c693fc-39da-4398-9888-564801de5705 of type vxlan for network 86ca58d3-84a9-42b6-a4b5-df62734864c1 [pid: 7|app: 0|req: 909/1898] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1899] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=14cc265e-b5f7-4897-bc22-60626d736c58 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1900] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/subnets?id=32b143d2-472d-480c-a040-1dbf24b81660 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1901] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:31:49 2026] POST /v2.0/networks => generated 629 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1902] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/ports?network_id=34038f7c-211f-455e-8b4c-c9862b198a4e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1903] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1904] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 991/1905] 10.0.0.115 () {34 vars in 743 bytes} [Tue Aug 11 12:31:49 2026] PUT /v2.0/networks/86ca58d3-84a9-42b6-a4b5-df62734864c1 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1906] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1907] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1908] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1909] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:31:49 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1910] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:31:49 2026] POST /v2.0/subnets => generated 646 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1911] 10.0.0.115 () {34 vars in 741 bytes} [Tue Aug 11 12:31:49 2026] PUT /v2.0/subnets/db5a3781-b64e-4c4f-8ff5-4ee9f059cb23 => generated 656 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:50.163 8 INFO neutron.db.l3_db [None req-79166ce0-6a80-4930-8a10-60f303601b53 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Floating IP 03596b43-fcd1-4b82-a600-87f26b4592fe associated. External IP: 10.96.250.206, port: d142c5d3-465f-4418-80d4-5b0817ed60e6. 2026-08-11 12:31:50.188 7 INFO neutron.services.segments.plugin [-] Segment a4c693fc-39da-4398-9888-564801de5705 resource provider aggregate not found 2026-08-11 12:31:50.193 7 INFO neutron.services.segments.plugin [-] Segment a4c693fc-39da-4398-9888-564801de5705 resource provider aggregate not found 2026-08-11 12:31:50.210 7 INFO neutron.services.segments.plugin [-] Segment a4c693fc-39da-4398-9888-564801de5705 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 a4c693fc-39da-4398-9888-564801de5705 found for delete ", "request_id": "req-247d49bc-3558-47f3-84de-fe153aa03901"}]} 2026-08-11 12:31:50.214 7 INFO neutron.services.segments.plugin [-] Segment a4c693fc-39da-4398-9888-564801de5705 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 a4c693fc-39da-4398-9888-564801de5705 found for delete ", "request_id": "req-1e464431-5518-4c83-be8d-4efdeb81c010"}]} [pid: 7|app: 0|req: 917/1912] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:49 2026] DELETE /v2.0/networks/86ca58d3-84a9-42b6-a4b5-df62734864c1 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:31:50.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a67a42f-8c0c-4859-a7a2-7316e79e3a06 943c66d3d0b04f46bbe02179aad2f023 868311b0ad464859961cef27e7c40d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 918/1913] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:50 2026] DELETE /v2.0/networks/86ca58d3-84a9-42b6-a4b5-df62734864c1 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1914] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1915] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/subnets?network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1916] 10.0.0.115 () {32 vars in 653 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1917] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/networks => generated 1312 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1918] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/subnets => generated 1312 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1919] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/networks/d3bc8bc5-1529-4d6c-b418-26355739f892 => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1920] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/subnets/07e76a87-e383-49e6-852f-c3688d802f02 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1921] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:31:49 2026] PUT /v2.0/floatingips/03596b43-fcd1-4b82-a600-87f26b4592fe => generated 855 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:50.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-397af4c9-7253-4d0e-886e-888aa63ef5c4 943c66d3d0b04f46bbe02179aad2f023 868311b0ad464859961cef27e7c40d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1922] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:50 2026] DELETE /v2.0/subnets/db5a3781-b64e-4c4f-8ff5-4ee9f059cb23 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:50.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5cfd2a4-876a-42bf-ac86-d97b44995412 943c66d3d0b04f46bbe02179aad2f023 868311b0ad464859961cef27e7c40d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 997/1923] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:50 2026] DELETE /v2.0/networks/86ca58d3-84a9-42b6-a4b5-df62734864c1 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:31:50.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fa72bec-88e3-4735-9940-06db25355fa3'] response: {'name': 'network-changed', 'server_uuid': '973a539b-41d2-4d28-a33a-1ec6b900c65e', 'tag': 'd142c5d3-465f-4418-80d4-5b0817ed60e6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 927/1924] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:31:50 2026] DELETE /v2.0/subnets/07e76a87-e383-49e6-852f-c3688d802f02 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1925] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:31:50 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:31:50.873 8 INFO neutron.services.segments.plugin [-] Segment 0e752be1-8609-4e57-8f39-84331eca2467 resource provider aggregate not found 2026-08-11 12:31:50.880 8 INFO neutron.services.segments.plugin [-] Segment 0e752be1-8609-4e57-8f39-84331eca2467 resource provider aggregate not found 2026-08-11 12:31:50.896 8 INFO neutron.services.segments.plugin [-] Segment 0e752be1-8609-4e57-8f39-84331eca2467 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 0e752be1-8609-4e57-8f39-84331eca2467 found for delete ", "request_id": "req-46bf4ac1-16d1-4fe6-aca7-cd85ee22ea63"}]} 2026-08-11 12:31:50.899 8 INFO neutron.services.segments.plugin [-] Segment 0e752be1-8609-4e57-8f39-84331eca2467 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 0e752be1-8609-4e57-8f39-84331eca2467 found for delete ", "request_id": "req-9bc5f575-3e3b-4328-9b7f-710676f3339b"}]} [pid: 8|app: 0|req: 998/1926] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:31:50 2026] DELETE /v2.0/networks/d3bc8bc5-1529-4d6c-b418-26355739f892 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1927] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/ports?tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d&device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1928] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/networks?id=a6543c9c-d750-40fb-8601-a61e9bfde192 => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1929] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d142c5d3-465f-4418-80d4-5b0817ed60e6 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1930] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/subnets?id=9833e7c3-9640-4c75-9244-c353ae8a28bc => generated 690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1931] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/ports?network_id=a6543c9c-d750-40fb-8601-a61e9bfde192&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1932] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1933] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1934] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:51 2026] GET /v2.0/security-groups?tenant_id=868311b0ad464859961cef27e7c40d7e&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1935] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:51 2026] DELETE /v2.0/security-groups/cd4a604c-9e5c-4769-acd0-58604bc16f6e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1938] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:56 2026] GET /v2.0/security-groups?tenant_id=01379c20e0734cdaa2bcddf21bb714ce&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1939] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:56 2026] DELETE /v2.0/security-groups/327785de-d2c4-45a6-9dd5-353482c971c7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1940] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:31:56 2026] GET /v2.0/security-groups?tenant_id=6b90aa0482364fcb86510b39b0fabf75&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1941] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:31:56 2026] DELETE /v2.0/security-groups/beff4fba-22ab-4b0c-9e5b-3df1dfbe6119 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1942] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:31:58 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1943] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:31:58 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1944] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:00 2026] GET /v2.0/security-groups?tenant_id=1235cbddf785451c886c70b636f20d26&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1945] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:00 2026] DELETE /v2.0/security-groups/bc0fc111-16b4-49d0-ad0c-1289b05185ec => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1946] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:02 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1947] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:32:02 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1948] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:32:02 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1279 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1949] 10.0.0.115 () {32 vars in 858 bytes} [Tue Aug 11 12:32:02 2026] GET /v2.0/floatingips?floating_network_id=30eb4a2c-06fe-4f8e-847f-52816239821e&port_id=d142c5d3-465f-4418-80d4-5b0817ed60e6 => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1950] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:32:03 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1951] 10.0.0.169 () {34 vars in 1120 bytes} [Tue Aug 11 12:32:03 2026] GET /v2.0/security-groups?id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&id=de0ea0a7-6c92-4224-996e-006ab102676b&fields=id&fields=name => generated 204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1952] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:06 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1953] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:32:06 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1954] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:07 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1955] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:32:07 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1956] 10.0.0.115 () {32 vars in 826 bytes} [Tue Aug 11 12:32:07 2026] GET /v2.0/ports?project_id=f17c7e61a6ed4446ab81d36719996de7&network_id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 3691 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1957] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:32:08 2026] GET /v2.0/subnets?network_id=30eb4a2c-06fe-4f8e-847f-52816239821e => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1958] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:08 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1959] 10.0.0.235 () {34 vars in 1120 bytes} [Tue Aug 11 12:32:08 2026] GET /v2.0/security-groups?id=de0ea0a7-6c92-4224-996e-006ab102676b&id=edd68198-e5c4-46b2-b0a5-d1474d8adabf&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1960] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:32:08 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:08.732 8 INFO neutron.db.l3_db [None req-841a3f31-657a-4059-b008-5797109ddbf9 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Floating IP 6ebf4e11-3676-4b57-bef9-4e0e460e4655 disassociated. External IP: 10.96.250.208, port: 14cc265e-b5f7-4897-bc22-60626d736c58. 2026-08-11 12:32:08.772 7 INFO neutron_taas.services.taas.taas_plugin [req-5c8fdf6c-3e5b-4da1-9a9b-97f6634b6616 req-8def9231-2afb-45e5-bfc0-5c12d47a0bd9 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] TaaS: Handle Delete Port: d142c5d3-465f-4418-80d4-5b0817ed60e6 2026-08-11 12:32:08.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5c8fdf6c-3e5b-4da1-9a9b-97f6634b6616 req-8def9231-2afb-45e5-bfc0-5c12d47a0bd9 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Tap Mirror: Handle Delete Port: d142c5d3-465f-4418-80d4-5b0817ed60e6 2026-08-11 12:32:08.898 7 INFO neutron.db.l3_db [req-5c8fdf6c-3e5b-4da1-9a9b-97f6634b6616 req-8def9231-2afb-45e5-bfc0-5c12d47a0bd9 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Floating IP 03596b43-fcd1-4b82-a600-87f26b4592fe disassociated. External IP: 10.96.250.206, port: d142c5d3-465f-4418-80d4-5b0817ed60e6. [pid: 8|app: 0|req: 1016/1961] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:32:08 2026] PUT /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 554 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1962] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 554 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:09.068 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e94a19b-44f2-4584-877d-32dbebe08283'] response: {'name': 'network-changed', 'server_uuid': 'dafa2977-b9f0-496a-973e-7b1e37b74ca0', 'tag': '14cc265e-b5f7-4897-bc22-60626d736c58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 946/1963] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:32:08 2026] DELETE /v2.0/ports/d142c5d3-465f-4418-80d4-5b0817ed60e6 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:09.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4d11594-48b9-4f62-9fa3-bc7c2e5a5283'] response: {'server_uuid': '973a539b-41d2-4d28-a33a-1ec6b900c65e', 'name': 'network-vif-deleted', 'tag': 'd142c5d3-465f-4418-80d4-5b0817ed60e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1019/1966] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 948/1967] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1968] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=14cc265e-b5f7-4897-bc22-60626d736c58 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1969] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => 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: 1021/1970] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/subnets?id=32b143d2-472d-480c-a040-1dbf24b81660 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1971] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/ports?network_id=34038f7c-211f-455e-8b4c-c9862b198a4e&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: 8|app: 0|req: 1022/1972] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 951/1973] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:32:09 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 8|app: 0|req: 1023/1974] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:32:10 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1975] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:10 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => 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: 1024/1976] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:32:11 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1977] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:11 2026] GET /v2.0/ports?device_id=973a539b-41d2-4d28-a33a-1ec6b900c65e => 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: 1025/1978] 10.0.0.115 () {34 vars in 685 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-groups => generated 1675 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1979] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1980] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1981] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1982] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:12.842 7 INFO neutron.db.securitygroups_db [None req-3367a802-3d3e-4baf-b69f-f3923e092eeb 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Project f17c7e61a6ed4446ab81d36719996de7 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: 956/1983] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:12.957 8 INFO neutron.db.securitygroups_db [None req-b2e3200c-6578-4728-ac2b-de68755bfe3f 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Project f17c7e61a6ed4446ab81d36719996de7 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: 1028/1984] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:32:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1985] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:13 2026] DELETE /v2.0/security-groups/edd68198-e5c4-46b2-b0a5-d1474d8adabf => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:13.215 8 INFO neutron.api.v2.resource [None req-95b55950-2de6-40e2-aee6-b6db83a3cbf3 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/1986] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/security-groups/edd68198-e5c4-46b2-b0a5-d1474d8adabf => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:32:13.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5327736-761b-4da4-983f-a9e2a3740768 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] TaaS: Handle Delete Port: bf1ac9c1-69ac-4a84-85e0-24ed7de175a4 2026-08-11 12:32:13.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5327736-761b-4da4-983f-a9e2a3740768 4943a8366c824547a5f09061ea8850b5 5b94b9d1664a4901b3d5bfa325ca5f3d - - default default] Tap Mirror: Handle Delete Port: bf1ac9c1-69ac-4a84-85e0-24ed7de175a4 [pid: 7|app: 0|req: 958/1987] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:13 2026] DELETE /v2.0/floatingips/03596b43-fcd1-4b82-a600-87f26b4592fe => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1988] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/networks => generated 1297 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1989] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:13 2026] DELETE /v2.0/security-groups/de0ea0a7-6c92-4224-996e-006ab102676b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1990] 10.0.0.235 () {34 vars in 1100 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1050295751&fields=id&tenant_id=f17c7e61a6ed4446ab81d36719996de7 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1991] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/security-groups?tenant_id=e1e66f17016149f4bccbc1b803e864c1&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1992] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 660 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1993] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:13 2026] DELETE /v2.0/security-groups/1833e843-508f-4565-b0cd-b6c27fdab220 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1994] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/quotas/f17c7e61a6ed4446ab81d36719996de7 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1995] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:32:13 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:14.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-95d75bbb-685e-4dc2-8db2-2935c96d6993 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 2b1d814e-c07a-40c1-b4d8-199fd5523898 2026-08-11 12:32:14.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95d75bbb-685e-4dc2-8db2-2935c96d6993 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 2b1d814e-c07a-40c1-b4d8-199fd5523898 [pid: 8|app: 0|req: 1036/1996] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:32:14 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 1037/1997] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:32:14 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 1038/1998] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:14 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => 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: 961/1999] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:32:13 2026] PUT /v2.0/routers/8db85c1a-cbfd-4c3d-b25b-85a3693265a6/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:14.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-1751b01f-0c3c-4ddb-ab5d-b47e48eb46e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: d4f93cf4-dd36-4c30-9a50-03655e845506 2026-08-11 12:32:14.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1751b01f-0c3c-4ddb-ab5d-b47e48eb46e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: d4f93cf4-dd36-4c30-9a50-03655e845506 2026-08-11 12:32:15.191 8 INFO neutron_taas.services.taas.taas_plugin [None req-1751b01f-0c3c-4ddb-ab5d-b47e48eb46e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: f1135b33-ee6f-4bcb-a55b-2e96c31feae8 2026-08-11 12:32:15.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1751b01f-0c3c-4ddb-ab5d-b47e48eb46e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: f1135b33-ee6f-4bcb-a55b-2e96c31feae8 [pid: 7|app: 0|req: 962/2000] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:15 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:32:15.654 8 INFO neutron.services.segments.plugin [-] Segment 8511b991-9334-4266-ab8b-d09fb6cb8b8c resource provider aggregate not found 2026-08-11 12:32:15.658 8 INFO neutron.services.segments.plugin [-] Segment 8511b991-9334-4266-ab8b-d09fb6cb8b8c resource provider aggregate not found 2026-08-11 12:32:15.671 8 INFO neutron.db.l3_hamode_db [None req-1751b01f-0c3c-4ddb-ab5d-b47e48eb46e7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network fd284b49-be0c-4f24-b517-d36c3f3861d3 was deleted as no HA routers are present in tenant 5b94b9d1664a4901b3d5bfa325ca5f3d. [pid: 8|app: 0|req: 1039/2001] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:14 2026] DELETE /v2.0/routers/8db85c1a-cbfd-4c3d-b25b-85a3693265a6 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:15.681 8 INFO neutron.services.segments.plugin [-] Segment 8511b991-9334-4266-ab8b-d09fb6cb8b8c 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 8511b991-9334-4266-ab8b-d09fb6cb8b8c found for delete ", "request_id": "req-55854e70-fc79-41c6-b966-ba7ff48b43bc"}]} 2026-08-11 12:32:15.698 8 INFO neutron.services.segments.plugin [-] Segment 8511b991-9334-4266-ab8b-d09fb6cb8b8c 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 8511b991-9334-4266-ab8b-d09fb6cb8b8c found for delete ", "request_id": "req-4e2b48f7-7c9f-464b-b06f-c359ebfc756c"}]} [pid: 7|app: 0|req: 963/2002] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:15 2026] DELETE /v2.0/subnets/9833e7c3-9640-4c75-9244-c353ae8a28bc => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:15.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4ecdb14-92be-4eac-8ae6-f432d66030fe 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 3cd5b332-8ff2-4838-9547-a57f2b815688 2026-08-11 12:32:15.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4ecdb14-92be-4eac-8ae6-f432d66030fe 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 3cd5b332-8ff2-4838-9547-a57f2b815688 [pid: 8|app: 0|req: 1040/2003] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:15 2026] DELETE /v2.0/networks/a6543c9c-d750-40fb-8601-a61e9bfde192 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2004] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:16 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:32:16.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-b932b274-93e4-48ad-915e-1f78960eb451 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 5843bf22-2121-432a-9ad1-a5907dc3b13a 2026-08-11 12:32:16.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b932b274-93e4-48ad-915e-1f78960eb451 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 5843bf22-2121-432a-9ad1-a5907dc3b13a [pid: 7|app: 0|req: 964/2005] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:32:16 2026] PUT /v2.0/routers/c5143b37-031a-4aa2-884e-669a0a99790d/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:17.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b69042e-5d59-4d71-a366-5087b227991a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 38907a3d-16b2-4d84-a778-38d32bb23dec 2026-08-11 12:32:17.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b69042e-5d59-4d71-a366-5087b227991a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 38907a3d-16b2-4d84-a778-38d32bb23dec [pid: 7|app: 0|req: 965/2006] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:17 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:32:17.706 8 INFO neutron.services.segments.plugin [-] Segment 056ff8f1-0758-4755-9092-b91357427a9f resource provider aggregate not found 2026-08-11 12:32:17.728 8 INFO neutron.services.segments.plugin [-] Segment 056ff8f1-0758-4755-9092-b91357427a9f resource provider aggregate not found 2026-08-11 12:32:17.732 8 INFO neutron.services.segments.plugin [-] Segment 056ff8f1-0758-4755-9092-b91357427a9f 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 056ff8f1-0758-4755-9092-b91357427a9f found for delete ", "request_id": "req-b9ee658e-f0b6-40a3-87dd-25777ccf7bf9"}]} 2026-08-11 12:32:17.745 8 INFO neutron.services.segments.plugin [-] Segment 056ff8f1-0758-4755-9092-b91357427a9f 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 056ff8f1-0758-4755-9092-b91357427a9f found for delete ", "request_id": "req-2793a809-8901-42a2-a9d9-d6672820ed47"}]} 2026-08-11 12:32:17.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b69042e-5d59-4d71-a366-5087b227991a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: a9c1e593-147c-4695-a0ab-e955a455fad4 2026-08-11 12:32:17.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b69042e-5d59-4d71-a366-5087b227991a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: a9c1e593-147c-4695-a0ab-e955a455fad4 2026-08-11 12:32:18.132 8 INFO neutron.db.l3_hamode_db [None req-9b69042e-5d59-4d71-a366-5087b227991a 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] HA network 0c198ab6-23ef-4f71-ad29-f2f317a79484 was deleted as no HA routers are present in tenant e8936ba511c8425fb4effccbf42353c2. [pid: 8|app: 0|req: 1042/2007] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:17 2026] DELETE /v2.0/routers/c5143b37-031a-4aa2-884e-669a0a99790d => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2008] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:18 2026] DELETE /v2.0/subnets/92627252-7596-4de6-8b1f-3457e5316120 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:18.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-755079b2-a25d-4133-b94b-ec211c1d3792 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 551ab73e-0c25-4a78-a222-80139924bc78 2026-08-11 12:32:18.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-755079b2-a25d-4133-b94b-ec211c1d3792 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 551ab73e-0c25-4a78-a222-80139924bc78 2026-08-11 12:32:18.518 8 INFO neutron.db.segments_db [None req-a847bd83-83b8-4ba6-9346-01e687a9f849 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] Added segment 9ffb5a51-0e66-4cb5-82ca-1776194583b2 of type vxlan for network 687a9762-0a00-4863-a214-57ae7a98c531 [pid: 8|app: 0|req: 1043/2009] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:18 2026] POST /v2.0/networks => generated 706 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2010] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:32:18 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 660 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:18.703 7 INFO neutron.services.segments.plugin [-] Segment 4423fed5-8d28-465d-b31f-e892d207c361 resource provider aggregate not found 2026-08-11 12:32:18.710 7 INFO neutron.services.segments.plugin [-] Segment 4423fed5-8d28-465d-b31f-e892d207c361 resource provider aggregate not found 2026-08-11 12:32:18.726 7 INFO neutron.services.segments.plugin [-] Segment 4423fed5-8d28-465d-b31f-e892d207c361 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 4423fed5-8d28-465d-b31f-e892d207c361 found for delete ", "request_id": "req-3ac464ab-7851-41e4-ae3d-ee5003b651f6"}]} 2026-08-11 12:32:18.728 7 INFO neutron.services.segments.plugin [-] Segment 4423fed5-8d28-465d-b31f-e892d207c361 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 4423fed5-8d28-465d-b31f-e892d207c361 found for delete ", "request_id": "req-c6078739-fb90-432d-81f8-01d992a9eebf"}]} [pid: 7|app: 0|req: 967/2011] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:18 2026] DELETE /v2.0/networks/3eee1860-4435-4965-8144-dbd51be7e9b9 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2012] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:32:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f17c7e61a6ed4446ab81d36719996de7 => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2013] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:18 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => 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: 1045/2014] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:18 2026] POST /v2.0/subnets => generated 644 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:18.848 8 WARNING neutron.api.v2.base [None req-1735895c-43aa-4105-9af6-547a08cd99ed 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-08-11 12:32:18.849 8 INFO neutron.api.v2.resource [None req-1735895c-43aa-4105-9af6-547a08cd99ed 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1046/2015] 10.0.0.115 () {34 vars in 681 bytes} [Tue Aug 11 12:32:18 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2016] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:18 2026] DELETE /v2.0/networks/687a9762-0a00-4863-a214-57ae7a98c531 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:19.089 8 INFO neutron.db.segments_db [None req-33b7ee41-d4ae-4d12-8802-c2b49a010184 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] Added segment fea504c0-deaf-4af6-b82b-5c57cd6ef286 of type vxlan for network 9a5b9ad9-5a54-46f8-86b9-5bd499462945 [pid: 7|app: 0|req: 970/2017] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:32:18 2026] POST /v2.0/ports => generated 958 bytes in 322 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: 971/2018] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:19 2026] GET /v2.0/security-groups?tenant_id=5b94b9d1664a4901b3d5bfa325ca5f3d&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2019] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:19 2026] POST /v2.0/networks => generated 707 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2020] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:19 2026] DELETE /v2.0/security-groups/77af8b32-bcd6-4063-840c-d5a6d93bea27 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2021] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:19 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2022] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:19 2026] GET /v2.0/security-groups?tenant_id=e8936ba511c8425fb4effccbf42353c2&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:19.508 8 WARNING neutron.api.v2.base [None req-85584dc0-f448-4398-a285-028dd968d0e7 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-08-11 12:32:19.508 8 INFO neutron.api.v2.resource [None req-85584dc0-f448-4398-a285-028dd968d0e7 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1052/2023] 10.0.0.115 () {34 vars in 681 bytes} [Tue Aug 11 12:32:19 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2024] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:32:19 2026] PUT /v2.0/ports/73a06ed8-ec1a-4193-9e77-1bf77bafa2c9 => generated 1239 bytes in 454 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: 1053/2025] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:19 2026] DELETE /v2.0/security-groups/339af28c-cdce-4a8a-a1ef-ba56721bb695 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:19.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c398aee5-88f3-4571-839a-d085f82d6f8f'] response: {'name': 'network-changed', 'server_uuid': '261efb7e-90c9-4133-aca7-e876ac12b91a', 'tag': '73a06ed8-ec1a-4193-9e77-1bf77bafa2c9', 'status': 'completed', 'code': 200} 2026-08-11 12:32:19.754 8 INFO neutron.services.segments.plugin [-] Segment 05ac390b-fb27-4bcc-9049-c970a48cf0e3 resource provider aggregate not found 2026-08-11 12:32:19.768 8 INFO neutron.services.segments.plugin [-] Segment 05ac390b-fb27-4bcc-9049-c970a48cf0e3 resource provider aggregate not found 2026-08-11 12:32:19.778 8 INFO neutron.services.segments.plugin [-] Segment 05ac390b-fb27-4bcc-9049-c970a48cf0e3 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 05ac390b-fb27-4bcc-9049-c970a48cf0e3 found for delete ", "request_id": "req-89cd045c-cb72-4684-bc9b-9f62411434f5"}]} 2026-08-11 12:32:19.796 8 INFO neutron.services.segments.plugin [-] Segment 9ffb5a51-0e66-4cb5-82ca-1776194583b2 resource provider aggregate not found 2026-08-11 12:32:19.800 8 INFO neutron.services.segments.plugin [-] Segment 05ac390b-fb27-4bcc-9049-c970a48cf0e3 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 05ac390b-fb27-4bcc-9049-c970a48cf0e3 found for delete ", "request_id": "req-517c36f7-740a-4519-9311-2d820f158348"}]} 2026-08-11 12:32:19.817 8 INFO neutron.services.segments.plugin [-] Segment 9ffb5a51-0e66-4cb5-82ca-1776194583b2 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 9ffb5a51-0e66-4cb5-82ca-1776194583b2 found for delete ", "request_id": "req-da50bbf1-40b7-4d8a-b90b-08dbd0914688"}]} [pid: 7|app: 0|req: 973/2026] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:19 2026] DELETE /v2.0/networks/9a5b9ad9-5a54-46f8-86b9-5bd499462945 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:19.827 8 INFO neutron.services.segments.plugin [-] Segment 9ffb5a51-0e66-4cb5-82ca-1776194583b2 resource provider aggregate not found 2026-08-11 12:32:19.858 8 INFO neutron.services.segments.plugin [-] Segment 9ffb5a51-0e66-4cb5-82ca-1776194583b2 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 9ffb5a51-0e66-4cb5-82ca-1776194583b2 found for delete ", "request_id": "req-09142ba2-bb14-4613-aa21-e5107703ad95"}]} 2026-08-11 12:32:19.905 8 INFO neutron.db.segments_db [None req-a32d8970-2b2e-47ff-8635-9869a23fac72 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] Added segment e6c3002f-c08f-4653-8a95-ee2fd26864bf of type vxlan for network dea8d8b4-998e-4ec1-81b0-4e0eb9453d88 [pid: 7|app: 0|req: 974/2027] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:19 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2028] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:19 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2029] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:19 2026] POST /v2.0/networks => generated 707 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2030] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:32:20 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2031] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:32:20 2026] GET /v2.0/networks?tenant_id=f17c7e61a6ed4446ab81d36719996de7&shared=False => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2032] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:32:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2033] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:20 2026] POST /v2.0/subnets => generated 647 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2034] 10.0.0.115 () {34 vars in 681 bytes} [Tue Aug 11 12:32:20 2026] POST /v2.0/rbac-policies => generated 324 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:20.745 7 INFO neutron.services.segments.plugin [-] Segment fea504c0-deaf-4af6-b82b-5c57cd6ef286 resource provider aggregate not found 2026-08-11 12:32:20.758 7 INFO neutron.services.segments.plugin [-] Segment fea504c0-deaf-4af6-b82b-5c57cd6ef286 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 fea504c0-deaf-4af6-b82b-5c57cd6ef286 found for delete ", "request_id": "req-015f82b6-d06e-4568-b199-63aee0ecfe94"}]} 2026-08-11 12:32:20.763 7 INFO neutron.services.segments.plugin [-] Segment fea504c0-deaf-4af6-b82b-5c57cd6ef286 resource provider aggregate not found 2026-08-11 12:32:20.785 7 INFO neutron.services.segments.plugin [-] Segment fea504c0-deaf-4af6-b82b-5c57cd6ef286 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 fea504c0-deaf-4af6-b82b-5c57cd6ef286 found for delete ", "request_id": "req-f0e4c160-6e0f-4fb1-8c3b-0ed4a730b302"}]} [pid: 8|app: 0|req: 1059/2035] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2036] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&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: 977/2037] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/networks/dea8d8b4-998e-4ec1-81b0-4e0eb9453d88 => generated 654 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2038] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2039] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=73a06ed8-ec1a-4193-9e77-1bf77bafa2c9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2040] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/subnets?id=32b143d2-472d-480c-a040-1dbf24b81660 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2041] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/ports?network_id=34038f7c-211f-455e-8b4c-c9862b198a4e&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: 1063/2042] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2043] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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) 2026-08-11 12:32:21.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c24015a2-7204-40f4-8d8d-ce373430f006 11ce001de22c4770b9df3843d7f41d1a 398208e479e045f0a9311dd7a149d246 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2044] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:32:21 2026] GET /v2.0/networks/dea8d8b4-998e-4ec1-81b0-4e0eb9453d88 => generated 138 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2045] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:21 2026] DELETE /v2.0/networks/dea8d8b4-998e-4ec1-81b0-4e0eb9453d88 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:21.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5379ee3b-e563-4a5f-b9a4-47157aeb3dea 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2046] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:21 2026] DELETE /v2.0/subnets/29a17d8a-29e6-42e2-934e-700c1fda9a6c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:32:22.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f67d70c1-17a9-4b14-8b37-22085deef06c 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/2047] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:21 2026] DELETE /v2.0/subnets/ebff24d3-8ac8-46f8-92a3-cea0d316c4d3 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:32:22.037 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad54f7ac-455f-439e-babf-114ef75158b0 923eb8f0709a42deb135d1cb4b94c8aa c0768694621448d7b8e641d4bddc8a26 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2048] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:22 2026] DELETE /v2.0/subnets/3af4538a-ab7e-4acd-9bfb-42e62c56f779 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2049] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:22 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2050] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:22 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:22.776 7 INFO neutron.services.segments.plugin [-] Segment e6c3002f-c08f-4653-8a95-ee2fd26864bf resource provider aggregate not found 2026-08-11 12:32:22.796 7 INFO neutron.services.segments.plugin [-] Segment e6c3002f-c08f-4653-8a95-ee2fd26864bf 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 e6c3002f-c08f-4653-8a95-ee2fd26864bf found for delete ", "request_id": "req-4736f6d2-7c8a-45bf-917d-2759eb683af1"}]} 2026-08-11 12:32:22.805 7 INFO neutron.services.segments.plugin [-] Segment e6c3002f-c08f-4653-8a95-ee2fd26864bf resource provider aggregate not found 2026-08-11 12:32:22.825 7 INFO neutron.services.segments.plugin [-] Segment e6c3002f-c08f-4653-8a95-ee2fd26864bf 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 e6c3002f-c08f-4653-8a95-ee2fd26864bf found for delete ", "request_id": "req-e6cfdf7e-229f-4861-b090-60e7eb78ff0b"}]} [pid: 7|app: 0|req: 984/2051] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:22 2026] GET /v2.0/security-groups?tenant_id=c0768694621448d7b8e641d4bddc8a26&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2052] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:23 2026] DELETE /v2.0/security-groups/d0b708cf-89f6-468f-aa42-b568bc975411 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2053] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:23 2026] GET /v2.0/security-groups?tenant_id=398208e479e045f0a9311dd7a149d246&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2054] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:23 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2055] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:23 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&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: 1069/2056] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:23 2026] DELETE /v2.0/security-groups/37156426-3338-47ea-bfce-fe0b46a74804 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2057] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:23 2026] GET /v2.0/security-groups?tenant_id=2ee64dbb8fe640a58b2215934684accc&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2058] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:23 2026] DELETE /v2.0/security-groups/ce088949-03dc-401d-b194-9bf29da5b7c3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2059] 10.0.0.115 () {34 vars in 678 bytes} [Tue Aug 11 12:32:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2060] 10.0.0.115 () {34 vars in 678 bytes} [Tue Aug 11 12:32:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2061] 10.0.0.115 () {34 vars in 678 bytes} [Tue Aug 11 12:32:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2064] 10.0.0.115 () {34 vars in 678 bytes} [Tue Aug 11 12:32:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2065] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:24 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2066] 10.0.0.115 () {34 vars in 678 bytes} [Tue Aug 11 12:32:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2067] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:24 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2068] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:24 2026] PUT /v2.0/policies/e04bf2e6-ef08-4528-a84b-d0664da4054e/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2069] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:24 2026] PUT /v2.0/policies/06b68a84-39b9-420b-b628-577a4a0b068e/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2070] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:24 2026] PUT /v2.0/policies/b9bd1220-2585-4f8c-827d-26bbe7f80d4e/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2071] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:24 2026] PUT /v2.0/policies/4166e56e-445b-47f9-9a9a-14d90c09e798/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2072] 10.0.0.115 () {32 vars in 674 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2073] 10.0.0.115 () {32 vars in 688 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2074] 10.0.0.115 () {32 vars in 684 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2075] 10.0.0.115 () {32 vars in 696 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2076] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2077] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&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: 1079/2078] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2079] 10.0.0.115 () {32 vars in 696 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2080] 10.0.0.115 () {32 vars in 692 bytes} [Tue Aug 11 12:32:25 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2081] 10.0.0.115 () {32 vars in 704 bytes} [Tue Aug 11 12:32:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2082] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:32:26 2026] DELETE /v2.0/qos/policies/e04bf2e6-ef08-4528-a84b-d0664da4054e => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2083] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:32:26 2026] DELETE /v2.0/qos/policies/06b68a84-39b9-420b-b628-577a4a0b068e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2084] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:32:26 2026] DELETE /v2.0/qos/policies/b9bd1220-2585-4f8c-827d-26bbe7f80d4e => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2085] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:32:26 2026] DELETE /v2.0/qos/policies/4166e56e-445b-47f9-9a9a-14d90c09e798 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2086] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:32:26 2026] DELETE /v2.0/qos/policies/42fa32ba-3165-4623-8218-5f38a30b7c7b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2087] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:26 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2088] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:27 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&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: 1084/2089] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:27 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2090] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:27 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&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: 1085/2091] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:32:27 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2092] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:27 2026] GET /v2.0/security-groups?tenant_id=970712855e8a48ccb2227d580e465ba3&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:28.218 7 INFO neutron.db.l3_db [None req-8dd8e46c-9bc8-4cfa-a38f-0fe2b38ea24a 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Floating IP 6ebf4e11-3676-4b57-bef9-4e0e460e4655 associated. External IP: 10.96.250.208, port: 73a06ed8-ec1a-4193-9e77-1bf77bafa2c9. [pid: 8|app: 0|req: 1087/2093] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:28 2026] DELETE /v2.0/security-groups/9e4a36cf-d64d-4ffd-8bd1-8457b086998a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2094] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:32:27 2026] PUT /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 856 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:28.610 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b55bbd4-640a-47fb-9ef8-0340c1ab4e77'] response: {'name': 'network-changed', 'server_uuid': '261efb7e-90c9-4133-aca7-e876ac12b91a', 'tag': '73a06ed8-ec1a-4193-9e77-1bf77bafa2c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1008/2095] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:28 2026] GET /v2.0/security-groups?tenant_id=88474f7807fe4815bc5c377dabeb0f6b&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2096] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:32:28 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 856 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2097] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:28 2026] DELETE /v2.0/security-groups/fe5cc182-22b0-4c19-89fa-be300a3e9d27 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2098] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:32:28 2026] POST /v2.0/floatingips => generated 552 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2099] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/security-groups?tenant_id=49798fbf220c4d31996b5fc80390f104&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2100] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/ports?tenant_id=f17c7e61a6ed4446ab81d36719996de7&device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2101] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:29 2026] DELETE /v2.0/security-groups/88727eca-70cf-4ceb-9448-4109172fc222 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2102] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/networks?id=34038f7c-211f-455e-8b4c-c9862b198a4e => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2103] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=73a06ed8-ec1a-4193-9e77-1bf77bafa2c9 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2104] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/subnets?id=32b143d2-472d-480c-a040-1dbf24b81660 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2105] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/ports?network_id=34038f7c-211f-455e-8b4c-c9862b198a4e&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: 7|app: 0|req: 1018/2106] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2107] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e?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: 8|app: 0|req: 1089/2108] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:32:29 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2109] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:32:29 2026] GET /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2110] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:32:29 2026] POST /v2.0/floatingips => generated 552 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2111] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:32:30 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2112] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:32:30 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2113] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:32:31 2026] PUT /v2.0/floatingips/d6287481-2ff4-4dda-acab-c44d2d5a0adb/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2114] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:32:31 2026] PUT /v2.0/floatingips/a0e06541-a56d-44f1-a890-e1f6fd6b93d3/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2115] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:32:31 2026] PUT /v2.0/floatingips/0026f6ed-ae26-4f01-a326-34d0b7430be5/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2116] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:32:31 2026] PUT /v2.0/floatingips/2c9094db-0685-45d0-87f2-a7a1a46d2d59/tags => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2117] 10.0.0.115 () {32 vars in 672 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2118] 10.0.0.115 () {32 vars in 686 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2119] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2120] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2121] 10.0.0.115 () {32 vars in 680 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2122] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2123] 10.0.0.115 () {32 vars in 690 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2124] 10.0.0.115 () {32 vars in 702 bytes} [Tue Aug 11 12:32:31 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:31.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-181a962c-918e-4dcb-af5d-91841bbae497 f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] TaaS: Handle Delete Port: 10cceedd-f541-42b6-b4e8-5d14e378067c 2026-08-11 12:32:31.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-181a962c-918e-4dcb-af5d-91841bbae497 f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] Tap Mirror: Handle Delete Port: 10cceedd-f541-42b6-b4e8-5d14e378067c [pid: 8|app: 0|req: 1098/2125] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:31 2026] DELETE /v2.0/floatingips/d6287481-2ff4-4dda-acab-c44d2d5a0adb => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:32.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-f882039e-cba4-41d8-8905-9b6cb14d5f0d f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] TaaS: Handle Delete Port: 53a46cd7-19e2-452e-9c1b-83974a6a1317 2026-08-11 12:32:32.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f882039e-cba4-41d8-8905-9b6cb14d5f0d f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] Tap Mirror: Handle Delete Port: 53a46cd7-19e2-452e-9c1b-83974a6a1317 [pid: 7|app: 0|req: 1028/2126] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:32 2026] DELETE /v2.0/floatingips/a0e06541-a56d-44f1-a890-e1f6fd6b93d3 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:32.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-293a888d-6a97-499d-a079-63e0e63b199f f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] TaaS: Handle Delete Port: 3b84d08e-ea1e-473a-a575-2e0d4e80212a 2026-08-11 12:32:32.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-293a888d-6a97-499d-a079-63e0e63b199f f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] Tap Mirror: Handle Delete Port: 3b84d08e-ea1e-473a-a575-2e0d4e80212a [pid: 8|app: 0|req: 1099/2127] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:32 2026] DELETE /v2.0/floatingips/0026f6ed-ae26-4f01-a326-34d0b7430be5 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:32.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c6b1e44-c34f-484f-9064-55e7c6c13eeb f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] TaaS: Handle Delete Port: 74d3c8d3-5ef9-4ed5-b7db-a84eaf2f20f7 2026-08-11 12:32:32.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c6b1e44-c34f-484f-9064-55e7c6c13eeb f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] Tap Mirror: Handle Delete Port: 74d3c8d3-5ef9-4ed5-b7db-a84eaf2f20f7 [pid: 7|app: 0|req: 1029/2128] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:32 2026] DELETE /v2.0/floatingips/2c9094db-0685-45d0-87f2-a7a1a46d2d59 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:33.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4242abb-a509-424e-b4f8-7b04a1320ddc f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] TaaS: Handle Delete Port: 3261dc5e-b23d-4202-907b-8f8e60abf712 2026-08-11 12:32:33.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4242abb-a509-424e-b4f8-7b04a1320ddc f9faba1df19a48b890f31df4b1bca1d3 d173b6444b564600a9fdaf7abd817a0b - - default default] Tap Mirror: Handle Delete Port: 3261dc5e-b23d-4202-907b-8f8e60abf712 [pid: 8|app: 0|req: 1100/2129] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:33 2026] DELETE /v2.0/floatingips/599f0297-5d03-40c4-9904-6e9faacd87e5 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:33.824 7 INFO neutron.db.segments_db [None req-791fd5f0-39f5-427b-a5e2-89c070dc3b1f b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] Added segment cb55569c-eaa2-43b9-beb4-be2ec5882002 of type vxlan for network cffac111-207c-4434-b67b-72f78d9851b2 [pid: 7|app: 0|req: 1030/2130] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:33 2026] POST /v2.0/networks => generated 612 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2131] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:33 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:34.187 7 INFO neutron.db.segments_db [None req-8b2ee9fa-ea53-4338-acfb-aba02fea98cb b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] Added segment c4fcda17-dada-4821-a2c5-750581ccb37d of type vxlan for network 8240249c-bb39-4954-92a3-34b18a1eb38a [pid: 7|app: 0|req: 1031/2132] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:34 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2133] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:34 2026] GET /v2.0/security-groups?tenant_id=ba9795071efa4c1092d6dced89cdc467&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2134] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:34 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2135] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:34 2026] DELETE /v2.0/security-groups/4f16f538-c9f7-4503-a66b-003d79143b3f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:34.616 7 INFO neutron.db.segments_db [None req-71e298bf-3c9b-4bc8-8dbd-3ec3f076b741 b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] Added segment 307a284b-fcc2-44e8-a44f-ce24bc1344a6 of type vxlan for network a9fdaccf-ef52-4f91-9c90-65afa03ff3fa [pid: 7|app: 0|req: 1033/2136] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:34 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2137] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:34 2026] GET /v2.0/security-groups?tenant_id=d173b6444b564600a9fdaf7abd817a0b&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2138] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:34 2026] DELETE /v2.0/security-groups/d0585b80-87f2-4ff3-a28d-1c15935d6160 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2139] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:34 2026] POST /v2.0/subnets => generated 629 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:35.056 8 INFO neutron.db.segments_db [None req-a79b41a0-2362-4b90-a076-211cb03e32e8 b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] Added segment cc2ff00d-6789-48dd-bb63-92ff06a669e9 of type vxlan for network c4f054be-33fa-48ef-9cd6-5443883094ea [pid: 8|app: 0|req: 1106/2140] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:34 2026] POST /v2.0/networks => generated 613 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2141] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:35 2026] GET /v2.0/security-groups?tenant_id=8586ea9853184812898dc85db7a93644&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2142] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:35 2026] DELETE /v2.0/security-groups/fc272581-269b-4b71-b231-d99c337e929a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2143] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:35 2026] POST /v2.0/subnets => generated 629 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:35.567 7 INFO neutron.db.segments_db [None req-bbb19f25-93a4-434e-a20f-657db96cd510 b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] Added segment 97447e8f-3c33-453e-8497-abb4f57691d6 of type vxlan for network 6e615011-66a3-430a-83e3-3b0dc30bdaee [pid: 7|app: 0|req: 1037/2144] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:35 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2145] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:32:35 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2146] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:32:35 2026] PUT /v2.0/subnets/ced91c69-b514-4daa-922e-447a32b66c0e/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2147] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:32:35 2026] PUT /v2.0/subnets/91068d65-fcfd-4332-81eb-38877884cd50/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2148] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:32:36 2026] PUT /v2.0/subnets/361b9881-2716-4939-a049-823677453855/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2149] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:32:36 2026] PUT /v2.0/subnets/39061342-a507-45b0-aa62-c941c06f4b60/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2150] 10.0.0.115 () {32 vars in 664 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2151] 10.0.0.115 () {32 vars in 678 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2152] 10.0.0.115 () {32 vars in 674 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2153] 10.0.0.115 () {32 vars in 686 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2154] 10.0.0.115 () {32 vars in 672 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2155] 10.0.0.115 () {32 vars in 686 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2156] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2157] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:32:36 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2158] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:36 2026] DELETE /v2.0/subnets/ced91c69-b514-4daa-922e-447a32b66c0e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2159] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:36 2026] DELETE /v2.0/subnets/91068d65-fcfd-4332-81eb-38877884cd50 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2160] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:36 2026] DELETE /v2.0/subnets/361b9881-2716-4939-a049-823677453855 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2161] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:37 2026] DELETE /v2.0/subnets/39061342-a507-45b0-aa62-c941c06f4b60 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2162] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:32:37 2026] DELETE /v2.0/subnets/519494ee-3af0-4275-a0ff-a64f9bf9b42a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:37.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-778ba673-6963-4b0f-8e63-8b04f8970580 b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] TaaS: Handle Delete Port: b98abefa-6859-45b9-9be8-db769c43325d 2026-08-11 12:32:37.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-778ba673-6963-4b0f-8e63-8b04f8970580 b3bc5ddd1e6741f9acc0ca7a3486db4b 57336b0fb9bc4b77bef41091fb254079 - - default default] Tap Mirror: Handle Delete Port: b98abefa-6859-45b9-9be8-db769c43325d 2026-08-11 12:32:37.709 8 INFO neutron.services.segments.plugin [-] Segment cb55569c-eaa2-43b9-beb4-be2ec5882002 resource provider aggregate not found 2026-08-11 12:32:37.715 8 INFO neutron.services.segments.plugin [-] Segment cb55569c-eaa2-43b9-beb4-be2ec5882002 resource provider aggregate not found 2026-08-11 12:32:37.733 8 INFO neutron.services.segments.plugin [-] Segment cb55569c-eaa2-43b9-beb4-be2ec5882002 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 cb55569c-eaa2-43b9-beb4-be2ec5882002 found for delete ", "request_id": "req-e598fa8a-2e7e-4a0b-a737-8123fd5d4f68"}]} 2026-08-11 12:32:37.736 8 INFO neutron.services.segments.plugin [-] Segment cb55569c-eaa2-43b9-beb4-be2ec5882002 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 cb55569c-eaa2-43b9-beb4-be2ec5882002 found for delete ", "request_id": "req-6effe55f-6266-4b47-94f0-68a919a90336"}]} [pid: 8|app: 0|req: 1117/2163] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:37 2026] DELETE /v2.0/networks/cffac111-207c-4434-b67b-72f78d9851b2 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:37.861 7 INFO neutron.services.segments.plugin [-] Segment c4fcda17-dada-4821-a2c5-750581ccb37d resource provider aggregate not found 2026-08-11 12:32:37.873 7 INFO neutron.services.segments.plugin [-] Segment c4fcda17-dada-4821-a2c5-750581ccb37d resource provider aggregate not found 2026-08-11 12:32:37.886 7 INFO neutron.services.segments.plugin [-] Segment c4fcda17-dada-4821-a2c5-750581ccb37d 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 c4fcda17-dada-4821-a2c5-750581ccb37d found for delete ", "request_id": "req-0766ab9c-6fd6-4739-8f35-c263056e0747"}]} 2026-08-11 12:32:37.890 7 INFO neutron.services.segments.plugin [-] Segment c4fcda17-dada-4821-a2c5-750581ccb37d 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 c4fcda17-dada-4821-a2c5-750581ccb37d found for delete ", "request_id": "req-a77e5f8e-43dc-4cc3-9214-c71723126273"}]} [pid: 7|app: 0|req: 1047/2164] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:37 2026] DELETE /v2.0/networks/8240249c-bb39-4954-92a3-34b18a1eb38a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2165] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:37 2026] DELETE /v2.0/networks/a9fdaccf-ef52-4f91-9c90-65afa03ff3fa => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2166] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:38 2026] DELETE /v2.0/networks/c4f054be-33fa-48ef-9cd6-5443883094ea => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2167] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:32:38 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => 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: 1050/2168] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:38 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2169] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:38 2026] DELETE /v2.0/networks/6e615011-66a3-430a-83e3-3b0dc30bdaee => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2170] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:39 2026] GET /v2.0/security-groups?tenant_id=57336b0fb9bc4b77bef41091fb254079&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2171] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:39 2026] DELETE /v2.0/security-groups/a3f5e7a0-aeb5-46b5-bb63-bc4093519886 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2174] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:39 2026] GET /v2.0/security-groups?tenant_id=367172a1ca8c428592405e26da01348f&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2175] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:39 2026] DELETE /v2.0/security-groups/8e1aff4b-6856-4040-a71d-38cc1a40b98a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:39.757 8 INFO neutron.services.segments.plugin [-] Segment 307a284b-fcc2-44e8-a44f-ce24bc1344a6 resource provider aggregate not found 2026-08-11 12:32:39.763 8 INFO neutron.services.segments.plugin [-] Segment 307a284b-fcc2-44e8-a44f-ce24bc1344a6 resource provider aggregate not found 2026-08-11 12:32:39.775 8 INFO neutron.services.segments.plugin [-] Segment 307a284b-fcc2-44e8-a44f-ce24bc1344a6 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 307a284b-fcc2-44e8-a44f-ce24bc1344a6 found for delete ", "request_id": "req-bd8eac54-945c-4ddc-9705-2545c1a1e5e3"}]} 2026-08-11 12:32:39.780 8 INFO neutron.services.segments.plugin [-] Segment 307a284b-fcc2-44e8-a44f-ce24bc1344a6 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 307a284b-fcc2-44e8-a44f-ce24bc1344a6 found for delete ", "request_id": "req-5986b9f9-f01d-4e3b-bc41-03b02e6c5ab3"}]} 2026-08-11 12:32:39.795 8 INFO neutron.services.segments.plugin [-] Segment 97447e8f-3c33-453e-8497-abb4f57691d6 resource provider aggregate not found 2026-08-11 12:32:39.800 8 INFO neutron.services.segments.plugin [-] Segment 97447e8f-3c33-453e-8497-abb4f57691d6 resource provider aggregate not found 2026-08-11 12:32:39.813 8 INFO neutron.services.segments.plugin [-] Segment 97447e8f-3c33-453e-8497-abb4f57691d6 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 97447e8f-3c33-453e-8497-abb4f57691d6 found for delete ", "request_id": "req-f18b862f-a33e-4826-b98c-997820af1004"}]} 2026-08-11 12:32:39.815 8 INFO neutron.services.segments.plugin [-] Segment 97447e8f-3c33-453e-8497-abb4f57691d6 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 97447e8f-3c33-453e-8497-abb4f57691d6 found for delete ", "request_id": "req-69713e16-6b2a-4e5f-947e-d691839f918f"}]} 2026-08-11 12:32:39.908 7 INFO neutron.services.segments.plugin [-] Segment cc2ff00d-6789-48dd-bb63-92ff06a669e9 resource provider aggregate not found 2026-08-11 12:32:39.913 7 INFO neutron.services.segments.plugin [-] Segment cc2ff00d-6789-48dd-bb63-92ff06a669e9 resource provider aggregate not found 2026-08-11 12:32:39.928 7 INFO neutron.services.segments.plugin [-] Segment cc2ff00d-6789-48dd-bb63-92ff06a669e9 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 cc2ff00d-6789-48dd-bb63-92ff06a669e9 found for delete ", "request_id": "req-4a4f1785-3312-4e15-bb97-2c0d0d37c4f5"}]} 2026-08-11 12:32:39.938 7 INFO neutron.services.segments.plugin [-] Segment cc2ff00d-6789-48dd-bb63-92ff06a669e9 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 cc2ff00d-6789-48dd-bb63-92ff06a669e9 found for delete ", "request_id": "req-f98ba5c9-8139-4785-91a3-98eb897fb685"}]} [pid: 8|app: 0|req: 1123/2176] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:39 2026] GET /v2.0/security-groups?tenant_id=8585351d437c494ebd75b3c07271a2e0&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:40.062 7 INFO neutron.db.segments_db [None req-50e5074a-4d48-48c6-a7bf-7e91e0b8595d 3eed703ffd994e9dac8a837def2164af f4652e1dd48541309e02141d211bda51 - - default default] Added segment a9b3f920-1579-4710-9c16-51f77c44b56f of type vxlan for network 3998c493-ad07-41dd-a76b-cf8ec0e4a5b7 [pid: 8|app: 0|req: 1124/2177] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:40 2026] DELETE /v2.0/security-groups/74db2333-ab26-4701-99b7-66d5d8291e48 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2178] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:39 2026] POST /v2.0/networks => generated 613 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:40.223 8 INFO neutron.db.segments_db [None req-9270b841-c1c2-4263-8e96-77ba7281f16c 3eed703ffd994e9dac8a837def2164af f4652e1dd48541309e02141d211bda51 - - default default] Added segment cce9d085-1f19-4628-acae-2e378740cf0c of type vxlan for network 91652e10-1cd5-415c-9a2f-746110b3cd1d [pid: 8|app: 0|req: 1125/2179] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:40 2026] POST /v2.0/networks => generated 612 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:40.427 7 INFO neutron.db.segments_db [None req-2e71a21e-ef96-4fd2-aa1b-07b5bb811bf2 3eed703ffd994e9dac8a837def2164af f4652e1dd48541309e02141d211bda51 - - default default] Added segment 2a37bb6b-755a-4a21-9a7f-cb03730a8138 of type vxlan for network fbef6b01-1ee8-4bb8-9bab-43623771665f [pid: 7|app: 0|req: 1055/2180] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:40 2026] POST /v2.0/networks => generated 613 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:40.602 8 INFO neutron.db.segments_db [None req-57df71aa-d5da-4f1f-874c-190e4d845c54 3eed703ffd994e9dac8a837def2164af f4652e1dd48541309e02141d211bda51 - - default default] Added segment 3b37002d-8478-4819-98ac-bca42d27c5f6 of type vxlan for network bf534a00-cd81-46c8-9183-1c854b27245d [pid: 8|app: 0|req: 1126/2181] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:40 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:40.793 7 INFO neutron.db.segments_db [None req-a9696fe8-997b-4df3-a878-55fbf46ba9c9 3eed703ffd994e9dac8a837def2164af f4652e1dd48541309e02141d211bda51 - - default default] Added segment 15731718-a332-4222-acf3-8da3ec44cc97 of type vxlan for network 0433a8a6-5da3-4344-9699-240eeb2898b3 [pid: 7|app: 0|req: 1056/2182] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:40 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2183] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:40 2026] PUT /v2.0/networks/3998c493-ad07-41dd-a76b-cf8ec0e4a5b7/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2184] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:40 2026] PUT /v2.0/networks/91652e10-1cd5-415c-9a2f-746110b3cd1d/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2185] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:41 2026] PUT /v2.0/networks/fbef6b01-1ee8-4bb8-9bab-43623771665f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2186] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:32:41 2026] PUT /v2.0/networks/bf534a00-cd81-46c8-9183-1c854b27245d/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2187] 10.0.0.115 () {32 vars in 666 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2188] 10.0.0.115 () {32 vars in 680 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2189] 10.0.0.115 () {32 vars in 676 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2190] 10.0.0.115 () {32 vars in 688 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2191] 10.0.0.115 () {32 vars in 674 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2192] 10.0.0.115 () {32 vars in 688 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2193] 10.0.0.115 () {32 vars in 684 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2194] 10.0.0.115 () {32 vars in 696 bytes} [Tue Aug 11 12:32:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:41.848 8 INFO neutron.services.segments.plugin [-] Segment a9b3f920-1579-4710-9c16-51f77c44b56f resource provider aggregate not found 2026-08-11 12:32:41.850 8 INFO neutron.services.segments.plugin [-] Segment a9b3f920-1579-4710-9c16-51f77c44b56f resource provider aggregate not found 2026-08-11 12:32:41.872 8 INFO neutron.services.segments.plugin [-] Segment a9b3f920-1579-4710-9c16-51f77c44b56f 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 a9b3f920-1579-4710-9c16-51f77c44b56f found for delete ", "request_id": "req-e3423761-4e69-4339-8477-875a258767af"}]} 2026-08-11 12:32:41.878 8 INFO neutron.services.segments.plugin [-] Segment a9b3f920-1579-4710-9c16-51f77c44b56f 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 a9b3f920-1579-4710-9c16-51f77c44b56f found for delete ", "request_id": "req-cf8d7a5e-93ab-4303-bde2-6cea3a53bd83"}]} [pid: 8|app: 0|req: 1133/2195] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:41 2026] DELETE /v2.0/networks/3998c493-ad07-41dd-a76b-cf8ec0e4a5b7 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:42.034 7 INFO neutron.services.segments.plugin [-] Segment cce9d085-1f19-4628-acae-2e378740cf0c resource provider aggregate not found 2026-08-11 12:32:42.043 7 INFO neutron.services.segments.plugin [-] Segment cce9d085-1f19-4628-acae-2e378740cf0c resource provider aggregate not found 2026-08-11 12:32:42.067 7 INFO neutron.services.segments.plugin [-] Segment cce9d085-1f19-4628-acae-2e378740cf0c 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 cce9d085-1f19-4628-acae-2e378740cf0c found for delete ", "request_id": "req-6d631a05-7dbf-4e1f-81c8-81b61f450ab8"}]} 2026-08-11 12:32:42.068 7 INFO neutron.services.segments.plugin [-] Segment cce9d085-1f19-4628-acae-2e378740cf0c 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 cce9d085-1f19-4628-acae-2e378740cf0c found for delete ", "request_id": "req-e989ff6d-e8e3-4fab-a999-245e663043ab"}]} [pid: 7|app: 0|req: 1063/2196] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:41 2026] DELETE /v2.0/networks/91652e10-1cd5-415c-9a2f-746110b3cd1d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2197] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:42 2026] DELETE /v2.0/networks/fbef6b01-1ee8-4bb8-9bab-43623771665f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2198] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:42 2026] DELETE /v2.0/networks/bf534a00-cd81-46c8-9183-1c854b27245d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2199] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:42 2026] DELETE /v2.0/networks/0433a8a6-5da3-4344-9699-240eeb2898b3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2200] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:43 2026] GET /v2.0/security-groups?tenant_id=85ef10be5ba8412291ae1840ae18dc35&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2201] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:43 2026] DELETE /v2.0/security-groups/5a26a785-bbd3-4ae7-be61-cff78762b3ec => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:43.894 8 INFO neutron.services.segments.plugin [-] Segment 2a37bb6b-755a-4a21-9a7f-cb03730a8138 resource provider aggregate not found 2026-08-11 12:32:43.900 8 INFO neutron.services.segments.plugin [-] Segment 2a37bb6b-755a-4a21-9a7f-cb03730a8138 resource provider aggregate not found 2026-08-11 12:32:43.917 8 INFO neutron.services.segments.plugin [-] Segment 2a37bb6b-755a-4a21-9a7f-cb03730a8138 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 2a37bb6b-755a-4a21-9a7f-cb03730a8138 found for delete ", "request_id": "req-78aefdbe-1c78-48c5-9b63-37839cccc9ab"}]} 2026-08-11 12:32:43.921 8 INFO neutron.services.segments.plugin [-] Segment 2a37bb6b-755a-4a21-9a7f-cb03730a8138 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 2a37bb6b-755a-4a21-9a7f-cb03730a8138 found for delete ", "request_id": "req-e02e703f-456d-4411-b72a-87c30c99ab36"}]} 2026-08-11 12:32:43.943 8 INFO neutron.services.segments.plugin [-] Segment 15731718-a332-4222-acf3-8da3ec44cc97 resource provider aggregate not found 2026-08-11 12:32:43.947 8 INFO neutron.services.segments.plugin [-] Segment 15731718-a332-4222-acf3-8da3ec44cc97 resource provider aggregate not found 2026-08-11 12:32:43.963 8 INFO neutron.services.segments.plugin [-] Segment 15731718-a332-4222-acf3-8da3ec44cc97 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 15731718-a332-4222-acf3-8da3ec44cc97 found for delete ", "request_id": "req-fecd4f11-acd4-4f16-b73a-dbb3d6735b45"}]} [pid: 7|app: 0|req: 1066/2202] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:43 2026] GET /v2.0/security-groups?tenant_id=eed36b1d13114abbb23d421760735968&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:43.964 8 INFO neutron.services.segments.plugin [-] Segment 15731718-a332-4222-acf3-8da3ec44cc97 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 15731718-a332-4222-acf3-8da3ec44cc97 found for delete ", "request_id": "req-f53545a7-7c1e-4714-bd19-d3289739ef6e"}]} 2026-08-11 12:32:44.090 7 INFO neutron.services.segments.plugin [-] Segment 3b37002d-8478-4819-98ac-bca42d27c5f6 resource provider aggregate not found [pid: 8|app: 0|req: 1137/2203] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:43 2026] DELETE /v2.0/security-groups/687911cb-0ed8-4f17-9542-9146d9c1d9cb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:44.100 7 INFO neutron.services.segments.plugin [-] Segment 3b37002d-8478-4819-98ac-bca42d27c5f6 resource provider aggregate not found 2026-08-11 12:32:44.111 7 INFO neutron.services.segments.plugin [-] Segment 3b37002d-8478-4819-98ac-bca42d27c5f6 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 3b37002d-8478-4819-98ac-bca42d27c5f6 found for delete ", "request_id": "req-a1bc358b-d0db-4991-8ba1-d6f27926d596"}]} 2026-08-11 12:32:44.119 7 INFO neutron.services.segments.plugin [-] Segment 3b37002d-8478-4819-98ac-bca42d27c5f6 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 3b37002d-8478-4819-98ac-bca42d27c5f6 found for delete ", "request_id": "req-290a90c3-3953-45fc-9c7e-a6bb765a7edd"}]} [pid: 7|app: 0|req: 1067/2204] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:44 2026] GET /v2.0/security-groups?tenant_id=f4652e1dd48541309e02141d211bda51&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2205] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:44 2026] DELETE /v2.0/security-groups/d6d5bead-762f-4ca1-8595-9d5db6c962b9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:44.695 7 INFO neutron.db.segments_db [None req-f34819e8-55f5-4195-88cb-4e4af3a5c79c 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Added segment 13ba781b-e321-4744-b489-0068f1169f4b of type vxlan for network 75e93601-f265-4a51-901d-1f16cc8b53d2 [pid: 7|app: 0|req: 1068/2206] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:44 2026] POST /v2.0/networks => generated 612 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2207] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:44 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2208] 10.0.0.115 () {34 vars in 666 bytes} [Tue Aug 11 12:32:45 2026] POST /v2.0/trunks => generated 407 bytes in 272 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, ' 2026-08-11 12:32:45.470 8 INFO neutron.db.segments_db [None req-3ea711e1-d60a-473f-ac76-f2c2efa818a4 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Added segment 0526a58f-f433-4ebe-99c9-8091cc7edd8f of type vxlan for network 2d0c0b10-dcff-4d6a-bd51-eb86a12e12b0 [pid: 8|app: 0|req: 1140/2209] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:45 2026] POST /v2.0/networks => generated 612 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2210] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:45 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2211] 10.0.0.115 () {34 vars in 666 bytes} [Tue Aug 11 12:32:45 2026] POST /v2.0/trunks => generated 407 bytes in 193 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, ' 2026-08-11 12:32:46.116 7 INFO neutron.db.segments_db [None req-c8029a0a-467d-4474-ba8a-1b1da809708a 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Added segment 929560bc-b8ba-492f-bdf8-15b68f2c7d8e of type vxlan for network a754afa1-f8fa-40ef-9b21-bc017411c850 [pid: 7|app: 0|req: 1071/2212] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:46 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2213] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:46 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2214] 10.0.0.115 () {34 vars in 666 bytes} [Tue Aug 11 12:32:46 2026] POST /v2.0/trunks => generated 407 bytes in 160 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, ' 2026-08-11 12:32:46.758 8 INFO neutron.db.segments_db [None req-e16ef56d-1283-4c97-b05f-d45012df6cf3 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Added segment 48de99a9-fb27-4003-baee-06b30f71ff5a of type vxlan for network c7dc3a12-e814-480e-9a15-c9555edd3d79 [pid: 8|app: 0|req: 1143/2215] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:46 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2216] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:46 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2217] 10.0.0.115 () {34 vars in 666 bytes} [Tue Aug 11 12:32:47 2026] POST /v2.0/trunks => generated 407 bytes in 181 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, ' 2026-08-11 12:32:47.407 7 INFO neutron.db.segments_db [None req-f0123509-e624-4a1f-b535-9c6927751c32 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Added segment 6d652fb6-215b-4603-9442-df856e5b2922 of type vxlan for network cda40c0a-ec04-42f0-a1b0-f83018a75dc0 [pid: 7|app: 0|req: 1074/2218] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:47 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2219] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:47 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2220] 10.0.0.115 () {34 vars in 666 bytes} [Tue Aug 11 12:32:47 2026] POST /v2.0/trunks => generated 407 bytes in 166 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: 1146/2221] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:32:48 2026] PUT /v2.0/trunks/485b2a02-6b92-4055-81d9-a9364ef50363/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2222] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:32:48 2026] PUT /v2.0/trunks/2dbcbb30-4a57-4967-b78c-f213bbefd5f4/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2223] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:32:48 2026] PUT /v2.0/trunks/e858d5f2-76c8-4412-9366-1579890363df/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2224] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:32:48 2026] PUT /v2.0/trunks/f0da86dd-671a-472f-91fd-b2e8719563ad/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2225] 10.0.0.115 () {32 vars in 662 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2226] 10.0.0.115 () {32 vars in 676 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2227] 10.0.0.115 () {32 vars in 672 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2228] 10.0.0.115 () {32 vars in 684 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2229] 10.0.0.115 () {32 vars in 670 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2230] 10.0.0.115 () {32 vars in 684 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2231] 10.0.0.115 () {32 vars in 680 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2232] 10.0.0.115 () {32 vars in 692 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2233] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks/485b2a02-6b92-4055-81d9-a9364ef50363 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2234] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/ports/4178b023-9cb7-449f-9c21-21384d4e21e5 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2235] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:32:48 2026] DELETE /v2.0/trunks/485b2a02-6b92-4055-81d9-a9364ef50363 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2236] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks/2dbcbb30-4a57-4967-b78c-f213bbefd5f4 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2237] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/ports/41850960-a516-4c1b-9d73-6035a9fe85b6 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2238] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:32:48 2026] DELETE /v2.0/trunks/2dbcbb30-4a57-4967-b78c-f213bbefd5f4 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:48.791 8 INFO neutron.db.segments_db [None req-0bcd6c68-9a74-4c68-a027-a20e3c7de8c4 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Added segment 5b62a82f-3493-4bbe-b66f-11c81fa185b0 of type vxlan for network ac30f8c6-ed00-45fc-b1c9-1e43c7551bab [pid: 7|app: 0|req: 1087/2239] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks/e858d5f2-76c8-4412-9366-1579890363df => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2240] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/ports/9bbd3341-e92e-4a7b-9a7f-37592127a522 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2241] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:48 2026] POST /v2.0/networks => generated 613 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2242] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:32:48 2026] DELETE /v2.0/trunks/e858d5f2-76c8-4412-9366-1579890363df => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2243] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/trunks/f0da86dd-671a-472f-91fd-b2e8719563ad => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2244] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:32:48 2026] GET /v2.0/ports/799b3677-67c3-47ea-9c0f-048a29eca939 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2245] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:32:49 2026] DELETE /v2.0/trunks/f0da86dd-671a-472f-91fd-b2e8719563ad => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2246] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:32:49 2026] GET /v2.0/trunks/c030be2f-da93-4763-98fb-346c41f954b0 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2247] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:48 2026] POST /v2.0/ports => generated 743 bytes in 297 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: 1094/2248] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:49 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2249] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:32:49 2026] GET /v2.0/ports/7bde44c1-defb-42f0-9239-d241e14adca9 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:49.243 7 INFO neutron.db.segments_db [None req-e1906c2d-d236-4da4-a924-3ee1427ec585 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Added segment 42c49dde-1f24-447d-97d5-26397cc6ed9e of type vxlan for network d683ec17-a757-4913-b7db-0a7f543b762f [pid: 8|app: 0|req: 1156/2250] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:49 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&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: 7|app: 0|req: 1095/2251] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:49 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2252] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:32:49 2026] DELETE /v2.0/trunks/c030be2f-da93-4763-98fb-346c41f954b0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:49.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8fd1958-41ac-481d-a103-bf23a6008f9f 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] TaaS: Handle Delete Port: 4178b023-9cb7-449f-9c21-21384d4e21e5 2026-08-11 12:32:49.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8fd1958-41ac-481d-a103-bf23a6008f9f 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Tap Mirror: Handle Delete Port: 4178b023-9cb7-449f-9c21-21384d4e21e5 [pid: 8|app: 0|req: 1158/2253] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:49 2026] DELETE /v2.0/ports/4178b023-9cb7-449f-9c21-21384d4e21e5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:49.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-b478b632-9d73-421e-878e-cac2bf167275 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] TaaS: Handle Delete Port: 41850960-a516-4c1b-9d73-6035a9fe85b6 [pid: 7|app: 0|req: 1096/2254] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:49 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:49.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b478b632-9d73-421e-878e-cac2bf167275 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Tap Mirror: Handle Delete Port: 41850960-a516-4c1b-9d73-6035a9fe85b6 /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-08-11 12:32:49.705 7 INFO neutron.db.segments_db [None req-cfe86b25-d172-4c9b-8fba-513f3052fc15 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Added segment 73a00c1e-3f6e-46af-8aa2-74982d658b04 of type vxlan for network e921feee-f0d7-4d52-8db8-7c4028691b01 [pid: 8|app: 0|req: 1159/2255] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:49 2026] DELETE /v2.0/ports/41850960-a516-4c1b-9d73-6035a9fe85b6 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2256] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:49 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:32:49.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-2624fc40-a075-4c61-bd57-3edb40f2bd5d 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] TaaS: Handle Delete Port: 9bbd3341-e92e-4a7b-9a7f-37592127a522 2026-08-11 12:32:49.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2624fc40-a075-4c61-bd57-3edb40f2bd5d 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Tap Mirror: Handle Delete Port: 9bbd3341-e92e-4a7b-9a7f-37592127a522 [pid: 8|app: 0|req: 1160/2257] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:49 2026] DELETE /v2.0/ports/9bbd3341-e92e-4a7b-9a7f-37592127a522 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:50.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-01eafee3-2939-4589-90ce-ea43996afb44 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] TaaS: Handle Delete Port: 799b3677-67c3-47ea-9c0f-048a29eca939 2026-08-11 12:32:50.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01eafee3-2939-4589-90ce-ea43996afb44 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Tap Mirror: Handle Delete Port: 799b3677-67c3-47ea-9c0f-048a29eca939 [pid: 7|app: 0|req: 1098/2258] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:49 2026] POST /v2.0/ports => generated 743 bytes in 286 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: 1161/2259] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:49 2026] DELETE /v2.0/ports/799b3677-67c3-47ea-9c0f-048a29eca939 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:50.141 7 INFO neutron.db.segments_db [None req-ae0d5fd1-c024-4e41-b56c-5b1bffbed072 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Added segment fee94fe4-2756-4a0b-a542-ef60b2609abe of type vxlan for network a30a2207-4e6b-4058-86fc-a8de99715b19 2026-08-11 12:32:50.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d078ee0-d6ba-4c58-99fd-d62504cd37bc 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] TaaS: Handle Delete Port: 7bde44c1-defb-42f0-9239-d241e14adca9 2026-08-11 12:32:50.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d078ee0-d6ba-4c58-99fd-d62504cd37bc 912a073e90f04c6580cc3a5da212aa31 8e3ca1072de74252a7bf54d43c91f0e0 - - default default] Tap Mirror: Handle Delete Port: 7bde44c1-defb-42f0-9239-d241e14adca9 [pid: 7|app: 0|req: 1099/2260] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:50 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2261] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:50 2026] DELETE /v2.0/ports/7bde44c1-defb-42f0-9239-d241e14adca9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:50.424 8 INFO neutron.services.segments.plugin [-] Segment 13ba781b-e321-4744-b489-0068f1169f4b resource provider aggregate not found 2026-08-11 12:32:50.429 8 INFO neutron.services.segments.plugin [-] Segment 13ba781b-e321-4744-b489-0068f1169f4b resource provider aggregate not found 2026-08-11 12:32:50.439 8 INFO neutron.services.segments.plugin [-] Segment 13ba781b-e321-4744-b489-0068f1169f4b 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 13ba781b-e321-4744-b489-0068f1169f4b found for delete ", "request_id": "req-b66beb85-f3e9-4802-8d24-06001d0b36d1"}]} 2026-08-11 12:32:50.447 8 INFO neutron.services.segments.plugin [-] Segment 13ba781b-e321-4744-b489-0068f1169f4b 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 13ba781b-e321-4744-b489-0068f1169f4b found for delete ", "request_id": "req-463d4fe1-d050-4b2f-a785-72397c3fb4aa"}]} [pid: 8|app: 0|req: 1163/2262] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:50 2026] DELETE /v2.0/networks/75e93601-f265-4a51-901d-1f16cc8b53d2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2263] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:50 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2264] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:50 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 1101/2265] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:50 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:50.652 7 INFO neutron.db.segments_db [None req-81dc708b-9ca4-4498-8972-69f3c5f49126 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Added segment 3316e4e5-4571-41a6-a126-5e95dedd606d of type vxlan for network be076a34-cd54-4aad-88a2-32b48d04b28c [pid: 8|app: 0|req: 1165/2266] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:50 2026] DELETE /v2.0/networks/2d0c0b10-dcff-4d6a-bd51-eb86a12e12b0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2267] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:50 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2268] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:50 2026] DELETE /v2.0/networks/a754afa1-f8fa-40ef-9b21-bc017411c850 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2269] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:50 2026] DELETE /v2.0/networks/c7dc3a12-e814-480e-9a15-c9555edd3d79 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2270] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:50 2026] POST /v2.0/ports => generated 743 bytes in 267 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: 1104/2271] 10.0.0.115 () {34 vars in 747 bytes} [Tue Aug 11 12:32:51 2026] PUT /v2.0/ports/df064e23-0ed7-4add-8c4b-b0a61c7592b2/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2272] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:50 2026] DELETE /v2.0/networks/cda40c0a-ec04-42f0-a1b0-f83018a75dc0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 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: 1105/2273] 10.0.0.115 () {34 vars in 747 bytes} [Tue Aug 11 12:32:51 2026] PUT /v2.0/ports/fae9ea27-0895-4e96-89de-56e81a1baba7/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2274] 10.0.0.115 () {34 vars in 747 bytes} [Tue Aug 11 12:32:51 2026] PUT /v2.0/ports/a310bd9e-8e56-4a92-9fbd-8e9bcd68e356/tags => generated 34 bytes in 74 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: 1106/2275] 10.0.0.115 () {34 vars in 747 bytes} [Tue Aug 11 12:32:51 2026] PUT /v2.0/ports/7d3965a7-5221-4020-a6c8-d8d0c45cb007/tags => generated 19 bytes in 82 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: 8|app: 0|req: 1170/2276] 10.0.0.115 () {32 vars in 660 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 170 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: 1171/2277] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2278] 10.0.0.115 () {32 vars in 674 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2279] 10.0.0.115 () {32 vars in 670 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:51.682 8 INFO neutron_taas.services.taas.taas_plugin [req-32cc8aff-ae54-44f3-85be-a78834b11f7c req-e538c243-c7e9-458b-b1ab-19f5c2e42138 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: 73a06ed8-ec1a-4193-9e77-1bf77bafa2c9 2026-08-11 12:32:51.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32cc8aff-ae54-44f3-85be-a78834b11f7c req-e538c243-c7e9-458b-b1ab-19f5c2e42138 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: 73a06ed8-ec1a-4193-9e77-1bf77bafa2c9 [pid: 7|app: 0|req: 1109/2280] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2281] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:51.804 8 INFO neutron.db.l3_db [req-32cc8aff-ae54-44f3-85be-a78834b11f7c req-e538c243-c7e9-458b-b1ab-19f5c2e42138 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Floating IP 6ebf4e11-3676-4b57-bef9-4e0e460e4655 disassociated. External IP: 10.96.250.208, port: 73a06ed8-ec1a-4193-9e77-1bf77bafa2c9. [pid: 7|app: 0|req: 1111/2282] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/security-groups?id=cdee8e45-405c-401f-a19f-01516f1f93d5&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2283] 10.0.0.115 () {32 vars in 668 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2284] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:32:51 2026] DELETE /v2.0/ports/73a06ed8-ec1a-4193-9e77-1bf77bafa2c9 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2285] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:51 2026] GET /v2.0/security-groups?tenant_id=481f99d5aa604058bce955e14ee8235a&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:52.175 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9722ed89-800b-456f-a770-71a62a9c06f9'] response: {'server_uuid': '261efb7e-90c9-4133-aca7-e876ac12b91a', 'name': 'network-vif-deleted', 'tag': '73a06ed8-ec1a-4193-9e77-1bf77bafa2c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1114/2286] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/security-groups/3cec9e50-a9ea-416c-b981-b9351ad9d867 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2287] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:32:52 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2288] 10.0.0.115 () {32 vars in 678 bytes} [Tue Aug 11 12:32:52 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2289] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:52 2026] GET /v2.0/security-groups?tenant_id=8e3ca1072de74252a7bf54d43c91f0e0&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2290] 10.0.0.115 () {32 vars in 690 bytes} [Tue Aug 11 12:32:52 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:52.463 8 INFO neutron.services.segments.plugin [-] Segment 0526a58f-f433-4ebe-99c9-8091cc7edd8f resource provider aggregate not found 2026-08-11 12:32:52.466 8 INFO neutron.services.segments.plugin [-] Segment 0526a58f-f433-4ebe-99c9-8091cc7edd8f resource provider aggregate not found 2026-08-11 12:32:52.483 8 INFO neutron.services.segments.plugin [-] Segment 0526a58f-f433-4ebe-99c9-8091cc7edd8f 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 0526a58f-f433-4ebe-99c9-8091cc7edd8f found for delete ", "request_id": "req-d27422d7-e6eb-4458-b662-ecf13001823c"}]} 2026-08-11 12:32:52.489 8 INFO neutron.services.segments.plugin [-] Segment 0526a58f-f433-4ebe-99c9-8091cc7edd8f 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 0526a58f-f433-4ebe-99c9-8091cc7edd8f found for delete ", "request_id": "req-e60956d8-00c3-4a64-8e6d-89516a3f3f63"}]} 2026-08-11 12:32:52.502 8 INFO neutron.services.segments.plugin [-] Segment 929560bc-b8ba-492f-bdf8-15b68f2c7d8e resource provider aggregate not found 2026-08-11 12:32:52.509 8 INFO neutron.services.segments.plugin [-] Segment 929560bc-b8ba-492f-bdf8-15b68f2c7d8e resource provider aggregate not found 2026-08-11 12:32:52.529 8 INFO neutron.services.segments.plugin [-] Segment 929560bc-b8ba-492f-bdf8-15b68f2c7d8e 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 929560bc-b8ba-492f-bdf8-15b68f2c7d8e found for delete ", "request_id": "req-17c915bc-dc4d-4153-913c-cd3e1490a5c1"}]} 2026-08-11 12:32:52.534 8 INFO neutron.services.segments.plugin [-] Segment 929560bc-b8ba-492f-bdf8-15b68f2c7d8e 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 929560bc-b8ba-492f-bdf8-15b68f2c7d8e found for delete ", "request_id": "req-fa132a90-b92f-422d-a2cc-58d8c880d2d9"}]} 2026-08-11 12:32:52.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-2947ae7f-b0f2-42f2-83bc-f3d21408bacc 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] TaaS: Handle Delete Port: df064e23-0ed7-4add-8c4b-b0a61c7592b2 2026-08-11 12:32:52.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2947ae7f-b0f2-42f2-83bc-f3d21408bacc 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Tap Mirror: Handle Delete Port: df064e23-0ed7-4add-8c4b-b0a61c7592b2 2026-08-11 12:32:52.546 8 INFO neutron.services.segments.plugin [-] Segment 48de99a9-fb27-4003-baee-06b30f71ff5a resource provider aggregate not found 2026-08-11 12:32:52.552 8 INFO neutron.services.segments.plugin [-] Segment 48de99a9-fb27-4003-baee-06b30f71ff5a resource provider aggregate not found 2026-08-11 12:32:52.559 8 INFO neutron.services.segments.plugin [-] Segment 48de99a9-fb27-4003-baee-06b30f71ff5a 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 48de99a9-fb27-4003-baee-06b30f71ff5a found for delete ", "request_id": "req-c37a858d-ec27-455d-bfaa-2f05c6ad1a86"}]} 2026-08-11 12:32:52.571 8 INFO neutron.services.segments.plugin [-] Segment 48de99a9-fb27-4003-baee-06b30f71ff5a 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 48de99a9-fb27-4003-baee-06b30f71ff5a found for delete ", "request_id": "req-175dcc2f-3457-47b9-a526-366d70947710"}]} 2026-08-11 12:32:52.576 8 INFO neutron.services.segments.plugin [-] Segment 6d652fb6-215b-4603-9442-df856e5b2922 resource provider aggregate not found [pid: 8|app: 0|req: 1175/2291] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/security-groups/8b2b62f1-1057-424d-89da-b507239fd1c6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:52.593 8 INFO neutron.services.segments.plugin [-] Segment 6d652fb6-215b-4603-9442-df856e5b2922 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 6d652fb6-215b-4603-9442-df856e5b2922 found for delete ", "request_id": "req-d32a3bf8-2c13-4098-a79e-4efb434ffad1"}]} 2026-08-11 12:32:52.595 8 INFO neutron.services.segments.plugin [-] Segment 6d652fb6-215b-4603-9442-df856e5b2922 resource provider aggregate not found 2026-08-11 12:32:52.615 8 INFO neutron.services.segments.plugin [-] Segment 6d652fb6-215b-4603-9442-df856e5b2922 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 6d652fb6-215b-4603-9442-df856e5b2922 found for delete ", "request_id": "req-1b29a832-c2f9-4095-9709-65eafa13197a"}]} [pid: 7|app: 0|req: 1117/2292] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/ports/df064e23-0ed7-4add-8c4b-b0a61c7592b2 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:52.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6e67397-0fa5-41a1-b581-ca2e1c6c1d42 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] TaaS: Handle Delete Port: fae9ea27-0895-4e96-89de-56e81a1baba7 2026-08-11 12:32:52.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6e67397-0fa5-41a1-b581-ca2e1c6c1d42 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Tap Mirror: Handle Delete Port: fae9ea27-0895-4e96-89de-56e81a1baba7 [pid: 8|app: 0|req: 1176/2293] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/ports/fae9ea27-0895-4e96-89de-56e81a1baba7 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2294] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:52 2026] GET /v2.0/security-groups?tenant_id=5363b24b06f74ed8b2973d98416ff2df&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:52.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe845015-d31a-4970-9fcb-57411a339767 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] TaaS: Handle Delete Port: a310bd9e-8e56-4a92-9fbd-8e9bcd68e356 2026-08-11 12:32:52.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe845015-d31a-4970-9fcb-57411a339767 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Tap Mirror: Handle Delete Port: a310bd9e-8e56-4a92-9fbd-8e9bcd68e356 [pid: 7|app: 0|req: 1119/2295] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/security-groups/ad5e6f05-4b85-49a5-8d76-bdf960e5a903 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2296] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:52 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => 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: 1177/2297] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/ports/a310bd9e-8e56-4a92-9fbd-8e9bcd68e356 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:53.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-06a7d994-6167-4a29-871c-f08f966d2101 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] TaaS: Handle Delete Port: 7d3965a7-5221-4020-a6c8-d8d0c45cb007 2026-08-11 12:32:53.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06a7d994-6167-4a29-871c-f08f966d2101 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Tap Mirror: Handle Delete Port: 7d3965a7-5221-4020-a6c8-d8d0c45cb007 [pid: 7|app: 0|req: 1121/2298] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:52 2026] DELETE /v2.0/ports/7d3965a7-5221-4020-a6c8-d8d0c45cb007 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:53.281 8 INFO neutron_taas.services.taas.taas_plugin [None req-527d6c33-2951-4281-885f-3c785aeb1e4b 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] TaaS: Handle Delete Port: fbb3416a-babf-4017-80cb-1c89489150cf 2026-08-11 12:32:53.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-527d6c33-2951-4281-885f-3c785aeb1e4b 23ffc37079574765848cada5dde9f4a4 e648143780c842b4a5b9567973d9f8b4 - - default default] Tap Mirror: Handle Delete Port: fbb3416a-babf-4017-80cb-1c89489150cf [pid: 8|app: 0|req: 1178/2299] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:53 2026] DELETE /v2.0/ports/fbb3416a-babf-4017-80cb-1c89489150cf => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:53.516 7 INFO neutron.services.segments.plugin [-] Segment 5b62a82f-3493-4bbe-b66f-11c81fa185b0 resource provider aggregate not found 2026-08-11 12:32:53.518 7 INFO neutron.services.segments.plugin [-] Segment 5b62a82f-3493-4bbe-b66f-11c81fa185b0 resource provider aggregate not found 2026-08-11 12:32:53.538 7 INFO neutron.services.segments.plugin [-] Segment 5b62a82f-3493-4bbe-b66f-11c81fa185b0 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 5b62a82f-3493-4bbe-b66f-11c81fa185b0 found for delete ", "request_id": "req-d9fea096-5266-4044-9b1d-29fde984bdde"}]} 2026-08-11 12:32:53.541 7 INFO neutron.services.segments.plugin [-] Segment 5b62a82f-3493-4bbe-b66f-11c81fa185b0 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 5b62a82f-3493-4bbe-b66f-11c81fa185b0 found for delete ", "request_id": "req-6c5766c8-c54d-4b7f-9405-58d126b7b93d"}]} [pid: 7|app: 0|req: 1122/2300] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:53 2026] DELETE /v2.0/networks/ac30f8c6-ed00-45fc-b1c9-1e43c7551bab => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2301] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:53 2026] DELETE /v2.0/networks/d683ec17-a757-4913-b7db-0a7f543b762f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2302] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:53 2026] DELETE /v2.0/networks/e921feee-f0d7-4d52-8db8-7c4028691b01 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2303] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:53 2026] DELETE /v2.0/networks/a30a2207-4e6b-4058-86fc-a8de99715b19 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2304] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:54 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => 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: 1124/2305] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:53 2026] DELETE /v2.0/networks/be076a34-cd54-4aad-88a2-32b48d04b28c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:54.616 8 INFO neutron.services.segments.plugin [-] Segment 42c49dde-1f24-447d-97d5-26397cc6ed9e resource provider aggregate not found 2026-08-11 12:32:54.640 8 INFO neutron.services.segments.plugin [-] Segment 42c49dde-1f24-447d-97d5-26397cc6ed9e 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 42c49dde-1f24-447d-97d5-26397cc6ed9e found for delete ", "request_id": "req-79e18ec7-cad4-4aae-acf5-561dd10bed10"}]} 2026-08-11 12:32:54.647 8 INFO neutron.services.segments.plugin [-] Segment 42c49dde-1f24-447d-97d5-26397cc6ed9e resource provider aggregate not found 2026-08-11 12:32:54.675 8 INFO neutron.services.segments.plugin [-] Segment fee94fe4-2756-4a0b-a542-ef60b2609abe resource provider aggregate not found 2026-08-11 12:32:54.689 8 INFO neutron.services.segments.plugin [-] Segment fee94fe4-2756-4a0b-a542-ef60b2609abe 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 fee94fe4-2756-4a0b-a542-ef60b2609abe found for delete ", "request_id": "req-7574e80c-d9fd-4c2a-80a4-d2181cad6cce"}]} 2026-08-11 12:32:54.693 8 INFO neutron.services.segments.plugin [-] Segment 42c49dde-1f24-447d-97d5-26397cc6ed9e 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 42c49dde-1f24-447d-97d5-26397cc6ed9e found for delete ", "request_id": "req-52357a36-712c-4dcb-8aae-bc91ee0bc86b"}]} 2026-08-11 12:32:54.708 8 INFO neutron.services.segments.plugin [-] Segment fee94fe4-2756-4a0b-a542-ef60b2609abe resource provider aggregate not found 2026-08-11 12:32:54.724 8 INFO neutron.services.segments.plugin [-] Segment fee94fe4-2756-4a0b-a542-ef60b2609abe 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 fee94fe4-2756-4a0b-a542-ef60b2609abe found for delete ", "request_id": "req-89f9930b-fb0b-4880-9e66-5577d606cb3a"}]} [pid: 7|app: 0|req: 1126/2308] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:55 2026] GET /v2.0/ports?device_id=261efb7e-90c9-4133-aca7-e876ac12b91a => 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: 1183/2309] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:54 2026] GET /v2.0/security-groups?tenant_id=066d601d1f4d499a99c2ad857ea5cca8&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2310] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:55 2026] DELETE /v2.0/security-groups/9408c120-5af2-4da3-8f9e-50b35eda9ab7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:55.576 7 INFO neutron.services.segments.plugin [-] Segment 73a00c1e-3f6e-46af-8aa2-74982d658b04 resource provider aggregate not found 2026-08-11 12:32:55.580 7 INFO neutron.services.segments.plugin [-] Segment 73a00c1e-3f6e-46af-8aa2-74982d658b04 resource provider aggregate not found [pid: 8|app: 0|req: 1184/2311] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:55 2026] GET /v2.0/security-groups?tenant_id=8ca2f821884b46739ef633921b962f4f&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:32:55.605 7 INFO neutron.services.segments.plugin [-] Segment 73a00c1e-3f6e-46af-8aa2-74982d658b04 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 73a00c1e-3f6e-46af-8aa2-74982d658b04 found for delete ", "request_id": "req-8de20bd1-a24f-4e27-b6ae-3a337b78c968"}]} 2026-08-11 12:32:55.608 7 INFO neutron.services.segments.plugin [-] Segment 73a00c1e-3f6e-46af-8aa2-74982d658b04 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 73a00c1e-3f6e-46af-8aa2-74982d658b04 found for delete ", "request_id": "req-2cd9e99c-8ef3-46af-b467-8c7668ed2e62"}]} 2026-08-11 12:32:55.622 7 INFO neutron.services.segments.plugin [-] Segment 3316e4e5-4571-41a6-a126-5e95dedd606d resource provider aggregate not found 2026-08-11 12:32:55.635 7 INFO neutron.services.segments.plugin [-] Segment 3316e4e5-4571-41a6-a126-5e95dedd606d resource provider aggregate not found 2026-08-11 12:32:55.640 7 INFO neutron.services.segments.plugin [-] Segment 3316e4e5-4571-41a6-a126-5e95dedd606d 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 3316e4e5-4571-41a6-a126-5e95dedd606d found for delete ", "request_id": "req-3ad0072c-3be7-4544-b61a-71909473a44a"}]} 2026-08-11 12:32:55.655 7 INFO neutron.services.segments.plugin [-] Segment 3316e4e5-4571-41a6-a126-5e95dedd606d 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 3316e4e5-4571-41a6-a126-5e95dedd606d found for delete ", "request_id": "req-bdd58a08-7894-44ff-90be-94b944ee2c97"}]} [pid: 7|app: 0|req: 1128/2312] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:55 2026] DELETE /v2.0/security-groups/16d25e92-e100-4e42-a4ac-178c5ca3829c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2313] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:55 2026] GET /v2.0/security-groups?tenant_id=e648143780c842b4a5b9567973d9f8b4&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2314] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:55 2026] DELETE /v2.0/security-groups/42021940-4a0f-4e30-b909-4f44095cebec => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2315] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:56 2026] DELETE /v2.0/security-groups/cdee8e45-405c-401f-a19f-01516f1f93d5 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:56.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-79bb8358-7c2f-449a-bddf-8d2f17a2fd71 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: 282cdd6b-2c70-48b0-a504-9a8a47cb9a7f 2026-08-11 12:32:56.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79bb8358-7c2f-449a-bddf-8d2f17a2fd71 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: 282cdd6b-2c70-48b0-a504-9a8a47cb9a7f 2026-08-11 12:32:56.604 8 INFO neutron.db.segments_db [None req-d2f9056f-fbd5-49af-ba47-f7853bce5c80 a497892655a04f7096ac26951b972b1d 028313758a25430083f44d31b54f9072 - - default default] Added segment a154ae22-f743-46e4-ba05-7ec1845483be of type vxlan for network 486705bd-0ad5-4ae3-a3d5-46f8d673d954 [pid: 8|app: 0|req: 1186/2316] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:32:56 2026] POST /v2.0/networks => generated 613 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2317] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:32:56 2026] DELETE /v2.0/floatingips/6ebf4e11-3676-4b57-bef9-4e0e460e4655 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2318] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:32:56 2026] POST /v2.0/ports => generated 743 bytes in 262 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: 1132/2319] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:56 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2320] 10.0.0.115 () {34 vars in 747 bytes} [Tue Aug 11 12:32:56 2026] PUT /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 25 bytes in 62 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: 1133/2321] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2322] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2323] 10.0.0.115 () {34 vars in 758 bytes} [Tue Aug 11 12:32:57 2026] PUT /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 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: 1190/2324] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 34 bytes in 52 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: 1135/2325] 10.0.0.115 () {34 vars in 754 bytes} [Tue Aug 11 12:32:57 2026] PUT /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/red => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 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: 1191/2326] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 34 bytes in 54 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: 1136/2327] 10.0.0.115 () {34 vars in 776 bytes} [Tue Aug 11 12:32:57 2026] PUT /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 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: 1192/2328] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 52 bytes in 57 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: 1137/2329] 10.0.0.115 () {34 vars in 747 bytes} [Tue Aug 11 12:32:57 2026] PUT /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 37 bytes in 60 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: 8|app: 0|req: 1193/2330] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 37 bytes in 55 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: 1138/2331] 10.0.0.115 () {32 vars in 735 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 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-08-11 12:32:57.798 8 INFO neutron.api.v2.resource [None req-68cc3bdc-cd2f-4879-997f-636ecc60e4c1 a497892655a04f7096ac26951b972b1d 028313758a25430083f44d31b54f9072 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2332] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 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: 1139/2333] 10.0.0.115 () {32 vars in 738 bytes} [Tue Aug 11 12:32:57 2026] DELETE /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 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: 1195/2334] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:57 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 30 bytes in 53 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, ' 2026-08-11 12:32:58.031 7 INFO neutron.api.v2.resource [None req-516c617b-0069-47db-ab76-99cde54270ce a497892655a04f7096ac26951b972b1d 028313758a25430083f44d31b54f9072 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1140/2335] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:32:57 2026] DELETE /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 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, ' /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: 1196/2336] 10.0.0.115 () {32 vars in 730 bytes} [Tue Aug 11 12:32:58 2026] DELETE /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 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: 1141/2337] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:58 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2338] 10.0.0.115 () {32 vars in 727 bytes} [Tue Aug 11 12:32:58 2026] GET /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724/tags => generated 12 bytes in 53 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: 1142/2339] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:58 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:58.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-285ce46c-81d4-4a32-a8ed-065fc9d849ca a497892655a04f7096ac26951b972b1d 028313758a25430083f44d31b54f9072 - - default default] TaaS: Handle Delete Port: 295ee1f0-1618-4a4d-a4ef-1ed480d9e724 2026-08-11 12:32:58.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-285ce46c-81d4-4a32-a8ed-065fc9d849ca a497892655a04f7096ac26951b972b1d 028313758a25430083f44d31b54f9072 - - default default] Tap Mirror: Handle Delete Port: 295ee1f0-1618-4a4d-a4ef-1ed480d9e724 [pid: 8|app: 0|req: 1198/2340] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:32:58 2026] DELETE /v2.0/ports/295ee1f0-1618-4a4d-a4ef-1ed480d9e724 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:58.580 7 INFO neutron.services.segments.plugin [-] Segment a154ae22-f743-46e4-ba05-7ec1845483be resource provider aggregate not found 2026-08-11 12:32:58.588 7 INFO neutron.services.segments.plugin [-] Segment a154ae22-f743-46e4-ba05-7ec1845483be resource provider aggregate not found 2026-08-11 12:32:58.596 7 INFO neutron.services.segments.plugin [-] Segment a154ae22-f743-46e4-ba05-7ec1845483be 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 a154ae22-f743-46e4-ba05-7ec1845483be found for delete ", "request_id": "req-24ef58f6-377a-4c20-b882-bc027ecf1adb"}]} 2026-08-11 12:32:58.608 7 INFO neutron.services.segments.plugin [-] Segment a154ae22-f743-46e4-ba05-7ec1845483be 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 a154ae22-f743-46e4-ba05-7ec1845483be found for delete ", "request_id": "req-4770a7f0-e2d5-4f0f-b063-d24ca4f5463c"}]} [pid: 7|app: 0|req: 1143/2341] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:32:58 2026] DELETE /v2.0/networks/486705bd-0ad5-4ae3-a3d5-46f8d673d954 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2342] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:32:59 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:32:59.432 8 INFO neutron.db.segments_db [None req-28aa9c04-c952-47ae-8777-445ee04e7340 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] Added segment 8ec47864-3030-4ce5-ae50-103cd7044cea of type vxlan for network 08f17896-8555-4a07-901c-c08fd38c509f [pid: 7|app: 0|req: 1145/2343] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:59 2026] GET /v2.0/security-groups?tenant_id=028313758a25430083f44d31b54f9072&name=default => generated 2929 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2344] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:32:59 2026] GET /v2.0/security-groups?id=de56dbe4-61fc-4f56-bc32-b0346ef7345e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2345] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:32:59 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 1148/2346] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:32:59 2026] DELETE /v2.0/security-groups/6c1f5253-7ef6-4f54-a375-6e7e8d1714ae => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:32:59.672 8 INFO neutron.db.l3_hamode_db [None req-28aa9c04-c952-47ae-8777-445ee04e7340 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:32:59.715 7 INFO neutron_taas.services.taas.taas_plugin [req-f392d5c0-1a86-4f28-8db2-5f8b3bee942c req-c83f07fc-1e31-4058-9df1-51d0e30cddc7 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: 14cc265e-b5f7-4897-bc22-60626d736c58 2026-08-11 12:32:59.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f392d5c0-1a86-4f28-8db2-5f8b3bee942c req-c83f07fc-1e31-4058-9df1-51d0e30cddc7 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: 14cc265e-b5f7-4897-bc22-60626d736c58 2026-08-11 12:32:59.785 8 INFO neutron.db.l3_hamode_db [None req-28aa9c04-c952-47ae-8777-445ee04e7340 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1149/2347] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:32:59 2026] DELETE /v2.0/ports/14cc265e-b5f7-4897-bc22-60626d736c58 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:32:59.892 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad3f2dad-ba58-4dc5-b77c-50fb73d16058'] response: {'server_uuid': 'dafa2977-b9f0-496a-973e-7b1e37b74ca0', 'name': 'network-vif-deleted', 'tag': '14cc265e-b5f7-4897-bc22-60626d736c58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1150/2348] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:32:59 2026] GET /v2.0/security-groups?tenant_id=42e84074cb694859a90670e3f5cc8dac&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2349] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:00 2026] DELETE /v2.0/security-groups/f5ca2130-fb1b-480f-be53-df661a8ca3c5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2350] 10.0.0.115 () {34 vars in 668 bytes} [Tue Aug 11 12:32:59 2026] POST /v2.0/routers => generated 474 bytes in 1185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2351] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:33:00 2026] PUT /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2352] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:00 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 1200/2353] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:00 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 25 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2354] 10.0.0.115 () {34 vars in 762 bytes} [Tue Aug 11 12:33:00 2026] PUT /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/green => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2355] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:00 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2356] 10.0.0.115 () {34 vars in 758 bytes} [Tue Aug 11 12:33:00 2026] PUT /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/red => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2357] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2358] 10.0.0.115 () {34 vars in 780 bytes} [Tue Aug 11 12:33:01 2026] PUT /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/black.or.white => generated 4 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2359] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2360] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:33:01 2026] PUT /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 37 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2361] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2362] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 1158/2363] 10.0.0.115 () {32 vars in 739 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:01.803 8 INFO neutron.api.v2.resource [None req-e5ff9ff5-a092-4688-b558-d69874278160 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2364] 10.0.0.115 () {32 vars in 743 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2365] 10.0.0.115 () {32 vars in 742 bytes} [Tue Aug 11 12:33:01 2026] DELETE /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/red => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2366] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:01 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:33:02.099 7 INFO neutron.api.v2.resource [None req-8ab6d646-0fa0-49ad-b12c-7666b07d064f df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1160/2367] 10.0.0.115 () {32 vars in 746 bytes} [Tue Aug 11 12:33:02 2026] DELETE /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2368] 10.0.0.115 () {32 vars in 734 bytes} [Tue Aug 11 12:33:02 2026] DELETE /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2369] 10.0.0.115 () {32 vars in 731 bytes} [Tue Aug 11 12:33:02 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2370] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:33:02 2026] GET /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3 => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2371] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:02 2026] GET /v2.0/ports?device_id=dafa2977-b9f0-496a-973e-7b1e37b74ca0 => 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: 1162/2372] 10.0.0.115 () {34 vars in 742 bytes} [Tue Aug 11 12:33:02 2026] PUT /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3 => generated 480 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2373] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:33:02 2026] GET /v2.0/ports?device_id=5bfe3ea7-7818-4697-9628-aaf71445c0b3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:33:03.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c258f51-97f8-49d2-bb56-eaff09bf9046 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] TaaS: Handle Delete Port: 33da8e96-0344-4edb-ad2c-48d06e485992 2026-08-11 12:33:03.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c258f51-97f8-49d2-bb56-eaff09bf9046 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] Tap Mirror: Handle Delete Port: 33da8e96-0344-4edb-ad2c-48d06e485992 2026-08-11 12:33:03.936 7 INFO neutron.services.segments.plugin [-] Segment 8ec47864-3030-4ce5-ae50-103cd7044cea resource provider aggregate not found 2026-08-11 12:33:03.936 7 INFO neutron.services.segments.plugin [-] Segment 8ec47864-3030-4ce5-ae50-103cd7044cea resource provider aggregate not found 2026-08-11 12:33:03.954 7 INFO neutron.services.segments.plugin [-] Segment 8ec47864-3030-4ce5-ae50-103cd7044cea 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 8ec47864-3030-4ce5-ae50-103cd7044cea found for delete ", "request_id": "req-960a2696-e9e4-4289-b822-d4be5be36aca"}]} 2026-08-11 12:33:03.957 7 INFO neutron.db.l3_hamode_db [None req-4c258f51-97f8-49d2-bb56-eaff09bf9046 df7dc1f1fdd243d89b86355103502eca aad7101019194d79bc4775ee6cd6d7b1 - - default default] HA network 08f17896-8555-4a07-901c-c08fd38c509f was deleted as no HA routers are present in tenant aad7101019194d79bc4775ee6cd6d7b1. 2026-08-11 12:33:03.957 7 INFO neutron.services.segments.plugin [-] Segment 8ec47864-3030-4ce5-ae50-103cd7044cea 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 8ec47864-3030-4ce5-ae50-103cd7044cea found for delete ", "request_id": "req-7e811270-5eed-4ee8-9a9d-f43709e7e67a"}]} [pid: 7|app: 0|req: 1163/2374] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:33:02 2026] DELETE /v2.0/routers/5bfe3ea7-7818-4697-9628-aaf71445c0b3 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2375] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:03 2026] DELETE /v2.0/security-groups/de56dbe4-61fc-4f56-bc32-b0346ef7345e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:04.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-03ad716a-219a-408d-8437-bd0cd62ad0c6 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: 103125b7-cf0b-485d-9c28-eea7226e78f6 2026-08-11 12:33:04.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03ad716a-219a-408d-8437-bd0cd62ad0c6 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: 103125b7-cf0b-485d-9c28-eea7226e78f6 [pid: 8|app: 0|req: 1213/2376] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:04 2026] GET /v2.0/security-groups?tenant_id=aad7101019194d79bc4775ee6cd6d7b1&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2377] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:33:04 2026] PUT /v2.0/routers/7192d785-8021-406b-979d-626a67bd1046/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2378] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:04 2026] DELETE /v2.0/security-groups/34b40cc9-8dbd-4875-a175-0692f12f8b23 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2379] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:33:05 2026] DELETE /v2.0/subnets/32b143d2-472d-480c-a040-1dbf24b81660 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2380] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:05 2026] GET /v2.0/security-groups?tenant_id=bf94e902291a49279378576b308957b6&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2381] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:05 2026] DELETE /v2.0/security-groups/5e713803-cbfa-455d-b9b7-e3970578818f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:05.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc4dc246-d1f1-4e69-b198-84da1809f298 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: 366997b2-faac-4729-96fa-3b0482651537 2026-08-11 12:33:05.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc4dc246-d1f1-4e69-b198-84da1809f298 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: 366997b2-faac-4729-96fa-3b0482651537 2026-08-11 12:33:05.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc4dc246-d1f1-4e69-b198-84da1809f298 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: cc44a986-c23c-4e83-a8ef-48614ae5b9b2 2026-08-11 12:33:05.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc4dc246-d1f1-4e69-b198-84da1809f298 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: cc44a986-c23c-4e83-a8ef-48614ae5b9b2 2026-08-11 12:33:06.134 7 INFO neutron.services.segments.plugin [-] Segment 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 resource provider aggregate not found 2026-08-11 12:33:06.149 7 INFO neutron.services.segments.plugin [-] Segment 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 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 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 found for delete ", "request_id": "req-3457f98d-36e1-4193-bbe7-d1f836f5d9f5"}]} 2026-08-11 12:33:06.152 7 INFO neutron.services.segments.plugin [-] Segment 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 resource provider aggregate not found 2026-08-11 12:33:06.172 7 INFO neutron.db.l3_hamode_db [None req-cc4dc246-d1f1-4e69-b198-84da1809f298 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] HA network 098d2081-3d13-415d-98ad-f3baa189c7d3 was deleted as no HA routers are present in tenant f17c7e61a6ed4446ab81d36719996de7. [pid: 7|app: 0|req: 1166/2382] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:33:05 2026] DELETE /v2.0/routers/7192d785-8021-406b-979d-626a67bd1046 => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:06.180 7 INFO neutron.services.segments.plugin [-] Segment 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 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 00dc971a-bf58-4657-b5cc-54dbae4f7ee2 found for delete ", "request_id": "req-17cde1e6-2d22-4eec-9402-eb065a7f4473"}]} 2026-08-11 12:33:06.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa3e9dea-0c61-4954-9f62-88bba8c08e28 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] TaaS: Handle Delete Port: 75755424-f3e2-495c-a74f-65f7be88c7b5 2026-08-11 12:33:06.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa3e9dea-0c61-4954-9f62-88bba8c08e28 03702283359241a19acd1a84f24195cc f17c7e61a6ed4446ab81d36719996de7 - - default default] Tap Mirror: Handle Delete Port: 75755424-f3e2-495c-a74f-65f7be88c7b5 2026-08-11 12:33:06.436 8 INFO neutron.services.segments.plugin [-] Segment 1209ba98-97ff-4a47-b5b3-c596950316a9 resource provider aggregate not found 2026-08-11 12:33:06.441 8 INFO neutron.services.segments.plugin [-] Segment 1209ba98-97ff-4a47-b5b3-c596950316a9 resource provider aggregate not found 2026-08-11 12:33:06.455 8 INFO neutron.services.segments.plugin [-] Segment 1209ba98-97ff-4a47-b5b3-c596950316a9 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 1209ba98-97ff-4a47-b5b3-c596950316a9 found for delete ", "request_id": "req-a322a780-29a3-4b64-beb2-c6bd5dfde7af"}]} 2026-08-11 12:33:06.463 8 INFO neutron.services.segments.plugin [-] Segment 1209ba98-97ff-4a47-b5b3-c596950316a9 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 1209ba98-97ff-4a47-b5b3-c596950316a9 found for delete ", "request_id": "req-a01e257e-45d7-4a44-b0b3-d1e819ee9868"}]} [pid: 8|app: 0|req: 1217/2383] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:33:06 2026] DELETE /v2.0/networks/34038f7c-211f-455e-8b4c-c9862b198a4e => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2384] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:07 2026] GET /v2.0/security-groups?tenant_id=b1557fc4b3c24139b36a1d26f37fa7c9&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2385] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:07 2026] DELETE /v2.0/security-groups/cfc53762-07d3-4401-83b4-cb41f2e0c86d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2386] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:07 2026] GET /v2.0/security-groups?tenant_id=f17c7e61a6ed4446ab81d36719996de7&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2387] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:07 2026] DELETE /v2.0/security-groups/e16d76df-8acb-4261-b00a-04766ce31ac0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:09.350 7 INFO neutron.db.segments_db [None req-48194355-5592-4ab9-a47b-03e87f6419db 1f146c166a2f471aadd533ff40962a61 84a3f6266c9d4524a7142764dc27dacd - - default default] Added segment 9e00e9f8-6b11-4913-98bf-d131bda08bfd of type vxlan for network b08c392b-b7e8-4dd5-bbfe-9419c48fa337 [pid: 7|app: 0|req: 1169/2388] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:33:08 2026] POST /v2.0/networks => generated 612 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2391] 10.0.0.115 () {34 vars in 664 bytes} [Tue Aug 11 12:33:09 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2392] 10.0.0.115 () {34 vars in 666 bytes} [Tue Aug 11 12:33:09 2026] POST /v2.0/trunks => generated 407 bytes in 157 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: 1221/2393] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:33:09 2026] PUT /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2394] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:09 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2395] 10.0.0.115 () {34 vars in 760 bytes} [Tue Aug 11 12:33:09 2026] PUT /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2396] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2397] 10.0.0.115 () {34 vars in 756 bytes} [Tue Aug 11 12:33:10 2026] PUT /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2398] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2399] 10.0.0.115 () {34 vars in 778 bytes} [Tue Aug 11 12:33:10 2026] PUT /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2400] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2401] 10.0.0.115 () {34 vars in 749 bytes} [Tue Aug 11 12:33:10 2026] PUT /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2402] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2403] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:10.324 7 INFO neutron.api.v2.resource [None req-7f227d84-8b51-4234-b3b0-5ac408bc2d70 1f146c166a2f471aadd533ff40962a61 84a3f6266c9d4524a7142764dc27dacd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1178/2404] 10.0.0.115 () {32 vars in 741 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2405] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:10 2026] DELETE /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2406] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:33:10.439 8 INFO neutron.api.v2.resource [None req-f10cfd36-cef2-44d9-a579-51299a08feb6 1f146c166a2f471aadd533ff40962a61 84a3f6266c9d4524a7142764dc27dacd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1228/2407] 10.0.0.115 () {32 vars in 744 bytes} [Tue Aug 11 12:33:10 2026] DELETE /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2408] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:33:10 2026] DELETE /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2409] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e/tags => 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: 1181/2410] 10.0.0.115 () {32 vars in 719 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2411] 10.0.0.115 () {32 vars in 717 bytes} [Tue Aug 11 12:33:10 2026] GET /v2.0/ports/a83378cc-eaf9-4be8-9f5e-6c9f2ad29cf2 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2412] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:33:10 2026] DELETE /v2.0/trunks/3b6efdff-bedb-4c32-81b2-a6b6d39c4a9e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:10.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8b1ac1a-4849-4125-be09-1df6846ece55 1f146c166a2f471aadd533ff40962a61 84a3f6266c9d4524a7142764dc27dacd - - default default] TaaS: Handle Delete Port: a83378cc-eaf9-4be8-9f5e-6c9f2ad29cf2 2026-08-11 12:33:10.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8b1ac1a-4849-4125-be09-1df6846ece55 1f146c166a2f471aadd533ff40962a61 84a3f6266c9d4524a7142764dc27dacd - - default default] Tap Mirror: Handle Delete Port: a83378cc-eaf9-4be8-9f5e-6c9f2ad29cf2 [pid: 8|app: 0|req: 1231/2413] 10.0.0.115 () {32 vars in 720 bytes} [Tue Aug 11 12:33:10 2026] DELETE /v2.0/ports/a83378cc-eaf9-4be8-9f5e-6c9f2ad29cf2 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:33:11.009 7 INFO neutron.services.segments.plugin [-] Segment 9e00e9f8-6b11-4913-98bf-d131bda08bfd resource provider aggregate not found 2026-08-11 12:33:11.010 7 INFO neutron.services.segments.plugin [-] Segment 9e00e9f8-6b11-4913-98bf-d131bda08bfd resource provider aggregate not found 2026-08-11 12:33:11.028 7 INFO neutron.services.segments.plugin [-] Segment 9e00e9f8-6b11-4913-98bf-d131bda08bfd 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 9e00e9f8-6b11-4913-98bf-d131bda08bfd found for delete ", "request_id": "req-0b6e3882-ed34-496b-a623-6f8814a64c40"}]} 2026-08-11 12:33:11.030 7 INFO neutron.services.segments.plugin [-] Segment 9e00e9f8-6b11-4913-98bf-d131bda08bfd 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 9e00e9f8-6b11-4913-98bf-d131bda08bfd found for delete ", "request_id": "req-efb50d36-d9a4-4e5e-b1fd-7e646b0f4fb1"}]} [pid: 7|app: 0|req: 1183/2414] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:33:10 2026] DELETE /v2.0/networks/b08c392b-b7e8-4dd5-bbfe-9419c48fa337 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2415] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:11 2026] GET /v2.0/security-groups?tenant_id=84a3f6266c9d4524a7142764dc27dacd&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2416] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:11 2026] DELETE /v2.0/security-groups/d6b40911-560a-4e72-bcab-6d359374ece0 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2417] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:12 2026] GET /v2.0/security-groups?tenant_id=9905a20a01ab48eaaeea78e9de1d0662&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2418] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:12 2026] DELETE /v2.0/security-groups/d5adf57c-bea5-42d2-ae9a-4859cb32a541 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:33:15.883 8 INFO neutron.db.segments_db [None req-11523e1b-d0ec-4f52-b51a-6d58279b3acc 7ddd777299704fe5b6c541b594dece2b ee9c7a1402c74740b3a7b9ffbd753606 - - default default] Added segment a1018589-1257-45a0-8526-a4df39d7306d of type vxlan for network 047da516-0a83-4e00-8613-46a46dde8658 [pid: 8|app: 0|req: 1234/2419] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:33:15 2026] POST /v2.0/networks => generated 613 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:33:16.065 7 INFO neutron.db.segments_db [None req-3d34e0c0-d3d6-47b7-95e0-142a3c13296a 7ddd777299704fe5b6c541b594dece2b ee9c7a1402c74740b3a7b9ffbd753606 - - default default] Added segment 009ffc16-99ae-4795-99dd-63a51c12d384 of type vxlan for network 2d2d9987-2b25-4873-b6be-a1ca89649ff7 [pid: 7|app: 0|req: 1186/2420] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:33:15 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2421] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:33:16 2026] PUT /v2.0/networks/047da516-0a83-4e00-8613-46a46dde8658/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2422] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:33:16 2026] GET /v2.0/networks/047da516-0a83-4e00-8613-46a46dde8658/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2423] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:33:16 2026] PUT /v2.0/networks/2d2d9987-2b25-4873-b6be-a1ca89649ff7/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2424] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:33:16 2026] GET /v2.0/networks/2d2d9987-2b25-4873-b6be-a1ca89649ff7/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2425] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:33:16 2026] PUT /v2.0/networks/2d2d9987-2b25-4873-b6be-a1ca89649ff7/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2426] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:33:16 2026] GET /v2.0/networks/2d2d9987-2b25-4873-b6be-a1ca89649ff7/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2427] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:33:16 2026] GET /v2.0/networks/047da516-0a83-4e00-8613-46a46dde8658/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:33:16.682 7 INFO neutron.services.segments.plugin [-] Segment a1018589-1257-45a0-8526-a4df39d7306d resource provider aggregate not found 2026-08-11 12:33:16.689 7 INFO neutron.services.segments.plugin [-] Segment a1018589-1257-45a0-8526-a4df39d7306d resource provider aggregate not found 2026-08-11 12:33:16.704 7 INFO neutron.services.segments.plugin [-] Segment a1018589-1257-45a0-8526-a4df39d7306d 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 a1018589-1257-45a0-8526-a4df39d7306d found for delete ", "request_id": "req-6a6da3ca-0bb0-4002-a35a-13f2c5ea47d3"}]} 2026-08-11 12:33:16.709 7 INFO neutron.services.segments.plugin [-] Segment a1018589-1257-45a0-8526-a4df39d7306d 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 a1018589-1257-45a0-8526-a4df39d7306d found for delete ", "request_id": "req-1998959b-b621-4502-8036-44660af18969"}]} [pid: 7|app: 0|req: 1190/2428] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:33:16 2026] DELETE /v2.0/networks/047da516-0a83-4e00-8613-46a46dde8658 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:33:16.872 8 INFO neutron.services.segments.plugin [-] Segment 009ffc16-99ae-4795-99dd-63a51c12d384 resource provider aggregate not found 2026-08-11 12:33:16.876 8 INFO neutron.services.segments.plugin [-] Segment 009ffc16-99ae-4795-99dd-63a51c12d384 resource provider aggregate not found 2026-08-11 12:33:16.893 8 INFO neutron.services.segments.plugin [-] Segment 009ffc16-99ae-4795-99dd-63a51c12d384 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 009ffc16-99ae-4795-99dd-63a51c12d384 found for delete ", "request_id": "req-2a47149c-b61d-4818-b336-3914ac1fddce"}]} 2026-08-11 12:33:16.900 8 INFO neutron.services.segments.plugin [-] Segment 009ffc16-99ae-4795-99dd-63a51c12d384 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 009ffc16-99ae-4795-99dd-63a51c12d384 found for delete ", "request_id": "req-1fa792c1-9c19-44d7-b397-fce7cc9f6b85"}]} [pid: 8|app: 0|req: 1239/2429] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:33:16 2026] DELETE /v2.0/networks/2d2d9987-2b25-4873-b6be-a1ca89649ff7 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:33:17.573 7 INFO neutron.db.segments_db [None req-9719d411-6795-4dec-b90c-c3eb45216618 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Added segment 8300914b-2723-4f73-b320-ffaadaeffab0 of type vxlan for network ac5db3ee-f34b-4dca-97ea-3f4709edef6e [pid: 7|app: 0|req: 1191/2430] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:33:17 2026] POST /v2.0/networks => generated 621 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2431] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:17 2026] GET /v2.0/security-groups?tenant_id=cf32cff29e9143dcb7ff747b8513e98c&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2432] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:17 2026] DELETE /v2.0/security-groups/da88852a-2e1f-434e-8ac7-4d763114e3bd => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2433] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:17 2026] POST /v2.0/subnets => generated 658 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2434] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:17 2026] GET /v2.0/security-groups?tenant_id=ee9c7a1402c74740b3a7b9ffbd753606&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2435] 10.0.0.115 () {32 vars in 722 bytes} [Tue Aug 11 12:33:17 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2436] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:18 2026] DELETE /v2.0/security-groups/4ce4d63b-6bfc-44e4-b503-1f3007be75a3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2437] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:18 2026] POST /v2.0/subnets => generated 732 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:33:18.514 7 INFO neutron.db.segments_db [None req-6546a0e2-de36-48aa-8f31-b47d5e018d4f 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Added segment 27912be4-69c8-4465-8efc-5342f2b0f4e2 of type vxlan for network 7822532c-65d3-4005-95a8-52761ecd6513 [pid: 7|app: 0|req: 1195/2438] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:33:18 2026] POST /v2.0/networks => generated 618 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2439] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:18 2026] POST /v2.0/subnets => generated 656 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2440] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:18 2026] POST /v2.0/subnets => generated 725 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:33:19.116 8 INFO neutron.db.segments_db [None req-33d9f4dc-00a4-4a94-b36e-2254d5c71a4f 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Added segment d834d198-ed2f-4e8a-884f-e55079b43268 of type vxlan for network 99da7eea-d311-4bc6-bfda-e0cb0b8b4495 [pid: 8|app: 0|req: 1245/2441] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:33:19 2026] POST /v2.0/networks => generated 618 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2442] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:19 2026] POST /v2.0/subnets => generated 655 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2443] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:19 2026] POST /v2.0/subnets => generated 729 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:33:19.807 7 INFO neutron.db.segments_db [None req-6cdb903a-d1a4-466b-841f-8f52b97ac81b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Added segment 469999d8-2049-4d5b-92b1-22e15ce0a506 of type vxlan for network 3f9d35c0-6ef9-4e73-9de3-8f64069558cb 2026-08-11 12:33:20.067 7 INFO neutron.db.l3_hamode_db [None req-6cdb903a-d1a4-466b-841f-8f52b97ac81b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:33:20.848 7 INFO neutron.db.l3_hamode_db [None req-6cdb903a-d1a4-466b-841f-8f52b97ac81b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1198/2444] 10.0.0.115 () {34 vars in 669 bytes} [Tue Aug 11 12:33:19 2026] POST /v2.0/routers => generated 685 bytes in 1921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2445] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:21 2026] GET /v2.0/security-groups?tenant_id=45b25106357a4567ba1969dc1c5d9564&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2446] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:21 2026] DELETE /v2.0/security-groups/b1d96b59-9122-4c11-b9b2-7ce54934c549 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2447] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:33:22 2026] GET /v2.0/security-groups?tenant_id=9c385ec529dd4ac4a8cec797ec7514e4&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2448] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:33:22 2026] DELETE /v2.0/security-groups/beb8866e-4231-4963-8ceb-9c86ee6ab0ce => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2449] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:33:21 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2450] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:33:22 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2453] 10.0.0.115 () {34 vars in 783 bytes} [Tue Aug 11 12:33:24 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/add_router_interface => generated 309 bytes in 2137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2454] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:33:26 2026] POST /v2.0/security-groups => generated 1630 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2455] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2456] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2457] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2458] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2459] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2460] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2461] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2462] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2463] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2464] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2465] 10.0.0.115 () {34 vars in 695 bytes} [Tue Aug 11 12:33:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2466] 10.0.0.235 () {34 vars in 1096 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1873109580&fields=id&tenant_id=52767bcf56f94821b0e87157374781c4 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2467] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2468] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/quotas/52767bcf56f94821b0e87157374781c4 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2469] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&fields=id => generated 241 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2470] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1257/2471] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2472] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:28 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2473] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:33:33 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2474] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:33:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=52767bcf56f94821b0e87157374781c4 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2475] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:33:33 2026] POST /v2.0/ports => generated 1179 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 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: 1260/2476] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:33 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1194 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2477] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:33:33 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2478] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:33:33 2026] PUT /v2.0/ports/4992f677-5652-40e8-a488-cb51595a9b14 => generated 1460 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:33:34.087 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1800d3b9-9fc4-4f3e-9b80-cd83b91f5691'] response: {'name': 'network-changed', 'server_uuid': 'e5b61752-3f7e-4f20-b9a3-aeadb40fa11f', 'tag': '4992f677-5652-40e8-a488-cb51595a9b14', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1262/2479] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:33:34 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1463 bytes in 35 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: 1218/2480] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:33:34 2026] GET /v2.0/networks?tenant_id=52767bcf56f94821b0e87157374781c4&shared=False => generated 2375 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2481] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:33:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2482] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:33:35 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1463 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2483] 199.19.213.65 () {34 vars in 1055 bytes} [Tue Aug 11 12:33:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=4992f677-5652-40e8-a488-cb51595a9b14 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2484] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:33:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A234&port_id=4992f677-5652-40e8-a488-cb51595a9b14 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2485] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:33:35 2026] GET /v2.0/subnets?id=7f53f1a6-bc6d-45d6-bee3-8535a1ac867f&id=eeb91d43-6873-4253-94b0-87f99323906a => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2486] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:33:35 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2487] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:33:36 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2488] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:33:36 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2489] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:33:36 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2490] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:38 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1194 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2491] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:33:39 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2494] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:44 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2495] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:33:44 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2496] 10.0.0.115 () {32 vars in 818 bytes} [Tue Aug 11 12:33:44 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&mac_address=fa%3A16%3A3e%3A53%3Aac%3Acd => generated 1196 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:33:45.146 8 INFO neutron.db.l3_db [None req-be53a8d0-3dcc-4391-81c0-392445e82a5b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Floating IP d8cee28a-ad93-4b0a-8d36-a323c2a778e8 associated. External IP: 10.96.250.211, port: 4992f677-5652-40e8-a488-cb51595a9b14. [pid: 8|app: 0|req: 1271/2497] 10.0.0.115 () {34 vars in 677 bytes} [Tue Aug 11 12:33:44 2026] POST /v2.0/floatingips => generated 854 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:33:45.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-851a9cb4-b055-4676-91f2-57440566c518'] response: {'name': 'network-changed', 'server_uuid': 'e5b61752-3f7e-4f20-b9a3-aeadb40fa11f', 'tag': '4992f677-5652-40e8-a488-cb51595a9b14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1227/2498] 10.0.0.235 () {34 vars in 1096 bytes} [Tue Aug 11 12:33:45 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1873109580&fields=id&tenant_id=52767bcf56f94821b0e87157374781c4 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2499] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:33:45 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2500] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:33:45 2026] GET /v2.0/quotas/52767bcf56f94821b0e87157374781c4 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2501] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:33:45 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&fields=id => generated 333 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2502] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:33:45 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2503] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:33:45 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2504] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2505] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2506] 199.19.213.65 () {34 vars in 1055 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=4992f677-5652-40e8-a488-cb51595a9b14 => generated 857 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2507] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A234&port_id=4992f677-5652-40e8-a488-cb51595a9b14 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2508] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/subnets?id=7f53f1a6-bc6d-45d6-bee3-8535a1ac867f&id=eeb91d43-6873-4253-94b0-87f99323906a => generated 1410 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2509] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 12 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2510] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2511] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2512] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2513] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:33:46 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1281/2514] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:33:50 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2515] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:33:50 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2516] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:33:50 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2517] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:33:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=52767bcf56f94821b0e87157374781c4 => generated 179 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2518] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:33:50 2026] POST /v2.0/ports => generated 1183 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2519] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:33:50 2026] PUT /v2.0/ports/6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 1464 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:33:51.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-373443fc-a08c-4bff-9570-442d01aedf44'] response: {'name': 'network-changed', 'server_uuid': 'c5c5892f-c2a4-4965-94e0-11d8b9895fc1', 'tag': '6a96aab6-69e7-4979-baa1-fbc391f11e41', '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: 1284/2520] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:51 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1198 bytes in 39 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: 1237/2521] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:33:51 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2522] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:33:51 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2523] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:33:51 2026] GET /v2.0/networks?tenant_id=52767bcf56f94821b0e87157374781c4&shared=False => generated 2375 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2524] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:33:51 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: 7|app: 0|req: 1239/2525] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:33:52 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2526] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2527] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A62&port_id=6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2528] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/subnets?id=591fc240-08cc-45e0-a51b-ef62045c46fd&id=b5241476-736c-401e-b693-1b815c8e3361 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2529] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2530] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2531] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2532] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:33:53 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?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: 7|app: 0|req: 1244/2535] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:33:56 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2536] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:33:56 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2537] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:01 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1200 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2538] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:34:01 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2539] 10.0.0.115 () {32 vars in 818 bytes} [Tue Aug 11 12:34:01 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&mac_address=fa%3A16%3A3e%3Aca%3A19%3A93 => generated 1200 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:34:02.807 8 INFO neutron.db.l3_db [None req-0b4a175f-bff1-476d-a1e5-b30824ab2893 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Floating IP a1033fd1-4255-444f-b859-05624f136c3b associated. External IP: 10.96.250.204, port: 6a96aab6-69e7-4979-baa1-fbc391f11e41. [pid: 8|app: 0|req: 1294/2540] 10.0.0.115 () {34 vars in 677 bytes} [Tue Aug 11 12:34:02 2026] POST /v2.0/floatingips => generated 855 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:34:03.158 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ba11833-ab3d-4566-997b-b1bdb8f6a985'] response: {'name': 'network-changed', 'server_uuid': 'c5c5892f-c2a4-4965-94e0-11d8b9895fc1', 'tag': '6a96aab6-69e7-4979-baa1-fbc391f11e41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1247/2541] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:34:03 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1469 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2542] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:34:03 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2543] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:34:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2544] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:34:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A62&port_id=6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2545] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:34:03 2026] GET /v2.0/subnets?id=591fc240-08cc-45e0-a51b-ef62045c46fd&id=b5241476-736c-401e-b693-1b815c8e3361 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2546] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:34:03 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2547] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:34:04 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2548] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:34:04 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2549] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:34:04 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2550] 10.0.0.169 () {34 vars in 990 bytes} [Tue Aug 11 12:34:07 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2551] 10.0.0.169 () {34 vars in 1040 bytes} [Tue Aug 11 12:34:07 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2554] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:34:18 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2555] 10.0.0.2 () {30 vars in 688 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2556] 10.0.0.2 () {30 vars in 690 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2557] 10.0.0.2 () {30 vars in 666 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2558] 10.0.0.2 () {30 vars in 702 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2559] 10.0.0.2 () {28 vars in 437 bytes} [Tue Aug 11 12:34:20 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2560] 10.0.0.2 () {30 vars in 726 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2561] 10.0.0.2 () {30 vars in 688 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2562] 10.0.0.2 () {30 vars in 690 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2563] 10.0.0.2 () {30 vars in 666 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2564] 10.0.0.2 () {30 vars in 702 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2565] 10.0.0.2 () {30 vars in 726 bytes} [Tue Aug 11 12:34:20 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2566] 10.0.0.2 () {30 vars in 688 bytes} [Tue Aug 11 12:34:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2567] 10.0.0.2 () {30 vars in 690 bytes} [Tue Aug 11 12:34:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2568] 10.0.0.2 () {30 vars in 666 bytes} [Tue Aug 11 12:34:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2569] 10.0.0.2 () {30 vars in 702 bytes} [Tue Aug 11 12:34:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2570] 10.0.0.2 () {30 vars in 728 bytes} [Tue Aug 11 12:34:21 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2571] 10.0.0.2 () {30 vars in 680 bytes} [Tue Aug 11 12:34:21 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2572] 10.0.0.2 () {34 vars in 702 bytes} [Tue Aug 11 12:34:21 2026] POST /v2.0/ports => generated 1128 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2573] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 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: 1264/2574] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2575] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2576] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2577] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2578] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2579] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2580] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2581] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:34:24.523 7 INFO neutron.api.v2.resource [None req-dd5f5c9b-fed2-4e71-89d6-bac7947a938e 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1268/2582] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/security-groups/lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2585] 199.19.213.65 () {30 vars in 784 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/security-groups?name=lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2586] 199.19.213.65 () {34 vars in 735 bytes} [Tue Aug 11 12:34:24 2026] POST /v2.0/security-groups => generated 1638 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2587] 199.19.213.65 () {30 vars in 814 bytes} [Tue Aug 11 12:34:24 2026] GET /v2.0/security-group-rules?security_group_id=48916a59-f52d-4f93-9ee6-b29a8832e5b3 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2588] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:34:24 2026] PUT /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2589] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:34:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 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: 1318/2590] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:34:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2591] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:34:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2592] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:34:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2593] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:34:25 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2594] 10.0.0.235 () {34 vars in 1016 bytes} [Tue Aug 11 12:34:32 2026] GET /v2.0/security-groups?id=0212cab6-c743-49cf-8388-ea58e8c5d652&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2595] 10.0.0.235 () {34 vars in 982 bytes} [Tue Aug 11 12:34:32 2026] GET /v2.0/networks?id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2596] 10.0.0.235 () {34 vars in 965 bytes} [Tue Aug 11 12:34:32 2026] GET /v2.0/quotas/e5764240ed7b42e8809f1e996bf3cc1a => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2597] 10.0.0.235 () {34 vars in 1002 bytes} [Tue Aug 11 12:34:32 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2598] 10.0.0.235 () {34 vars in 1008 bytes} [Tue Aug 11 12:34:32 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2599] 10.0.0.235 () {34 vars in 1108 bytes} [Tue Aug 11 12:34:33 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?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: 8|app: 0|req: 1323/2600] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:33 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => 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: 1278/2601] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:33 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => 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: 1324/2602] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:36 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2603] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:36 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => 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: 1325/2604] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:34:37 2026] GET /v2.0/networks?id=fbb363e1-8dcc-477b-8bfd-11b81088d467 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2605] 199.19.213.65 () {34 vars in 1049 bytes} [Tue Aug 11 12:34:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5764240ed7b42e8809f1e996bf3cc1a => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2606] 199.19.213.65 () {38 vars in 954 bytes} [Tue Aug 11 12:34:37 2026] POST /v2.0/ports => generated 1082 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2607] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:34:38 2026] PUT /v2.0/ports/01571580-6d21-4693-b2b9-1a642998971e => generated 1243 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:34:38.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acfdbfd0-09e4-4560-b7db-6e009426d3c4'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '01571580-6d21-4693-b2b9-1a642998971e', '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: 1327/2608] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:34:39 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1246 bytes in 43 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: 1282/2609] 199.19.213.65 () {34 vars in 1017 bytes} [Tue Aug 11 12:34:39 2026] GET /v2.0/networks?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&shared=False => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2610] 199.19.213.65 () {34 vars in 929 bytes} [Tue Aug 11 12:34:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2613] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:39 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2614] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:34:39 2026] GET /v2.0/security-groups?id=0212cab6-c743-49cf-8388-ea58e8c5d652&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2615] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:39 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2616] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:34:40 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2617] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2618] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:34:40 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2619] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:34:40 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&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: 8|app: 0|req: 1333/2620] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:34:40 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2621] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:34:40 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2622] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:42 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2623] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:34:42 2026] GET /v2.0/security-groups?id=0212cab6-c743-49cf-8388-ea58e8c5d652&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2624] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:42 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2625] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:34:44 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2626] 199.19.213.65 () {34 vars in 1043 bytes} [Tue Aug 11 12:34:44 2026] GET /v2.0/security-groups?id=0212cab6-c743-49cf-8388-ea58e8c5d652&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2627] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:45 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2628] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:34:46 2026] GET /v2.0/security-groups?id=0212cab6-c743-49cf-8388-ea58e8c5d652&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2629] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:46 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2630] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:48 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2631] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:34:48 2026] GET /v2.0/security-groups?id=0212cab6-c743-49cf-8388-ea58e8c5d652&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2632] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:34:49 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2637] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2638] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2639] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2640] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2641] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2644] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2645] 199.19.213.65 () {34 vars in 716 bytes} [Tue Aug 11 12:35:24 2026] POST /v2.0/ports => generated 1059 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2646] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2647] 10.0.0.235 () {34 vars in 907 bytes} [Tue Aug 11 12:35:24 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2648] 199.19.213.65 () {34 vars in 1261 bytes} [Tue Aug 11 12:35:26 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2649] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:35:26 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2650] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:35:26 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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) [pid: 7|app: 0|req: 1304/2651] 199.19.213.65 () {34 vars in 974 bytes} [Tue Aug 11 12:35:26 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2652] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:35:26 2026] GET /v2.0/networks?id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2653] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:35:26 2026] PUT /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1249 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:35:27.268 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2591d27-9869-438f-99af-3e58227a64f5'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '20ee9702-d92f-44a5-8bd2-59b780a77d1a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1349/2654] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:35:27 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2489 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2655] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:35:27 2026] GET /v2.0/networks?id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2656] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2657] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:35:27 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2658] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:35:27 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2659] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:35:27 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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: 1352/2660] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:35:28 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2661] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2489 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2662] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2663] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2664] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&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: 1311/2665] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2666] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2667] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2668] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2669] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2670] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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: 1314/2671] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:35:29 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2672] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:35:33 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2673] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:35:33 2026] PUT /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1275 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:35:33.903 8 INFO neutron.api.v2.resource [None req-005f31f0-c79f-45d6-94d1-b4728726275d 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1359/2674] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:35:33 2026] GET /v2.0/security-groups/lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:35:33.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d887b98e-c111-4b24-abe8-a8fe0c7c8e92'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '20ee9702-d92f-44a5-8bd2-59b780a77d1a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1316/2675] 199.19.213.65 () {30 vars in 784 bytes} [Tue Aug 11 12:35:33 2026] GET /v2.0/security-groups?name=lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2676] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:35:33 2026] PUT /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1313 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:35:34.291 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68b7bc3a-9e0f-403f-83f9-90433c4dd5d3'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '20ee9702-d92f-44a5-8bd2-59b780a77d1a', '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: 1361/2677] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2678] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2679] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2680] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2681] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2682] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/networks?id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2683] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2684] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2685] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2686] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2687] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2688] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2689] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2690] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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: 1323/2691] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2692] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2693] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2694] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:35:34 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2695] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:35:35 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2696] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:35:35 2026] GET /v2.0/networks?id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2697] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:35:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2698] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:35:35 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2699] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:35:35 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2700] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:35:35 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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: 1328/2701] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:35:36 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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) 2026-08-11 12:35:42.909 7 INFO neutron.db.l3_db [None req-59887a03-42ff-4c5a-9ba7-b8df0da7df89 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Floating IP c0292eb9-b38f-4c10-86cd-35f441bf2268 associated. External IP: 10.96.250.207, port: 0ec819d2-f0f4-49a2-b051-e4feacd4c150. [pid: 7|app: 0|req: 1330/2704] 10.0.0.115 () {34 vars in 677 bytes} [Tue Aug 11 12:35:42 2026] POST /v2.0/floatingips => generated 898 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2705] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2706] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2707] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2708] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:35:48.505 8 INFO neutron.api.v2.resource [None req-68850f62-99d5-466e-adcd-4be8b79f5da6 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2709] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/security-groups/lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2710] 199.19.213.65 () {30 vars in 784 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/security-groups?name=lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2711] 199.19.213.65 () {30 vars in 814 bytes} [Tue Aug 11 12:35:48 2026] GET /v2.0/security-group-rules?security_group_id=48916a59-f52d-4f93-9ee6-b29a8832e5b3 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2712] 199.19.213.65 () {34 vars in 746 bytes} [Tue Aug 11 12:35:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2713] 199.19.213.65 () {34 vars in 746 bytes} [Tue Aug 11 12:35:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2716] 10.0.0.2 () {30 vars in 688 bytes} [Tue Aug 11 12:36:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2717] 10.0.0.2 () {30 vars in 690 bytes} [Tue Aug 11 12:36:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2718] 10.0.0.2 () {30 vars in 666 bytes} [Tue Aug 11 12:36:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2719] 10.0.0.2 () {30 vars in 702 bytes} [Tue Aug 11 12:36:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2720] 10.0.0.2 () {28 vars in 437 bytes} [Tue Aug 11 12:36:00 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2721] 10.0.0.2 () {30 vars in 726 bytes} [Tue Aug 11 12:36:00 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2722] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2723] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2724] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2725] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2726] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:01 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2727] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:01 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2728] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2729] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2730] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2731] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2732] 199.19.213.65 () {34 vars in 716 bytes} [Tue Aug 11 12:36:02 2026] POST /v2.0/ports => generated 1328 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2733] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:36:02 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1328 bytes in 39 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: 1390/2734] 10.0.0.235 () {34 vars in 907 bytes} [Tue Aug 11 12:36:02 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2735] 199.19.213.65 () {34 vars in 1261 bytes} [Tue Aug 11 12:36:03 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2736] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:03 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2737] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:03 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1392/2738] 199.19.213.65 () {34 vars in 974 bytes} [Tue Aug 11 12:36:04 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1328 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2739] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:04 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2740] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:36:04 2026] PUT /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1518 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:36:04.927 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ba0d1d1-759c-40a1-900b-67f5b33aab52'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': 'dbde5e7a-5ca0-44e3-a792-b47b8e7aa124', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1348/2741] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4099 bytes in 40 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: 1394/2742] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 800 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2743] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2744] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b5&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2745] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/subnets?id=7f53f1a6-bc6d-45d6-bee3-8535a1ac867f&id=eeb91d43-6873-4253-94b0-87f99323906a => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2746] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2747] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2748] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1352/2749] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:05 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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) [pid: 8|app: 0|req: 1398/2750] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:06 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4099 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2751] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2752] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2753] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2754] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?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: 1355/2755] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?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: 1401/2756] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2757] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2758] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2759] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2760] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2761] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2762] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b5&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => 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: 1359/2763] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/subnets?id=7f53f1a6-bc6d-45d6-bee3-8535a1ac867f&id=eeb91d43-6873-4253-94b0-87f99323906a => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2764] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2765] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2766] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1361/2767] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:07 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2770] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2771] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2772] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2773] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/subnets/7f53f1a6-bc6d-45d6-bee3-8535a1ac867f => generated 743 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2774] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2775] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2776] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2777] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2778] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2779] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2780] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2781] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2782] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2783] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2784] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:12 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2785] 10.0.0.2 () {30 vars in 688 bytes} [Tue Aug 11 12:36:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2786] 10.0.0.2 () {30 vars in 690 bytes} [Tue Aug 11 12:36:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2787] 10.0.0.2 () {30 vars in 666 bytes} [Tue Aug 11 12:36:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2788] 10.0.0.2 () {30 vars in 702 bytes} [Tue Aug 11 12:36:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2789] 10.0.0.2 () {28 vars in 437 bytes} [Tue Aug 11 12:36:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2790] 10.0.0.2 () {30 vars in 726 bytes} [Tue Aug 11 12:36:21 2026] GET /v2.0/subnets/b5241476-736c-401e-b693-1b815c8e3361 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2791] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2792] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2793] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2794] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2795] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2796] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/subnets/b5241476-736c-401e-b693-1b815c8e3361 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2797] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4101 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2798] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2799] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2800] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2801] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2802] 199.19.213.65 () {34 vars in 716 bytes} [Tue Aug 11 12:36:23 2026] POST /v2.0/ports => generated 1332 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2803] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:36:23 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1332 bytes in 28 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: 1426/2806] 199.19.213.65 () {34 vars in 1261 bytes} [Tue Aug 11 12:36:24 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2807] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:24 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2808] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:25 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?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: 1382/2809] 199.19.213.65 () {34 vars in 974 bytes} [Tue Aug 11 12:36:25 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2810] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:25 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2811] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:36:25 2026] PUT /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1522 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:36:26.163 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a565771a-6ae1-47a8-a93e-639d5d773b90'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '42c69d23-b02b-45d0-a3f3-0ba722deba10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1429/2812] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 5615 bytes in 51 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: 1384/2813] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2814] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.164&port_id=42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2815] 199.19.213.65 () {34 vars in 1105 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b2&port_id=42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2816] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/subnets?id=591fc240-08cc-45e0-a51b-ef62045c46fd&id=b5241476-736c-401e-b693-1b815c8e3361 => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2817] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2818] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2819] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:26 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2820] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:27 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2821] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 5615 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2822] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2823] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2824] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2825] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2826] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2827] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => 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: 1437/2828] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2829] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2830] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2831] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2832] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2833] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b5&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2834] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/subnets?id=7f53f1a6-bc6d-45d6-bee3-8535a1ac867f&id=eeb91d43-6873-4253-94b0-87f99323906a => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2835] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2836] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2837] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2838] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1397/2839] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.164&port_id=42c69d23-b02b-45d0-a3f3-0ba722deba10 => 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: 1443/2840] 199.19.213.65 () {34 vars in 1105 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b2&port_id=42c69d23-b02b-45d0-a3f3-0ba722deba10 => 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: 1398/2841] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:36:28 2026] GET /v2.0/subnets?id=591fc240-08cc-45e0-a51b-ef62045c46fd&id=b5241476-736c-401e-b693-1b815c8e3361 => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2842] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:29 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2843] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:29 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2844] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:29 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2845] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:29 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?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: 8|app: 0|req: 1446/2846] 10.0.0.235 () {34 vars in 971 bytes} [Tue Aug 11 12:36:32 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2847] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:32 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2848] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/subnets/b5241476-736c-401e-b693-1b815c8e3361 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2849] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/subnets/591fc240-08cc-45e0-a51b-ef62045c46fd => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2850] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1520 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2851] 199.19.213.65 () {34 vars in 789 bytes} [Tue Aug 11 12:36:33 2026] PUT /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1255 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:36:33.734 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11a041f8-95cd-401c-94f9-0abf34a290a4'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': 'dbde5e7a-5ca0-44e3-a792-b47b8e7aa124', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1449/2852] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513 => generated 797 bytes in 58 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: 1404/2853] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2854] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2855] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2856] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2857] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2858] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2859] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2860] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:33 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2861] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2862] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2863] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2864] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2865] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 5388 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2866] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2867] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2868] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/subnets?id=eeb91d43-6873-4253-94b0-87f99323906a => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2869] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2870] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2871] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:34 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1460/2874] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2875] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2876] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2877] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2878] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2879] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 5388 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2880] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2881] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2882] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2883] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2884] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:46 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2885] 199.19.213.65 () {34 vars in 789 bytes} [Tue Aug 11 12:36:46 2026] PUT /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1311 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:36:47.246 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a5668cb-abda-45d6-a752-304afbb75c71'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '42c69d23-b02b-45d0-a3f3-0ba722deba10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2886] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 797 bytes in 55 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: 1421/2887] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/subnets/591fc240-08cc-45e0-a51b-ef62045c46fd => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2888] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1347 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2889] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:36:47 2026] PUT /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1080 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2890] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 797 bytes in 59 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: 1423/2891] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4980 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2892] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4980 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2893] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2894] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2895] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4980 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2896] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:47 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?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: 1426/2897] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:48 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4980 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:36:49.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-830b5049-83fd-42b3-99bb-73ceb5e1414e'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': '42c69d23-b02b-45d0-a3f3-0ba722deba10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1472/2898] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:49 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4980 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2899] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:49 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2900] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:49 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2901] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:49 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?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: 1474/2902] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:50 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 4980 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2903] 199.19.213.65 () {34 vars in 974 bytes} [Tue Aug 11 12:36:50 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2904] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:36:50 2026] GET /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2905] 199.19.213.65 () {34 vars in 1015 bytes} [Tue Aug 11 12:36:50 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=dns_domain => generated 29 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2906] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:36:50 2026] PUT /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 917 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2907] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3872 bytes in 48 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-08-11 12:36:51.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a0f18d2-9ec7-46ad-9adb-aaebaf65d202 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 42c69d23-b02b-45d0-a3f3-0ba722deba10 2026-08-11 12:36:51.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a0f18d2-9ec7-46ad-9adb-aaebaf65d202 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 42c69d23-b02b-45d0-a3f3-0ba722deba10 [pid: 8|app: 0|req: 1477/2908] 199.19.213.65 () {32 vars in 758 bytes} [Tue Aug 11 12:36:51 2026] DELETE /v2.0/ports/42c69d23-b02b-45d0-a3f3-0ba722deba10 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2909] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2910] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2911] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2912] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2913] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2914] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2915] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2916] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2917] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2918] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2919] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:36:51 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2920] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3872 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2921] 199.19.213.65 () {34 vars in 1225 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks?id=fbb363e1-8dcc-477b-8bfd-11b81088d467&id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&id=7822532c-65d3-4005-95a8-52761ecd6513&id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 3096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2922] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2923] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2924] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2925] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?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: 1486/2926] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2927] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2928] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2929] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2930] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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: 1443/2931] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?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: 8|app: 0|req: 1489/2932] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => 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: 1444/2933] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/subnets?id=eeb91d43-6873-4253-94b0-87f99323906a => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2934] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2935] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1491/2936] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:52 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 8|app: 0|req: 1493/2939] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2940] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2941] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2942] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2943] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:56 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3872 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2944] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2945] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2946] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2947] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2948] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2949] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:36:57 2026] PUT /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1080 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:36:57.632 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c63cf243-16c8-4c18-828e-87f16ef92da8'] response: {'name': 'network-changed', 'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'tag': 'dbde5e7a-5ca0-44e3-a792-b47b8e7aa124', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1452/2950] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513 => generated 797 bytes in 47 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: 1499/2951] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2952] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:57 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2953] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:36:58 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2954] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:36:58 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2955] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:36:58 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2956] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:36:58 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2957] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:58 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3697 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2958] 199.19.213.65 () {34 vars in 974 bytes} [Tue Aug 11 12:36:59 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2959] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:36:59 2026] GET /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2960] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:36:59 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 3697 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2961] 199.19.213.65 () {34 vars in 1015 bytes} [Tue Aug 11 12:36:59 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2962] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:36:59 2026] PUT /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 917 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2963] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:00 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 57 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-08-11 12:37:01.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9e92562-bf1a-40fd-8853-b3cd1fa4c7c7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 2026-08-11 12:37:01.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9e92562-bf1a-40fd-8853-b3cd1fa4c7c7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 [pid: 7|app: 0|req: 1459/2964] 199.19.213.65 () {32 vars in 758 bytes} [Tue Aug 11 12:37:01 2026] DELETE /v2.0/ports/dbde5e7a-5ca0-44e3-a792-b47b8e7aa124 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2965] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2966] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2967] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2968] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2969] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2970] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2971] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1349 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2972] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2973] 199.19.213.65 () {30 vars in 742 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2974] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2975] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2976] 199.19.213.65 () {34 vars in 1145 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/networks?id=fbb363e1-8dcc-477b-8bfd-11b81088d467&id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 2310 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2977] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2978] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2979] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2980] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2981] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2982] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:37:01 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2983] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2984] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:37:02 2026] GET /v2.0/subnets?id=54923a3a-b0f3-470a-a554-452af9a091a6 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2985] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:02 2026] GET /v2.0/ports?network_id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2986] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:37:02 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2987] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:37:02 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2990] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2991] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2992] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2993] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:37:13.393 7 INFO neutron.api.v2.resource [None req-4a69dfd0-6ba0-44bc-b0e7-1cfc6d12f691 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/2994] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/security-groups/lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2995] 199.19.213.65 () {30 vars in 784 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/security-groups?name=lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2996] 199.19.213.65 () {30 vars in 814 bytes} [Tue Aug 11 12:37:13 2026] GET /v2.0/security-group-rules?security_group_id=48916a59-f52d-4f93-9ee6-b29a8832e5b3 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2997] 199.19.213.65 () {32 vars in 788 bytes} [Tue Aug 11 12:37:13 2026] DELETE /v2.0/security-group-rules/355f6911-5b77-4c2f-9f49-f417907240f5 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2998] 199.19.213.65 () {32 vars in 788 bytes} [Tue Aug 11 12:37:13 2026] DELETE /v2.0/security-group-rules/8987cead-5de7-4b8a-8409-2dff4dd3ffbc => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:17.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-be6b63f4-756e-4cd0-91e6-a60bed493c86 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: f33c6538-8ccc-4e2a-ac44-24d27401d03c 2026-08-11 12:37:17.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be6b63f4-756e-4cd0-91e6-a60bed493c86 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: f33c6538-8ccc-4e2a-ac44-24d27401d03c 2026-08-11 12:37:17.305 8 INFO neutron.db.l3_db [None req-be6b63f4-756e-4cd0-91e6-a60bed493c86 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Floating IP c0292eb9-b38f-4c10-86cd-35f441bf2268 disassociated (deleted). External IP: 10.96.250.207, port: 0ec819d2-f0f4-49a2-b051-e4feacd4c150. [pid: 8|app: 0|req: 1523/2999] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:37:16 2026] DELETE /v2.0/floatingips/c0292eb9-b38f-4c10-86cd-35f441bf2268 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:17.681 7 INFO neutron.api.v2.resource [None req-5b21183c-28fc-4bca-8a04-c38bd70125ba 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/3000] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:37:17 2026] GET /v2.0/floatingips/c0292eb9-b38f-4c10-86cd-35f441bf2268 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3001] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3002] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3003] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3004] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:37:18.768 8 INFO neutron.api.v2.resource [None req-7b2151d2-3843-4f32-9eec-da6ab1f69b12 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3005] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/security-groups/lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3006] 199.19.213.65 () {30 vars in 784 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/security-groups?name=lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3007] 199.19.213.65 () {30 vars in 814 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/security-group-rules?security_group_id=48916a59-f52d-4f93-9ee6-b29a8832e5b3 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3008] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3009] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3010] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3011] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3012] 199.19.213.65 () {30 vars in 740 bytes} [Tue Aug 11 12:37:18 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3013] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:19 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3014] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:19 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3015] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:19 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3016] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:20 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3017] 199.19.213.65 () {34 vars in 974 bytes} [Tue Aug 11 12:37:21 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3018] 199.19.213.65 () {34 vars in 1059 bytes} [Tue Aug 11 12:37:21 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3019] 199.19.213.65 () {34 vars in 1015 bytes} [Tue Aug 11 12:37:21 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3020] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:21 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 2589 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3021] 199.19.213.65 () {38 vars in 1027 bytes} [Tue Aug 11 12:37:21 2026] PUT /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1150 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3022] 199.19.213.65 () {30 vars in 768 bytes} [Tue Aug 11 12:37:22 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 52 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: 1535/3023] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:37:22 2026] PUT /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1090 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3024] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:37:22 2026] GET /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 1090 bytes in 42 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-08-11 12:37:22.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f7ff155-dda6-4183-9127-801415b5caf7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 20ee9702-d92f-44a5-8bd2-59b780a77d1a 2026-08-11 12:37:22.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f7ff155-dda6-4183-9127-801415b5caf7 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 20ee9702-d92f-44a5-8bd2-59b780a77d1a [pid: 8|app: 0|req: 1536/3025] 199.19.213.65 () {32 vars in 758 bytes} [Tue Aug 11 12:37:22 2026] DELETE /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3026] 199.19.213.65 () {30 vars in 702 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3027] 199.19.213.65 () {30 vars in 704 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3028] 199.19.213.65 () {30 vars in 680 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3029] 199.19.213.65 () {30 vars in 716 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:37:23.115 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c09db38d-4fbe-466c-b78b-58b0625d27d8 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3030] 199.19.213.65 () {32 vars in 758 bytes} [Tue Aug 11 12:37:23 2026] DELETE /v2.0/ports/20ee9702-d92f-44a5-8bd2-59b780a77d1a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3031] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:37:23.175 7 INFO neutron.api.v2.resource [None req-9d706fc2-e656-432b-a7e0-920cfc52e76f 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3032] 199.19.213.65 () {30 vars in 762 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/security-groups/lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3033] 199.19.213.65 () {30 vars in 784 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/security-groups?name=lb-74bb3f85-d3ee-4f1f-9f14-16a37f747625 => generated 1639 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3034] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/ports?tenant_id=e5764240ed7b42e8809f1e996bf3cc1a&device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3035] 199.19.213.65 () {30 vars in 736 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3036] 199.19.213.65 () {34 vars in 1065 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/networks?id=fbb363e1-8dcc-477b-8bfd-11b81088d467&id=ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 1524 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3037] 199.19.213.65 () {34 vars in 1061 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.197&port_id=01571580-6d21-4693-b2b9-1a642998971e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3038] 199.19.213.65 () {34 vars in 983 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/subnets?id=fe619c29-83c5-4439-b350-59c6663e0471 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3039] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/ports?network_id=fbb363e1-8dcc-477b-8bfd-11b81088d467&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3040] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?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: 1496/3041] 199.19.213.65 () {34 vars in 788 bytes} [Tue Aug 11 12:37:23 2026] PUT /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 1090 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3042] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:37:23 2026] GET /v2.0/networks/fbb363e1-8dcc-477b-8bfd-11b81088d467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3043] 199.19.213.65 () {32 vars in 778 bytes} [Tue Aug 11 12:37:23 2026] DELETE /v2.0/security-groups/48916a59-f52d-4f93-9ee6-b29a8832e5b3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:23.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4c20f4a-5e44-476d-913a-4b77fbf77519 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 0ec819d2-f0f4-49a2-b051-e4feacd4c150 2026-08-11 12:37:23.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4c20f4a-5e44-476d-913a-4b77fbf77519 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 0ec819d2-f0f4-49a2-b051-e4feacd4c150 [pid: 8|app: 0|req: 1547/3044] 199.19.213.65 () {32 vars in 758 bytes} [Tue Aug 11 12:37:23 2026] DELETE /v2.0/ports/0ec819d2-f0f4-49a2-b051-e4feacd4c150 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3047] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:37:26 2026] GET /v2.0/ports?device_id=07414b24-79da-4dc1-b601-2345cd82e081 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:37:26.869 7 INFO neutron_taas.services.taas.taas_plugin [req-d58d49ff-e7da-4814-b694-9f0b7ea0e1e4 req-67e4f9c4-b42f-4558-ad71-8baf66688944 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] TaaS: Handle Delete Port: 01571580-6d21-4693-b2b9-1a642998971e 2026-08-11 12:37:26.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d58d49ff-e7da-4814-b694-9f0b7ea0e1e4 req-67e4f9c4-b42f-4558-ad71-8baf66688944 5d7b022100e246d6a16d2c3a77cb092e e5764240ed7b42e8809f1e996bf3cc1a - - default default] Tap Mirror: Handle Delete Port: 01571580-6d21-4693-b2b9-1a642998971e [pid: 7|app: 0|req: 1499/3048] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:37:26 2026] DELETE /v2.0/ports/01571580-6d21-4693-b2b9-1a642998971e => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:27.075 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c334897d-73a3-4b8a-a40a-b4956a74797b'] response: {'server_uuid': '07414b24-79da-4dc1-b601-2345cd82e081', 'name': 'network-vif-deleted', 'tag': '01571580-6d21-4693-b2b9-1a642998971e', 'status': 'completed', 'code': 200} 2026-08-11 12:37:28.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-396b6d1b-c8a4-4ee0-b0f7-a43bf5125dda 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 4e73befc-6b44-47aa-bb8e-61794ab3118e 2026-08-11 12:37:28.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-396b6d1b-c8a4-4ee0-b0f7-a43bf5125dda 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 4e73befc-6b44-47aa-bb8e-61794ab3118e 2026-08-11 12:37:28.222 8 INFO neutron.db.l3_db [None req-396b6d1b-c8a4-4ee0-b0f7-a43bf5125dda 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Floating IP a1033fd1-4255-444f-b859-05624f136c3b disassociated (deleted). External IP: 10.96.250.204, port: 6a96aab6-69e7-4979-baa1-fbc391f11e41. [pid: 8|app: 0|req: 1550/3049] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:37:27 2026] DELETE /v2.0/floatingips/a1033fd1-4255-444f-b859-05624f136c3b => generated 0 bytes in 675 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:28.582 7 INFO neutron.api.v2.resource [None req-06818052-4621-4a27-9a36-f584de7fa7ba 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3050] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:37:28 2026] GET /v2.0/floatingips/a1033fd1-4255-444f-b859-05624f136c3b => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:28.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba6289de-2a00-4165-9f0a-7a0bfe7f8df0'] response: {'name': 'network-changed', 'server_uuid': 'c5c5892f-c2a4-4965-94e0-11d8b9895fc1', 'tag': '6a96aab6-69e7-4979-baa1-fbc391f11e41', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1551/3051] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:37:28 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3052] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:37:28 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3053] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3054] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/networks?id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3055] 199.19.213.65 () {34 vars in 1057 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3056] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A62&port_id=6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3057] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/subnets?id=591fc240-08cc-45e0-a51b-ef62045c46fd&id=b5241476-736c-401e-b693-1b815c8e3361 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3058] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3059] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/ports?network_id=99da7eea-d311-4bc6-bfda-e0cb0b8b4495&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3060] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?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: 1556/3061] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:37:29 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3062] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:37:31 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:37:31.413 8 INFO neutron_taas.services.taas.taas_plugin [req-3325eab9-d64f-41c9-9260-edb9df99b60f req-81dad51c-c789-4d08-af9a-ac9ef8fa1d7e 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 6a96aab6-69e7-4979-baa1-fbc391f11e41 2026-08-11 12:37:31.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3325eab9-d64f-41c9-9260-edb9df99b60f req-81dad51c-c789-4d08-af9a-ac9ef8fa1d7e 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 6a96aab6-69e7-4979-baa1-fbc391f11e41 [pid: 8|app: 0|req: 1557/3063] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:37:31 2026] DELETE /v2.0/ports/6a96aab6-69e7-4979-baa1-fbc391f11e41 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:31.679 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cbb1a87-bdf3-4aa2-b68c-77572ce0e86a'] response: {'server_uuid': 'c5c5892f-c2a4-4965-94e0-11d8b9895fc1', 'name': 'network-vif-deleted', 'tag': '6a96aab6-69e7-4979-baa1-fbc391f11e41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1507/3064] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:37:33 2026] GET /v2.0/ports?device_id=c5c5892f-c2a4-4965-94e0-11d8b9895fc1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:37:39.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bc2ed47-4478-4ebb-84ed-ed7ded6f9e3c 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 26f9d507-f234-46cb-9182-8f781a37a1b2 2026-08-11 12:37:39.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bc2ed47-4478-4ebb-84ed-ed7ded6f9e3c 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 26f9d507-f234-46cb-9182-8f781a37a1b2 2026-08-11 12:37:39.443 8 INFO neutron.db.l3_db [None req-7bc2ed47-4478-4ebb-84ed-ed7ded6f9e3c 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Floating IP d8cee28a-ad93-4b0a-8d36-a323c2a778e8 disassociated (deleted). External IP: 10.96.250.211, port: 4992f677-5652-40e8-a488-cb51595a9b14. [pid: 8|app: 0|req: 1558/3067] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:37:39 2026] DELETE /v2.0/floatingips/d8cee28a-ad93-4b0a-8d36-a323c2a778e8 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:39.802 7 INFO neutron.api.v2.resource [None req-a3944557-c15c-4228-93c5-875cc4bcc104 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3068] 10.0.0.115 () {32 vars in 729 bytes} [Tue Aug 11 12:37:39 2026] GET /v2.0/floatingips/d8cee28a-ad93-4b0a-8d36-a323c2a778e8 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:39.808 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2fbe1db-8ef5-47b2-ab43-87e16254e15b'] response: {'name': 'network-changed', 'server_uuid': 'e5b61752-3f7e-4f20-b9a3-aeadb40fa11f', 'tag': '4992f677-5652-40e8-a488-cb51595a9b14', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/3069] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:37:39 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3070] 10.0.0.235 () {34 vars in 1040 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/security-groups?id=ce5924da-2f2c-4cad-9db7-819cef1f639b&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3071] 199.19.213.65 () {34 vars in 1079 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/ports?tenant_id=52767bcf56f94821b0e87157374781c4&device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1465 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3072] 199.19.213.65 () {34 vars in 985 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/networks?id=7822532c-65d3-4005-95a8-52761ecd6513 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3073] 199.19.213.65 () {34 vars in 1055 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=4992f677-5652-40e8-a488-cb51595a9b14 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3074] 199.19.213.65 () {34 vars in 1103 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A234&port_id=4992f677-5652-40e8-a488-cb51595a9b14 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3075] 199.19.213.65 () {34 vars in 1063 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/subnets?id=7f53f1a6-bc6d-45d6-bee3-8535a1ac867f&id=eeb91d43-6873-4253-94b0-87f99323906a => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3076] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3077] 199.19.213.65 () {34 vars in 1051 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/ports?network_id=7822532c-65d3-4005-95a8-52761ecd6513&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3078] 199.19.213.65 () {34 vars in 1011 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3079] 199.19.213.65 () {34 vars in 1111 bytes} [Tue Aug 11 12:37:40 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513?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: 1516/3080] 199.19.213.65 () {34 vars in 993 bytes} [Tue Aug 11 12:37:42 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 12:37:42.784 8 INFO neutron_taas.services.taas.taas_plugin [req-8f094033-235a-4319-8548-1aa8b46a93fd req-6cf6bcea-05e9-47b5-92d5-247668d917fc 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 4992f677-5652-40e8-a488-cb51595a9b14 2026-08-11 12:37:42.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f094033-235a-4319-8548-1aa8b46a93fd req-6cf6bcea-05e9-47b5-92d5-247668d917fc 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 4992f677-5652-40e8-a488-cb51595a9b14 [pid: 8|app: 0|req: 1565/3081] 199.19.213.65 () {36 vars in 996 bytes} [Tue Aug 11 12:37:42 2026] DELETE /v2.0/ports/4992f677-5652-40e8-a488-cb51595a9b14 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:43.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0eb1fe8c-bfd5-4ad2-9dc8-bedbb9cbd62e'] response: {'server_uuid': 'e5b61752-3f7e-4f20-b9a3-aeadb40fa11f', 'name': 'network-vif-deleted', 'tag': '4992f677-5652-40e8-a488-cb51595a9b14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1517/3082] 10.0.0.235 () {34 vars in 990 bytes} [Tue Aug 11 12:37:45 2026] GET /v2.0/ports?device_id=e5b61752-3f7e-4f20-b9a3-aeadb40fa11f => 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: 1566/3083] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/41a865e1-1fc2-46a4-9dbd-a7eefd872dd3 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.396 7 INFO neutron.api.v2.resource [None req-fb1a9d35-39f4-4eb1-affc-b9e14fa2097f 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3084] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/41a865e1-1fc2-46a4-9dbd-a7eefd872dd3 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3085] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/f596bb5f-1330-49b3-8c05-b77006b97e0f => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.486 7 INFO neutron.api.v2.resource [None req-def45c42-51e6-4209-ab7d-0d55f5a1a0cf 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3086] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/f596bb5f-1330-49b3-8c05-b77006b97e0f => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3087] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/f54c5c25-adf0-4edf-916c-4f07af050476 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.564 7 INFO neutron.api.v2.resource [None req-9b66d51a-a926-4096-b751-61e08cc3ec63 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3088] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/f54c5c25-adf0-4edf-916c-4f07af050476 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3089] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/8e04a983-69b5-499a-8d67-077352c7d58a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.659 7 INFO neutron.api.v2.resource [None req-6fa2a3ec-c3cb-478a-85da-155f18c7597f 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3090] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/8e04a983-69b5-499a-8d67-077352c7d58a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3091] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/c6ead527-6529-4d4c-b554-41ce319befba => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.744 7 INFO neutron.api.v2.resource [None req-1af003ac-d729-4ff1-b81d-2940cfbaddd2 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3092] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/c6ead527-6529-4d4c-b554-41ce319befba => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3093] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/35363df7-3c14-46d9-9f58-cbd4d3041652 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.827 7 INFO neutron.api.v2.resource [None req-c77d8429-1773-4ba7-8bdd-b4d6e107cad7 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3094] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/35363df7-3c14-46d9-9f58-cbd4d3041652 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3095] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/5426b2ae-32d6-4ad1-99e5-9d80cdad2ef6 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:50.917 7 INFO neutron.api.v2.resource [None req-d0013230-0be4-449d-9864-5c226228a00a 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3096] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:50 2026] GET /v2.0/security-group-rules/5426b2ae-32d6-4ad1-99e5-9d80cdad2ef6 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3097] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:50 2026] DELETE /v2.0/security-group-rules/751b99c5-7880-430c-bd89-56123bab8746 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:51.017 7 INFO neutron.api.v2.resource [None req-59ece30a-e4ca-4339-8ac1-6abcf38676a2 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3098] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:51 2026] GET /v2.0/security-group-rules/751b99c5-7880-430c-bd89-56123bab8746 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3099] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:51 2026] DELETE /v2.0/security-group-rules/e5d2e32c-3a44-41b8-8eb2-716a6e5ac143 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:51.112 7 INFO neutron.api.v2.resource [None req-f5937fff-941d-4573-becf-5dccb5b3db52 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3100] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:51 2026] GET /v2.0/security-group-rules/e5d2e32c-3a44-41b8-8eb2-716a6e5ac143 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3101] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:51 2026] DELETE /v2.0/security-group-rules/94b98a36-1ba4-4eae-9a17-95489bae16b9 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:51.210 7 INFO neutron.api.v2.resource [None req-0f43527a-d814-454c-be98-adef19ed5a1d 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3102] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:51 2026] GET /v2.0/security-group-rules/94b98a36-1ba4-4eae-9a17-95489bae16b9 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3103] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:37:51 2026] DELETE /v2.0/security-group-rules/bc7fc55b-5c62-4b81-a2e2-fa4aff5a53be => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:51.311 7 INFO neutron.api.v2.resource [None req-1867d6ce-69db-418c-9335-8eb942e97489 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3104] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:37:51 2026] GET /v2.0/security-group-rules/bc7fc55b-5c62-4b81-a2e2-fa4aff5a53be => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3105] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:37:51 2026] DELETE /v2.0/security-groups/ce5924da-2f2c-4cad-9db7-819cef1f639b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:51.463 7 INFO neutron.api.v2.resource [None req-68ff6f10-fb6b-403b-80ed-de63d0a2cb9e 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/3106] 10.0.0.115 () {32 vars in 737 bytes} [Tue Aug 11 12:37:51 2026] GET /v2.0/security-groups/ce5924da-2f2c-4cad-9db7-819cef1f639b => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:51.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-37f449aa-4361-4734-a43a-8cbcb44d042a 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 2b44c60e-adfb-41b4-b396-115c952e355d 2026-08-11 12:37:51.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37f449aa-4361-4734-a43a-8cbcb44d042a 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 2b44c60e-adfb-41b4-b396-115c952e355d [pid: 8|app: 0|req: 1578/3107] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:37:51 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/remove_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:37:52.762 7 INFO neutron.api.v2.resource [None req-94a4ea65-fe52-4fd6-a37b-cb108dd9bb75 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/3108] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:37:52 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:53.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-33d85568-5339-4beb-a3c3-f836292a2317 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 798e4e38-76fe-40d7-ad1f-ac1afeaa23e4 2026-08-11 12:37:53.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33d85568-5339-4beb-a3c3-f836292a2317 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 798e4e38-76fe-40d7-ad1f-ac1afeaa23e4 [pid: 8|app: 0|req: 1579/3109] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:37:52 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:37:54.001 7 INFO neutron.api.v2.resource [None req-89264459-20d3-4054-8897-82d443098054 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3110] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:37:53 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:54.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-68a75664-757f-46dd-98c2-a9cebae554e8 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 65deeb6e-9d58-469a-8bcb-d40e3d29f060 2026-08-11 12:37:54.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a75664-757f-46dd-98c2-a9cebae554e8 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 65deeb6e-9d58-469a-8bcb-d40e3d29f060 [pid: 8|app: 0|req: 1580/3113] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:37:54 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 12:37:55.264 7 INFO neutron.api.v2.resource [None req-0c033158-b003-4fd2-a3c4-709ce51ab7e0 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/3114] 10.0.0.115 () {34 vars in 789 bytes} [Tue Aug 11 12:37:55 2026] PUT /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:55.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c979cb0-35c1-4ac3-a089-4c9f74e25aae 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 7b637496-e558-4598-bd31-d4c27de396e8 2026-08-11 12:37:55.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c979cb0-35c1-4ac3-a089-4c9f74e25aae 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 7b637496-e558-4598-bd31-d4c27de396e8 2026-08-11 12:37:55.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c979cb0-35c1-4ac3-a089-4c9f74e25aae 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: 05501fbc-fb58-4d6f-970f-c6c3de2f069d 2026-08-11 12:37:55.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c979cb0-35c1-4ac3-a089-4c9f74e25aae 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: 05501fbc-fb58-4d6f-970f-c6c3de2f069d 2026-08-11 12:37:56.243 8 INFO neutron.db.l3_hamode_db [None req-3c979cb0-35c1-4ac3-a089-4c9f74e25aae 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] HA network 3f9d35c0-6ef9-4e73-9de3-8f64069558cb was deleted as no HA routers are present in tenant 52767bcf56f94821b0e87157374781c4. [pid: 8|app: 0|req: 1581/3115] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:55 2026] DELETE /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3 => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:37:56.252 8 INFO neutron.services.segments.plugin [-] Segment 469999d8-2049-4d5b-92b1-22e15ce0a506 resource provider aggregate not found 2026-08-11 12:37:56.264 8 INFO neutron.services.segments.plugin [-] Segment 469999d8-2049-4d5b-92b1-22e15ce0a506 resource provider aggregate not found 2026-08-11 12:37:56.270 8 INFO neutron.services.segments.plugin [-] Segment 469999d8-2049-4d5b-92b1-22e15ce0a506 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 469999d8-2049-4d5b-92b1-22e15ce0a506 found for delete ", "request_id": "req-392b698a-fbf8-4ba5-b0df-90e7e5c12b27"}]} 2026-08-11 12:37:56.276 7 INFO neutron.api.v2.resource [None req-3eecc1b7-b441-4ffe-b646-0ae5c8a67efb 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3116] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:56 2026] GET /v2.0/routers/c50c6c1e-3639-4549-8f91-285ac38b53a3 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:56.278 8 INFO neutron.services.segments.plugin [-] Segment 469999d8-2049-4d5b-92b1-22e15ce0a506 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 469999d8-2049-4d5b-92b1-22e15ce0a506 found for delete ", "request_id": "req-1f96f271-6371-4557-baed-e3fa64d0cbe6"}]} [pid: 8|app: 0|req: 1582/3117] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:56 2026] DELETE /v2.0/subnets/591fc240-08cc-45e0-a51b-ef62045c46fd => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:56.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18b3dedc-01ae-4134-86a3-a3a8e605cca3 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3118] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:56 2026] GET /v2.0/subnets/591fc240-08cc-45e0-a51b-ef62045c46fd => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3119] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:56 2026] DELETE /v2.0/subnets/b5241476-736c-401e-b693-1b815c8e3361 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:56.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fb3c39b-2b7a-4957-be16-f1a8f884e07e 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3120] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:56 2026] GET /v2.0/subnets/b5241476-736c-401e-b693-1b815c8e3361 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:56.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-665d804b-cf31-44fd-901c-a2624692a8c0 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: fe2f1da0-a444-4437-a841-dc1db4ec8916 2026-08-11 12:37:56.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-665d804b-cf31-44fd-901c-a2624692a8c0 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: fe2f1da0-a444-4437-a841-dc1db4ec8916 [pid: 8|app: 0|req: 1584/3121] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:37:56 2026] DELETE /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:56.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-967ce75e-6412-4429-9867-de7c4bdf3d87 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3122] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:37:56 2026] GET /v2.0/networks/99da7eea-d311-4bc6-bfda-e0cb0b8b4495 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3123] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:56 2026] DELETE /v2.0/subnets/7f53f1a6-bc6d-45d6-bee3-8535a1ac867f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:57.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b33781a-7bed-4918-aba2-929e3abf41e4 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3124] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:57 2026] GET /v2.0/subnets/7f53f1a6-bc6d-45d6-bee3-8535a1ac867f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3125] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:57 2026] DELETE /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:57.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9645f43e-63c4-42b0-9f08-82cf59ffca92 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3126] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:57 2026] GET /v2.0/subnets/eeb91d43-6873-4253-94b0-87f99323906a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:57.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-9739ca5c-a7f7-4a09-8a60-0c42a0d0714b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: c677eb01-f326-46dc-a371-dd8560b39de8 2026-08-11 12:37:57.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9739ca5c-a7f7-4a09-8a60-0c42a0d0714b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: c677eb01-f326-46dc-a371-dd8560b39de8 [pid: 8|app: 0|req: 1587/3127] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:37:57 2026] DELETE /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:57.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dde96934-745e-442f-9265-78b3a6a4b560 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3128] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:37:57 2026] GET /v2.0/networks/7822532c-65d3-4005-95a8-52761ecd6513 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3129] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:57 2026] DELETE /v2.0/subnets/7b82bc3b-88d2-41cc-a3f0-bf53bc38bec8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:57.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ca33855-a3be-4f3a-98b2-e1ab2950bbda 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3130] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:57 2026] GET /v2.0/subnets/7b82bc3b-88d2-41cc-a3f0-bf53bc38bec8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3131] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:37:57 2026] DELETE /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:58.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-795c72e8-b8ea-43b9-86dc-3ef94c71b685 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3132] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:37:58 2026] GET /v2.0/subnets/54923a3a-b0f3-470a-a554-452af9a091a6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:37:58.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a4370e6-9ffb-482b-a73f-840ebffc923e 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] TaaS: Handle Delete Port: a994cd80-076c-4e43-915a-dce962f201c6 2026-08-11 12:37:58.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a4370e6-9ffb-482b-a73f-840ebffc923e 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] Tap Mirror: Handle Delete Port: a994cd80-076c-4e43-915a-dce962f201c6 2026-08-11 12:37:58.297 8 INFO neutron.services.segments.plugin [-] Segment d834d198-ed2f-4e8a-884f-e55079b43268 resource provider aggregate not found 2026-08-11 12:37:58.301 8 INFO neutron.services.segments.plugin [-] Segment d834d198-ed2f-4e8a-884f-e55079b43268 resource provider aggregate not found 2026-08-11 12:37:58.323 8 INFO neutron.services.segments.plugin [-] Segment d834d198-ed2f-4e8a-884f-e55079b43268 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 d834d198-ed2f-4e8a-884f-e55079b43268 found for delete ", "request_id": "req-2d0f7204-0196-4269-ac33-d0106222345d"}]} 2026-08-11 12:37:58.330 8 INFO neutron.services.segments.plugin [-] Segment d834d198-ed2f-4e8a-884f-e55079b43268 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 d834d198-ed2f-4e8a-884f-e55079b43268 found for delete ", "request_id": "req-5e48c04d-6a0d-4db9-94f5-730e321953f1"}]} 2026-08-11 12:37:58.345 8 INFO neutron.services.segments.plugin [-] Segment 27912be4-69c8-4465-8efc-5342f2b0f4e2 resource provider aggregate not found 2026-08-11 12:37:58.357 8 INFO neutron.services.segments.plugin [-] Segment 27912be4-69c8-4465-8efc-5342f2b0f4e2 resource provider aggregate not found 2026-08-11 12:37:58.368 8 INFO neutron.services.segments.plugin [-] Segment 27912be4-69c8-4465-8efc-5342f2b0f4e2 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 27912be4-69c8-4465-8efc-5342f2b0f4e2 found for delete ", "request_id": "req-a00beafa-e7ea-46be-aea2-03982cb37e41"}]} 2026-08-11 12:37:58.378 8 INFO neutron.services.segments.plugin [-] Segment 27912be4-69c8-4465-8efc-5342f2b0f4e2 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 27912be4-69c8-4465-8efc-5342f2b0f4e2 found for delete ", "request_id": "req-4109afc1-3585-4b69-a03e-3cd07683247e"}]} [pid: 8|app: 0|req: 1590/3133] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:37:58 2026] DELETE /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 12:37:58.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc405eb6-d43e-48fa-be87-19ad7cd3525b 12eb7d786f9b4decb61d05c4772a9cc6 52767bcf56f94821b0e87157374781c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3134] 10.0.0.115 () {32 vars in 723 bytes} [Tue Aug 11 12:37:58 2026] GET /v2.0/networks/ac5db3ee-f34b-4dca-97ea-3f4709edef6e => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 12:38:00.397 8 INFO neutron.services.segments.plugin [-] Segment 8300914b-2723-4f73-b320-ffaadaeffab0 resource provider aggregate not found 2026-08-11 12:38:00.403 8 INFO neutron.services.segments.plugin [-] Segment 8300914b-2723-4f73-b320-ffaadaeffab0 resource provider aggregate not found 2026-08-11 12:38:00.420 8 INFO neutron.services.segments.plugin [-] Segment 8300914b-2723-4f73-b320-ffaadaeffab0 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 8300914b-2723-4f73-b320-ffaadaeffab0 found for delete ", "request_id": "req-684b7b58-761b-4179-814d-abfee97f7e58"}]} 2026-08-11 12:38:00.425 8 INFO neutron.services.segments.plugin [-] Segment 8300914b-2723-4f73-b320-ffaadaeffab0 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 8300914b-2723-4f73-b320-ffaadaeffab0 found for delete ", "request_id": "req-5d9f84f8-dbe6-4a34-9c12-509b388ff73e"}]} [pid: 8|app: 0|req: 1591/3135] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:00 2026] GET /v2.0/security-groups?tenant_id=bf99ed433b494b72954e1df996104362&name=default => generated 2929 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3136] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:00 2026] DELETE /v2.0/security-groups/375d7bc4-3e90-4da0-8023-4476bc58b1f5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3137] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:00 2026] GET /v2.0/security-groups?tenant_id=50ab2ed5f4254c9b9baf14f77a094e78&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3138] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:00 2026] DELETE /v2.0/security-groups/e2bef901-be5a-4a15-a0e5-3664d1ee4a2f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3139] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:01 2026] GET /v2.0/security-groups?tenant_id=47c87ece1a0748529c037b32a515c3be&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3140] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:01 2026] DELETE /v2.0/security-groups/5d46e83c-11eb-48fd-a9d3-7ef225679730 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3141] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:01 2026] GET /v2.0/security-groups?tenant_id=f5877be023e141b28c5a35d1c986b918&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3142] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:01 2026] DELETE /v2.0/security-groups/4a39ae55-2849-4df7-a3af-bfc290565cf4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3143] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:01 2026] GET /v2.0/security-groups?tenant_id=370b9fb828b54aef9ce995b1087a3510&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3144] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:02 2026] DELETE /v2.0/security-groups/4303cd1d-f5a9-4f5c-b016-29c3d2f99597 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3145] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:02 2026] GET /v2.0/security-groups?tenant_id=dafba09049a748048b906bc7fbf15d73&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3146] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:02 2026] DELETE /v2.0/security-groups/4645205a-b124-4670-b00e-52d5bc3fe0f5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3147] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:02 2026] GET /v2.0/security-groups?tenant_id=52767bcf56f94821b0e87157374781c4&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3148] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:02 2026] DELETE /v2.0/security-groups/6d99f8be-bf50-4515-b3f0-63b17f98ecf2 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:38:07.141 8 INFO neutron.db.segments_db [None req-fb8c9655-8df5-41cd-a7b7-b37744d51b0d f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Added segment f2440f8b-87ec-4e68-998f-088a6a4bf81d of type vxlan for network e0dd7cec-b2dd-43fe-8957-7672b6a7acf4 2026-08-11 12:38:07.411 8 INFO neutron.db.l3_hamode_db [None req-fb8c9655-8df5-41cd-a7b7-b37744d51b0d f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:38:07.525 8 INFO neutron.db.l3_hamode_db [None req-fb8c9655-8df5-41cd-a7b7-b37744d51b0d f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1598/3149] 10.0.0.115 () {34 vars in 668 bytes} [Tue Aug 11 12:38:06 2026] POST /v2.0/routers => generated 474 bytes in 1192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:38:08.169 7 INFO neutron.db.l3_hamode_db [None req-6569fa0b-b21a-4e84-8c5e-c1b9c94f96e4 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:38:08.305 7 INFO neutron.db.l3_hamode_db [None req-6569fa0b-b21a-4e84-8c5e-c1b9c94f96e4 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1552/3150] 10.0.0.115 () {34 vars in 668 bytes} [Tue Aug 11 12:38:08 2026] POST /v2.0/routers => generated 474 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:38:08.976 8 INFO neutron.db.l3_hamode_db [None req-13d48f75-2100-4ee2-82c6-8e685a685b8c f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:38:09.102 8 INFO neutron.db.l3_hamode_db [None req-13d48f75-2100-4ee2-82c6-8e685a685b8c f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1599/3153] 10.0.0.115 () {34 vars in 668 bytes} [Tue Aug 11 12:38:08 2026] POST /v2.0/routers => generated 474 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:38:09.729 7 INFO neutron.db.l3_hamode_db [None req-327272fb-5362-48a5-a32a-7b04da96f8bf f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:38:09.846 7 INFO neutron.db.l3_hamode_db [None req-327272fb-5362-48a5-a32a-7b04da96f8bf f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1555/3154] 10.0.0.115 () {34 vars in 668 bytes} [Tue Aug 11 12:38:09 2026] POST /v2.0/routers => generated 474 bytes in 781 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 12:38:10.520 8 INFO neutron.db.l3_hamode_db [None req-f4778a51-2ec9-4cdc-a9bf-c3bb904fe029 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 12:38:10.636 8 INFO neutron.db.l3_hamode_db [None req-f4778a51-2ec9-4cdc-a9bf-c3bb904fe029 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1600/3155] 10.0.0.115 () {34 vars in 668 bytes} [Tue Aug 11 12:38:10 2026] POST /v2.0/routers => generated 474 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3156] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:38:11 2026] PUT /v2.0/routers/81a41cf5-2ffc-42a2-a6f0-48d0b466bbfe/tags => generated 17 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3157] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:38:11 2026] PUT /v2.0/routers/b4411b91-d630-4a3b-9dca-3fae88897c32/tags => generated 25 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3158] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:38:12 2026] PUT /v2.0/routers/e9e121ff-2d9f-482d-ab54-55ed04f209ae/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3159] 10.0.0.115 () {34 vars in 751 bytes} [Tue Aug 11 12:38:12 2026] PUT /v2.0/routers/ab4402f8-54d8-43ee-8872-737526c654fe/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3160] 10.0.0.115 () {32 vars in 664 bytes} [Tue Aug 11 12:38:12 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3161] 10.0.0.115 () {32 vars in 678 bytes} [Tue Aug 11 12:38:12 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3162] 10.0.0.115 () {32 vars in 674 bytes} [Tue Aug 11 12:38:12 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3163] 10.0.0.115 () {32 vars in 686 bytes} [Tue Aug 11 12:38:12 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3164] 10.0.0.115 () {32 vars in 672 bytes} [Tue Aug 11 12:38:12 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3165] 10.0.0.115 () {32 vars in 686 bytes} [Tue Aug 11 12:38:13 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3166] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:38:13 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3167] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:38:13 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3168] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:38:13 2026] GET /v2.0/routers/81a41cf5-2ffc-42a2-a6f0-48d0b466bbfe => generated 485 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3169] 10.0.0.115 () {34 vars in 742 bytes} [Tue Aug 11 12:38:13 2026] PUT /v2.0/routers/81a41cf5-2ffc-42a2-a6f0-48d0b466bbfe => generated 485 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3170] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:38:14 2026] GET /v2.0/ports?device_id=81a41cf5-2ffc-42a2-a6f0-48d0b466bbfe => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:14.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-c349d370-0ea2-4f36-acb5-f35964422ce4 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] TaaS: Handle Delete Port: 4ad0c33f-c841-4b74-8c7f-e5f7ecc61bf3 2026-08-11 12:38:14.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c349d370-0ea2-4f36-acb5-f35964422ce4 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Tap Mirror: Handle Delete Port: 4ad0c33f-c841-4b74-8c7f-e5f7ecc61bf3 [pid: 8|app: 0|req: 1608/3171] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:38:14 2026] DELETE /v2.0/routers/81a41cf5-2ffc-42a2-a6f0-48d0b466bbfe => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3172] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:38:14 2026] GET /v2.0/routers/b4411b91-d630-4a3b-9dca-3fae88897c32 => generated 493 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3173] 10.0.0.115 () {34 vars in 742 bytes} [Tue Aug 11 12:38:14 2026] PUT /v2.0/routers/b4411b91-d630-4a3b-9dca-3fae88897c32 => generated 493 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3174] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:38:15 2026] GET /v2.0/ports?device_id=b4411b91-d630-4a3b-9dca-3fae88897c32 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:15.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e7b29ea-eaa9-4002-8ea0-ca1c6fb2b8be f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] TaaS: Handle Delete Port: 1f6f147c-43a3-445b-869f-e6f0c616d887 2026-08-11 12:38:15.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e7b29ea-eaa9-4002-8ea0-ca1c6fb2b8be f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Tap Mirror: Handle Delete Port: 1f6f147c-43a3-445b-869f-e6f0c616d887 [pid: 8|app: 0|req: 1610/3175] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:38:15 2026] DELETE /v2.0/routers/b4411b91-d630-4a3b-9dca-3fae88897c32 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3176] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:38:15 2026] GET /v2.0/routers/e9e121ff-2d9f-482d-ab54-55ed04f209ae => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3177] 10.0.0.115 () {34 vars in 742 bytes} [Tue Aug 11 12:38:15 2026] PUT /v2.0/routers/e9e121ff-2d9f-482d-ab54-55ed04f209ae => generated 502 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3178] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:38:16 2026] GET /v2.0/ports?device_id=e9e121ff-2d9f-482d-ab54-55ed04f209ae => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:16.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c89a607-469b-4a9a-afb5-727d66911b80 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] TaaS: Handle Delete Port: 67822338-bc04-47f8-8c63-0e70619040fe 2026-08-11 12:38:16.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c89a607-469b-4a9a-afb5-727d66911b80 f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Tap Mirror: Handle Delete Port: 67822338-bc04-47f8-8c63-0e70619040fe [pid: 8|app: 0|req: 1612/3179] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:38:16 2026] DELETE /v2.0/routers/e9e121ff-2d9f-482d-ab54-55ed04f209ae => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3180] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:38:16 2026] GET /v2.0/routers/ab4402f8-54d8-43ee-8872-737526c654fe => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3181] 10.0.0.115 () {34 vars in 742 bytes} [Tue Aug 11 12:38:16 2026] PUT /v2.0/routers/ab4402f8-54d8-43ee-8872-737526c654fe => generated 487 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3182] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:38:17 2026] GET /v2.0/ports?device_id=ab4402f8-54d8-43ee-8872-737526c654fe => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:17.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-83301f27-05ae-4edb-ab4c-c1260c3fbece f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] TaaS: Handle Delete Port: 209472e9-2b0c-4c1c-9e2b-9be50d50b6bc 2026-08-11 12:38:17.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83301f27-05ae-4edb-ab4c-c1260c3fbece f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Tap Mirror: Handle Delete Port: 209472e9-2b0c-4c1c-9e2b-9be50d50b6bc [pid: 8|app: 0|req: 1614/3183] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:38:17 2026] DELETE /v2.0/routers/ab4402f8-54d8-43ee-8872-737526c654fe => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3184] 10.0.0.115 () {32 vars in 721 bytes} [Tue Aug 11 12:38:17 2026] GET /v2.0/routers/b94736f2-b3a0-4a95-8006-f670b33473fe => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3185] 10.0.0.115 () {34 vars in 742 bytes} [Tue Aug 11 12:38:17 2026] PUT /v2.0/routers/b94736f2-b3a0-4a95-8006-f670b33473fe => generated 480 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3186] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:38:17 2026] GET /v2.0/ports?device_id=b94736f2-b3a0-4a95-8006-f670b33473fe => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:18.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc3ef9fb-7914-46a3-92a0-59747b1339df f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] TaaS: Handle Delete Port: fcb8fa3c-cf17-4fe7-acf5-fb6945744cec 2026-08-11 12:38:18.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc3ef9fb-7914-46a3-92a0-59747b1339df f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] Tap Mirror: Handle Delete Port: fcb8fa3c-cf17-4fe7-acf5-fb6945744cec 2026-08-11 12:38:18.502 8 INFO neutron.services.segments.plugin [-] Segment f2440f8b-87ec-4e68-998f-088a6a4bf81d resource provider aggregate not found 2026-08-11 12:38:18.511 8 INFO neutron.services.segments.plugin [-] Segment f2440f8b-87ec-4e68-998f-088a6a4bf81d resource provider aggregate not found 2026-08-11 12:38:18.529 8 INFO neutron.services.segments.plugin [-] Segment f2440f8b-87ec-4e68-998f-088a6a4bf81d 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 f2440f8b-87ec-4e68-998f-088a6a4bf81d found for delete ", "request_id": "req-b3d96737-ae1f-49c3-b02f-711f7c632a20"}]} 2026-08-11 12:38:18.535 8 INFO neutron.services.segments.plugin [-] Segment f2440f8b-87ec-4e68-998f-088a6a4bf81d 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 f2440f8b-87ec-4e68-998f-088a6a4bf81d found for delete ", "request_id": "req-a86a93e3-f4d6-4f40-959f-5e7f637a1dc5"}]} 2026-08-11 12:38:18.547 8 INFO neutron.db.l3_hamode_db [None req-bc3ef9fb-7914-46a3-92a0-59747b1339df f7f20e80fb984639bcec54ae6e96be3c e6d0750be0fa46cc8b5dbd63a5a4562f - - default default] HA network e0dd7cec-b2dd-43fe-8957-7672b6a7acf4 was deleted as no HA routers are present in tenant e6d0750be0fa46cc8b5dbd63a5a4562f. [pid: 8|app: 0|req: 1616/3187] 10.0.0.115 () {32 vars in 724 bytes} [Tue Aug 11 12:38:17 2026] DELETE /v2.0/routers/b94736f2-b3a0-4a95-8006-f670b33473fe => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3188] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:19 2026] GET /v2.0/security-groups?tenant_id=e6d0750be0fa46cc8b5dbd63a5a4562f&name=default => generated 2929 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3189] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:19 2026] DELETE /v2.0/security-groups/b0c19d4e-4bdc-4602-8b9e-e8a9dd22036c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3190] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:19 2026] GET /v2.0/security-groups?tenant_id=38657ce2442740e9a3ceb04ab6344f1e&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3191] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:19 2026] DELETE /v2.0/security-groups/2f642627-35b7-4f68-bfd7-20df1f8a032b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3192] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:20 2026] GET /v2.0/security-groups?tenant_id=1ac6762545ce41d6bfe607113eb03ca9&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3193] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:20 2026] DELETE /v2.0/security-groups/c67ba27e-a525-4872-a3e9-3b4fcb6facea => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3196] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:38:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3197] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3198] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3199] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3200] 10.0.0.115 () {34 vars in 676 bytes} [Tue Aug 11 12:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3201] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:38:25 2026] PUT /v2.0/subnetpools/8b1d1aa4-57b6-4e60-a82c-a167da168bb7/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3202] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:38:25 2026] PUT /v2.0/subnetpools/204feca2-fcb1-4d1c-b656-8d258bd52998/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3203] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:38:25 2026] PUT /v2.0/subnetpools/b1ebcbb1-9aaf-4602-b6ee-99737ff9cbbc/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3204] 10.0.0.115 () {34 vars in 759 bytes} [Tue Aug 11 12:38:25 2026] PUT /v2.0/subnetpools/c3b1aacb-0dcb-47cc-8433-cb67f9dfacec/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3205] 10.0.0.115 () {32 vars in 672 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3206] 10.0.0.115 () {32 vars in 686 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3207] 10.0.0.115 () {32 vars in 682 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3208] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3209] 10.0.0.115 () {32 vars in 680 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3210] 10.0.0.115 () {32 vars in 694 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3211] 10.0.0.115 () {32 vars in 690 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3212] 10.0.0.115 () {32 vars in 702 bytes} [Tue Aug 11 12:38:25 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3213] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:38:25 2026] DELETE /v2.0/subnetpools/8b1d1aa4-57b6-4e60-a82c-a167da168bb7 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3214] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:38:25 2026] DELETE /v2.0/subnetpools/204feca2-fcb1-4d1c-b656-8d258bd52998 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3215] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:38:25 2026] DELETE /v2.0/subnetpools/b1ebcbb1-9aaf-4602-b6ee-99737ff9cbbc => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3216] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:38:25 2026] DELETE /v2.0/subnetpools/c3b1aacb-0dcb-47cc-8433-cb67f9dfacec => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3217] 10.0.0.115 () {32 vars in 732 bytes} [Tue Aug 11 12:38:25 2026] DELETE /v2.0/subnetpools/dc2139f3-5acb-45ef-92a7-2a77ac4ec274 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3218] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:26 2026] GET /v2.0/security-groups?tenant_id=df88af95f7d448dd8226123dfe7b08c4&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3219] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:27 2026] DELETE /v2.0/security-groups/0e1c0994-ad59-4784-8850-af356279d02c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3220] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:27 2026] GET /v2.0/security-groups?tenant_id=47e68bf7ca6548c3ade90fb59deea027&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3221] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:27 2026] DELETE /v2.0/security-groups/5817924f-0fb0-4a0a-b7d6-8f8291537d96 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3222] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:27 2026] GET /v2.0/security-groups?tenant_id=1f76a007005c4b659462a654efeeb2a4&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3223] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:27 2026] DELETE /v2.0/security-groups/5d512d1a-c0d8-4a15-b9be-037232adb902 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:38:31.694 8 INFO neutron.db.segments_db [None req-e3d4fc92-eae9-4601-b296-d0e2f2d048f4 dea16a2b9d85498a841846404e8a126c 1c260a9171bb48f99fe3f765e86bd11d - - default default] Added segment aa09e50c-e502-4f63-a070-a7163c3f7211 of type vxlan for network da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0 [pid: 8|app: 0|req: 1635/3224] 10.0.0.115 () {34 vars in 670 bytes} [Tue Aug 11 12:38:31 2026] POST /v2.0/networks => generated 612 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3225] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:38:31 2026] PUT /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3226] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:31 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3227] 10.0.0.115 () {34 vars in 764 bytes} [Tue Aug 11 12:38:31 2026] PUT /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3228] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3229] 10.0.0.115 () {34 vars in 760 bytes} [Tue Aug 11 12:38:32 2026] PUT /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3230] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3231] 10.0.0.115 () {34 vars in 782 bytes} [Tue Aug 11 12:38:32 2026] PUT /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/black.or.white => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3232] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 52 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3233] 10.0.0.115 () {34 vars in 753 bytes} [Tue Aug 11 12:38:32 2026] PUT /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3234] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3235] 10.0.0.115 () {32 vars in 741 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:38:32.698 8 INFO neutron.api.v2.resource [None req-56decf45-a460-43cf-9b3a-7283b665fcb0 dea16a2b9d85498a841846404e8a126c 1c260a9171bb48f99fe3f765e86bd11d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3236] 10.0.0.115 () {32 vars in 745 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/green => generated 99 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3237] 10.0.0.115 () {32 vars in 744 bytes} [Tue Aug 11 12:38:32 2026] DELETE /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3238] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:32.872 7 INFO neutron.api.v2.resource [None req-503114fa-1a46-4b70-822a-0931570b4573 dea16a2b9d85498a841846404e8a126c 1c260a9171bb48f99fe3f765e86bd11d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3239] 10.0.0.115 () {32 vars in 748 bytes} [Tue Aug 11 12:38:32 2026] DELETE /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3240] 10.0.0.115 () {32 vars in 736 bytes} [Tue Aug 11 12:38:32 2026] DELETE /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3241] 10.0.0.115 () {32 vars in 733 bytes} [Tue Aug 11 12:38:32 2026] GET /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:33.159 8 INFO neutron.services.segments.plugin [-] Segment aa09e50c-e502-4f63-a070-a7163c3f7211 resource provider aggregate not found 2026-08-11 12:38:33.164 8 INFO neutron.services.segments.plugin [-] Segment aa09e50c-e502-4f63-a070-a7163c3f7211 resource provider aggregate not found 2026-08-11 12:38:33.174 8 INFO neutron.services.segments.plugin [-] Segment aa09e50c-e502-4f63-a070-a7163c3f7211 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 aa09e50c-e502-4f63-a070-a7163c3f7211 found for delete ", "request_id": "req-9a988d1a-53b2-4530-8eac-23b1559f4ed8"}]} 2026-08-11 12:38:33.185 8 INFO neutron.services.segments.plugin [-] Segment aa09e50c-e502-4f63-a070-a7163c3f7211 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 aa09e50c-e502-4f63-a070-a7163c3f7211 found for delete ", "request_id": "req-aeb91a27-acd3-44f5-bde8-d764e5693c05"}]} [pid: 8|app: 0|req: 1644/3242] 10.0.0.115 () {32 vars in 726 bytes} [Tue Aug 11 12:38:33 2026] DELETE /v2.0/networks/da8ca66b-2f74-4f5e-a6ac-2bfe50bc17a0 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3243] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:33 2026] GET /v2.0/security-groups?tenant_id=dc39ad6f24944c99965f1353824ca4e6&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3244] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:34 2026] DELETE /v2.0/security-groups/70422443-db48-4b55-9d0b-45aff2d9cc66 => 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: 1600/3245] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:34 2026] GET /v2.0/security-groups?tenant_id=1c260a9171bb48f99fe3f765e86bd11d&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3246] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:34 2026] DELETE /v2.0/security-groups/b322099d-9045-4811-8541-73c487c96491 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3247] 10.0.0.115 () {34 vars in 684 bytes} [Tue Aug 11 12:38:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3248] 10.0.0.115 () {34 vars in 767 bytes} [Tue Aug 11 12:38:37 2026] PUT /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3249] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3250] 10.0.0.115 () {34 vars in 778 bytes} [Tue Aug 11 12:38:38 2026] PUT /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3251] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3252] 10.0.0.115 () {34 vars in 774 bytes} [Tue Aug 11 12:38:38 2026] PUT /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3253] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3254] 10.0.0.115 () {34 vars in 796 bytes} [Tue Aug 11 12:38:38 2026] PUT /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3255] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3256] 10.0.0.115 () {34 vars in 767 bytes} [Tue Aug 11 12:38:38 2026] PUT /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3257] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3258] 10.0.0.115 () {32 vars in 755 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 12:38:38.583 7 INFO neutron.api.v2.resource [None req-74090870-5eb1-461a-bd2f-233e4ef3537e 4c4a4cfba3d748b192c1973d7e9e2798 ec84ba16dd3942a6af9dbb5126350731 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3259] 10.0.0.115 () {32 vars in 759 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3260] 10.0.0.115 () {32 vars in 758 bytes} [Tue Aug 11 12:38:38 2026] DELETE /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3261] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 12:38:38.726 8 INFO neutron.api.v2.resource [None req-13cac2d3-10ff-4bff-8cc0-9ab6ef5341a1 4c4a4cfba3d748b192c1973d7e9e2798 ec84ba16dd3942a6af9dbb5126350731 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3262] 10.0.0.115 () {32 vars in 762 bytes} [Tue Aug 11 12:38:38 2026] DELETE /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3263] 10.0.0.115 () {32 vars in 750 bytes} [Tue Aug 11 12:38:38 2026] DELETE /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3264] 10.0.0.115 () {32 vars in 747 bytes} [Tue Aug 11 12:38:38 2026] GET /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3265] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:38 2026] DELETE /v2.0/security-groups/f26495e8-a6ae-46c5-b632-ca4aba15b436 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3268] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:39 2026] GET /v2.0/security-groups?tenant_id=ac4c18ab6c0d4ebe8ff4a7b41c56a954&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3269] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:39 2026] DELETE /v2.0/security-groups/bd373627-7b7d-4f4d-af01-a282412a695f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3270] 10.0.0.115 () {32 vars in 774 bytes} [Tue Aug 11 12:38:39 2026] GET /v2.0/security-groups?tenant_id=ec84ba16dd3942a6af9dbb5126350731&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3271] 10.0.0.115 () {32 vars in 740 bytes} [Tue Aug 11 12:38:39 2026] DELETE /v2.0/security-groups/dfd028be-3292-4767-b078-d92792fb4f5e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3272] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:38:42 2026] GET /v2.0/networks => generated 2167 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3273] 10.0.0.115 () {32 vars in 655 bytes} [Tue Aug 11 12:38:44 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3274] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:38:44 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3275] 10.0.0.115 () {32 vars in 643 bytes} [Tue Aug 11 12:38:44 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3276] 10.0.0.115 () {32 vars in 647 bytes} [Tue Aug 11 12:38:44 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3277] 10.0.0.115 () {32 vars in 649 bytes} [Tue Aug 11 12:38:44 2026] GET /v2.0/networks => generated 2167 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3278] 10.0.0.115 () {32 vars in 663 bytes} [Tue Aug 11 12:38:44 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3279] 10.0.0.115 () {32 vars in 655 bytes} [Tue Aug 11 12:38:44 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)